Commit graph

260 commits

Author SHA1 Message Date
Ed B
65e78c0ffe bug(ui): visual bugs in selection review
- increased width of modal

 - adjusted some column sizes
2024-05-07 01:30:12 +03:00
edgy-b
2b9b7cb81c
Merge pull request #434 from Universal-Debloater-Alliance/feat/custom-backup
feat: add ability to customize backup folder
2024-05-04 08:33:24 +00:00
edgy-b
bcd5df0c76
Merge pull request #435 from Universal-Debloater-Alliance/feat/readd-export-selection
feat(backup): re-add export selection to text file
2024-05-03 09:26:31 +00:00
Ed B
24006541b1 cargo, clippy fix 2024-05-03 02:57:04 +03:00
Ed B
0060258021 Another house cleanup
- removed unused _settings from waiting_view

 - use clone_from instead from clone https://doc.rust-lang.org/std/clone/trait.Clone.html#method.clone_from
2024-05-03 02:52:34 +03:00
Ed B
95848fb5c2 - clippy error fix 2024-05-03 01:58:39 +03:00
Ed B
064c329423 Merge remote-tracking branch 'origin' into feat/custom-backup 2024-05-03 01:27:34 +03:00
Ed B
2335e84c43 core/DRY: don't repeat yourself
- added wrapper function for button

 - removed Refresh style, as basically it was styled same as Primary
2024-04-30 01:29:54 +03:00
Ed B
f7ca3071f6 feat(backup): re-add export selection to text file
- added back possibility to export current selection to txt file

 - on successful export show modal
2024-04-29 02:35:14 +03:00
Ed B
7f25afc4b7 Merge conflict fix 2024-04-28 19:34:08 +03:00
Ed B
6931fb422f feat: add ability to customize backup folder
- added setting for back up folder

 - added pre-selected icons when importing icons.json to icommon

 - added Backup / Restore category when device is connected
2024-04-28 17:08:41 +03:00
Himadri Bhattacharjee
11e386dc3c
doc: add documentation to serial env var constant 2024-04-28 10:40:02 +05:30
Himadri Bhattacharjee
39cb07a012
codecov: move serial environment variable name into constant 2024-04-28 10:33:39 +05:30
Himadri Bhattacharjee
80edde756b
refactor: move the ready state view, control panel and error modal into their own functions 2024-04-13 09:40:16 +05:30
Himadri Bhattacharjee
2948d5e1c5
docs: add doc comment for adberror 2024-04-12 18:33:57 +05:30
Himadri Bhattacharjee
8001609bbd
fix: remove unnecessary comment 2024-04-12 18:29:52 +05:30
Himadri Bhattacharjee
7ab6f39ab6
Merge branch 'main' into show-adb-error 2024-04-12 10:46:40 +05:30
Himadri Bhattacharjee
898f815963
feat: add scrollbar to the error text 2024-04-12 10:45:09 +05:30
Frigyes
e86c3f7891
Capitalization fixes
Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
2024-04-09 09:20:36 -07:00
Frigyes
2fe88e68c0
Fixed typos 2024-04-09 08:31:03 -07:00
“Frigyes06”
3869bfc59a
feat(app): added a bot of docs and one test 2024-04-08 13:59:39 -07:00
deepsource-autofix[bot]
13a928a6e2
style: format code with Rustfmt
This commit fixes the style issues introduced in 6ed6c1f according to the output
from Rustfmt.

Details: https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/414
2024-04-08 20:25:06 +00:00
“Frigyes06”
6ed6c1f36e
fix(app): exclude windows terminal attach 2024-04-08 13:23:34 -07:00
“Frigyes06”
3613af51cd
fix(app): line break 2024-04-05 14:07:33 -07:00
Himadri Bhattacharjee
2a2bfd182d
feat: graphically display error when adb command fails 2024-04-03 08:57:23 +05:30
Anonymoussaurus
f6e46450f4
fix(ci): shorten line to fix issue 2024-04-02 19:22:49 +02:00
Anonymoussaurus
47e866bd0f
style: don't capitalise wording 'About' screen 2024-04-01 17:55:09 +02:00
Anonymoussaurus
d7eb48657f
style: replace word 'Documentation' 2024-04-01 17:52:18 +02:00
Anonymoussaurus
e60aba0452
style: improve wording unsafe package removal 2024-04-01 17:51:48 +02:00
Anonymoussaurus
b48ac872cc
style: remove redundant spaces and fix misc typos 2024-03-31 13:15:36 +02:00
Frigyes
9def319125
Merge pull request #373 from edgy-b/bug/selected-packages
fix(ui): toggle all checkboxes and review button is not updated on selected device
2024-03-25 13:17:24 +00:00
Ed B
d5b6a135c8 bug(ui): toggle all checkbox and review button is not updated on selecting device
- messed up placement correct placement, now it fixed toggle
2024-03-23 16:04:21 +02:00
Ed B
c074a22355 bug(update-check): when dowloading an update failed, UAD-ng isn't verbose about it 2024-03-23 14:52:28 +02:00
Ed B
67d13f140d Merge remote-tracking branch 'origin' into bug/update-check. Merge conflict fix 2024-03-23 14:44:41 +02:00
Ed B
5fc63cca5c bug(update-check): when dowloading an update failed, UAD-ng isn't verbose about it
- removed todo in sync.rs, ADB verbose message is implemented

 - added message to display if update failed with button to go back

 - added button for ADB failed view with link to wiki page

 - tweaked waiting_view fn
2024-03-23 14:40:27 +02:00
Anonymoussaurus
7750a19abd
Merge pull request #371 from Universal-Debloater-Alliance/bug/uad_list
bug(uad-list): json parsing error
2024-03-23 12:06:51 +01:00
Ed B
fa5240f70d bug(uad-list): json parsing error
- fmt check fix
2024-03-23 12:29:23 +02:00
Ed B
1c85948049 bug(uad-list): json parsing error
- remove part of code worked on issue for updating app
2024-03-23 12:22:38 +02:00
Ed B
eeca54b7bb bug(uad-list): json parsing error
- fixed json file
2024-03-23 12:19:17 +02:00
Frigyes
a440f3d2fc
Merge pull request #364 from edgy-b/bug/logo
fix(theming): logo not visible on Windows 11 light mode
2024-03-23 03:30:04 +00:00
Ed B
10dc650a74 fix(theming): logo not visible on Windows 11 light mode
- naming adjustments
2024-03-23 04:21:56 +02:00
Frigyes Erdosi-Szucs
d8e20b522e
refactor(app): remove redundant code 2024-03-22 10:19:53 -07:00
Frigyes Erdosi-Szucs
ee6994f524
refactor(app): formatting fix 2024-03-22 10:05:19 -07:00
Frigyes Erdosi-Szucs
d5fb9d546e
refactor(app): Use if-else instead of match over booleans 2024-03-22 09:53:11 -07:00
Adhiraj S. Chauhan
9459a3e1c4
Merge pull request #340 from edgy-b/feat/settings-icon
feat(ui): "iconify" Settings button
2024-03-19 15:47:01 +05:30
Ed B
da197e219b feat(ui): "iconify" Setting button
- reverted back refresh button look

 - changed settings button icon
2024-03-19 12:00:46 +02:00
Adhiraj S. Chauhan
7883e2f3cb
Merge pull request #348 from edgy-b/feat/adb-inform
fix(startup): refreshing doesn't make the "adb not installed" message disappear
2024-03-19 05:46:43 +05:30
Ed B
e74e9c82ac bug(uad-ng): logo not visible on Windows 11 light mode
- fix mixed up logo (should be vice versa) not same
2024-03-18 23:00:54 +02:00
Ed B
cfa9011906 bug(uad-ng): logo not visible on Windows 11 light mode
- added logo dark logo
2024-03-18 21:34:52 +02:00
Frigyes
a6ee1c3e63
Merge pull request #344 from edgy-b/feat/no-self-update
fix(app): unused variable 'res' when building with no-self-update
2024-03-18 15:18:11 +00:00