Commit Graph

193 Commits

Author SHA1 Message Date
Unknown
2b7287c04c
feat: CustomScrollView in app and patches selector views (#208) 2022-09-19 12:57:40 +01:00
Alberto Ponces
b8171253c7 fix: Readd divider mistakenly removed in #194 2022-09-19 09:56:51 +01:00
Unknown
d6dde3e23b
fix: (settings) remove padding from inkwells (#194) 2022-09-19 09:39:25 +01:00
Alberto Ponces
269a71d336 fix: Improve foreground service init and disable 2022-09-19 01:46:12 +01:00
Alberto Ponces
2f14746124 feat: Add install error dialogs to prevent faulty installations 2022-09-19 01:44:27 +01:00
Alberto Ponces
c333fa3c33 fix: Prefer Yes/No instead of OK/Cancel on a few dialogs 2022-09-18 22:53:04 +01:00
Unknown
110c3326bd
fix: navigation bar color (#197) 2022-09-18 22:20:08 +01:00
Alberto Ponces
9c5b0b9c14 fix: Readd permission_handler with a proper fix 2022-09-18 22:13:29 +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
Unknown
48f0bc625d
feat: animate switching updates on HomeView (#209) 2022-09-18 16:49:18 +01:00
Alberto Ponces
dd52c379b4 fix: Show updatable app item only on updatable apps listing 2022-09-18 04:12:33 +01:00
Alberto Ponces
ce6f11f3f2 feat: Show recommendation version when possible 2022-09-18 03:14:48 +01:00
Alberto Ponces
bb4b59eee6 Disable permission_handler package for now 2022-09-17 17:42:29 +01:00
Alberto Ponces
482599bb4e fix: Do not import dart:html 2022-09-17 14:59:23 +01:00
Alberto Ponces
3aaf49fee0 fix: Only init foreground service if user allowed IGNORE_BATTERY_OPTIMIZATIONS permission 2022-09-17 14:55:00 +01:00
Alberto Ponces
a178afce99 fix: Fix typo on menu options visibility 2022-09-17 14:47:03 +01:00
Alberto Ponces
e74fce8574 Merge branch 'flutter' of github.com:revanced/revanced-manager into flutter 2022-09-17 14:42:58 +01:00
afnzmn
bcf3b36b13
feat: tweak UI 2022-09-17 16:13:41 +03:00
Alberto Ponces
9c3626c8ed fix: Request permissions a single time at boot 2022-09-16 17:29:32 +01:00
Aunali321
0a2a495ab0 feat: custom animated progressbar. 2022-09-16 03:46:46 +05:30
Aunali321
8300cc4071 feat: dropdown for changelogs. 2022-09-16 00:49:11 +05:30
Alberto Ponces
9f58757caf feat: Apply dark/light mode to system navigation bar too 2022-09-15 13:27:48 +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
a82b0cd74d fix: Request IGNORE_BATTERY_OPTIMIZATIONS on boot 2022-09-15 00:57:54 +01:00
Alberto Ponces
cdb492910c fix: Update package name if MicroG was applied 2022-09-14 23:40:08 +01:00
Alberto Ponces
9f3a30d9f2 feat: Request root and install permissions as soon as possible 2022-09-14 23:30:02 +01:00
Alberto Ponces
598f7571de feat: Auto dark mode based on system theme 2022-09-14 23:23:03 +01:00
Alberto Ponces
7d4e8b5eed fix: Close confirmation dialog before downloading update 2022-09-14 12:30:53 +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
6ef716b0e4 fix: One more fix to root installations management 2022-09-14 09:59:56 +01:00
Alberto Ponces
c92b889cd9 feat: Add export of logcat logs to Settings 2022-09-13 17:46:22 +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
Alberto Ponces
779b659108 fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding 2022-09-12 17:30:44 +01:00
Alberto Ponces
3bb5e70d1c fix: Only show share and install options if patching was successful 2022-09-12 14:20:25 +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
0db6426e91 fix: Improve progress indicator background 2022-09-12 11:20:02 +01:00
Alberto Ponces
38088d2f6a fix: Installer buttons should be fixed to bottom 2022-09-12 11:14:54 +01:00
Alberto Ponces
0c5c3b32f1 fix: Add missing referenced packages instead of ignoring warning 2022-09-12 02:04:07 +01:00
Alberto Ponces
d01e7fdcc2 fix: Show search bar during loading of selector views 2022-09-12 01:44:15 +01:00
Alberto Ponces
6665095b2e feat: Add connectivity status toast message on Home View 2022-09-12 01:44:15 +01:00
Alberto Ponces
92a84c3bfb feat: Keep screen awake during patching 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
Aunali321
fe13234faa refactor: make install as non root default. 2022-09-09 18:47:30 +05:30
Alberto Ponces
6de827d7f4 fix: Put Patch Options implementation on hold for now 2022-09-08 14:04:41 +01:00
Alberto Ponces
cf1de9c6ca fix: Keyboard should overlap widgets on selector views 2022-09-08 12:57:51 +01:00
Alberto Ponces
c2da8e36da fix: only show Material You toggle for SDK version >= 31 2022-09-08 12:09:12 +01:00
Alberto Ponces
2066bc6476 fix: Remove cupertino package references 2022-09-07 13:04:16 +01:00
Alberto Ponces
80eeafaf2b feat: Add a confirmation dialog to update Manager button 2022-09-07 13:03:54 +01:00
Alberto Ponces
1e890708d2 fix: Further improvements on app theming 2022-09-07 12:01:04 +01:00
Alberto Ponces
75544f1f51 feat: Add a reset button to Custom Sources Dialog 2022-09-07 11:14:54 +01:00
Alberto Ponces
4775e2c07f fix: Remove unneeded import 2022-09-07 02:42:22 +01:00
Alberto Ponces
a3c29cbfa2 fix: Use outline variant icons on Navigation Bar 2022-09-07 02:38:27 +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
9e178ba584 fix: Rename DashboardChip to CustomChip and make its styling md3 compliant 2022-09-06 14:39:15 +01:00
Alberto Ponces
de59641ede fix: remove glitchy animations for now 2022-09-05 15:30:26 +01:00
Alberto Ponces
ecc2e5b688 fix: installer progress bar 2022-09-05 13:48:56 +01:00
Alberto Ponces
2944a2b788 feat: add App Info View 2022-09-05 13:43:13 +01:00
Alberto Ponces
5e8e090e34 fix: set isRooted state at RootCheckerView init 2022-09-05 09:14:56 +01:00
Alberto Ponces
db02dc623f fix: reorganize main and navigation 2022-09-05 09:07:38 +01:00
Alberto Ponces
5404208562
feat: improve app theming code and add Material You (#58) 2022-09-05 03:32:36 +01:00
Aunali321
8448601b9d feat: patch options UI. 2022-09-04 23:24:21 +05:30
Aunali321
d8c4997179 feat: Skeleton loader for app selector screen. 2022-09-02 22:42:16 +05:30
Alberto Ponces
4f7b1d4520
feat: overall UI rework in Settings View (#53) 2022-09-02 14:35:25 +01:00
Alberto Ponces
036e8c99b3 feat: integrate progress bar into app bar itself 2022-09-02 00:30:41 +01:00
Alberto Ponces
10a6ec2f1e feat: add an OpenContainer wrapper and remove an unneeded padding on app selector card 2022-09-01 11:16:14 +01:00
Alberto Ponces
a580375078 fix: add animations and fix some UI incoherences 2022-09-01 01:25:19 +01:00
Alberto Ponces
596d4f0def feat: add unsupported warning in patches selector view 2022-08-31 11:05:38 +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
5a613a695e fix: do not duplicate app listing if update available 2022-08-31 09:33:54 +01:00
Alberto Ponces
3a7e7679f3 fix: clean patcher view after opening app from installer 2022-08-31 09:33:32 +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
2427b0847d fix: use square FABs instead of round FABs to comply with MD3 2022-08-31 09:32:10 +01:00
Aunali321
c0b164ec26 feat: custom buttons for installer screen. 2022-08-30 19:23:37 +05:30
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
bfbcb510c4 fix: change select icon default state 2022-08-25 10:28:40 +01:00
Alberto Ponces
9f82b9b275 fix: improve installed apps check 2022-08-25 00:51:47 +01:00
Alberto Ponces
56e85ca7cf fix: improve app and patches loaders 2022-08-24 16:07:40 +01:00
Alberto Ponces
49b3273df4 fix: minor i18n label change 2022-08-24 14:55:19 +01:00
Alberto Ponces
defde39e31 fix: minor app bar title fix 2022-08-24 14:50:39 +01:00
Alberto Ponces
6f96c668de fix: improve installer progress and logs update 2022-08-24 14:17:16 +01:00
Alberto Ponces
5041a30fb5 feat: add Sliver App Bar to Home, Patcher, Installer and Settings views 2022-08-24 13:22:36 +01:00
Aunali321
e6b540d32b feat: improve installer screen. 2022-08-23 23:43:06 +05:30
Aunali321
cb2b405b3f feat: social media cards. 2022-08-23 22:05:43 +05:30
Alberto Ponces
ea532b294e fix: patcher cleaning and improve patches load 2022-08-22 01:31:27 +01:00
Alberto Ponces
9317714651 fix: close installer after opening patched app 2022-08-22 00:54:58 +01:00
Alberto Ponces
092d645726 fix: auto scroll on installer 2022-08-22 00:49:09 +01:00
Aunali321
95739244fa
feat: partial implementation of patches sources. 2022-08-21 21:24:25 +03:00
Aunali321
fba96fde9c feat: custom switch and custom settings item. 2022-08-21 18:22:17 +05:30
Aunali321
2c243b75dd refactor: split widgets folder by screen usage. 2022-08-21 16:17:44 +05:30
Alberto Ponces
e142a5aa19 feat: use default include property from patches 2022-08-21 02:58:40 +01:00
Alberto Ponces
8434211b61 fix: show patcher when clicking on the patch button 2022-08-21 02:30:40 +01:00
Alberto Ponces
b327926219 feat: add select/deselect icon on Patches Selector View 2022-08-21 02:03:36 +01:00
Aunali321
2f83ea290b feat: root and nonroot toggle. 2022-08-20 17:47:00 +05:30
Alberto Ponces
4b2806c519 feat: working resource patching 2022-08-19 19:13:43 +01:00
Aunali321
e373aef2d9 feat: about info card and flutter convention style 2022-08-19 18:34:40 +05:30