Commit graph

192 commits

Author SHA1 Message Date
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
Himadri Bhattacharjee
670870577c fix: exit when adb is not found 2024-02-01 09:04:12 +05:30
Anonymoussaurus
9760200a06
Merge pull request #133 from Universal-Debloater-Alliance/122-Change-default-thame-to-Dark
feat(ui): change default theme to Dark
2024-01-29 09:49:31 +01:00
Himadri Bhattacharjee
db7bea9fd2 feat: use cheaper 5 element slice for summary entries 2024-01-27 17:13:34 +05:30
Himadri Bhattacharjee
da37301253
Merge branch 'Universal-Debloater-Alliance:main' into backup-struct-aot 2024-01-12 17:55:47 +05:30
Adhiraj S. Chauhan
b2426ce450
Merge pull request #162 from lavafroth/unwrap-or-default
refactor: use default values with `unwrap_or_default`
2024-01-10 14:04:44 +05:30
Himadri Bhattacharjee
3d14f5f951 fix: revert waiting_view argument to false 2024-01-09 09:48:18 +01:00
Himadri Bhattacharjee
38aaecbef8 feat: use derive attribute for default variant 2024-01-09 09:48:18 +01:00
Himadri Bhattacharjee
e4abc917a2 refactor: remove string from enum variants where it is unused
refactor: remove string from enum variants where it is unused
2024-01-09 09:48:18 +01:00
Himadri Bhattacharjee
cc1cd817c6 feat: build backup struct ahead of time 2024-01-08 16:37:20 +05:30
Himadri Bhattacharjee
51a671783e
Merge branch 'Universal-Debloater-Alliance:main' into unwrap-or-default 2024-01-07 05:26:30 +00:00
Frigyes
d888536966
Merge pull request #156 from lavafroth/refactor
refactor: use if-let binding for getting package attributes
2024-01-06 21:15:31 -08:00
Himadri Bhattacharjee
618014bd26 refactor: use default for optional values instead of being explicit 2024-01-06 14:40:45 +05:30
Himadri Bhattacharjee
6ffba9d40e refactor: select optional user based on sdk, then build request
use the boolean .then_some method to create an `Option`al user based on the Android SDK, then build a request
2024-01-06 14:35:02 +05:30
Himadri Bhattacharjee
8f66647ad2 refactor: use if-let binding for getting package attributes 2024-01-05 10:23:36 +05:30
Adhiraj Singh Chauhan
410e6a0720
fix: incorrect log level configuration for our own crate 2024-01-04 07:40:22 +05:30
Adhiraj Singh Chauhan
a283202c9c
fix: cache/log directory was mistakenly changed from uad -> uad-ng 2024-01-04 07:39:12 +05:30
Adhiraj Singh Chauhan
1d985bd254
fix: auto-update, build_artifacts & release workflows were broken 2024-01-04 07:37:08 +05:30
Frigyes
6434e51941
Merge branch 'main' into feat/rename-project-name-to-UAD-NG 2024-01-02 19:51:33 -08:00
Himadri Bhattacharjee
654628e93b feat: add tooltip to the refresh button 2024-01-03 08:18:18 +05:30
Himadri Bhattacharjee
f6bb364a63 feat: add the default styling and gap to tooltip 2024-01-02 14:35:04 +05:30
Adhiraj Singh Chauhan
16d03a0e90
feat: use tooltip for select all checkbox instead of label 2024-01-02 09:32:57 +05:30
Himadri Bhattacharjee
b199086be5 fix: align select all button with other buttons 2024-01-02 08:21:08 +05:30
Himadri Bhattacharjee
06897b2bc7 fix: add "select all" label for accessibility 2024-01-02 08:20:48 +05:30
“Frigyes06”
461eaa61a1 Changed default theme 2024-01-01 21:38:00 +01:00
AnonymousWP
c28e767644 fix: New Generation -> Next Generation 2024-01-01 21:35:04 +01:00
AnonymousWP
17b18c4ca7 feat: rename project name to Universal Android Debloater New Generation (UAD-ng) 2024-01-01 21:35:04 +01:00
Himadri Bhattacharjee
6a1fee9acc feat: move select and deselect all actions to more intuitive checkbox 2024-01-01 18:17:31 +05:30
Adhiraj S. Chauhan
e049bc6ec5
Merge pull request #118 from Universal-Debloater-Alliance/feature/standardized-font-size-and-layout-fixes
Feature/standardized font size and layout fixes
2023-12-25 03:47:40 +05:30
“Frigyes06”
8be24250eb
fixed icon width 2023-12-24 14:12:39 -08:00
“Frigyes06”
c5ea5aa2dd
changed default font size, removed unnecessary sizes 2023-12-24 14:09:14 -08:00
“Frigyes06”
1e77f48685
fixed layout once more 2023-12-24 13:56:34 -08:00
“Frigyes06”
88eaee3cc1
fixed search bar 2023-12-24 13:56:34 -08:00
“Frigyes06”
787c7d1f63
Standardized font sizes and fixed selection review popup 2023-12-24 13:56:24 -08:00