Releases: HeyPouya/AndroidAppUpdater
Releases · HeyPouya/AndroidAppUpdater
10.0.0
Added:
- Added feature to set the dark or light mode automatically based on SYSTEM_DEFAULT's theme
- Made dialog's width cover 80% of the screen
- If there is only 1 store to show, now dialog shows it in the center for a symmetric look
Fixed:
- Fixed screen states getting emitted by phone rotation
- Fixed status bar color was getting set by library's compose theme
Removed:
- Removed
- dsl library is removed and merged into main library
- core library is removed and there is no need to declare dependency to it anymore
Upgraded:
- All dependency versions to the latest version
- Upgraded compose library to Material3
Depricated:
- AppUpdaterDialog.getInstance() is deprecated and is replaced with the overload that accepts UpdaterDialogData as argument
- AndroidAppUpdater() in compose module is deprecated and is replaced with the overload that accepts UpdaterDialogData as argument
9.5.0
Added:
- Added support for
ZTE App Center
- Added support for
Lenovo App Center
- Added onDismissRequested for compose module
- Renamed
UpdaterStoreList.kt
toStoreListItem.kt
- Upgraded dependencies to the latest version
Fixed:
- Fixed update in progress dialog not respecting the dark theme
- Made the dialog scrollable for better accessibility in small
9.0.0
Added:
- Added Support for Amazon App Store
- Added Support for Aptoide App Store
- Added Support for F-Droid App Store
- Added Support for Xiaomi GetApp Market
- Added Support for OneStore App Market
- Added Support for Oppo App Market
- Added Support for Vivo V-AppStore
- Added Support for 9-Apps Market
- Added Support for Tencent App Store
Fixed:
- Improved GooglePlay to prevent other apps from intercepting it's intent
- Fixed update in progress dialog not showing after rotation in compose
- Added try/catch block when showing urls to avoid crashes
- Updated Cafe bazaar's default icon
- Updated Google Play's default icon
Removed:
- Removed IranApps as the store is closed