0x192 / 0x192/universal-android-debloater
Add feedback in GUI after debloat/restore actions
- Dominant language
- Rust
- Stars
- 19.9k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Currently when the apps successfully uninstalled, it just automatically removed from the list.
I think for better UX, when apps successfully Uninstalled/Restore, it can show return a successful message.
Example:
1. Successfully uninstalled 12 apps from your device.
2. Successfully restored 5 apps to your device.
3. Uninstall has failed. 2 apps could not uninstall from your device, because "reason".
Or combine both
1. Process done. Successfully uninstalled 3 apps. 7 apps could not uninstall from your device, because "reason"
Contributor guide
No contributing guide indexed for this repository
Research direction
The GUI is written in Rust, likely using a framework like egui or iced. Look for the UI event handlers that trigger the debloat/restore actions via ADB commands. After the ADB command execution, modify the code to parse the output, count successes/failures, and display a message in the GUI. Check existing UI components for how messages are currently shown to users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100