Skip to content

Releases: LeddaZ/ReVancedUpdater

3.0.0

18 Sep 02:02
1c64437
Compare
Choose a tag to compare
  • Redesigned the UI again
    • The UI now follows Material 3 guidelines
    • Material You dynamic colors (aka monet) are back (Android 12+)
    • Replaced bottom navigation menu with top app bar
    • Merged "ReVanced" and "Updater" pages into one
  • The app will now prompt the user to install Vanced microG at launch, if not installed
  • Enabled predictive back gesture (Android 13+)
  • General code cleanup and improvements

2.1.5

30 Aug 03:17
818d139
Compare
Choose a tag to compare
  • Fixed crash on Android 14 when trying to install an app
  • Updated dependencies

2.1.4

08 Aug 02:52
8ce326e
Compare
Choose a tag to compare
  • Fix cards not scrolling on devices with small screens (for real this time)

2.1.3

19 Jul 12:53
91b598a
Compare
Choose a tag to compare
  • Update target SDK to 34 (Android 14)
  • Warn if an invalid version is detected instead of crashing the app

2.1.2

13 Jul 20:33
dd2e051
Compare
Choose a tag to compare
  • Updated dependencies
  • Reduced logging
  • Delete downloaded APKs on app start and when pressing the refresh button

2.1.1

07 Jun 16:08
5e66d0e
Compare
Choose a tag to compare
  • The cards are now centered again
  • Updated dependencies

2.1.0

22 May 19:40
83551df
Compare
Choose a tag to compare
  • Make layout scrollable (fixes #10)
  • Update dependencies

2.0.1

09 May 22:37
b42274d
Compare
Choose a tag to compare
  • Add support for per-app languages
  • Update dependencies

2.0.0

21 Feb 23:54
dc9678b
Compare
Choose a tag to compare
  • Completely redesigned Material You UI:
    • Colorful cards
    • Bottom navigation
    • Hold an app's card to open its changelog
  • General code cleanup and improvements

1.7.0

11 Dec 22:05
Compare
Choose a tag to compare
  • Theme UI elements using monet (implemented with MonetCompat, works better in dark mode)
  • Minor code improvements