mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
- Migrated services to Flows that are active while their flows remain subscribed - Improved OTS Decoupling - Moved OTS verification procedures from the local cache to the data source - Migrated the forceProxy options to lambdas that return an OkHttpClient - Isolated Connectivity services, from Compose to Flow - Isolated Tor services, from Compose to Tor (only starts if the Tor option is marked as internal) - Isolated Memory trimming services, from Compose to Flow - Isolated Image Caching services, from Compose to Flow - Isolated Video Caching services - Isolated Logging services - Isolated NIP-95 Caching services - Isolated Pokey receiver services - Improved support for Tor in push notifications - Isolated OkHttpClient services as flows - Reduced the coupling of Context objects with singleton objects. - Migrated UserFeedStates, StringFeedStates and ZapFeedStates to MutableStateFlow, avoiding feed updates on Main - Forces a reconnect into relays that lost connection if any tor, connectivity or account changes - Speeds up Base64 parser