Skip to content

Releases: Big-Fig/Fediverse.app

v2.0.24-beta

13 Jun 20:30
@xal xal
Compare
Choose a tag to compare
v2.0.24-beta Pre-release
Pre-release

Changes

  • automatically append own posts to timeline
  • add more details to login process to handle what going wrong
  • don't display zero counters
  • update crash handling library
  • improve timelines performance: don't update data for timelines too often

Fixes

  • fix timeline tab indicator invalid color bug
  • fix timeline rebuild after settings changes
  • possible fixes for blue screen stuck & always instance dead error

v2.0.23-beta

13 Jun 20:29
@xal xal
Compare
Choose a tag to compare
v2.0.23-beta Pre-release
Pre-release

Added

  • custom timelines managing (add, remove, sort)

v2.0.22

13 Jun 20:27
@xal xal
Compare
Choose a tag to compare

Added

  • special 'request_follow' button for locked accounts
  • a lot of new unit tests for better stability

Changes

  • update flutter framework libraries & all libraries. Should increase performance, but may cause unexpected bugs. Update was required due to conflicts between new libraries and old
  • icon for bot accounts
  • separate settings for each timeline. Remove unsupported filter options for some timelines

Fixes

  • fix notifications for mastodon.instances (related to https support on push relay server)

v2.0.21-beta

13 Jun 20:27
@xal xal
Compare
Choose a tag to compare
v2.0.21-beta Pre-release
Pre-release

Added

  • account mutes, blocks, domain blocks feature
  • status conversation mute action
  • auto-add new notifications after notification tab switching. However, new logic forces scroll position to top after tab switching, so we loose old scroll state.
  • sometimes stuck when click on notification (when notification from non-active instance).
  • add timeout to all REST request to avoid freeze on poor connection
  • dismiss single notification feature
  • add android notifications channels
  • Account settings: default visibility, always display spoilers, always display nsfw, mark media nsfw by default

Changes

  • Faster push notifications (changes on PushRelay Ruby proxy-server): unsubscribe from webpush notifications when target FCM device id already expired

Fixes

  • fix invalid font size for statuses when OS accessibility font size changed
  • fix broken chat input field UI

v2.0.20-beta

13 Jun 20:20
@xal xal
Compare
Choose a tag to compare
v2.0.20-beta Pre-release
Pre-release

Added

  • implemented flavors. Flavor will save time on creating feature builds. From now Fedi2(dev) and Fedi1(prod) will have different icons and title.
  • add light grey background for focused status in thread. Display status actions only for focused status and first status in thread.
  • add multi-select account UI (used for mentions, lists, etc)
  • hashtag and lists real-time websockets update

Changes

  • remove html tags from sharing raw status text to external apps
  • handle instance config registration limits (approval required, invites only)
  • handle instance config account fields limits
  • handle instance config post status & create poll limits
  • add custom (per-account) pleroma background image account field support (display on home page & edit)
  • better upload media error details in notification
  • better refresh & load more error details in notification
  • accept/reject follow request.
  • handle follow requested in account details page
  • dynamically increase timeago UI (without manual statuses refresh)
  • dynamically expire poll (without manual refresh)

v2.0.19-beta

13 Jun 20:20
@xal xal
Compare
Choose a tag to compare
v2.0.19-beta Pre-release
Pre-release

Added

  • bookmark/unBookmark statuses
  • lists create/edit/add account/remove account/ and fetch statuses support.
  • hashtags support: add in search, fetch statuses, handle click in status
  • bookmarks and favourites statuses fetch support. Access from Account Settings Page
  • delete status feature & handle delete status by other people websockets event
  • added slider between attachments in media attachments details page
  • added status bottom actions bar in status thread for replies. It is temporary solution. I will implement actions only for focused reply in the future to avoid too much UI elements on the screen

Changes

  • better start conversation input UI: added autofocus for input field

Fixes

  • fix bug: don’t search for old DM with same user during start conversation
  • fix non-media attachments type & filename handling when description is empty
  • fix search results ALL tab: group separators are valid now

v2.0.18-beta

13 Jun 20:20
@xal xal
Compare
Choose a tag to compare
v2.0.18-beta Pre-release
Pre-release

Added

  • pin/unpin statuses support
  • add statuses tabs (only media, with replies, without replies, pinned) to account page
  • add edit status UI (for draft and scheduled posts)
  • add drafts statuses feature
  • add open account in browser dialog action to open account on home instance
  • add “Subject” field in to post new status UI
  • new nsfw action icon
  • nsfw spoiler alert description update

Changes

  • minor performance changes

v2.0.17-beta

13 Jun 20:19
@xal xal
Compare
Choose a tag to compare
v2.0.17-beta Pre-release
Pre-release

Added

  • add captcha support
  • add captcha to registration if it is supported by server.
  • add create poll UI

Changes

  • Better share. Share to Chats, DMs. Better external share.
  • better UI for images with transparent background

Fixes

  • fix bug “can’t reply to DIRECT message in thread”
  • fix video player crash for mp4 files without actual video track (audio only)
  • fix a lot of minor issues from non-fatal issues reports gathered via Firebase.

v2.0.16-beta

13 Jun 20:18
@xal xal
Compare
Choose a tag to compare
v2.0.16-beta Pre-release
Pre-release

Added

  • add x86_64 and arm64 architecture support. Previously app not worked on it

Fixes

  • fix several minor bugs from Firebase crash reports.

v2.0.15-beta

13 Jun 20:18
@xal xal
Compare
Choose a tag to compare
v2.0.15-beta Pre-release
Pre-release

Added

  • poll view and vote support
  • custom emoji picker support

Changes

  • emoji picker UI rework
  • navigation to status/chat/account after click on notification
  • dialogs UI improvements
  • nsfw/spoiler alert UI rework. Fix double “tap to view” when status contains both nsfw and spoiler
  • improve chat last message local storage performance.
  • rework drawers UI. Turn them in subpages
  • remove grey divider just before status actions