Skip to content

Releases: andstatus/andstatus

Twitter is no longer supported

06 Dec 17:48
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
56.00-release

v.56.00 Private notes from Mastodon

Bug fixes

01 Jul 04:33
Compare
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
Compare
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
Compare
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.

Avatars and Attachments improved

04 Mar 17:53
Compare
Choose a tag to compare
  1. When some Actor follows (or stops following) me, show detailed info about that Actor, not about my Actor.
  2. If an attached video has a preview image, that image will be shown (currently available for Mastodon only). View image / View media context menu item for remotely accessed media files.
  3. Show a text link to a media file, for which even preview image couldn't be downloaded (instead of no attachment at all as before). #502
  4. Don't download attached Video by default. May be changed in Settings -> Attachments -> Download attached video
  5. Actor's avatar in their profile is shown with maximum resolution.
  6. Fixed: Cannot delete a Note's Title (Name) after it was first saved (even in a draft).

Fixed crash on Default Color Theme

25 Jun 16:25
Compare
Choose a tag to compare
40.02-release

v.40.02 Fixed crash on Default Color Theme

Favoriting activity in GNU Social and Limiting image cache size

09 Jun 04:13
Compare
Choose a tag to compare
#493 Added an option in Settings -> Timeline: "Show my account, which…

… downloaded the activity/note". So far the account shown as "a:accountname" in the note's details (below note's content).