Commit graph

225 commits

Author SHA1 Message Date
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
Ed B
054796024b feat(ui): "iconify" Setting button
- reduced window size
2024-03-18 12:09:04 +02:00
edgy-b
4a947e0bfb
Merge branch 'main' into feat/settings-icon 2024-03-18 09:57:42 +00:00
edgy-b
f643f1dacf
deps(iced): upgrade iced to 0.12 (#331)
* feat: iced-12

 - upgraded to iced 12

 - fixed white theme dropdown selector color

* feat: iced-12

 - cargo fmt check fixes

* deps(iced): upgrade iced to 0.12

 - fixed Modal and added back Position

* deps(iced): upgrade iced to 0.12

 - fmt check fixes

* feat(ui): updgrade to iced library

 - fixed Review selection modal, where text wasn't showing. Decreased size

* deps(iced): upgrade iced to 0.12

 - reverted back to use borrow

* deps(iced): upgrade iced to 0.12

* deps(iced): upgrade iced to 0.12

 - revert back version number

* deps(iced): upgrade iced to 0.12

 - added back rounded corners, removed by mistake
2024-03-18 09:50:00 +01:00
Ed B
e6c3bb8649 bug(app): inform user of ADB if not insatlled
- fix fmt linting
2024-03-17 16:47:13 +02:00
Ed B
6ae9c519bc bug(app): inform user of ADB if not insatlled
- fixed issue where if adb was installed and refresh button pressed, message about ADB not installed was still visible
2024-03-17 16:43:44 +02:00
Ed B
4d29bd40e8 feat(ui): "iconify" Setting button
- added json file

 - reimported ttf file
2024-03-17 11:18:33 +02:00
Ed B
06cff88759 Merge branch 'main' into bug/selected-packages 2024-03-17 10:39:10 +02:00
Ed B
f83987f1f2 bug(app): unused variable \'res\' when building wiht no-self-update
- fixed issues when feature: no-self-update flag was passed
2024-03-16 21:31:54 +02:00
Ed B
b678bff339 bug(app): unused variable \'res\' when building wiht no-self-update 2024-03-16 21:20:56 +02:00
edgy-b
f347d50843
Update src/gui/views/list.rs
Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
2024-03-16 18:19:55 +00:00
Ed B
9bac34748f bug(app): inform user of ADB if not insatlled
- fixed introduced bug if adb is installed and device is loading it would show ADB is not installed

 - added option to colorize text
2024-03-16 20:15:15 +02:00
Ed B
39fae0aea2 bug(app): inform user of ADB if not insatlled
- fixed introduced bug if adb is installed and device is loading it would show ADB is not installed

 - added option to colorize text
2024-03-16 20:12:16 +02:00
Ed B
cac50adcd9 bug(app): inform user of ADB if not insatlled 2024-03-16 18:53:58 +02:00
Ed B
7e58d05819 feat(ui): "iconify" Setting button
- turned Settings button into button with icon

Tooltip can be added, let me know. Don't think gear icon can be mistaken for something else than settings
2024-03-16 15:24:16 +02:00
Ed B
579a270830 bug(app): toggle all checkbox and review button is not updated on selecting device
- fixed checkbox and review button
2024-03-14 02:23:26 +02:00
Ed B
363480cd68 feat(ui): consistent wording
- changed wording like in list.rs file. Uppercased text if device wasn't found
2024-03-06 22:23:43 +02:00
Ed B
0b38a6e033 feat(ui): Consitent buttons placements
- changed wording for update info, on small window size previous wording takes a lot of screen. Updated is not ideal, but takes less screen.
2024-03-06 22:12:11 +02:00
Ed B
cc646f1a6a feat(ui): Consitent buttons placements
- moved buttons, so that they are consistent if device is not found vs found
2024-03-06 22:01:48 +02:00
Himadri Bhattacharjee
17a6656f07
feat: make uad-ng have key value pair for directly building hashmap
chore: update list to reflect new packages

tests: fix tests for parsing json file

lint: cargo clippy
2024-02-24 01:23:42 +05:30
Adhiraj Singh Chauhan
b78e630c83
feat(update): fetch only latest release info
The original (abandoned) project only had pre-releases, but we've moved on from that ever since releasing v1.0.0.
So instead of fetching all releases only to pick the topmost one, we can now simply use GitHub's latest release API to be less wasteful.
2024-02-17 21:21:51 +05:30
Himadri Bhattacharjee
37a96980ce fix: pass user flag when sdk version is 21 or above
fixes regression introduced in 6ffba9d40e
2024-02-15 08:46:19 +05:30
“Frigyes06”
c6de23daed
Prepend v in front of version in navigation menu 2024-02-13 13:13:12 -08:00
Himadri Bhattacharjee
4ced64412e lint: apply clippy suggestions 2024-02-12 14:08:31 +05:30
Himadri Bhattacharjee
2cccec28c2
Merge pull request #238 from B0ney/fix/show-logs-on-windows
fix: allow the app to display logs when launced from the terminal on windows
2024-02-12 13:47:52 +05:30
Frigyes
33ba195f48
remove extra spaces 2024-02-11 21:01:02 -08:00
Himadri Bhattacharjee
238a563f2b lint: cargo fmt and clippy 2024-02-11 11:06:12 +05:30
B0ney
4ce499553d use win32console instead of windows_sys for a safer abstraction. 2024-02-10 15:54:22 +00:00
B0ney
414f9918bd fix: allow the app to display logs when launced from the terminal on windows. 2024-02-10 15:05:52 +00:00
Himadri Bhattacharjee
684ee331ef lint: cargo clippy 2024-02-10 18:33:24 +05:30
Himadri Bhattacharjee
0f64f23dc7 fix: strip v version prefix when checking for updates 2024-02-10 18:29:51 +05:30
Ed B
838034927b - fix cargo fmt checks 2024-02-08 23:14:12 +02:00
Ed B
9f742390a1 - don't force user update without showing Apps tab 2024-02-08 19:03:21 +02:00
Anonymoussaurus
9f8b45728e
fix(uad-ng — about): redundant prepended 'v' 2024-02-07 19:58:08 +01:00
Adhiraj Singh Chauhan
a6df57f186 feat: add icon to window settings 2024-02-06 11:36:36 -08:00
Adhiraj S. Chauhan
eac72936df
Merge pull request #196 from Universal-Debloater-Alliance/summary-struct
feat: create summary struct to describe summary entries
2024-02-01 16:10:53 +05:30