Commit Graph

22 Commits

Author SHA1 Message Date
92a3b0d6e0 feat(style): use native switch & chip (#732)
* chore: remove useless themedata

* feat(style): new switch

* feat(style): use native chip components

* chore: remove unused import

* feat(accessibility): set tooltip

* chore: remove unneeded themedata

* chore: fix theme

* feat(i18n): add 3 new strings

* feat(style): correct material 3 theme on nondynamic
2023-03-14 21:53:42 +07:00
68ccefc59f revert: "refactor: update deprecated and minor code refactors (#710)"
This reverts commit 6829d3cdea.

Signed-off-by: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com>
2023-03-03 18:06:24 +07:00
6829d3cdea refactor: update deprecated and minor code refactors (#710)
Improve code readability & additional refactoring

Commits:
chore: exclude generated from analyzer

refactor: add SharedPreferences to locator

refactor: access shared pref from locator, and code refactor

refactor: remove unwanted `await`

refactor: remove `const` from `CacheConfig`
2023-02-27 19:06:05 +07:00
a54ca799b9 feat: update rules of analysis_options.yaml. and solved all problems (#665)
* update rules of analysis_options.yaml. and solved all problems

* refactor: fix remaining problems

---------

Co-authored-by: Ushie <ushiekane@gmail.com>
2023-01-30 15:35:06 +03:00
587ba795bb Revert "fix: Prevent content from being overlapped by system navigation bar"
This reverts commit 4d82ff3011.
2022-09-24 13:49:46 +01:00
4d82ff3011 fix: Prevent content from being overlapped by system navigation bar 2022-09-24 12:06:36 +01:00
2f4726ea68 fix: Add toast service to simplify creation of toasts 2022-09-20 00:49:31 +01:00
110c3326bd fix: navigation bar color (#197) 2022-09-18 22:20:08 +01:00
9c5b0b9c14 fix: Readd permission_handler with a proper fix 2022-09-18 22:13:29 +01:00
bb4b59eee6 Disable permission_handler package for now 2022-09-17 17:42:29 +01:00
e74fce8574 Merge branch 'flutter' of github.com:revanced/revanced-manager into flutter 2022-09-17 14:42:58 +01:00
bcf3b36b13 feat: tweak UI 2022-09-17 16:13:41 +03:00
9c3626c8ed fix: Request permissions a single time at boot 2022-09-16 17:29:32 +01:00
9f58757caf feat: Apply dark/light mode to system navigation bar too 2022-09-15 13:27:48 +01:00
a82b0cd74d fix: Request IGNORE_BATTERY_OPTIMIZATIONS on boot 2022-09-15 00:57:54 +01:00
cdb492910c fix: Update package name if MicroG was applied 2022-09-14 23:40:08 +01:00
9f3a30d9f2 feat: Request root and install permissions as soon as possible 2022-09-14 23:30:02 +01:00
598f7571de feat: Auto dark mode based on system theme 2022-09-14 23:23:03 +01:00
1e890708d2 fix: Further improvements on app theming 2022-09-07 12:01:04 +01:00
a3c29cbfa2 fix: Use outline variant icons on Navigation Bar 2022-09-07 02:38:27 +01:00
78317223cc feat: Add custom patches sources 2022-09-07 02:37:25 +01:00
db02dc623f fix: reorganize main and navigation 2022-09-05 09:07:38 +01:00