amethyst

Nostr client for Android

MIT License

Stars
1.1K

Bot releases are visible (Hide)

amethyst - Release v0.66.3: Live Notification Bugfix

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

  • Avoids triggering the Live Notification bubble when the live event is simply updated with new participants
  • Adds content-sensitivity warnings for LiveStreams
  • Fixes translations from Japanese with special chars breaking the url
  • Adds hashtags to the description of communities and channels
  • Displays community/channel descriptions with Translations.
  • Slightly faster reactions and zap icon rendering
amethyst - Release v0.66.1: Community/Chat headers with reactions/zaps

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

  • Moves communities from /c/name to /n/name
  • Adds reactions to owners of Chats and Communities
  • Adds zaps reactions to owners of Chats and Communities
  • Fixes Emoji combinations for
  • Reduces the size of the discovery tab captions
  • Increases the most recent downloads per chat from 25 to 50
  • Removes top bar for Community and Hashtag posts
  • Adds EOSE treatment for the Discovery datasource
  • Allows notification to chat channel headers
amethyst - Release v0.66.0: Communities (NIP 172)

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

  • Breaks the live screen in 3 tabs
  • Adds Support for Communities (172)
  • Adds Community discovery screen
  • Adds Public Chat discovery screen
  • Adds Community Follow/Unfollow
  • Adds rendering of Community Posts in the feed
  • Creates a summary of verified participants in Communities/Chats/Streams
  • Restructures Hashtag Screen to the new Screen Building structure
  • Remembers scroll position in Live, Community, and Chat discovery
  • Displays Approval Notes in the notifications
  • Removes the Live bar from the top of the feed
  • Adds notification dots in the LiveStream bottom button.
  • Updated Swedish/Czech/German translations by @davotoula
  • BugFix for invalid hexes in the hex index
  • BugFix for Japanese Url parsing and Text newline breaks by @ShinoharaTa
amethyst - Release v0.65.0: Live Streaming Browser

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

  • Live Streaming Browser
amethyst - Release v0.64.3: New icon for verified follows

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

  • BugFix for IndexOutOfBoundsException when loading invalid hexes
  • Adds New Icon for verified follows
  • Fixes the lack of the checkmark in the verification icons
  • Adds #Cashu custom tag by @npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8
amethyst - Release v0.64.0: UI Changes

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

  • Merges Global into Home as a top-bar List
  • Moves Relay Settings info from top bar to left drawer
  • Adds search to the top bar
  • Slims down the live headers
  • Additional checks for main thread in Notifications
  • Makes NIP05 work with domain names only (No need for the @ in the "@ domain" address)
  • Improved AsyncImage loading states
  • Logs out the time to display each reaction type
  • BugFix: Not showing display name on [n] tags
  • BugFix: Trimmed paragraphs losing indentation
  • BugFix: Don't show URL previews in quoted notifications and other cases where the preview is not needed.
amethyst - Release v0.63.0: Zitron's Logo!

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

  • Moves to @npub103vypyhddrad9289zp8lf2dxlkkrmq3e0utx3qg449ea8x2wel6sas2700 's Logo
  • Adds followed tags in profile screen by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Adds music note to #tunestr
amethyst - Release v0.62.8: More Performance

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

#Amethyst v0.62.8: More Performance

  • Performance improvements and additional MainThread checks
  • Logging rendering performance
  • BugFix for rendering url of highlight note by @npub1w4uswmv6lu9yel005l3qgheysmr7tk9uvwluddznju3nuxalevvs2d0jr5
  • Add copy token button to Cashu's Preview by @npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8
  • BugFix better default error message by @npub1nxa4tywfz9nqp7z9zp7nr7d4nchhclsf58lcqt5y782rmf2hefjquaa6q8
  • Runs translation chain in the background
  • Restructures Multi-Notification Galleries
  • BugFix: Avoids blinking the nip05 address
  • BugFix: Ignoring case when comparing original and translated versions.
  • Moves RichText/Markdown Modifiers to singleton classes.
  • Updates URLPreview in the main thread.
  • Updates dependencies to the newest version
  • Updates Hungarian translation by @npub1ww8kjxz2akn82qptdpl7glywnchhkx3x04hez3d3rye397turrhssenvtp

Download:

amethyst - Release v0.62.7: BugFix for zapraiser

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

  • Fixes the large UI padding in the details of the zapraiser
amethyst - Release v0.62.6: Perf improvements

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

  • Moves state assignments to the main thread
  • Reduces full-screen updates to once a second
  • Minor adjustments in threading
  • Moves cashu processing to a state class to account for errors
amethyst - Release v0.62.4: Cashu Token support

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

  • Adds Cashu Token redemption to the User's ln address by @believethehype
  • Video Dialog now go full screen by @vitorpamplona
  • Updates Dutch Translations by @Bardesss
  • Adds a confirmation dialog before logout by @greenart7c3
  • Bugfix for not updating user picture and name after a new message arrives on the Message List by @vitorpamplona
  • Several little performance Improvements across the app by @vitorpamplona
  • Adjusts Profile images to crop and not fit by @vitorpamplona
  • Preloads channel data from LocalCache by @vitorpamplona
  • Removes live thumb and adjusts padding of the live header @vitorpamplona
amethyst - Release v0.62.3: BugFixes and Performance Improvements

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

  • Adds picture of the User to the Stream's header
  • Migrates the UserProfile page to the new ViewModel structure
  • Requires an update in the live stream event every two hours to keep live
  • Adds a less memory-intensive Hex Checker
  • Moves OnlineChecker to a singleton class with a cache
  • Moves LocalCache's Synchronized block to Concurrent implementations
  • Moves user msg synchronization to its own object
  • Crossfades changes in Reactions and Zaps
  • Improves the rendering speed of chat messages
  • BugFix for new posts by the user not showing up immediately in the feed
  • BugFix for duplicated notes in the LocalCache
  • BugFix for the Click on UserPicture event
amethyst - Release v0.62.2: BugFix for crashing relay screen

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

  • Some relays don't return a JSON when requested and that was crashing the app.
amethyst - Release v0.62.1: BugFix for posts with createdAt in the future

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

  • Stops showing posts in the future (Fixes Tony's Highlighter post)
  • BugFix on publishedAt date for Longform posts
amethyst - Release v0.62.0 NIP-98 Support

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

  • Adds NIP98 Support by @believethehype
  • Adds nostrcheck.me image host by @believethehype
  • Fixes UTF-32 Reactions cutting off
  • Adds icon for paid relays in the relay list by @greenart7c3
  • Improves rendering time of the Channel header
  • Avoids crashing due to illegal zap address
  • Making more classes stable for performance reasons.
  • Improves relay options rendering performance.
  • Review to avoid Synchronized blocks
  • Uses derivedOf to protect from updates with the same content
  • Generalizes the SensitivityWarning to any Note
  • Moves LaunchedEffects to only run if objects haven't yet being loaded
  • Checks main thread in preferences
  • Moves the image border modifiers to app variable
Package Rankings
Top 6.71% on Proxy.golang.org
Related Projects