Skip to content

Releases: HeyPouya/AndroidAppUpdater

10.0.0

26 Jun 09:11
Compare
Choose a tag to compare

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

05 Mar 16:25
Compare
Choose a tag to compare

Added:

  • Added support for ZTE App Center
  • Added support for Lenovo App Center
  • Added onDismissRequested for compose module
  • Renamed UpdaterStoreList.kt to StoreListItem.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

02 Jan 08:48
Compare
Choose a tag to compare

Added:

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

8.0.0

23 Dec 16:30
Compare
Choose a tag to compare
  • Added library in Jetpack Compose

7.0.0

21 Nov 10:22
Compare
Choose a tag to compare
  • Separated core, main and dsl dependencies
  • Added dark mode
  • Added support for Huawei App Gallery
  • Added support for Samsung Galaxy Store
  • Fixed minor ui issues
  • Upgraded dependencies
  • Added support for Android 13
  • Changed font of demo app to Vazir font

6.0.0

11 Nov 18:40
Compare
Choose a tag to compare

Upgraded dependencies and added flavours to make project ready for compose

5.0.0

31 Jan 09:18
003ba6a
Compare
Choose a tag to compare

Upgraded dependencies
Narrowed down unused dependencies
Removed kotlin-extension plugin
Added DSL support

4.0.1

19 May 03:14
Compare
Choose a tag to compare

Reduced size of images
upgraded all dependencies to the latest version

4.0.0

14 Jan 15:32
Compare
Choose a tag to compare

Resolved Issues
Upgraded dependencies
Fixed deprecated methods in Android 10

3.0.0

04 May 09:25
Compare
Choose a tag to compare

Ask for storage permission directly inside the library
Dismiss the downloading in progress dialog after downloading the file or if the user cancels the process
Upgraded all dependencies to latest version
Some improvements
Some cleanups