- Forces a filter reset after authentication for inbox.nostr.wine
- BugFix: Resolves a duplicated entry on relay list of Notes
- Avoids testing the signature when the id or sig fields are blank
- Improves the feedback to messages from relays.
- add exception handling for parsing geohash by @jiftechnify
- Only adds a border to video controls when in full screen
- Activates images controllers on click
- Adds a border in the image dialog to avoid overriding controllers.
- Image bleeding into separate page bugfix
- Update dependencies
- Fixes all the other mute list feeds
- fix double encryption on nip04 by @greenart7c3
- try to fix messages being encrypted twice by @greenart7c3
- change mute test to equality with string including event 30000 and user hex by @davotoula
- Fixes visibility of the bottom and top bar when the user comes back
- Fixes failure to load long form content with d tags reserved url chars
- Fixes bug of not immediately loading chat rooms
- Moves the Post button on chat screens to a > Button
- Hide's the Video Full Screen dialog buttons together with video
- Fixes the saving of the video position between screens
- Updated translations for cs/de/sv
- Moves Following icon from crossfade to animatedVisibility.
- Breaks down Compose components in the Discovery tab.
- Allows Base64 images on profiles.
- Fixes bug of messages not reappearing after memory trimming.
- Moves activeOnScreen calculations to a LaunchedEffect
- Only changes shouldShow if the value is different.
- Moves audiothumbnail loader to the viewModel scope