Commit Graph

32 Commits

Author SHA1 Message Date
Aunali321
b0c4567cb8 feat: use github to get latest patches version if custom sources are used. 2022-11-23 10:03:56 +05:30
Aunali321
6e05120aa5 feat: add chips for patches selection. 2022-11-23 09:48:10 +05:30
Aunali321
0faf86c9e9
refactor: restructure codebase. (#501)
* refactor: separate language selection to own widget.

* feat: separate theme changer to own widget.

* refactor: move Appearance UI to separate class.

* refactor: move language selection UI to separate class.

* refactor: move sources selection to separate file.

* refactor: move sources selection to separate file.

* refactor: split settings sections in separate files.

* refactor: move logging section to separate file.

* fix: show toast on bottom.

* fix: recommended patches not being selected by default.

* fix: patch selection selecting non recommended patches.

* fix: experimental toggle not updating.
2022-11-12 21:25:33 +05:30
Boris M
c571cf2c53
feat: ability to store and load selected patches (#469)
* feat: ability to store and load selected patches

* fix: I18n

* fix: do not append but truncate file

* fix: use json file, minor fixes

* fix: better ui

* WIP

* feat: load patches selection after app selection

* feat: import/export json file

* fix: reformat code

* fix: rare bug on import feature fixed

* fix: move export/ipmort to settings page & import full json

* fix: minor improvements

* fix: minor code quality improvements

* fix: export filename fix

* fix: select list element istead of removing it
2022-11-09 13:06:04 +05:30
Aunali321
1d440d25be fix: dont select all patches if experimental toggle is off. 2022-11-01 15:36:06 +05:30
Aunali321
074d8005bc feat: show patch bundle version in patch selector screen. 2022-10-17 01:40:16 +05:30
Aunali321
b550016681 fix: use original package name to load patches. 2022-10-10 19:02:42 +05:30
j4k0xb
a90923011a
feat: allow searching for displayed patch names (#348) 2022-10-03 21:06:12 +03:00
Aunali321
d8df377427 feat: warning dialog when selecting all patches. 2022-09-23 14:53:21 +05:30
Alberto Ponces
07407933d9 fix: Don't select patches by default based on their excluded flag 2022-09-20 00:59:14 +01:00
Alberto Ponces
0c5c3b32f1 fix: Add missing referenced packages instead of ignoring warning 2022-09-12 02:04:07 +01:00
Alberto Ponces
595ecb7660 feat: Add ReVanced API and implement cache on it and on Github API 2022-09-12 01:44:15 +01:00
Alberto Ponces
596d4f0def feat: add unsupported warning in patches selector view 2022-08-31 11:05:38 +01:00
Alberto Ponces
915a85a2f0 fix: set clean selected patches only if not already set 2022-08-31 09:32:56 +01:00
Alberto Ponces
03b45e0db0 feat: use provided patches.json to load patches 2022-08-29 17:44:45 +01:00
Alberto Ponces
bfbcb510c4 fix: change select icon default state 2022-08-25 10:28:40 +01:00
Alberto Ponces
56e85ca7cf fix: improve app and patches loaders 2022-08-24 16:07:40 +01:00
Alberto Ponces
e142a5aa19 feat: use default include property from patches 2022-08-21 02:58:40 +01:00
Alberto Ponces
b327926219 feat: add select/deselect icon on Patches Selector View 2022-08-21 02:03:36 +01:00
Alberto Ponces
389eae1447
fix: code refactoring (#5) 2022-08-18 15:33:33 +01:00
Alberto Ponces
492aa848ff fix: patch selection while scrolling 2022-08-17 23:06:02 +01:00
Alberto Ponces
40f27b3a09 feat: call Installer through Home View 2022-08-17 18:44:27 +01:00
Alberto Ponces
165bd4aec2
fix: unblock UI while running Patcher (#4) 2022-08-17 12:48:03 +01:00
Alberto Ponces
5c71930ec1 fix: root installation and foreground task and improve installer a bit 2022-08-15 03:31:36 +01:00
Alberto Ponces
9ce0f81a89 feat: root installation (wip) 2022-08-14 19:40:34 +01:00
Alberto Ponces
e4f9b04de0
feat: add installer and enable app selection from storage (#2) 2022-08-13 15:26:30 +05:30
Alberto Ponces
cc47584643 fix: hide FAB when no patches selected. 2022-08-10 00:49:17 +01:00
Alberto Ponces
84923127e2 fix: improve patches selector. 2022-08-09 02:30:12 +01:00
Alberto Ponces
7c7a7e0355 fix: rename PatcherService to PatcherAPI. 2022-08-09 01:20:50 +01:00
Alberto Ponces
33fb2a81b5 feat: working patches selector and improve app selector. 2022-08-09 01:16:33 +01:00
Alberto Ponces
51801b5748 feat: working app selector. 2022-08-09 00:01:06 +01:00
Aunali321
cceb7e6449 feat: Patches Selector Screen. 2022-08-08 00:45:52 +05:30