amethyst

Nostr client for Android

MIT License

Stars
1.1K

Bot releases are visible (Hide)

amethyst - Release v0.70.3: Bugfixes and improvements

Published by github-actions[bot] about 1 year ago

amethyst - Release v0.70.2: Bugfixes

Published by github-actions[bot] about 1 year ago

  • Updated se/de/cs translations by @davotoula
  • Moves the video caching service initialization foreground services.
  • Fix boosted notes from blocked users appearing as blank by @greenart7c3
amethyst - Release v0.70.1: BugFix for F-Droid

Published by github-actions[bot] about 1 year ago

  • Restructures the spacing in the first and second rows of a post
  • Fixes Wake-Lock permission line that crashes on the F-droid version
amethyst - Release v0.70.0: Background Playback

Published by github-actions[bot] about 1 year ago

  • Moves Video/Audio player to a foreground service.
  • Migrates Feed, Stories, and Live Stream screens to use that service
  • Blocks screen from going to sleep if a video is playing.
  • Blocks WIFI from going to sleep if an online video is playing.
  • Allows the app to pause while listening to media and continue playing
  • Manages cache for up to 30 videos in parallel for each of the 3 categories: local, streaming, progressive content
  • Activates the use of popups with artwork that points to the screen with the video
  • Creates a button to allow any video to play while browsing the app/phone
  • Moves app to SingleTop mode.
  • Keeps viewed position cached for up to 100 videos.
  • Restructures the starting screen from App Navigation
amethyst - Release v0.69.3: BugFix NIP05 colors

Published by github-actions[bot] over 1 year ago

amethyst - Release v0.69.2: Updated Verification icons

Published by github-actions[bot] over 1 year ago

Adds @Niel Liesmons's icons for Following, Nostr Address Verification, and NIP-94 hash verification

amethyst - Release v0.69.1: BugFix to view the mute feed

Published by github-actions[bot] over 1 year ago

amethyst - Release v0.69.0: Ad-hoc local lists removed

Published by github-actions[bot] over 1 year ago

This version starts the migration to store a user's following communities, channels, and block/mute list in the Contact List and People List kinds. To migrate, please block (not report) and unblock somebody, follow and unfollow somebody.

  • Moves video player to the brand new Exoplayer package
  • Moves Following Communities' local DB to the Contact List
  • Moves Following Channels local DB to Contact List
  • Moves Following BlockList local DB to Mute List (Private part)
  • Migrates all past local lists to their event kinds
  • Views Mute Feed (disables hidden authors for that specific list)
  • Breaks Security Filters screen in 2 tabs: Blocked and Spammers (automated filter)
  • Restructures ContactList to avoid removing unsupported tags
  • Restructures PeopleList to avoid removing non-people tags
  • Fixes older channels and communities not loading on the discovery tab
  • Forces a given event kind to be displayed in the Discovery tab
  • BugFix for AppDefinitionEvent updates
  • Moves contact list closer to metadata in the Local Cache
  • Adds parsing support for NNS Events.
  • Moves id hex prefixes from 6 to 8 chars.
  • Fixes the profile display for new users without pictures.
amethyst - Release v0.68.4: Performance Improvements

Published by github-actions[bot] over 1 year ago

  • Renames NIP-05 to Nostr Address for @derekross
  • Moves UserProfile NewThreads, Conversations, Reports and App Recommendations to be additive filters
  • Moves the synchronized Zap allocation block to run only when needed
  • Moves badges out of the User class
  • Keeping media feed active from the start of the app.
  • Only logging pruning and printing stacktraces when it matters
  • Adds EOSE limits to the Video tab
  • Adds EOSE limits to the Discovery tab.
  • Only triggers mutable state of connection if the connection actually changes.
  • Reduces profile feed size to 200 and zaps, reports and followers to 400
  • Puts the Wifi signal processing in an IO Thread

Download:

amethyst - Release v0.68.3: Bug fixes

Published by github-actions[bot] over 1 year ago

  • Adds NostrCheck uploads on the Media Feed
  • Adds the title of the blog post to the highlighter's display
  • Fixes size of custom reactions on the Stories feed
  • Fixes crash when changing setting in android api < 13 by @greenart7c3
  • Migrates DropDownMenu to MutableState for performance
  • Changes clicks on Community and Channel headers to go to the community/channel screen instead of expanding it inline
  • Update Japanese translations by @akiomik
  • Update Portuguese translations by @greenart7c3
amethyst - Release v0.68.2: Bugfixes

Published by github-actions[bot] over 1 year ago

amethyst - Release v0.68.1: Settings Page

Published by github-actions[bot] over 1 year ago

  • Adds Settings for (by @greenart7c3)
    • The default language of the app
    • The default theme of the app
    • If it loads images automatically or not
    • If it loads URL previews automatically or not
    • If it plays videos automatically or not
  • Updates to the Japanese translations by @akiomik
amethyst - Release v0.68.0 Classifieds

Published by github-actions[bot] over 1 year ago

  • Adds Support for Classifieds (https://github.com/nostr-protocol/nips/pull/662)
  • Adds Japanese Translations by @npub1f5uuywemqwlejj2d7he6zjw8jz9wr0r5z6q8lhttxj333ph24cjsymjmug
  • BugFix to cut multiple emojis from reactions
  • BugFix to remove emoji package list selection from Profile threads.
amethyst - Release v0.67.1: BugFixes

Published by github-actions[bot] over 1 year ago

  • When clicking in a repost of a note, redirects the user to the note directly, not to the repost
  • Adjustments to allow removing of the selected emoji packs from the reaction setup dialog
amethyst - Release v0.67.0: Custom Emoji Reactions

Published by github-actions[bot] over 1 year ago

  • Support for Emoji Packs
  • Support for Personal Emoji Lists
  • Support for Custom emoji Reactions
amethyst - Release v0.66.7: BugFixes

Published by github-actions[bot] over 1 year ago

  • Fixes race condition when deleting a reposted event
  • Fixes a crash when a lightning service returns an emtpy pr field.
  • Fixes images going over text in a markdown rendering
  • Early support for displaying custom emoji reactions
  • Updates exoplayer version
  • Makes nav(route) threaded operation
  • Refactoring of Badge Box codes and Time classes
  • Adds rendering of community approval posts to the NoteMaster of a thread
  • Updates Tamil translations by @AutumnSunshine
amethyst - Release v0.66.6: BugFix for content-warning checkbox not working

Published by github-actions[bot] over 1 year ago

amethyst - Release v0.66.5: Content-Warning in the video feed

Published by github-actions[bot] over 1 year ago

  • Adds content-warning toggle when sending an image.
  • Toggle marks the media event (NIP-94 or NIP-95) as content-sensitive
  • Change renderers in chat, communities, feed, and stores to show a warning before the image is displayed.
amethyst - Release v0.66.4

Published by github-actions[bot] over 1 year ago

Package Rankings
Top 6.71% on Proxy.golang.org
Related Projects