universal-android-debloater.../crates
André Klein 43d323332f
fix(core): two bugs blocking package operations on real devices (#1430)
* fix(core): two bugs blocking package operations on real devices

- adb.rs: replace debug_assert! in list_packages_sys with filter_map
  to avoid panicking on nonstandard package names from real devices.
- sync.rs: fix inverted guard in request_builder (is_some -> is_none)
  that was rejecting every valid package name instead of invalid ones.
2026-07-16 17:35:15 -04:00
..
uad-cli Merge pull request #1432 from Universal-Debloater-Alliance/docs/remove-cli-readme 2026-07-14 11:16:37 +02:00
uad-core fix(core): two bugs blocking package operations on real devices (#1430) 2026-07-16 17:35:15 -04:00
uad-gui refactor: move theme to uad-gui; drop core gui deps; mark PmCommand must-use 2026-06-13 17:21:31 -07:00