Aunali321
65da6af3f9
fix: update pubspec version
2023-04-21 14:56:31 +03:00
EvadeMaster
62ef1c88fe
feat: resetting source to default dismiss the sources pop-up ( #797 )
...
* feat: resetting source to default dismiss the sources pop-up
* chore: format using `dart format`
2023-04-21 00:29:37 +05:30
Aunali321
d6918920b6
chore: add missing translations
2023-04-20 23:53:24 +05:30
Aunali321
cdfb09fbfa
feat: warning for armv7 devices
2023-04-20 23:20:30 +05:30
Aunali321
bb681e31c9
feat: disable selecting installed apps for nonroot
2023-04-20 22:25:29 +05:30
Aunali321
f5aafdb7d6
feat: progress bar for manager updates
2023-04-20 04:45:46 +05:30
Aunali321
c9adf1c492
style: sort imports
2023-04-19 01:32:43 +05:30
Aunali321
4c9cb560e3
feat: auto select default patches
2023-04-19 01:21:08 +05:30
Yaros
f0b028279c
fix: open contributor links externally ( #791 )
2023-04-18 19:46:16 +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
37b583f560
feat: trim extra space when setting custom source ( #771 )
2023-04-18 17:15:04 +07:00
Sebok Andras
dca2d4fe12
feat: add option to import/export keystore ( #776 )
...
* feat: add option to import/export keystore
* change the order of import/export keystore buttons
* feat: add option to change the keystore password
2023-04-18 15:08:10 +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
EvadeMaster
054afbbedd
feat: confirmation dialog for deleting keystore ( #764 )
...
* feat: confirmation dialog for deleting keystore
* refactor(i18n): apply suggestion from code-reviewer
Co-authored-by: Ushie <github@ushie.dev>
* refactor: apply suggestion from code-reviewer
Co-authored-by: Mipirakas <borismichiels@gmail.com>
---------
Co-authored-by: Ushie <github@ushie.dev>
Co-authored-by: Mipirakas <borismichiels@gmail.com>
2023-04-01 21:02:28 +07:00
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
Aunali321
d318224a6f
fix: black screen after resetting custom sources
2023-03-06 18:08:48 +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
Ushie
6d60541626
chore(deps): meet patcher breaking changes
2023-03-03 03:11:44 +03: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
EvadeMaster
a83496568f
chore: code cleanup ( #681 )
...
Improve the readability of the code.
Commits:
* chore: correct typos `fragement` to `fragment`
* chore: put a single newline at end of file.
2023-02-17 18:53:23 +07:00
Alex
12d25570af
fix: Long patch description truncated ( #702 )
...
fix: long patch description truncated (#702 )
Allow flexible height
2023-02-14 18:42:24 +07:00
EvadeMaster
bd39a3140e
feat: fix patch bundle version no longer displayed ( #686 )
2023-02-12 00:02:30 +07:00
Boris Michiels
7d3ca3dec1
fix: display patches version on first load ( #687 )
2023-02-12 00:00:01 +07:00
EvadeMaster
318cd87a9a
feat(style): use the correct m3 theming (partially) ( #680 )
2023-02-07 15:46:29 +03:00
Aunali321
5d63d5c2d3
feat: potentially fix apps disappearing when update is available ( #674 )
2023-01-31 15:42:00 +03: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
f5bc1a996f
feat: remove select all icon from searchbar ( #669 )
2023-01-30 15:13:25 +03:00
Mipirakas
8591bc4d01
chore: update cr_file_saver ( #668 )
...
Co-authored-by: Ushie <github@ushie.dev>
2023-01-30 15:11:31 +03:00
EvadeMaster
40888c07f3
feat: fix overflow text & separate version from patch name ( #666 )
...
* chore: Add note
* feat: Fix overflow text & seperate version from patch title
* feat: Fix overflow text & separate version from patch name
2023-01-30 15:07:25 +03:00
Mipirakas
1c965c3788
refactor: cleanup remember patches feature ( #630 )
2023-01-30 15:03:55 +03:00
EvadeMaster
c3df48174c
feat: warn user for selecting all patches ( #649 )
2023-01-21 16:37:28 +01: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
aliernfrog
ff90dae695
feat: add support for shared patches ( #577 )
...
* fix: avoid npe if a patch has empty compatible package.
* feat: support for shared patches
* fix: incorrect bool check and cleanup
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2022-12-11 18:00:44 +05:30
Logykk
3bab1940c1
Support Gitea repositories ( #570 )
2022-12-09 17:40:43 +05:30
annon
061e929705
feat: Changelog in update dialog ( #551 )
...
* add update confirmation dialog
* fix loader placement
2022-11-29 21:15:44 +05:30
Aunali321
9e8193a6ac
fix: selected patches not being remembered.
2022-11-29 21:12:46 +05:30
Aunali321
a0af0dde0a
fix: disable changing languages for now.
2022-11-29 17:45:42 +05:30
ᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠᅠ
ec9ef98981
feat(apiUrl): fix textbox hint ( #521 )
2022-11-26 16:33:18 +03:00
Canny
6ea055d486
feat: use secrets for keys ( #528 )
2022-11-24 00:27:00 +03:00
Aunali321
b0c4567cb8
feat: use github to get latest patches version if custom sources are used.
2022-11-23 10:03:56 +05:30
Aunali321
6e05120aa5
feat: add chips for patches selection.
2022-11-23 09:48:10 +05:30
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
Aunali321
be77a181ec
feat: EXPERIMENTAL language switching.
2022-11-10 23:03:07 +05:30
Aunali321
d545dfe49b
refactor: move exporting patches to another section
2022-11-09 14:20:32 +05:30