oSumAtrIX
|
9c39c9efdb
|
feat: use of java.util.logging.Logger
|
2022-06-22 13:45:13 +02:00 |
|
semantic-release-bot
|
3ee1c01430
|
chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/revanced/revanced-patcher/compare/v1.4.0...v1.5.0) (2022-06-22)
### Features
* use streams to write the dex files ([64bae88](64bae884dc ))
v1.5.0
|
2022-06-22 01:21:33 +00:00 |
|
oSumAtrIX
|
64bae884dc
|
feat: use streams to write the dex files
|
2022-06-22 03:19:39 +02:00 |
|
semantic-release-bot
|
e94a706949
|
chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/revanced/revanced-patcher/compare/v1.3.4...v1.4.0) (2022-06-22)
### Features
* return a `File` instance instead of `ExtFile` ([68174bb](68174bbd6b ))
v1.4.0
|
2022-06-22 00:55:56 +00:00 |
|
oSumAtrIX
|
89bb43066b
|
build: use dependencies as implementations instead of apis
|
2022-06-22 02:54:23 +02:00 |
|
oSumAtrIX
|
68174bbd6b
|
feat: return a File instance instead of ExtFile
|
2022-06-22 02:53:37 +02:00 |
|
semantic-release-bot
|
d05c9416d6
|
chore(release): 1.3.4 [skip ci]
## [1.3.4](https://github.com/revanced/revanced-patcher/compare/v1.3.3...v1.3.4) (2022-06-21)
### Bug Fixes
* `String.toInstructions` defaulting `forStaticMethod` to `false` ([5a2f02b](5a2f02b97d )), closes [revanced/revanced-patches#46](https://github.com/revanced/revanced-patches/issues/46)
v1.3.4
|
2022-06-21 21:53:33 +00:00 |
|
oSumAtrIX
|
5a2f02b97d
|
fix: String.toInstructions defaulting forStaticMethod to false
Fixes revanced/revanced-patches#46
|
2022-06-21 23:52:09 +02:00 |
|
semantic-release-bot
|
a3005fa08e
|
chore(release): 1.3.3 [skip ci]
## [1.3.3](https://github.com/revanced/revanced-patcher/compare/v1.3.2...v1.3.3) (2022-06-21)
### Bug Fixes
* add docs (trigger release) ([6628b78](6628b7870f ))
### Reverts
* propagate dependencies ([365e1d7](365e1d7a45 ))
v1.3.3
|
2022-06-21 19:04:06 +00:00 |
|
Lucaskyy
|
6628b7870f
|
fix: add docs (trigger release)
|
2022-06-21 21:02:50 +02:00 |
|
Lucaskyy
|
a6411245aa
|
Merge remote-tracking branch 'origin/main' into main
|
2022-06-21 20:50:11 +02:00 |
|
Lucaskyy
|
365e1d7a45
|
revert: propagate dependencies
guess it doesn't work when not propagating them
|
2022-06-21 20:50:00 +02:00 |
|
semantic-release-bot
|
4507cd2353
|
chore(release): 1.3.2 [skip ci]
## [1.3.2](https://github.com/revanced/revanced-patcher/compare/v1.3.1...v1.3.2) (2022-06-21)
### Bug Fixes
* return resourceFile to caller ([1f75777](1f75777cf9 ))
v1.3.2
|
2022-06-21 18:45:16 +00:00 |
|
Lucaskyy
|
1f75777cf9
|
fix: return resourceFile to caller
|
2022-06-21 20:43:47 +02:00 |
|
Lucaskyy
|
28d5468b07
|
build: do not propagate all dependencies
|
2022-06-21 20:29:37 +02:00 |
|
semantic-release-bot
|
746496125d
|
chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/revanced/revanced-patcher/compare/v1.3.0...v1.3.1) (2022-06-21)
### Bug Fixes
* `InlineSmaliCompiler.compile` using 0 registers instead of 1 by default ([835a421](835a421cc0 ))
v1.3.1
|
2022-06-21 15:48:43 +00:00 |
|
oSumAtrIX
|
835a421cc0
|
fix: InlineSmaliCompiler.compile using 0 registers instead of 1 by default
|
2022-06-21 17:46:43 +02:00 |
|
semantic-release-bot
|
99342fe033
|
chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/revanced/revanced-patcher/compare/v1.2.9...v1.3.0) (2022-06-20)
### Features
* `parametersCount` for `InlineSmaliCompiler` instead of `parameters` ([ad6c5c8](ad6c5c8273 ))
* simplify adding instructions ([e47b67d](e47b67d7ec ))
v1.3.0
|
2022-06-20 19:22:22 +00:00 |
|
oSumAtrIX
|
e47b67d7ec
|
feat: simplify adding instructions
|
2022-06-20 21:20:51 +02:00 |
|
oSumAtrIX
|
ad6c5c8273
|
feat: parametersCount for InlineSmaliCompiler instead of parameters
|
2022-06-20 20:10:11 +02:00 |
|
oSumAtrIX
|
fd690acd61
|
refactor: add internal attribute to signatures field
|
2022-06-20 20:10:06 +02:00 |
|
semantic-release-bot
|
e698b02bf6
|
chore(release): 1.2.9 [skip ci]
## [1.2.9](https://github.com/revanced/revanced-patcher/compare/v1.2.8...v1.2.9) (2022-06-20)
### Bug Fixes
* update apktool ([ab866bb](ab866bb8ef ))
v1.2.9
|
2022-06-20 15:08:57 +00:00 |
|
Lucaskyy
|
ab866bb8ef
|
fix: update apktool
|
2022-06-20 17:07:04 +02:00 |
|
semantic-release-bot
|
714a98422d
|
chore(release): 1.2.8 [skip ci]
## [1.2.8](https://github.com/revanced/revanced-patcher/compare/v1.2.7...v1.2.8) (2022-06-18)
### Bug Fixes
* update apktool ([051afd9](051afd98d0 ))
v1.2.8
|
2022-06-18 21:51:07 +00:00 |
|
Sculas
|
051afd98d0
|
fix: update apktool
|
2022-06-18 23:49:41 +02:00 |
|
semantic-release-bot
|
d38cf6a229
|
chore(release): 1.2.7 [skip ci]
## [1.2.7](https://github.com/revanced/revanced-patcher/compare/v1.2.6...v1.2.7) (2022-06-18)
### Bug Fixes
* version not working with apktool due to cache ([03f5ee0](03f5ee088b ))
v1.2.7
|
2022-06-18 21:17:22 +00:00 |
|
Sculas
|
03f5ee088b
|
fix: version not working with apktool due to cache
|
2022-06-18 23:15:33 +02:00 |
|
semantic-release-bot
|
5d0fd48b15
|
chore(release): 1.2.6 [skip ci]
## [1.2.6](https://github.com/revanced/revanced-patcher/compare/v1.2.5...v1.2.6) (2022-06-18)
### Bug Fixes
* remove javadoc jar (also trigger release) ([56f6ca3](56f6ca3891 ))
v1.2.6
|
2022-06-18 20:54:29 +00:00 |
|
Sculas
|
56f6ca3891
|
fix: remove javadoc jar (also trigger release)
|
2022-06-18 22:52:49 +02:00 |
|
semantic-release-bot
|
9e0a74fcfb
|
chore(release): 1.2.5 [skip ci]
## [1.2.5](https://github.com/revanced/revanced-patcher/compare/v1.2.4...v1.2.5) (2022-06-17)
### Bug Fixes
* goodbye security ([8f3ac77](8f3ac7702a ))
v1.2.5
|
2022-06-17 16:13:47 +00:00 |
|
Sculas
|
8f3ac7702a
|
fix: goodbye security
|
2022-06-17 18:12:18 +02:00 |
|
semantic-release-bot
|
7b65f2d02c
|
chore(release): 1.2.4 [skip ci]
## [1.2.4](https://github.com/revanced/revanced-patcher/compare/v1.2.3...v1.2.4) (2022-06-15)
### Reverts
* "fix: enforce aapt v1" ([dfd8a24](dfd8a24512 ))
v1.2.4
|
2022-06-15 19:41:28 +00:00 |
|
Lucaskyy
|
2a1b2df56b
|
Merge remote-tracking branch 'origin/main' into main
|
2022-06-15 21:39:42 +02:00 |
|
Lucaskyy
|
dfd8a24512
|
revert: "fix: enforce aapt v1"
This reverts commit cff87ff0770d774d7ef79eec5a22462eadbcb9c5.
|
2022-06-15 21:39:27 +02:00 |
|
semantic-release-bot
|
a3efd212fc
|
chore(release): 1.2.3 [skip ci]
## [1.2.3](https://github.com/revanced/revanced-patcher/compare/v1.2.2...v1.2.3) (2022-06-14)
### Bug Fixes
* enforce aapt v1 ([cff87ff](cff87ff077 ))
v1.2.3
|
2022-06-14 22:26:32 +00:00 |
|
Lucaskyy
|
3e610f7ba9
|
Merge remote-tracking branch 'origin/main' into main
|
2022-06-15 00:25:21 +02:00 |
|
Lucaskyy
|
cff87ff077
|
fix: enforce aapt v1
|
2022-06-15 00:25:06 +02:00 |
|
semantic-release-bot
|
54aa04ca34
|
chore(release): 1.2.2 [skip ci]
## [1.2.2](https://github.com/revanced/revanced-patcher/compare/v1.2.1...v1.2.2) (2022-06-14)
### Bug Fixes
* enforce aapt v2 ([b68b0bf](b68b0bf3d7 ))
v1.2.2
|
2022-06-14 20:35:38 +00:00 |
|
Lucaskyy
|
0eda84eaef
|
Merge remote-tracking branch 'origin/main' into main
|
2022-06-14 22:34:21 +02:00 |
|
Lucaskyy
|
b68b0bf3d7
|
fix: enforce aapt v2
|
2022-06-14 22:34:10 +02:00 |
|
semantic-release-bot
|
c692202f67
|
chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/revanced/revanced-patcher/compare/v1.2.0...v1.2.1) (2022-06-14)
### Bug Fixes
* Patcher setting BuildOptions too late ([6a5c873](6a5c8735fb ))
v1.2.1
|
2022-06-14 16:25:08 +00:00 |
|
Lucaskyy
|
8ce3535427
|
Merge remote-tracking branch 'origin/main' into main
|
2022-06-14 18:23:49 +02:00 |
|
Lucaskyy
|
6a5c8735fb
|
fix: Patcher setting BuildOptions too late
This causes the Manager to crash, due to a stupid bug in Apktool which is prevented by setting a valid frameworkFolderLocation.
|
2022-06-14 18:23:40 +02:00 |
|
semantic-release-bot
|
8f32bc9c08
|
chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/revanced/revanced-patcher/compare/v1.1.0...v1.2.0) (2022-06-14)
### Features
* allow custom framework path to be specified ([d3a580e](d3a580ea19 ))
v1.2.0
|
2022-06-14 15:50:24 +00:00 |
|
Lucaskyy
|
d3a580ea19
|
feat: allow custom framework path to be specified
|
2022-06-14 17:49:07 +02:00 |
|
oSumAtrIX
|
4c8eb0e5c7
|
refactor: gradle build script
|
2022-06-14 01:34:48 +02:00 |
|
semantic-release-bot
|
bc92eb7fd8
|
chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/revanced/revanced-patcher/compare/v1.0.0...v1.1.0) (2022-06-11)
### Bug Fixes
* resource patcher ([31815ca](31815ca9ea ))
* update apktool to fork ([566ecef](566ecefa2b ))
### Features
* allow custom aapt path to be specified ([8eb4a8f](8eb4a8f87a ))
v1.1.0
|
2022-06-11 23:25:19 +00:00 |
|
oSumAtrIX
|
cf89bd4171
|
Merge pull request #39 from revanced/non-root
fix: resource patcher
|
2022-06-12 01:24:04 +02:00 |
|
Lucaskyy
|
566ecefa2b
|
fix: update apktool to fork
|
2022-06-11 20:39:29 +02:00 |
|
Lucaskyy
|
8eb4a8f87a
|
feat: allow custom aapt path to be specified
|
2022-06-11 20:08:00 +02:00 |
|