Releases: vitorpamplona/amethyst
Releases Β· vitorpamplona/amethyst
Release v0.80.7
- Migrates external sharing service to njump.me by @ @es09l4ps
- Adds support for Greek by @ @csavastel
- Adds support for Indonesian by @ @Yonle and @ @3ssspdkl
- Updates Spanish translations by @ @β‘βΏitβΏyβΏitβ‘
- Updates Arabic translations by @ @fqwvx23t
- Fixes position of video controlling buttons when top bars are present in full screen.
- Fixes bug when the app calls isAcceptable directly, bypassing the other checks in AccountViewModel
- Fixes race condition when pausing and restarting relay connections
- Updates Kotlin compiler version
- Removes a recomposition between the started state and the isOnline state that is already cached.
- Migrates the check if stream is online to a single compose object.
- Forces relay reconnection when a new WIFI service is available
- Fixing translations of the that create the same message but with different character cases
- Refines the layout of Author Pictures for performance
- Refines layout of URL Previews for performance
- Refines the padding of chat messages and reaction row
- Correctly highliting a notification card on touch
Release v0.80.6
Release v0.80.5
Release v0.80.4: Performance Optimizations
- Starts videos from Main, but in a thread.
- Fixes new line of Loading Animation and Download buttons for images.
- Minimizes Jittering when loading videos.
- Improving rendering of reaction types
- Only updates notification dots once at every 3 seconds.
- New users now follow themselves by default
- Fixes Floating Action Button not showing again after changing screens by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
- Updates French, Dutch, Hungarian, Czech, German, Portuguese and Swedish translations by @npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp @npub1e2yuky03caw4ke3zy68lg0fz3r4gkt94hx4fjmlelacyljgyk79svn3eef @npub1w4la29u3zv09r6crx5u8yxax0ffxgekzdm2egzjkjckef7xc83fs0ftxcd @npub1rq9x6sk86e8ccw2cm8gsm4dyz9l24t823elespupaxjnzdk026fsca2r93 and @npub106efcyntxc5qwl3w8krrhyt626m59ya2nk9f40px5s968u5xdwhsjsr8fz
- Fixing colors of edit buttons
- Login and Logout already in IO threads
- Performance: Stable class review.
- Adds images and posts to notes without an extra line.
- Fixes: Direct replies have "reply" marker instead of "root" marker
- Speeds up the boost count method
- Fixes weird alignment of multi-row post titles from highlighter.
- Fixes the update on Profile Feed when Blocking/Unblocking the user.
- Refines Markdown to match Material3 Style
- Reduces the font size of Subject labels
- Fixes the use of decimals on Notification's chart
Release v0.80.2: BugFixes
- Slight improvement in the performance of Reaction Row's rendering
- Reducing the size of Subject labels
- Refining some of the Markdown to match Material3 Style
- Update Profile Feed when Blocking/Unblocking the user.
- Reverts the New Post button animation due to bugs of not coming back
- Fixes the use of decimals on Notification's chart
- Reverts the hidden note LiveData to make sure the interface doesn't blink with the hidden note that just disappears ms later.
- fix typo in resource string name @davotoula
- Updated translations for cs/de/sv/pt by @davotoula
Release v0.80.1: Foss Push Notifications
- Adds support for Unified Push in the FOSS edition by @KotlinGeekDev
- BugFix for missing push notifications when using Google's edition
- Creates a ViewModel store for each user, which allows faster memory cleanup when switching accounts.
- Fix crash when uploading images/videos using external signer by @greenart7c3
- Adds Lifecycle to all Flow collects in compose to stop processing new events when the app is paused.
- Avoids creation of the LiveData in every recomposition
- Removing Stop with Task from PushNotifications to make sure the PushService remains active.
- Updated translations to Sweden, Portuguese, Czech and German by @davotoula
Release v0.79.13: BugFixes
Makes sure only one npub is logged in at the same time
Update UI dependencies
Making sure the UI update from language is in the Main thread.
Solves NPE when the TextToSpeech engine isn't ready.
Fixes status update field when more than one status is available.
Moves Relay and User Metadata update buttons from Post to Save.
Slight adjustment on the rendering of hashtags.
Release v0.79.12: Tablet Layouts
Release v0.79.10: Full Blacks
Release v0.79.9: Full screen videos/images
- Solving one of the OutOfMemory errors (too many translators instantiated at the same time)
- Fixes the spacing of the account switcher to avoid getting too close to navigation buttons.
- Fixes full-screen dialog for videos and images
- Activates single-tap to double zoom when on full-screen dialog
- Fixes caching issue of the saved list selection in the top bar on cold starts
- Fixes one of connectivity issues that kept the app off-line even though the phone is connected to the internet
- fix double encryption when sending dms, when login with external signer set privKey to null to be sure we have no private keys by @greenart7c3