Commit Graph

28 Commits

Author SHA1 Message Date
Pun Butrach
630b22e193
refactor: applies changes from formatter & linter 2023-07-15 12:41:03 +07:00
Aabed Khan
c5b0621323
fix(navigation-view): back button closing the app from any page (#1019) 2023-07-13 19:25:48 +05:45
Pun Butrach
c7b227529d
chore: disable unnecessary tooltip
Remove tooltip in Navigation View, there's no impact to accessibility.

Tested using: Android TalkBack
2023-07-07 22:11:13 +07:00
Aunali321
13b7179941 fix: fix not asking for permission 2023-06-12 09:56:49 +05:30
Aunali321
c876f2f7e3 feat: add permission to manage storage 2023-06-12 08:59:14 +05:30
Aman Sikarwar
197770b68b
chore: update dependencies (#772)
* chore: updated some dependencies

* refactor: reimplemented cache interceptor

* Revert "Updated dependencies & migrated breaking changes"

This reverts commit e6743b0d6b2552fdbf1c99d23e158e682362dd5d.

* chore: migrated flutter_local_notifications

* revert: reimplemented cache interceptor
2023-04-18 19:45:29 +05:30
EvadeMaster
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
EvadeMaster
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
Sailesh Dahal
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
Jay Gajjar
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
Alberto Ponces
587ba795bb Revert "fix: Prevent content from being overlapped by system navigation bar"
This reverts commit 4d82ff3011.
2022-09-24 13:49:46 +01:00
Alberto Ponces
4d82ff3011 fix: Prevent content from being overlapped by system navigation bar 2022-09-24 12:06:36 +01:00
Alberto Ponces
2f4726ea68 fix: Add toast service to simplify creation of toasts 2022-09-20 00:49:31 +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
Alberto Ponces
bb4b59eee6 Disable permission_handler package for now 2022-09-17 17:42:29 +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
Alberto Ponces
9f58757caf feat: Apply dark/light mode to system navigation bar too 2022-09-15 13:27:48 +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
1e890708d2 fix: Further improvements on app theming 2022-09-07 12:01:04 +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
db02dc623f fix: reorganize main and navigation 2022-09-05 09:07:38 +01:00