Skip to content

Releases: andstatus/andstatus

v.62.03. Fix crash in Settings screens on Android 15

14 Dec 15:36

Choose a tag to compare

62.03-release

v.62.03. Fix crash in Settings screens on Android 15

v.62.02. Get "max_characters" from Mastodon configuration

12 Dec 18:40

Choose a tag to compare

62.02-beta

v.62.02. Get "max_characters" from Mastodon configuration

v.62.01. Mastodon login fixed. Android 15

08 Dec 18:48

Choose a tag to compare

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

06 Dec 17:48

Choose a tag to compare

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

20 Jan 06:24

Choose a tag to compare

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.

07 May 06:28

Choose a tag to compare

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

05 May 13:48

Choose a tag to compare

56.00-release

v.56.00 Private notes from Mastodon

Bug fixes

01 Jul 04:33

Choose a tag to compare

  1. Avoid duplicated mentions
  2. Selecting "Discard" Options menu item during draft editing actually discards (deletes) the draft
  3. Make notification visible in a timeline even if we couldn't find our Actor, who should be notified.
  4. Clear "Outbox" notification, when an activity has been successfully sent
  5. 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

05 Jun 17:58

Choose a tag to compare

  1. 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
  2. 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

25 Mar 16:34

Choose a tag to compare

  1. 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"
  2. 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.