Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Releases: BlueCat300/XposedAppSettings

App Settings Reborn v1.7

14 May 17:20
Compare
Choose a tag to compare
  • Android 13 support (xposed)
  • Android 13 support (targetSdk)

Note
This is the last update for this fork. The update contains fixes for xposed crashes on Android 13.
The update does not contain new hooks for modern ways of existing features, so they may not work on some applications.
The application fully uses the original hooks with support for new OS versions. Many applications use new methods added by Google later.

If anyone is interested, you can continue to develop new hooks methods.

App Settings Reborn v1.6

21 May 18:43
Compare
Choose a tag to compare
  • Android 12 Xposed support
  • Android 12 support (targetSdkVersion)
  • Dropped EdXposed support
  • Increased minimum Android version to 8.1 Same version as LSPosed framework.
  • Added cleaning the filters on back pressed button
  • UI updates

Note
Some options such as "notifications priority" and "disable big (expanded) notifications" have been removed due to the increase in the minimum version of Android.

The higher the version of Android, the more options begin to be lost. The logic of such functions is globally rewritten with the new version of Android and the module can no longer intercept them.
In Android 12 these options are:

  • Mute audio
  • Force or prevent ongoing notifications

Methods and classes of such options are present, not deprecated. The OS just doesn't use them.

Project support on Android 13 is not guaranteed, please do not ask for updates.

App Settings Reborn v1.5.1

28 May 01:29
Compare
Choose a tag to compare
  • Added scopes
  • Updated turkish translation

Note
LSPosed users: Check recommended scope and targeted applications in the manager.

App Settings Reborn v1.5

04 May 00:25
Compare
Choose a tag to compare
  • Android 11 support (targetSdkVersion)
  • Added light theme
  • Added auto hide fullscreen option (Android 11+)
  • Added force LTR option
  • Improving the search box

Note
Auto hide option is part of the full screen option, allows you to enable auto hide status / navigation bars after a gesture. Please note that the full screen option does not prevent immersive mode.
Force LTR option disables layout mirroring for right-sided languages. Merged pull request #9

App Settings Reborn v1.4.1

03 Mar 17:55
Compare
Choose a tag to compare

App Settings Reborn v1.4

02 Mar 13:57
Compare
Choose a tag to compare
  • Added backward compatibility with frameworks below version 0.5.1.3
  • Added SELinux checker. Required for backward compatibility.

App Settings Reborn v1.3

24 Feb 22:28
Compare
Choose a tag to compare
  • Migrate to Appcompat(Material) theme
  • Android 11 xposed compatibility
  • Increased minimum API to 21 (Android 5.0)

App Settings Reborn v1.2

08 Jan 21:54
Compare
Choose a tag to compare
  • Migrate to new XSharedPreferences. The module can now work with enforced SELinux. Requires EdXposed Framework v0.5.1.4+