Commit graph

588 commits

Author SHA1 Message Date
validcube
9ed43efe5d
feat: use native TextField
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-30 14:37:46 +07:00
Benjamin Halko
975180b075
fix: added a trailing comma 2023-12-28 13:17:25 -08:00
oSumAtrIX
c94eb7a48e
perf: Load patched apps as soon as possible 2023-12-24 00:12:33 +01:00
oSumAtrIX
850bdc4a4d
fix: Reset progress if patch was cancelled 2023-12-23 22:19:56 +01:00
oSumAtrIX
1298a96b0e
fix: Update the progress properly until installation finishes successfully 2023-12-23 22:10:22 +01:00
oSumAtrIX
1928b150ad
fix: Use correct installation type labels 2023-12-23 22:10:22 +01:00
oSumAtrIX
7426f5484d
fix: Update home screen after installation 2023-12-23 21:58:53 +01:00
oSumAtrIX
7a1ba9dabf
fix: Add missing confirmation dialog 2023-12-23 21:11:24 +01:00
oSumAtrIX
48a739c94e
refactor: Simplify uninstallApp code 2023-12-23 20:53:51 +01:00
oSumAtrIX
9680f0cf12
refactor: Remove unnecessary quotation marks 2023-12-23 20:53:31 +01:00
oSumAtrIX
5b1c89a0c5
perf: Reduce amount of shell commands 2023-12-23 20:52:52 +01:00
oSumAtrIX
8a1ab478a3
fix: Prevent crash by escaping string correctly 2023-12-23 20:52:52 +01:00
Benjamin
2ae8d49526
fix: exported logs patch selection (#1535)
Co-authored-by: validcube <pun.butrach@gmail.com>
2023-12-23 11:29:36 +07:00
validcube
a0b673c138
refactor: apply suggestions from analyser
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-23 10:47:12 +07:00
validcube
c56c445fb7
fix: migration latest changes to native buttons
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-23 10:36:59 +07:00
aAbed
c23275f2fe
feat: Improve installation robustness (#1528)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: Dhruvan Bhalara <53393418+dhruvanbhalara@users.noreply.github.com>
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2023-12-23 10:16:28 +07:00
Pun Butrach
f8d086a743
feat: dialogs correctly follows Material 3 specifications (#1560)
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-22 20:34:03 +07:00
aAbed
18e680b298
fix: Unable to unselect new patches 2023-12-12 10:37:35 +05:45
oSumAtrIX
7831a3438d
fix: Include new patches that are used by default 2023-12-12 02:32:57 +01:00
oSumAtrIX
1fad90441c
perf: Use hashset for fast comparison 2023-12-12 02:32:45 +01:00
validcube
7f26c5bd45
revert: "feat: improve predictive back (#1487)"
This reverts commit 06ff36c836.

Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-11 19:02:13 +07:00
Pun Butrach
637641cf54
feat: output suggested version into patch log (#1557)
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-11 11:26:52 +07:00
Dhruvan Bhalara
7df1ae7ed8
feat: append patch version to the APK name while sharing/exporting (#1547) 2023-12-05 12:58:32 +05:45
Dhruvan Bhalara
de51fbd7be
fix: Incorrect duplicate filename handling when exporting files (#1541) 2023-12-01 20:31:46 +05:45
Benjamin
7931eb97b9
feat: updated logs (#1526) 2023-11-25 17:06:18 -08:00
aAbed
9df89c7b74
fix: Disable wakelock when patching is canceled (#1514) 2023-11-22 16:21:27 +03:00
aAbed
78978276c4
fix(App Selector): Unable to select APK from storage when asked to (#1513) 2023-11-22 16:20:51 +03:00
Aditya Arora
9bd48c19ff
feat: ability to search query for suggested version (#1151)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-11-21 17:33:21 +03:00
Pun Butrach
06ff36c836
feat: improve predictive back (#1487)
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-11-20 14:49:39 +07:00
validcube
ad3a778fb9 refactor: apply lint from analyzer 2023-11-12 10:02:40 +05:45
Pun Butrach
ec26e4d8d1 feat: update color scheme (#1483) 2023-11-12 09:59:55 +05:45
aAbed
5ed3ed9a2d
fix: patcher logs hiding behind navigation bar (#1476) 2023-11-11 12:00:21 +07:00
aAbed
70b2ee0a84
feat: Disable selection of un-suggested app version by default (#1471)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-11-08 03:38:54 +01:00
aAbed
e7d82850c9
fix: Log saved patch option values (#1420) 2023-11-07 23:37:59 +01:00
oSumAtrIX
494e268bc5
fix: Use correct method name for string replacement 2023-11-04 22:41:27 +01:00
Benjamin
c7fa9b8ce7
chore: upgrade dependencies (#1404) 2023-11-04 22:08:20 +01:00
aAbed
0be568bbbd
fix: Hide empty patches category labels (#1439) 2023-11-04 22:08:19 +01:00
aAbed
ba44fa620f
build: Bump dependencies to support patch option values (#1431)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-11-04 22:08:19 +01:00
aAbed
e74ffac5b0
fix: unable to use custom API (#1435) 2023-10-26 17:20:34 +03:00
Ushie
d60ced2f61
fix: remove codeblock from log export
Fixes: #1416
2023-10-25 11:40:30 +03:00
aAbed
e68689828e
fix: Material You toggle not updating sometimes (#1421) 2023-10-25 11:37:03 +03:00
Pun Butrach
ad6b164d51
feat: root status in export patch log (#1407)
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-10-21 17:46:51 +07:00
validcube
970dbc4428
refactor(social): use correct github organisation name
the correct name is "ReVanced" not "revanced", we changed for a while now.
2023-10-21 15:33:36 +07:00
validcube
f8f37325eb
refactor(social): change Twitter to X 2023-10-21 15:32:13 +07:00
Benjamin
bb999019ef
feat: show patch options in error log (#1394) 2023-10-17 13:21:59 +07:00
KobeW50
4cdc92388c
refactor: fix patch log order to be consistent with settings order (#1398) 2023-10-17 13:19:18 +07:00
Pun Butrach
ccc6be1e71
refactor(accessibility): improve patch options (#1369)
Co-authored-by: Palm <palmpasuthorn@gmail.com>
2023-10-16 16:47:59 +07:00
Ushie
59adb91f5f
fix(settings): inverted version compatibility switch 2023-10-15 20:16:58 +03:00
Pun Butrach
72ea33b6de
fix(patch_selector): correct popup menu style
fix: #1372
2023-10-15 17:46:44 +07:00
Pun Butrach
d97192e0ee
refactor(patch_options): disable card tap (#1368) 2023-10-15 16:56:43 +07:00
KobeW50
196d9fe4d2
refactor: reorganize and rename settings (#1307)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-10-15 16:56:02 +07:00
Benjamin
e960fcc303
feat: add user agent (#1380)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2023-10-15 16:51:31 +07:00
Benjamin
f334da95ff
feat: Remove full external storage access (#1381) 2023-10-15 16:44:11 +07:00
aAbed
5d5f311e36
fix(settings-view): list items jumping on scroll up (#1375) 2023-10-15 16:17:28 +07:00
aAbed
d577e97758
fix(app-bar): title not hiding completely (#1376) 2023-10-15 16:16:55 +07:00
aAbed
2dc92e26d3
fix(patches-selector): ignore punctuation marks when searching for patch (#1377) 2023-10-14 19:43:18 +07:00
oSumAtrIX
6ad0d860c7
fix: Load patches from older versions of ReVanced Manager correctly 2023-10-13 00:12:27 +02:00
aAbed
ac636670c3
feat: Add patch options (#1354) 2023-10-12 02:00:39 +02:00
MD Danish Ansari
2abadc73e4
fix: selected patches order (#1345) 2023-10-10 18:54:42 +07:00
Sagar
4085c10bfc
fix: search with package name (#1344) 2023-10-09 11:22:15 +07:00
Benjamin
8fd4fe0e55
feat(patcher): improve logs (#1299)
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-10-07 02:01:09 +02:00
Benjamin Halko
cd07f39b69
fix: reset patches after patching 2023-10-04 12:16:56 -07:00
oSumAtrIX
b07439d402
fix: Reload patches 2023-10-04 19:38:34 +02:00
oSumAtrIX
d8eadc2a2d
feat: Use simpler wording 2023-10-04 19:01:17 +02:00
oSumAtrIX
012110f008
perf: Do not load patches twice 2023-10-04 18:39:24 +02:00
oSumAtrIX
c87f92b346
feat: Adjust install dialog labels 2023-10-01 06:21:03 +02:00
oSumAtrIX
6961bb7fd0
fix: Do not delete cached downloads 2023-10-01 04:48:24 +02:00
oSumAtrIX
6e26130744
chore: Add todo 2023-09-30 22:15:46 +02:00
oSumAtrIX
2b4b3ca0a5
fix: Retrieve app information from patched app 2023-09-30 21:40:03 +02:00
oSumAtrIX
c4a795418f
fix: Move installation log to correct place 2023-09-30 21:13:32 +02:00
oSumAtrIX
91837ebade
feat: Remove original package name in app info view 2023-09-30 21:07:26 +02:00
oSumAtrIX
0492e910ea
fix: Fill the preferred action 2023-09-30 20:11:53 +02:00
oSumAtrIX
36c86e22b1
fix: Load installed apps 2023-09-30 20:03:09 +02:00
aAbed
1e8d8f749a fix: do not ask for patches consent before initializing model 2023-09-30 14:57:48 +05:45
oSumAtrIX
2e8e3b0d1e
fix: Do not hardcode any predefined packages 2023-09-29 20:12:39 +02:00
oSumAtrIX
8ce266bc94
perf: Reduce amount of network requests 2023-09-29 18:39:07 +02:00
oSumAtrIX
62505f2543
build: Bump dependencies 2023-09-28 17:36:10 +02:00
Benjamin
0983ba8a0f
fix: search bar overflow (#1301) 2023-09-23 00:51:25 +03:00
Ushie
0bfa776ce7
fix: npe when loading patch bundle on android 8 2023-09-23 00:24:17 +03:00
Benjamin
c3d345de80
fix: force disable material you on Android 11 and below (#1293) 2023-09-22 21:05:13 +07:00
Benjamin Halko
e01b323aee
fix: make entire theme item clickable 2023-09-20 20:03:47 -07:00
Benjamin Halko
6f4866ef63
fix: default theme not following system (#1288) 2023-09-20 20:03:15 -07:00
Benjamin
6260a80738
feat(settings - appearance): add system option (#1279)
Closes #1260
2023-09-21 03:25:23 +03:00
Benjamin Halko
b7acb475e9
fix: update install type dialog padding 2023-09-20 16:57:13 -07:00
Benjamin
42b6bbff7c
fix: update youtube link (#1286) 2023-09-21 02:16:55 +03:00
aAbed
4b8542b35b
fix: load patches via PatchBundle (#1242) 2023-09-21 01:35:32 +03:00
Julienraptor01
9ad1d6cbfb
fix(custom-sources): ignore casing when checking if default repo is being used (#1281) 2023-09-21 00:42:29 +03:00
Benjamin
f4b0a695d6
fix: improve app list loading speed (#1166) 2023-09-15 22:58:15 +07:00
Ushie
8f54b226b4
refactor(patches-selector): improve universal patches header 2023-09-03 21:14:09 +03:00
Pun Butrach
c5fc54e721
fix(installer): open the patched app after install (#1233) 2023-09-03 21:48:28 +07:00
Jay Gajjar
fc8a4fc5b6
fix: Don't use 'BuildContext's across async gaps. (#1148) 2023-09-03 01:47:20 +03:00
aAbed
8cb96f1e45
fix: permissions handling at first launch 2023-08-31 19:34:12 +05:45
Ushie
42e41c399f
fix: hide install button on error 2023-08-28 19:05:30 +03:00
aAbed
d6169c6fa2
fix: broken settings page 2023-08-27 11:55:21 +05:45
Pun Butrach
d9953b1473
fix(installer): use correct elevation level 2023-08-24 19:00:50 +07:00
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
Pun Butrach
7525e52fab
fix(installer): use correct bg colour for dialog 2023-08-12 15:07:04 +07:00
Pun Butrach
72fd24e624
fix: use i18n translation for installer page 2023-08-12 15:06:17 +07:00
Pun Butrach
11d8f9fd30
refactor: apply changes according to Dart
trailing commas
2023-08-12 14:53:54 +07:00