Commit graph

1077 commits

Author SHA1 Message Date
Ax333l
754988a395
a 2024-10-26 23:23:35 +02:00
Ax333l
11a2a140e6
finish UI stuff (i think) 2024-10-19 23:44:44 +02:00
Ax333l
38fe7bf9fd
I think the new API is done 2024-08-30 20:21:11 +02:00
Ax333l
e14497a1ce
more api changes 2024-08-22 15:44:07 +02:00
Ax333l
45b1d18685
new plugin API WIP 2024-08-18 20:12:44 +02:00
Ax333l
ce38745dd3
Merge branch 'compose-dev' into compose/downloader-system 2024-08-12 23:04:30 +02:00
Ax333l
e992a99783
fix: remove the unique constraint for patch bundle names 2024-08-12 22:42:55 +02:00
Ax333l
886ceaf4b0
use PackageInfoCompat instead of dealing with signatures manually 2024-08-12 22:35:52 +02:00
kitadai31
e869db0555
fix: Move temporary files outside of the cache directory (#2122) 2024-08-12 18:23:31 +02:00
Ushie
936a9efd0b
refactor: Add parameters for custom rotation values in ArrowButton 2024-08-08 02:49:07 +03:00
validcube
edc11b6e1d
ci: Actually enable caching of Gradle 2024-08-07 22:51:04 +07:00
Ax333l
3f497a93d0
UI refactoring/functionality WIP 2024-08-06 13:23:27 +02:00
aAbed
32f2710763
fix: Turn off filters by default (#2079) 2024-08-06 03:46:50 +03:00
aAbed
4257c32bf5
fix: ExtendedFloatingActionButton not accessible by screen readers (#2080) 2024-08-06 03:46:41 +03:00
Ushie
c18901c35b
feat: Improve unsupported patch warnings (#2066)
Closes #2052
2024-07-29 18:21:10 +03:00
Robert
f126fe9fa8
fix: show available and selected patches in patch selector screen 2024-07-29 15:00:24 +02:00
Ushie
4cbd480e84
feat: Add reset button to custom API (#2076)
Closes #2051
2024-07-29 13:14:13 +03:00
Ushie
afc72ffd85
feat: Show manager update dialog (#2069)
Closes #1963, closes #1958
2024-07-29 00:09:56 +03:00
oSumAtrIX
cdc69ea8ff
fix: Support patching on ARMv7 by updating AAPT2 (#2084) 2024-07-28 22:43:10 +02:00
Ax333l
770e35bfe4
start implementing new UI and API changes (WIP) 2024-07-26 23:38:23 +02:00
Ushie
52a89b1638
feat: Improve update setting tile titles
Closes #1968
2024-07-24 04:48:53 +03:00
Ax333l
29c849b6a1
add plugin host permission 2024-07-22 12:54:00 +02:00
Pun Butrach
641d518b6e
build: Enable Gradle Configuration Cache (#2059) 2024-07-22 15:41:50 +07:00
Ax333l
2eca45d397
fix: always use default patch selection if customization is disabled 2024-07-20 16:17:41 +02:00
Robert
de6fddf405
fix: android icon not loading in app selector 2024-07-20 12:24:21 +02:00
Ax333l
6fcc2ff07f
fix issues caused by the compose m3 update 2024-07-19 16:57:22 +02:00
Ax333l
f9e8d30ff6
start implementing the new API 2024-07-19 14:59:24 +02:00
Pun Butrach
45f32040f8
feat: Improve custom API URL dialog (#2033)
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-07-18 04:22:37 +03:00
Ushie
42ef2ca99d
fix: Broken header padding in AlertDialogExtended when using an Icon 2024-07-18 00:56:18 +03:00
Ushie
563f2f37f7
fix: Remove unnecessary screen padding
Closes #2062
2024-07-18 00:55:15 +03:00
Ax333l
7ec3be460b
feat: add dashboard notification for new plugins 2024-07-15 00:39:09 +02:00
Ax333l
2355dc62aa
update dl plugin failed state string 2024-07-13 23:41:52 +02:00
Ax333l
c8975f55bf
add assertions 2024-07-13 23:07:34 +02:00
Ax333l
c0f6699c0d
new dsl api 2024-07-13 18:01:17 +02:00
Ax333l
9ddd421b2a
Merge branch 'compose-dev' into compose/downloader-system 2024-07-12 15:29:09 +02:00
Ax333l
2b426ecd62
feat: implement downloader plugin system 2024-07-12 15:25:34 +02:00
Ushie
881b13740a
feat: Improve overall UI and fix inconsistencies (#2028) 2024-07-11 01:09:45 +03:00
Ushie
d39804f7ed
Merge branch 'compose-dev' into fix/minor-issues 2024-07-11 01:08:34 +03:00
Ushie
b8a85c4891
refactor: Use lastIndex
Co-authored-by: Ax333l <main@axelen.xyz>
2024-07-11 01:07:57 +03:00
validcube
37e9630b9c
fix: Inconsistent padding for battery optimisation warning
The problem came after moving the card to DashboardScreen, this is because the card specified padding modifier but others does not. This commit remove the modifier completely.
2024-07-07 17:58:51 +07:00
validcube
40492b67d1
refactor: Use TextButton instead of FilledButton for consistency 2024-07-07 17:54:04 +07:00
Pun Butrach
f655a6e03a
ci: Bump dependencies to latest (#2039) 2024-07-07 15:42:56 +07:00
Ax333l
36f864efbb
chore: update dependencies 2024-07-06 22:47:27 +02:00
Ax333l
a995f43b7b
fix: move battery warning to dashboard 2024-07-06 18:12:44 +02:00
Ax333l
1ee1330e47
feat: improve the safeguards (#2038) 2024-07-06 15:43:37 +00:00
Ax333l
3f4a234915
fix: run props flow on correct dispatcher (#2035) 2024-07-05 18:41:29 +00:00
Pun Butrach
032ca39cf6
feat: Automatic language detection (#2032) 2024-07-05 18:34:13 +00:00
Ax333l
6f9a984541
fix: improve bundle page strings 2024-07-05 20:31:49 +02:00
Ax333l
e6e043f168
fix: cleanup advanced settings screen 2024-07-05 19:41:27 +02:00
Ax333l
7c7fb7b343
feat: dont ask for root on launch 2024-07-05 19:06:10 +02:00