Salta al contenuto principale


@RaccoonForFriendica new version 0.1.0-beta07 available!

Changelog:

  • fix: post visibility icon color in detail dialog;
  • feature: show preview while creatting or editing posts;
  • fix: login on instances with protected timelines;
  • enhancement: improved content loading when current account changes or after logout;
  • enhancement: photo picker from Friendica gallery (new layout with usability improvements);
  • enhancement: optimize network calls at startup and upon account switch;
  • fix: custom emojis in post detail, thread in forum mode and reblogs/replies in my account;
  • enhancement: add newline between paragraphs;
  • fix: solved crash when picking image from device photo gallery and opening external URLs;
  • chore: add more unit tests.
    Please let me know your opinion about it: there is an in-app feedback form, alternatively just open an issue on GitHub.

Have a nice weekend, and always remember #livefasteattrash ๐Ÿฆ๐Ÿฆ๐Ÿฆ

#friendica #friendicadev #fediverseapp #androidapp #androiddev #kotlin #kmp #compose #opensource #foss

reshared this

Unknown parent

@Thomas the OAuth2 login flow requires a browser to enter the credentials in the web form, I'll add a more informative error message in case something goes wrong.

In previous versions there was a healthcheck issue, which resulted in the instance field not being considered valid, but in that case an "Invalid field" message should appear below the text field, the issue you describe looks different.

RaccoonForFriendica reshared this.

Unknown parent

Edit: the flow requires a first network call to register an application (POST v1/apps) and then it opens the web page in the browser. Things can either go wrong in the first step (the post call) or whether the browser can not be opened. I'll add more error messages in a future release.

RaccoonForFriendica reshared this.

Unknown parent

I think I figured out what the issue was, I'll be releasing a new version tomorrow after the weekly round of library updates by the dependabot.

RaccoonForFriendica reshared this.

โ‡ง