6.8.6 commit

This commit is contained in:
Xilin Jia 2024-10-03 22:20:03 +01:00
parent be86674864
commit 558b6fdf0c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ This project was developed from a fork of [AntennaPod](<https://github.com/Anten
Compared to AntennaPod this project:
1. Migrated all media routines to `androidx.media3`, with `AudioOffloadMode` enabled, nicer to device battery,
2. Is purely `Kotlin` based and mono-modular, and being migrated to Jetpack Compose,
2. Is purely `Kotlin` based and mono-modular, and multiple views are in Jetpack Compose,
3. Iron-age celebrity SQLite is replaced with modern object-base Realm DB,
4. Outfits with Viewbinding, Coil replacing Glide, coroutines replacing RxJava and threads, SharedFlow replacing EventBus, and jetifier removed,
5. Boasts new UI's including streamlined drawer, subscriptions view and player controller,