Dhruvan Bhalara
372ce174c9
fix: overlapping issue in application selection page ( #1128 )
2023-08-11 19:19:44 +03:00
Dhruvan Bhalara
97e37f304b
refactor: migrate MediaQuery properties to InheritedModel ( #1115 )
...
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-10 15:25:07 +03:00
aAbed
f905a52988
feat: allow control over patches update ( #1063 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-03 23:23:56 +03:00
Aabed Khan
2834e8b348
fix: patchable apps not showing if none of them is installed ( #1009 )
2023-07-11 17:11:45 +07:00
Pun Butrach
e83e13b6d4
refactor: fix more problem with analyser
...
Missing trailing comma in app_selector_view
2023-07-07 22:21:22 +07:00
Aunali321
1f64ea37bd
fix: using wrong string
2023-06-12 06:59:43 +05:30
Aabed Khan
0079e74d77
feat: clarify suggested version in app list ( #934 )
...
Co-authored-by: Aunali321 <48486084+Aunali321@users.noreply.github.com>
2023-06-12 05:35:02 +05:30
Aunali321
c549d102f6
build: migrate to dart 3 ( #871 )
2023-05-20 04:07:53 +05:30
Sangam Shrestha
a27dc6ad1c
feat: migrate to dart3
2023-05-19 14:23:48 +05:45
Ushie
8fc86dbe02
feat: allow selecting installed if app is full apk
2023-05-13 04:54:35 +03:00
Dhruvan Bhalara
b803ce7435
fix: system navigation overlapping UI ( #853 )
2023-05-10 13:18:51 +03:00
Aunali321
3e565f25be
fix(appselector): closing dialog closes app selector
2023-05-08 21:27:07 +05:30
Aunali321
3fe5882145
feat: remove cronet
2023-05-06 05:39:46 +05:30
EvadeMaster
941263102d
refactor: change name from "recommendedVersion" to "suggestedVersion"
2023-04-29 20:43:02 +07:00
Ushie
cfc866bef2
feat: change continue anyways
to cancel
2023-04-29 15:37:30 +03:00
Sebok Andras
affba669ce
feat: add continue anyway button to select from storage dialog ( #810 )
2023-04-29 15:36:25 +03:00
Aunali321
d6918920b6
chore: add missing translations
2023-04-20 23:53:24 +05:30
Aunali321
bb681e31c9
feat: disable selecting installed apps for nonroot
2023-04-20 22:25:29 +05:30
Aunali321
3b677f8ae3
feat: improve ux ( #752 )
...
* feat: restart app toast when changing sources, api url
* fix: potentially fix manager stuck on black screen
* feat: remove select all patches chip
* feat: show all apps and recommended versions
* chore(i18n): remove unused strings
remove unused strings left out in 7e05bca
* feat: select install type before patching
* feat: update patches button (#782 )
* feat: update patches button
* feat: show toast when force refresh
* chore: don't translate "ReVanced Manager" and "ReVanced Patches"
* Revert "feat: select install type before patching"
This reverts commit 74e0c09b54
.
* feat: rename recommended patches to default patches
* feat: add missing localization
* feat: display restart app toast for resetting source
---------
Co-authored-by: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com>
2023-04-18 13:27:26 +05:30
Aunali321
5617535a63
refactor: remove sentry and crowdin ( #730 )
...
We no longer use sentry and crowdin.
2023-03-05 16:12:46 +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
EvadeMaster
3ae4d69110
chore: migrate deprecation code && code cleanup ( #708 )
...
Fixes all issues in `flutter analyze`.
<Reviewed>
Commits:
* chore: migrate deprecated text style
* chore: migrate `toggleableActiveColor` to individual theme
* chore: don't use 'BuildContext's across async gaps
2023-02-20 16:53:53 +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
Mipirakas
1c965c3788
refactor: cleanup remember patches feature ( #630 )
2023-01-30 15:03:55 +03:00
Ushie
5f81d65911
feat: sort by amount of patches, display patches count, setting to enable universal patches ( #593 )
...
* feat: sort by amount of patches
* feat: display patches count in application card
* feat: setting to enable universal patches
2022-12-15 23:35:45 +05:30
Ushie
62467007b2
Revert "feat: display app's patch count in appcard"
...
This reverts commit 8d4e4ba6c9
.
2022-12-14 13:20:17 +03:00
Ushie
d7624e5e1f
Revert "feat: filter apps by patch count"
...
This reverts commit d78868b462
.
2022-12-14 13:19:59 +03:00
Ushie
8d4e4ba6c9
feat: display app's patch count in appcard
2022-12-14 02:12:57 +03:00
Ushie
d78868b462
feat: filter apps by patch count
2022-12-14 01:52:06 +03:00
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
Boris M
fd5d71e24d
fix: delete cached apk files when picking new one ( #481 )
2022-11-09 13:05:26 +05:30
Aunali321
f1261398e9
feat: sentry integration.
2022-10-14 23:35:33 +05:30
Aunali321
94397dcb4c
feat: store original package name of patches apps.
2022-10-10 18:45:58 +05:30
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
Unknown
530dd78752
fix: make inkwells visible ( #205 )
2022-09-19 17:55:44 +01:00
Alberto Ponces
2a2bb8212f
fix: Add back button on app bars of secondary views
2022-09-19 16:24:31 +01:00
Unknown
2b7287c04c
feat: CustomScrollView in app and patches selector views ( #208 )
2022-09-19 12:57:40 +01:00
Alberto Ponces
2f14746124
feat: Add install error dialogs to prevent faulty installations
2022-09-19 01:44:27 +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
d01e7fdcc2
fix: Show search bar during loading of selector views
2022-09-12 01:44:15 +01:00
Alberto Ponces
cf1de9c6ca
fix: Keyboard should overlap widgets on selector views
2022-09-08 12:57:51 +01:00
Alberto Ponces
2066bc6476
fix: Remove cupertino package references
2022-09-07 13:04:16 +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
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