Skip to content

Releases: MorpheApp/MicroG-RE

v6.1.3

19 Apr 11:04
13bb63e

Choose a tag to compare

Bug Fixes

  • Correctly handle if the original app is missing or disabled (0935aa3)

Full Changelog: 6.1.2...6.1.3

v6.1.2

14 Apr 08:36
9eeb46e

Choose a tag to compare

Bug Fixes

  • Apply various sign-in fixes (346f0da)

Full Changelog: 6.1.1...6.1.2

v6.1.1

14 Feb 15:04
ba8ec46

Choose a tag to compare

Bug Fixes

Full Changelog: 6.1.0...v6.1.1

v6.1.0

17 Jan 15:58
9ddda43

Choose a tag to compare

Features

  • Added neutral result in Self-Check group to non required permission and actions (0384796)
    • Set neutral result on overlay over others apps permission

Bug Fixes

  • Fix #112: Open App battery usage screen to setup battery optimization permission in Xiaomi devices (f91315a)
  • Privacy settings crash if open it in account manager activity (c17c732)

Full Changelog: 6.0.0...6.1.0

v6.0.0

15 Jan 20:25

Choose a tag to compare

Warning

A new app signing key is used starting from this version.

To update, you must uninstall the previous version and then perform a clean installation of the new version.

If push notification do not work after updating MicroG, then uninstall and reinstall patched YouTube.

This uninstall/reinstall is a one time requirement and you will not do this again.

Features

  • Added Self-Check in settings to see and configure necessary permissions to use microG (f970bc9)
  • Modularize update checker and version comparison (573ed24)
  • Update About App UI to include Morphe links (f0f1161)
  • Improve patcher detection using know packages names and blacklist (a814431, bcf8337)
  • Ask display over others apps permission in confirm new apps preference (66e1d85)
  • Clear checkin info in remove all registered apps option (08ec61b)
  • Use privacy fragment in account manager (b754a1c)
  • Add app shortcut to add account (0e7e7bb)
  • Update translations (93e823d)

Bug Fixes

  • Fix microg#3087: Fix entering account registration flow from microG signin (96d3a64)
  • Fix microg#2578: Make login activity_single task (e1f28d3)
  • Fix #71: Use activity alias in hide icon in Iauncher option to prevent gone battery optimization options in HyperOS (24c148f)
  • Hide icon in Iauncher preference switch state does not match current state on first install (f61f588)
  • LoginActivity WebView dark theme not follow current device theme correctly (54e856d)
  • NullPointerException in AccountsFragment snackbar callback (7e7302e)
  • MaterialSharedAxis fragments transitions glitches (1aeaaff)

Full Changelog: 5.13...6.0.0

5.13

28 Sep 14:39

Choose a tag to compare

MicroG RE

  • Bump GMS version to 25.38.50
  • Added remove all registered apps option in cloud messaging settings
  • Shrink add account FAB on scroll and add padding in preferences
  • Fixed PushNotificationAdvancedFragment lifecycle handling
  • General layout improvements
  • Added russian translation
  • Updated Gradle and translations
  • Small changes

GmsCore

  • Auth: Migrate SignlnConfiguration to preprocessor-based safe parcelable
  • Bump actions/setup-java from 4 to 5
  • Bump actions/checkout from 4 to 5

Full Changelog: 5.12...5.13

5.12

17 Aug 00:44

Choose a tag to compare

Material3Expressive

  • Bump GMS version to 25.31.33
  • Refresh UI with Material 3 Expressive design
  • Update Login Assistant layout
  • Update Remove Account dialog layout
  • Refactored AccountsFragment and improved lifecycle handling
  • Updated signature retrieval for API compatibility
  • Fixed ask push notification permission dialog and data flow registration
  • General improvements and optimizations
  • Hide trust google authentication preference
  • Updated used libraries list
  • Updated MicroG RE icon resources
  • Prevented LoginActivity from being recreated on screen rotation (#76)
  • Enabled edge-to-edge and implement window insets listener
  • Added Ukrainian translation by @btncua
  • Updated Gradle and dependencies
  • Minor changes and fixes

Full Changelog: 5.11...5.12

Screenshots
Home Accounts Login
Push dialog Push app Push all apps

5.11

26 Apr 06:15

Choose a tag to compare

  • Bump GMS version to 25.14.62
  • Redesign login screen:
    • Added support for tablet proportion
    • Introduced material shared axis animation for opening/closing the login screen
    • Use Material3Expressive for components
  • Switched to Material3Expressive themes and styles
  • Fixed Google Photos spoof package support (#57)
  • Fixed when the icon visibility is disabled, the battery optimization options are hidden in HyperOS 2 Android 15. also fix (#67)
  • Fixed foreground service notification intent
  • No disable check update button on verification
  • Disable scrollbars in settings preferences
  • Update included libraries list in about
  • Update preference dialogs design
  • Update theme colors
  • Update Gradle and dependencies
  • Added Turkish translation by @mikropsoft
  • Added Vietnamese translation by @chemchetchagio
  • Various other improvements
  • Small changes

Full Changelog: 5.10...5.11

5.10

22 Dec 22:18

Choose a tag to compare

MicroG RE

  • Bumped GMS version to 24.47.38
  • Added a privacy option to the settings screen
  • Added an option to undo account removal via a snackbar message
  • Added actions in the foreground service notification to open battery optimization and notification settings
  • Added support for x86 and x86_64 ABIs (#45)
  • Updated app icon color to align with YouTube branding changes #ff0000#ff0033
  • Used snackbar in the UpdateChecker, improved exception handling, and rewired feature logic
  • Fixed ANR exception in UpdateChecker when there is no internet connection
  • Fixed usage of the deprecated lowerCase method
  • Removed fake-signature (#32)
  • Added missing Italian strings (#46)
  • Correctly translated Cloud Messaging strings for pt-BR
  • Fixed Italian translations (#44) by @0xrxL
  • Made various improvements to themes, components, behavior, fonts, animations, and overall layout
  • Updated Gradle and dependencies

GmsCore

  • Fixed handling of GCM topic unregistrations that return an empty token (600d0d9)
  • Updated GitHub Actions workflows (5ba97df)
  • Updated Gradle configuration (f2d9e44)

Full Changelog: Compare 5.9...5.10

5.9

09 Oct 19:51

Choose a tag to compare

5.9

MicroG RE

  • Bump GMS version to 24.38.64
  • Fixed Self-Check fragment issues and paddings
  • Fixed WebView dark theme not follow system theme correctly
  • Revert "Disable hide icon in launcher after click on Huawei button"
  • Improve some layout things and fixes
  • Changes in typography and fonts in preferences
  • Added Italian translations by @0xrxL
  • Added Indonesian (Bahasa) translations by @okkidwi
  • Small strings translations changes
  • Enable gradle build cache

GmsCore

  • Account settings: Allow profile picture page (microg#2535)
  • Account Settings: Take product name into MyActivity page (microg#2491)
  • SafeParcelProcessor: Fix code generator (microg#2525)
  • Push: Fix ask push permission dialog
  • SafeParcel: Mark processor as incremental
  • Improve log of service request
  • Bump gradle/actions from 3 to 4

Full Changelog: 5.8...5.9