aAbed
|
ac636670c3
|
feat: Add patch options (#1354)
|
2023-10-12 02:00:39 +02:00 |
|
oSumAtrIX
|
61bb39b46f
|
build: Bump dependencies to improve merging integrations speed
|
2023-10-07 02:01:10 +02:00 |
|
Benjamin Halko
|
2ad106f7d7
|
fix(export-settings): remove boolean workaround
|
2023-10-07 02:01:09 +02:00 |
|
oSumAtrIX
|
a80415be02
|
build: Bump dependencies
|
2023-10-05 17:45:56 +02:00 |
|
oSumAtrIX
|
a709abd80c
|
perf: Do not load patches twice (#1328)
|
2023-10-04 21:58:25 +02:00 |
|
Benjamin Halko
|
f7c11d07a8
|
fix(export-settings): export patches as json object
|
2023-10-04 11:33:13 -07:00 |
|
oSumAtrIX
|
d8eadc2a2d
|
feat: Use simpler wording
|
2023-10-04 19:01:17 +02:00 |
|
oSumAtrIX
|
3a88d4d3e6
|
build: Bump dependencies
|
2023-10-04 18:39:24 +02:00 |
|
oSumAtrIX
|
012110f008
|
perf: Do not load patches twice
|
2023-10-04 18:39:24 +02:00 |
|
oSumAtrIX
|
4de274bf62
|
feat: Export settings migration activity (#1308)
|
2023-10-01 19:12:31 +02:00 |
|
oSumAtrIX
|
697ae92031
|
Apply suggestions from code review [skip ci]
|
2023-10-01 19:02:49 +02:00 |
|
oSumAtrIX
|
36c86e22b1
|
fix: Load installed apps
|
2023-09-30 20:03:09 +02:00 |
|
oSumAtrIX
|
15b8613d3c
|
feat: Only log relevant records
|
2023-09-29 19:40:22 +02:00 |
|
oSumAtrIX
|
62505f2543
|
build: Bump dependencies
|
2023-09-28 17:36:10 +02:00 |
|
Benjamin Halko
|
2968d96fe9
|
remove log import
|
2023-09-27 14:42:11 -07:00 |
|
Benjamin Halko
|
e7c8d0e78c
|
use same fingerprint
|
2023-09-27 14:36:39 -07:00 |
|
Benjamin Halko
|
83cbb34a5b
|
use revanced fingerprint
|
2023-09-27 14:27:38 -07:00 |
|
Benjamin Halko
|
7559c7b67e
|
verify fingerprint of calling app
|
2023-09-27 14:17:29 -07:00 |
|
Benjamin Halko
|
02822f4b38
|
remove user interaction
|
2023-09-27 13:47:59 -07:00 |
|
Benjamin Halko
|
72ae132fcd
|
make export settings activity transparent
|
2023-09-27 12:21:27 -07:00 |
|
Benjamin Halko
|
d9d5b746c3
|
Added ExportSettingsActivity
|
2023-09-26 16:21:46 -07:00 |
|
Benjamin Halko
|
f1ea306291
|
change booleans to numbers
|
2023-09-25 14:42:40 -07:00 |
|
Benjamin Halko
|
378d62395a
|
remove newlines from base64 output
|
2023-09-25 10:15:56 -07:00 |
|
Benjamin Halko
|
99c92069b9
|
export saved patches and keystore
|
2023-09-25 08:43:10 -07:00 |
|
Benjamin Halko
|
2a89ef797f
|
feat: share settings
|
2023-09-24 16:56:25 -07:00 |
|
Ushie
|
0bfa776ce7
|
fix: npe when loading patch bundle on android 8
|
2023-09-23 00:24:17 +03:00 |
|
aAbed
|
4b8542b35b
|
fix: load patches via PatchBundle (#1242)
|
2023-09-21 01:35:32 +03:00 |
|
aAbed
|
2bf6a03d56
|
fix: back button closing the app from any page
|
2023-09-08 01:14:13 +02:00 |
|
Ushie
|
9f64011b26
|
fix: npe when patching on android 8
|
2023-09-03 20:54:42 +03:00 |
|
Pun Butrach
|
5733acb77a
|
build(dependency): update patcher to v14.2.2
https://github.com/ReVanced/revanced-patcher/releases/tag/v14.2.2
|
2023-08-31 20:35:24 +07:00 |
|
oSumAtrIX
|
7911a8f49e
|
fix: properly log messages and progress
|
2023-08-28 01:44:46 +02:00 |
|
oSumAtrIX
|
64a96fc3ce
|
fix: close before returning
|
2023-08-28 01:44:46 +02:00 |
|
oSumAtrIX
|
45fae3f0fd
|
build: bump ReVanced Patcher back to v14.2.1
This reverts the previous regression with the dependency to ReVanced Patcher.
|
2023-08-27 22:35:03 +02:00 |
|
Ushie
|
7d553a87f3
|
build: revert patcher to v11.0.4
|
2023-08-27 05:39:24 +03:00 |
|
Ushie
|
07dce23794
|
build: bump patcher to v14.2.0
|
2023-08-27 03:55:56 +03:00 |
|
Ushie
|
b456512bbb
|
build: bump patcher to v14.1.0 (#1153)
Co-authored-by: aAbed <aabedhkhan@gmail.com>
|
2023-08-27 02:21:16 +03:00 |
|
Pun Butrach
|
43f98cec43
|
build: make variant more identifiable
Release variant will use the "ReVanced Manager" app name, Debug will use "ReVanced Manager Debug"
|
2023-08-15 21:31:34 +07:00 |
|
Pun Butrach
|
6436a1ec61
|
build: debug apk come with application suffix
Instead of using the same one as Release, app.revanced.manager.flutter - We add .debug to it, yay, co-installation of two variants!
|
2023-08-15 20:37:43 +07:00 |
|
Ushie
|
dcd5ba41cf
|
build: add mavenlocal to repositories
|
2023-08-14 03:40:05 +03:00 |
|
kitadai31
|
381daff980
|
fix: exclude x86 aapt2 binary from release builds (#1126)
|
2023-08-11 19:19:33 +03:00 |
|
Ushie
|
1f4f0a3bb7
|
build: revert patcher to v11.0.4
|
2023-08-04 03:32:50 +03:00 |
|
aAbed
|
374eb3d06d
|
feat: abort patching process at any time (#1072)
|
2023-08-04 00:40:08 +03:00 |
|
aAbed
|
e55f427b05
|
build: bump patcher version to v12.1.1
|
2023-08-04 01:53:19 +05:45 |
|
Ushie
|
8c79f5e371
|
build: bump patcher to v12.1.0
|
2023-08-03 05:23:16 +03:00 |
|
Pun Butrach
|
95632b7f55
|
chore(deps): update revanced-patcher to v12.0.0
|
2023-07-30 11:49:01 +07:00 |
|
Aunali321
|
e49c19b3cd
|
feat: support older version of android for reddit client patches
|
2023-07-23 13:51:36 +05:30 |
|
Pun
|
c5fc5ee93b
|
build: speed up compilation time
faster build faster build faster build faster build faster build
|
2023-07-19 18:30:50 +07:00 |
|
Pun
|
b272988929
|
build: always compile with the latest SDK supported by Flutter
`targetSdkVersion` is still the same, we want to test the application first before bumping up to latest.
|
2023-07-10 18:43:07 +07:00 |
|
Pun Butrach
|
76c68baa1f
|
build: update gradle to v7.6.2
|
2023-07-01 18:21:49 +07:00 |
|
Aunali321
|
68876a4414
|
build: bump version to v1.3.8 and patcher dep
|
2023-07-01 14:33:25 +05:30 |
|