aAbed
c6ac898390
fix: universal patches not selectable
2023-08-17 18:25:23 +05:45
aAbed
c400619338
feat: disable changing patches selection by default ( #1132 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-15 16:05:27 +07: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
ea05d13a1f
fix(patches-selector): New
tag showing for old patches ( #1113 )
2023-08-09 22:31:37 +03:00
aAbed
1714c3fa86
feat(patches-selector): show New
tag for new patches ( #1099 )
2023-08-07 22:28:09 +07:00
Pun Butrach
264d8d90c4
refactor: apply changes according to analysis
...
trailing commas, and sort import alphabetically
2023-08-06 14:39:46 +07:00
aAbed
0b529c2629
fix(patches-selector): separate all universal patches to the bottom ( #1092 )
2023-08-06 12:12:01 +07:00
aAbed
5346f6e1bf
fix(patch-item): hide universal patches if not enabled ( #1087 )
2023-08-05 20:19:36 +07:00
BrentBoyMeBob
fe75b75ddc
feat: dpi responsive layout ( #361 )
2023-08-04 00:38:38 +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
096b315701
fix(patch-item): remove redundant patch version completely ( #1059 )
...
https://github.com/ReVanced/revanced-patches/pull/2709
2023-07-29 16:21:30 +07:00
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
Dhruvan Bhalara
b803ce7435
fix: system navigation overlapping UI ( #853 )
2023-05-10 13:18:51 +03:00
Aunali321
4c9cb560e3
feat: auto select default patches
2023-04-19 01:21:08 +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
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
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
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
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
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
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
Aunali321
9e8193a6ac
fix: selected patches not being remembered.
2022-11-29 21:12:46 +05:30
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
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
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
Aunali321
1d440d25be
fix: dont select all patches if experimental toggle is off.
2022-11-01 15:36:06 +05:30
Aunali321
074d8005bc
feat: show patch bundle version in patch selector screen.
2022-10-17 01:40:16 +05:30
Aunali321
b550016681
fix: use original package name to load patches.
2022-10-10 19:02:42 +05:30
j4k0xb
a90923011a
feat: allow searching for displayed patch names ( #348 )
2022-10-03 21:06:12 +03:00
Aunali321
d8df377427
feat: warning dialog when selecting all patches.
2022-09-23 14:53:21 +05:30
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
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
Aunali321
8300cc4071
feat: dropdown for changelogs.
2022-09-16 00:49:11 +05:30
Alberto Ponces
779b659108
fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding
2022-09-12 17:30:44 +01:00
Alberto Ponces
3bb5e70d1c
fix: Only show share and install options if patching was successful
2022-09-12 14:20:25 +01:00
Alberto Ponces
0c5c3b32f1
fix: Add missing referenced packages instead of ignoring warning
2022-09-12 02:04:07 +01:00
Alberto Ponces
d01e7fdcc2
fix: Show search bar during loading of selector views
2022-09-12 01:44:15 +01:00
Alberto Ponces
595ecb7660
feat: Add ReVanced API and implement cache on it and on Github API
2022-09-12 01:44:15 +01:00
Alberto Ponces
6de827d7f4
fix: Put Patch Options implementation on hold for now
2022-09-08 14:04:41 +01:00
Alberto Ponces
cf1de9c6ca
fix: Keyboard should overlap widgets on selector views
2022-09-08 12:57:51 +01:00
Alberto Ponces
db02dc623f
fix: reorganize main and navigation
2022-09-05 09:07:38 +01:00
Alberto Ponces
5404208562
feat: improve app theming code and add Material You ( #58 )
2022-09-05 03:32:36 +01:00
Aunali321
8448601b9d
feat: patch options UI.
2022-09-04 23:24:21 +05:30