72 Commits

Author SHA1 Message Date
oSumAtrIX
c9ae379c77
feat!: apply changes from ReVanced Patcher 2022-11-23 00:20:48 +01:00
oSumAtrIX
39e377bc48
feat: do not warn on incompatible packages 2022-11-20 00:34:00 +01:00
decipher
6a35cf7ea4
feat: use am instead of monkey to launch the app (#159) 2022-10-31 14:15:34 +01:00
oSumAtrIX
6e21d81964
fix: escape quotation mark in string 2022-10-05 20:26:15 +02:00
decipher
3a733e5137
feat: handle unmounting deleted files (#148) 2022-10-05 14:47:23 +02:00
decipher
4f4e1f9834
feat: unmount all occurrences in /proc/mounts (#131) 2022-10-05 14:20:41 +02:00
oSumAtrIX
e035d93d2c
chore: migrate to new changes from the patcher 2022-10-05 04:12:46 +02:00
Sculas
cb0fde4908
refactor: clarify config header 2022-09-12 12:24:36 +02:00
Sculas
075bf406fd
refactor: improve OptionsLoader a lot 2022-09-09 22:50:15 +02:00
Sculas
3f5345af6e
feat: Patch Options CLI implementation (#132)
* feat: Patch Options CLI implementation

* fix: remove leftover log message
2022-09-08 22:35:09 +02:00
Sculas
e3e74ac0e9
fix: broken deprecation message 2022-09-08 13:49:03 +02:00
Sculas
06d2139ebf
refactor: handle deprecation & cleanup 2022-09-08 12:52:00 +02:00
Nguyen Hoang The Vi
372470c77b
fix: mount bind revanced.apk from magisk's mirror
Some banking apps detect the mountpoint of youtube base apk to determine device is rooted. So mount bind from magisk's mirror to trigger magisk unmount and let it hidden along with magisk hiding.
2022-09-01 02:40:20 +02:00
oSumAtrIX
208c5bc5b0
build: bump patcher dependency version 2022-08-07 21:55:15 +02:00
Sculas
c3d8fecad0
revert: feat: remove extra zipalign step
This reverts commit c8e793efab8eed39b2cb564bee80ef6e0b2a7d03.
2022-08-04 18:40:17 +02:00
bogadana
c8e793efab
feat: remove extra zipalign step (#106)
* feat: remove extra zipalign step

* remove zipfs

* remove use

* reduce compression

* put back misc.xml

* revert stupid autofix
2022-08-03 21:36:38 +02:00
oSumAtrIX
168c003a31
refactor: create methods in MainCommand class 2022-07-21 23:50:26 +02:00
n0k0m3
5f2bccc4e5
refactor: fix typo (#101) 2022-07-19 17:30:31 +02:00
oSumAtrIX
40c8500e38
refactor: create a variable for duplicate code 2022-07-19 00:50:26 +02:00
oSumAtrIX
9add2f9e82
refactor: fix spelling mistake & add private attribute to field 2022-07-19 00:48:01 +02:00
bogadana
a942a57364
feat: more efficient zipalign 2022-07-19 00:19:47 +02:00
oSumAtrIX
2015c2a1dc fix: defaultExclude unused 2022-07-11 01:16:44 +02:00
oSumAtrIX
eb83cabfff
fix: remove excludePatches check 2022-07-10 13:58:21 +02:00
Itroublve
131100ef00
feat: --uninstall switch (#84)
This moves the move unmount script to a command
2022-07-10 12:17:47 +02:00
bogadana
8e91c12c5e
feat: --exclusive switch (#78) 2022-07-10 12:15:28 +02:00
bogadana
ac7c7a9a1a
feat: better output for excluded patches (#77) 2022-07-10 12:13:26 +02:00
Aunali321
31a05b6768
refactor: comment for unmount step (#74) 2022-07-03 15:50:12 +02:00
bogadana
57a1e7c27f
feat: --include option (#76) 2022-07-03 15:49:25 +02:00
oSumAtrIX
20e15defc2 fix: wrong separator when using ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
oSumAtrIX
9f91f63220 refactor: ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
oSumAtrIX
88852a45ac refactor: migrate from Signature to Fingerprint
BREAKING CHANGE: Not backwards compatible, since a lot of classes where renamed.
2022-06-26 16:34:08 +02:00
oSumAtrIX
df85fa37ef
feat: improve logging 2022-06-23 02:10:11 +02:00
oSumAtrIX
04805e45fe
refactor: logging and exception strings 2022-06-22 19:36:23 +02:00
Itroublve
5b8537e6b7
fix: keystore file not found exception (#57)
* fix: keystore file not found exception

* the fix

* fix oopsies
2022-06-22 19:22:19 +02:00
Lucaskyy
46056956fe
refactor: fix consistency in logging 2022-06-22 16:44:07 +02:00
Lucaskyy
87ffaa4bdb
fix: add callback for addFiles 2022-06-22 16:42:02 +02:00
Lucaskyy
51e091ce40
fix: remove logger from Signer.kt 2022-06-22 15:01:48 +02:00
Lucaskyy
2c8a106151
revert: "feat: use of java.util.logging.Logger"
This reverts commit 07f6bdf33069da4e11fc40090feb726433de703e.
This reverts commit 6c4c1924ee9ae75af3449749a6a82b7ae5572129.
2022-06-22 14:56:25 +02:00
oSumAtrIX
6c4c1924ee
feat: migrate logger to slf4j 2022-06-22 14:19:06 +02:00
oSumAtrIX
9331594706
feat: add option to specify keystore file path 2022-06-22 13:50:54 +02:00
oSumAtrIX
07f6bdf330
feat: use of java.util.logging.Logger 2022-06-22 13:50:54 +02:00
oSumAtrIX
b30c7375a7
fix: migrate to changes of patcher 2022-06-22 12:06:53 +02:00
Lucaskyy
29105bab3d
fix: CLI not working 2022-06-21 22:20:08 +02:00
Lucaskyy
ee6aff8fe7
chore: add comment 2022-06-21 19:47:03 +02:00
Lucaskyy
f3a3e935a2
refactor: prevent any future regressions in zipfs 2022-06-21 19:31:49 +02:00
oSumAtrIX
00145f2bb6
chore: merge nested if blocks 2022-06-21 19:00:11 +02:00
oSumAtrIX
98bd6f3f4b
feat: rename debugging option to experimental 2022-06-21 18:42:30 +02:00
oSumAtrIX
1a3db77c21
feat: use install mode by default 2022-06-21 18:42:29 +02:00
oSumAtrIX
430de23856
refactor: replace try catch block with null check 2022-06-21 18:42:29 +02:00
bogadana
b977d7039f
feat: allow listing patches without other parameters (#42)
* feat: allow listing patches without other parameters

* make `-b` required
2022-06-21 00:53:36 +02:00