mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The sections should follow the order Packaging, Added, Changed, Fixed
and Removed.
[Unreleased]
Added
- UAD now comes with a logger. Debug information will be written to a
uad.logfile (Warning level log in stdout) (#2) - Support for older phone (< Android 8.0) (#15):
- Disable mode in settings: clear and disable packages instead of uninstalling them (default for old phones because you can't restore uninstalled packages)
- Export your selection in the
uad_exported_selection.txtfile. Packages from this file (if found in the current directory) will be automatically selected upon the start of UAD (or after a refresh) (#8)
Changed
- UAD will no longer crash at start if it doesn't find ADB but will display a useful error message (#25)
- Better handling of ADB errors (#3)
- Updated dependencies (compatibility with Iced main branch latest commit)
- Cleanup and refactoring of the code
- Performance improvement
- Various UI/UX improvement
- The
Debloat/Restore selectionbutton has been split in 2 buttons:removingandrestoring
Packaging
- Added an alternative build that uses OpenGL (instead of Vulkan) for compatibility with older computers. If you encouter some visual glitches with the default Vulkan build you should try the OpenGL build.
Fixed
- Spelling mistake