Release v0.89.9 Outbox model to filter large follow lists.
- Fixes the order of bookmarks (keeps the order of the event, instead of the created at)
- Improves the async rendering of Base64 content
- Moves discovery and video lists to Outbox when Follows or relay lists are selected
- Adds support for selecting authors based on their Outbox relays when searching for notes authored by them
- Aligns default note comparator to NIP-01's created at descending and then by id ascending
- Keep them public to allow testing in these particular functions
- Refactors to use native contains instead of custom lambdas on Ammolite's Filter
- Refactors Ammolite Filters to be regular ones and creates a PerRelayFilter for the use on Amethyst.
- Renames the MinimumRelayList to RecommendationProcessor
- Adds haptic feedback to draft deletion swipe
- Moves the ContactList cache lists to AccountViewModel, where it can be disposed more efficiently.
- Improves the accuracy of the Event memory counter.
- Adds event factory performance test
- Adds extension possibility to Quartz's event factory
- Moves DataSource dispatcher from IO to Default
- Makes stringRes Stable for compose
- Removes Mutiny NWC button :(
- Moves Relay viewModels to Default thread