Releases: andstatus/andstatus
Releases · andstatus/andstatus
v.62.03. Fix crash in Settings screens on Android 15
62.03-release v.62.03. Fix crash in Settings screens on Android 15
v.62.02. Get "max_characters" from Mastodon configuration
62.02-beta v.62.02. Get "max_characters" from Mastodon configuration
v.62.01. Mastodon login fixed. Android 15
Due to recent Mastodon changes login to Mastodon stopped working with
"The requested scope is invalid, unknown or malformed" error message.
Fixing it here.
#596
Updated to target Android 15.
Twitter is no longer supported
There is no free access to reading tweets anymore. So we cannot support Twitter in the Open Source app. More details in #579
Avoid confusing current account
Current account should always correspond to the selected timeline. I.e. it cannot be from another Social Network. On app start current account should be the one that belongs to current timeline (i.e. to the Default timeline).
Show my account's avatar on an Action bar of a timeline in a case the timeline is for current account. #566
v.58. Background syncing and migration to Kotlin.
v.58. Background syncing and migration to Kotlin
- Fix background syncing on Android 9+.
- Fix downloads (avatars/attachments) with redirects, in which location is relative or absolute path without host and protocol.
- AndStatus fully migrated from Java to Kotlin.
- Fix a Zip Path Traversal Vulnerability.
- Add "Log out" button to the "Account" screen.
- Fix image resizing in a timeline.
Private notes from Mastodon
56.00-release v.56.00 Private notes from Mastodon
Bug fixes
- Avoid duplicated mentions
- Selecting "Discard" Options menu item during draft editing actually discards (deletes) the draft
- Make notification visible in a timeline even if we couldn't find our Actor, who should be notified.
- Clear "Outbox" notification, when an activity has been successfully sent
- Better way to find out if conversation can be downloaded. Pump.io get at leastprevious activity of the conversation.
Sensitive flag and CW/Summary for a Toot/Note
- Added "summary" (Content warning) Note property and "Sensitive" flag (checkbox in the Editor). If the Note (Toot) is Sensitive, starting a Reply to that toot the app makes the Reply Sensitive also, and copies Summary (CW) from the parent toot also.
Sensitive content may be made visible or invisible in the Navigation drawer (or in Settings -> Timeline). #507 - More Mastodon attachments are shown now ("remote" media files are shown in a case the type of the local ones is "unknown")
Better mobile traffic protection
- Size of downloaded files/streams is controlled during download, and not after download completion, as before. This allows to stop downloading a file (or reading a timeline), which appeared to be larger than configured "Maximum size of an attachment"
- If attachments are configured to be downloaded via Wi-Fi only: During download, AndStatus checks periodically, if Wi-Fi connection is still active. In case Wi-Fi connection is lost, the download is interrupted and will be retried later.