Aunali321
170fc537ac
fix: fix armv7 dialog shown for x86, x86_64
2023-05-07 04:14:57 +05:30
Aunali321
3fe5882145
feat: remove cronet
2023-05-06 05:39:46 +05:30
Aunali321
15a32a18b7
fix: fix broken manager update implmentation
2023-04-30 17:38:08 +07:00
Palm
d2e8e7dd5d
chore: comply with review changes
2023-04-30 01:03:36 +07:00
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
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
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
Boris M
2c3809d2bc
feat: show selected patches count in patches selector view & patch selector card ( #466 )
...
* feat: show selected patches count in patches selector view & patch selector card
* fix: add Widget on row
* fix: formatting
* fix: same text style for count
2022-11-09 13:02:39 +05:30
nkitsaini
dc47da75f2
feat: Adding support for Exporting APK ( #439 )
...
* feat: Adding Export APK support
* Using cr_file_saver to simplify export
2022-11-02 17:22:40 +05:30
Boris M
97d4da568b
fix: allow tapping on patch card when experimental switch is enabled ( #464 )
2022-11-02 00:02:33 +03:00
Aunali321
2a220c3984
fix: custom sources.
2022-11-01 19:03:30 +05:30
Aunali321
1d440d25be
fix: dont select all patches if experimental toggle is off.
2022-11-01 15:36:06 +05:30
Aunali321
ba5234e850
feat: experimental settings to allow patch on any app version.
2022-11-01 15:26:15 +05:30
Ushie
41b1cec8d3
feat: move to new API domain
2022-10-31 00:57:12 +03:00
Ushie
caa9694543
feat: improve explanation of update being unusable
2022-10-20 00:15:48 +03:00
Aunali321
ac79765372
fix: keystore name typo.
2022-10-19 18:55:27 +05:30
Aunali321
39500f054d
feat: disable sentry for time being.
2022-10-19 18:53:13 +05:30
Aunali321
f2d5cc91db
Merge branch 'flutter' of https://github.com/revanced/revanced-manager into flutter
2022-10-19 16:33:00 +05:30
Aunali321
84a788fd9e
feat: toast for disabled updates.
2022-10-19 16:32:54 +05:30
Ushie
3778bfe1b5
feat(installer): remove restriction of Share APK, closes #410 ( #412 )
...
Share APK has a requirement of needing to install the patched app before sharing, this PR removes that as I see no reason for this restriction
2022-10-18 16:16:04 +03:00
Aunali321
e7490b8d75
refactor: disable sentry for now.
2022-10-17 21:39:46 +05:30
Aunali321
2e050d06e8
feat: remove firebase. ( #405 )
...
* feat: remove firebase.
* build: remove firebase config.
2022-10-17 20:24:47 +05:30
Aunali321
39401a78ec
refactor: disable firebase for now.
2022-10-17 19:52:47 +05:30
Aunali321
273aa42b17
refactor: redo the environment system.
2022-10-17 16:48:39 +05:30
Aunali321
e55cd6a938
feat: add env vars to repo.
2022-10-17 15:06:33 +05:30
Aunali321
2aaed14a3a
fix: add firebase options to repo.
2022-10-17 13:59:39 +05:30
Aunali321
2d732288a7
feat: option to delete manager logs.
2022-10-17 01:58:50 +05:30
Aunali321
074d8005bc
feat: show patch bundle version in patch selector screen.
2022-10-17 01:40:16 +05:30
Aunali321
5b38c9442a
fix: increase sleep timer for mount script.
2022-10-17 00:46:48 +05:30
Aunali321
3b8dc66da6
feat: option to delete temporary directory.
2022-10-17 00:41:20 +05:30
Aunali321
f5ebfc92fc
feat: decrease time for force refresh of patches.
2022-10-17 00:32:45 +05:30
Aunali321
9de063aced
feat: ability to delete keystores.
2022-10-17 00:22:07 +05:30
Aunali321
331691cc9d
fix: add env file to repo.
2022-10-16 23:55:09 +05:30
Aunali321
1a97cdf91d
refactor: remove useless prints.
2022-10-16 23:54:07 +05:30
Aunali321
fbd4359d61
fix: add missing else block.
2022-10-16 23:43:33 +05:30
Aunali321
f31a60d9bb
feat: make firebase crashlytics optional.
2022-10-15 18:29:50 +05:30
Aunali321
79aca0e579
feat: firebase crashlytics for improving manager.
2022-10-15 15:01:31 +05:30
Aunali321
6d35c47b6b
feat: make sentry logging optional.
2022-10-15 01:52:10 +05:30
Aunali321
f1261398e9
feat: sentry integration.
2022-10-14 23:35:33 +05:30
Aunali321
3f9d7c9cc0
fix: add back saving patched apps after clearing data.
2022-10-11 20:27:29 +05:30
Aunali321
6c1845e246
feat: add fallback for cronet.
2022-10-11 20:19:50 +05:30
Aunali321
6fc46d632b
feat: make applied patches dialog scrollable.
2022-10-11 02:55:35 +05:30
Aunali321
b2a35813f6
fix: disable update functionality for now.
2022-10-11 02:32:23 +05:30
Aunali321
279b76ad53
fix: don't show previously patched apps after clearing data.
2022-10-11 02:17:13 +05:30
Aunali321
b550016681
fix: use original package name to load patches.
2022-10-10 19:02:42 +05:30
Aunali321
3ab5d12f3e
fix: use original package name for changelog.
2022-10-10 18:57:32 +05:30
Aunali321
53bcb8b85f
Merge branch 'flutter' of https://github.com/revanced/revanced-manager into flutter
2022-10-10 18:46:02 +05:30
Aunali321
94397dcb4c
feat: store original package name of patches apps.
2022-10-10 18:45:58 +05:30
aliernfrog
e46ad3595d
fix: permanent keystore path if available ( #375 )
2022-10-10 00:05:43 +05:30
Aunali321
0df2a6bdc0
feat: brotli support.
2022-10-09 23:01:10 +05:30
Aunali321
857a523f84
fix: changelog for youtube.
2022-10-08 22:06:45 +05:30
Aunali321
ceac838706
feat: use new api url.
2022-10-08 19:03:45 +05:30
Aunali321
78428f6bd3
feat: HTTP/3 Support.
2022-10-07 18:23:43 +05:30
j4k0xb
a90923011a
feat: allow searching for displayed patch names ( #348 )
2022-10-03 21:06:12 +03:00
Ushie
5418c36716
feat: use patcher for resourcePatch detection ( #337 )
...
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2022-09-30 21:36:39 +03:00
Aunali321
ca0657e8f9
feat: decrease cache duration of patches and integrations.
2022-09-28 22:26:54 +05:30
afn
7ecf951bfb
fix: tweak card appearances ( #296 )
...
* fix: tweak card appearances
* Update patch_selector_card.dart
2022-09-25 18:13:37 +05:30
Aunali321
db18874ea1
fix: now using country code for languages.
2022-09-25 14:38:25 +05:30
afn
6d1427e01e
fix: move changelog into app item custom card ( #294 )
2022-09-25 00:19:02 +05:30
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
f398b6863a
Merge branch 'flutter' of github.com:revanced/revanced-manager into flutter
2022-09-24 12:12:24 +01:00
Alberto Ponces
4d82ff3011
fix: Prevent content from being overlapped by system navigation bar
2022-09-24 12:06:36 +01:00
Aunali321
4722880647
feat: better patch version background.
2022-09-24 13:47:09 +05:30
Aunali321
32fabcfa3f
fix: nav overlapping install buttons.
2022-09-24 12:53:46 +05:30
Alberto Ponces
e0c46e4268
fix: Show "Share log" menu option even if patching has errors
2022-09-23 17:22:39 +01:00
Alberto Ponces
d84230fa22
feat: Merge integrations if a patch or any of its dependencies need them
2022-09-23 17:20:19 +01:00
Alberto Ponces
9561153bfb
feat: Hide "Install as Root" button if user does not have root access at all
2022-09-23 15:47:30 +01:00
Alberto Ponces
cf99069804
fix: Handle minor lint errors
2022-09-23 15:33:27 +01:00
Alberto Ponces
6abb761724
refactor: Move some logic to ManagerAPI and PatcherAPI
2022-09-23 15:31:24 +01:00
Alberto Ponces
4609ed9eba
fix: Make sure we are getting app from from storage when selection is from storage
2022-09-23 15:21:58 +01:00
Aunali321
c0f743df89
feat: HTTP2 support for api requests. ( #290 )
2022-09-23 19:06:06 +05:30
Aunali321
d8df377427
feat: warning dialog when selecting all patches.
2022-09-23 14:53:21 +05:30
Aunali321
efe1306aac
fix: reverse versions list to have recents first.
2022-09-23 13:35:47 +05:30
Aunali321
ead308740f
refactor: move custom button to shared dir.
2022-09-23 13:00:30 +05:30
Alberto Ponces
1028ec8e2a
fix: Prevent Manager from crashing when a patcher exception occurs and print its stack trace on installer's log
2022-09-23 00:38:42 +01:00
Alberto Ponces
f9865166b0
fix: TikTok integrations and settings patches should be merged if needed
2022-09-22 14:02:07 +01:00
Alberto Ponces
f0f934f6a1
fix: Prevent printing of denied root permission exceptions for unrooted users
2022-09-22 14:01:05 +01:00
Alberto Ponces
3d25655851
fix: Uninstall button should always be shown
2022-09-22 09:46:28 +01:00
Alberto Ponces
03b87a50ea
fix: Use a proper app name when MicroG is applied
2022-09-20 10:04:51 +01:00
Alberto Ponces
4631982d42
fix: Use original packageName to get compatible patches
2022-09-20 10:04:02 +01:00
Alberto Ponces
e374e03355
fix: Readd padding between Application Items
2022-09-20 02:38:28 +01:00
Alberto Ponces
6f72c2ebec
fix: Fix unfixed fixes which needed to be fixed (better now??)
2022-09-20 01:07:36 +01:00
Alberto Ponces
07407933d9
fix: Don't select patches by default based on their excluded flag
2022-09-20 00:59:14 +01:00
Alberto Ponces
2f4726ea68
fix: Add toast service to simplify creation of toasts
2022-09-20 00:49:31 +01:00
Alberto Ponces
207e94de5a
fix: Fix Update Manager's button
2022-09-20 00:03:37 +01:00
Alberto Ponces
7231d44e02
fix: Push Custom Sources tile to Advanced section and reorder a bit
2022-09-19 23:31:21 +01:00
Alberto Ponces
bd5b38d88e
fix: Add rounded borders on Unpatch button inkwell as well
2022-09-19 23:25:39 +01:00
Unknown
530dd78752
fix: make inkwells visible ( #205 )
2022-09-19 17:55:44 +01:00
Alberto Ponces
bed2cf76d5
feat: Prevent exiting installer on new back button as well and show why exiting is not possible during patching
2022-09-19 17:40:06 +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
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
9405334a7d
fix: Fix multiple APK shares
2022-09-19 01:45:24 +01:00
Alberto Ponces
2f14746124
feat: Add install error dialogs to prevent faulty installations
2022-09-19 01:44:27 +01:00
Alberto Ponces
6c2ceed91f
fix: Improve API URL handling and force init after setting a new config
2022-09-19 00:28:26 +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