Releases: dkajan19/NotiFixer
Releases · dkajan19/NotiFixer
Release list
NotiFixer v1.1.1
This update expands device compatibility by adding support for Android 11, introducing tailored green color schemes for legacy Android versions while preserving dynamic colors on newer systems.
Warning
Compatibility Notice: Android 11 support was added per user request in #4. Please note that this build could not be fully tested on a real device, as I don't have a target app to test it with—testing was limited to basic UI navigation in an Android 11 emulator. However, this issue mainly affects newer Android versions, as persistent notifications worked as intended on Android 11 without this bug.
What's Changed
- Android 11 Support: Lowered minimum required Android version (
minSdk) from Android 12 (API 31) to Android 11 (API 30) per request in #4. - Legacy Color Schemes: Added custom light and dark green themes for devices running Android 11, ensuring a clean visual experience where dynamic color (Monet) is unavailable.
- Dynamic Color Preservation: Devices running Android 12 and above continue to automatically adapt to the system wallpaper color scheme without any changes.
NotiFixer v1.1.0
This update introduces a backup management system to easily migrate your saved apps, alongside a new feature to restart saved apps.
What's Changed
- Backup & Restore System: You can now export your saved apps list into a lightweight
.jsonfile and import it back anytime using the new icon in the top app bar #5 - Restart Functionality: Implement restart functionality for saved apps by @AhmetCanArslan in #7
New Contributors
- @AhmetCanArslan made their first contribution in #7