Commit Graph

77 Commits

Author SHA1 Message Date
Alberto Ponces
9561153bfb feat: Hide "Install as Root" button if user does not have root access at all 2022-09-23 15:47:30 +01:00
Alberto Ponces
6abb761724 refactor: Move some logic to ManagerAPI and PatcherAPI 2022-09-23 15:31:24 +01:00
Aunali321
c0f743df89
feat: HTTP2 support for api requests. (#290) 2022-09-23 19:06:06 +05:30
Alberto Ponces
f9865166b0 fix: TikTok integrations and settings patches should be merged if needed 2022-09-22 14:02:07 +01:00
Alberto Ponces
f0f934f6a1 fix: Prevent printing of denied root permission exceptions for unrooted users 2022-09-22 14:01:05 +01:00
Alberto Ponces
4631982d42 fix: Use original packageName to get compatible patches 2022-09-20 10:04:02 +01:00
Alberto Ponces
6f72c2ebec fix: Fix unfixed fixes which needed to be fixed (better now??) 2022-09-20 01:07:36 +01:00
Alberto Ponces
2f4726ea68 fix: Add toast service to simplify creation of toasts 2022-09-20 00:49:31 +01:00
Alberto Ponces
9405334a7d fix: Fix multiple APK shares 2022-09-19 01:45:24 +01:00
Alberto Ponces
6c2ceed91f fix: Improve API URL handling and force init after setting a new config 2022-09-19 00:28:26 +01:00
Aunali321
c5ad337daa
feat: Custom api endpoints. (#216)
Co-authored-by: Alberto Ponces <ponces26@gmail.com>
2022-09-18 23:12:30 +05:30
Alberto Ponces
3aa80cacc0 fix: Fix duplicate entries on non-root installations 2022-09-18 04:44:44 +01:00
Alberto Ponces
ce6f11f3f2 feat: Show recommendation version when possible 2022-09-18 03:14:48 +01:00
Alberto Ponces
d0fb6ac3c0 fix: Ignore empty results on root installed apps listing 2022-09-18 02:41:11 +01:00
Alberto Ponces
ae801a2918 fix: Fix apps reassess on root 2022-09-18 01:54:25 +01:00
Alberto Ponces
5fbc8ff7a0 feat: Retrieve unsaved apps from manager's root folder and known packages from user's apps list 2022-09-17 19:29:46 +01:00
Alberto Ponces
ef0c59f693 fix: Surround isRooted with a try/catch just to be safe 2022-09-16 16:39:37 +01:00
Alberto Ponces
5d296038b7 fix: Increase API's maxAge to 1 day 2022-09-15 12:33:19 +01:00
Alberto Ponces
ec31667591 feat: Add a warning for split APK patching for now 2022-09-15 01:15:13 +01:00
Alberto Ponces
855b8373e4 fix: Export patcher logs as a file instead of text 2022-09-14 10:40:45 +01:00
Alberto Ponces
698f1ac383 fix: Prefer /data/local/tmp over /data/adb for simplicity and easy access 2022-09-14 10:34:16 +01:00
Alberto Ponces
6ef716b0e4 fix: One more fix to root installations management 2022-09-14 09:59:56 +01:00
Alberto Ponces
d613cece15 fix: Improve root installations management to fix patching of already patched apps 2022-09-13 16:54:43 +01:00
Aunali321
a3c14e0a51 Merge branch 'flutter' of https://github.com/revanced/revanced-manager into flutter 2022-09-12 18:23:39 +05:30
Aunali321
1c75c81b90 refactor: change package name. 2022-09-12 18:23:34 +05:30
Alberto Ponces
7e8ccdff43 fix: Handle exceptions on APIs in a more legible way 2022-09-12 09:18:03 +01:00
Alberto Ponces
0c5c3b32f1 fix: Add missing referenced packages instead of ignoring warning 2022-09-12 02:04:07 +01:00
Alberto Ponces
0e4c19060e fix: use singletons to enable cache and remove debug messages 2022-09-12 01:44:15 +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
63c1fdf9c5 feat: Do not generate a new keystore each time Patcher runs 2022-09-07 18:25:12 +01:00
Alberto Ponces
75544f1f51 feat: Add a reset button to Custom Sources Dialog 2022-09-07 11:14:54 +01:00
Alberto Ponces
d8b8664cc1 fix: Add changes left behind 2022-09-07 02:41:02 +01:00
Alberto Ponces
78317223cc feat: Add custom patches sources 2022-09-07 02:37:25 +01:00
Alberto Ponces
27ef74b561
feat: Improve experience of rooted patched app installations (#59) 2022-09-06 14:40:49 +01:00
Alberto Ponces
2944a2b788 feat: add App Info View 2022-09-05 13:43:13 +01:00
Alberto Ponces
5404208562
feat: improve app theming code and add Material You (#58) 2022-09-05 03:32:36 +01:00
Alberto Ponces
fee8171ec0 fix: sort apps by name before saving 2022-09-03 15:28:22 +01:00
Alberto Ponces
6487284dd2 fix: update name, version and icon when saving on prefs 2022-09-01 13:52:51 +01:00
Alberto Ponces
0ccf1fb3b8 feat: consider as an update available when an already patched app is updated 2022-09-01 13:23:24 +01:00
Alberto Ponces
533f22924a fix: use single quotes instead of quotes as per Flutter standard 2022-08-31 09:36:36 +01:00
Alberto Ponces
1920221b19 feat: clean patcher cache folder on init 2022-08-30 02:18:20 +01:00
Alberto Ponces
5c657fbed5 feat: get changelog from app's specific github path (ugly) 2022-08-30 02:07:28 +01:00
Alberto Ponces
03b45e0db0 feat: use provided patches.json to load patches 2022-08-29 17:44:45 +01:00
Alberto Ponces
080ceae784 fix: add changelog (wip) on each app item 2022-08-29 15:01:51 +01:00
Alberto Ponces
45f4a5b207 feat: fix list contributors and add patched apps changelog (wip) 2022-08-26 02:01:53 +01:00
Alberto Ponces
9f82b9b275 fix: improve installed apps check 2022-08-25 00:51:47 +01:00
Alberto Ponces
5df59c08c6 fix: minor typo on patcher tmp path 2022-08-22 01:40:25 +01:00
Alberto Ponces
ea532b294e fix: patcher cleaning and improve patches load 2022-08-22 01:31:27 +01:00
Alberto Ponces
af8e753ea6 fix: show open button to non-updatable apps 2022-08-22 00:55:54 +01:00
Alberto Ponces
e142a5aa19 feat: use default include property from patches 2022-08-21 02:58:40 +01:00