oSumAtrIX
4a24e2e92d
chore: Merge branch dev to main ( #35 )
2024-03-09 04:34:48 +01:00
semantic-release-bot
fca8a3f4c0
chore(release): 2.2.0-dev.1 [skip ci]
...
# [2.2.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.1.0...v2.2.0-dev.1 ) (2024-03-09)
### Bug Fixes
* Make property private ([51109c4 ](51109c4768 ))
* Sign APKs using `apksig` ([f59ecbc ](f59ecbccd1 ))
### Features
* Increase default expiration date of certificate ([f2bd3f5 ](f2bd3f5eee ))
v2.2.0-dev.1
2024-03-09 03:31:10 +00:00
oSumAtrIX
f59ecbccd1
fix: Sign APKs using apksig
...
Previously, the signing extension from apkzlib was used incorrectly. The extension is meant to be added to a ZFile whereas on changes the extension would be used to sign. Instead the extension was added to a newly created ZFile, and without any changes, closed again, leading to no APK being signed. It turns out to be impractical to use the signing extension as we do not write an entire APK ZFile so that the signing extension can consider every file inside the ZFile, instead we just merge the patcher result to an existing ZFile. Instead use `apksig` after applying the patcher result to the ZFile which signs everything correctly.
2024-03-09 04:29:41 +01:00
oSumAtrIX
c92be32607
refactor: Simplify code
2024-03-09 03:25:11 +01:00
oSumAtrIX
51109c4768
fix: Make property private
2024-03-09 03:25:10 +01:00
oSumAtrIX
f2bd3f5eee
feat: Increase default expiration date of certificate
2024-03-08 02:30:15 +01:00
oSumAtrIX
cc5ee29d14
build: Set target bytecode level to JVM 11
2024-03-04 19:16:09 +01:00
semantic-release-bot
c4bad9a653
chore(release): 2.1.0 [skip ci]
...
# [2.1.0](https://github.com/ReVanced/revanced-library/compare/v2.0.0...v2.1.0 ) (2024-03-04)
### Bug Fixes
* Use `BKS` instead of default signing provider to fix backwards compatibility ([41805fc ](41805fcb0b ))
### Features
* Mention APK file name when logging aligning ([244ebc2 ](244ebc2186 ))
v2.1.0
2024-03-04 14:39:47 +00:00
oSumAtrIX
3f713cf76b
chore: Merge branch dev to main ( #32 )
2024-03-04 15:38:10 +01:00
oSumAtrIX
dfe48a24bf
ci: Update action
2024-03-04 15:37:06 +01:00
oSumAtrIX
132ad13670
build: Bump dependencies
2024-03-04 15:37:06 +01:00
semantic-release-bot
1670ceff9f
chore(release): 2.1.0-dev.2 [skip ci]
...
# [2.1.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v2.1.0-dev.1...v2.1.0-dev.2 ) (2024-03-04)
### Bug Fixes
* Use `BKS` instead of default signing provider to fix backwards compatibility ([41805fc ](41805fcb0b ))
v2.1.0-dev.2
2024-03-04 14:33:02 +00:00
oSumAtrIX
41805fcb0b
fix: Use BKS instead of default signing provider to fix backwards compatibility
2024-03-04 15:31:26 +01:00
oSumAtrIX
0e9939f70d
docs: Fix spelling mistakes
2024-02-26 04:37:58 +01:00
oSumAtrIX
f28a7ddeec
docs: Fix broken links
2024-02-26 04:37:46 +01:00
oSumAtrIX
3e574e723c
docs: Add readme
2024-02-25 04:01:25 +01:00
oSumAtrIX
a73ca721f3
chore: Rename issue templates
2024-02-25 03:37:52 +01:00
oSumAtrIX
393d74b7d9
ci: Rename workflow file
2024-02-25 03:14:02 +01:00
oSumAtrIX
51d6e9976c
ci: Fix indentation in workflow
2024-02-24 01:14:44 +01:00
oSumAtrIX
24cecb1e57
docs: Format markdown code
2024-02-23 03:03:50 +01:00
oSumAtrIX
d4938c57e8
ci: Split release into a separate PR build workflow
...
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs.
2024-02-23 02:26:06 +01:00
semantic-release-bot
1526f98f53
chore(release): 2.1.0-dev.1 [skip ci]
...
# [2.1.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.0.0...v2.1.0-dev.1 ) (2024-02-15)
### Features
* Mention APK file name when logging aligning ([244ebc2 ](244ebc2186 ))
v2.1.0-dev.1
2024-02-15 03:46:55 +00:00
oSumAtrIX
244ebc2186
feat: Mention APK file name when logging aligning
2024-02-15 02:54:31 +01:00
oSumAtrIX
486a7acff2
ci: Create a GitHub release with changelogs
2024-02-15 02:29:58 +01:00
semantic-release-bot
f0b8bc5438
chore(release): 2.0.0 [skip ci]
...
# [2.0.0](https://github.com/ReVanced/revanced-library/compare/v1.5.0...v2.0.0 ) (2024-02-15)
### Bug Fixes
* Map dependencies from `KClass` into `String` to fix serialization ([57e36ab ](57e36ab5c1 ))
* Use the JVM name instead of the value from `KClass#toString` ([d18e436 ](d18e436de1 ))
### Features
* Use `apkzlib` instead of own implementations and bump ReVanced Patcher ([3aa6dc2 ](3aa6dc223a ))
### BREAKING CHANGES
* This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
v2.0.0
2024-02-15 01:24:23 +00:00
oSumAtrIX
806f45c77f
chore: Merge branch dev to main ( #24 )
2024-02-15 02:22:42 +01:00
semantic-release-bot
259bcd04c9
chore(release): 2.0.0-dev.1 [skip ci]
...
# [2.0.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.5.1-dev.2...v2.0.0-dev.1 ) (2024-02-14)
### Features
* Use `apkzlib` instead of own implementations and bump ReVanced Patcher ([3aa6dc2 ](3aa6dc223a ))
### BREAKING CHANGES
* This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
v2.0.0-dev.1
2024-02-14 03:25:29 +00:00
oSumAtrIX
0d040dcfd0
chore: Fix builds
2024-02-14 04:23:49 +01:00
oSumAtrIX
13af960de1
chore: Dump API
2024-02-14 04:21:57 +01:00
oSumAtrIX
d21fd5798c
build: Bump Gradle
2024-02-14 02:51:09 +01:00
oSumAtrIX
1c348f3621
build: Bump dependencies
2024-02-14 02:51:09 +01:00
oSumAtrIX
0c02680b70
build: Publish to GitHub Packages
...
Because Jitpack can not sign artifacts.
2024-02-14 02:51:09 +01:00
oSumAtrIX
b86b8aacea
build: Sign publication artifacts
2024-02-14 02:51:08 +01:00
oSumAtrIX
3aa6dc223a
feat: Use apkzlib instead of own implementations and bump ReVanced Patcher
...
BREAKING CHANGE: This commit removes deprecated APIs and bumps ReVanced Patcher. Because of it's changes, `apkzlib` is now used instead of own implementations of `ZipFile`
2024-02-14 02:31:44 +01:00
semantic-release-bot
c664a6eaed
chore(release): 1.5.1-dev.2 [skip ci]
...
## [1.5.1-dev.2](https://github.com/ReVanced/revanced-library/compare/v1.5.1-dev.1...v1.5.1-dev.2 ) (2024-02-08)
### Bug Fixes
* Use the JVM name instead of the value from `KClass#toString` ([d18e436 ](d18e436de1 ))
v1.5.1-dev.2
2024-02-08 02:51:47 +00:00
oSumAtrIX
d18e436de1
fix: Use the JVM name instead of the value from KClass#toString
2024-02-08 03:50:15 +01:00
semantic-release-bot
9ff06a2f1b
chore(release): 1.5.1-dev.1 [skip ci]
...
## [1.5.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.5.0...v1.5.1-dev.1 ) (2024-02-08)
### Bug Fixes
* Map dependencies from `KClass` into `String` to fix serialization ([57e36ab ](57e36ab5c1 ))
v1.5.1-dev.1
2024-02-08 02:10:11 +00:00
oSumAtrIX
57e36ab5c1
fix: Map dependencies from KClass into String to fix serialization
2024-02-08 03:08:10 +01:00
oSumAtrIX
8d934bde00
ci: Use latest Node.js LTS version to fix builds
2024-01-27 00:47:29 +01:00
oSumAtrIX
d1a7699256
ci: Add dependabot
2024-01-26 01:46:20 +01:00
oSumAtrIX
e08d0ad8f3
build: Bump dependencies
2024-01-26 01:46:20 +01:00
oSumAtrIX
4a14c5ccaa
build: Bump dependencies
2024-01-10 09:32:58 +01:00
semantic-release-bot
4bbe2fa150
chore(release): 1.5.0 [skip ci]
...
# [1.5.0](https://github.com/ReVanced/revanced-library/compare/v1.4.0...v1.5.0 ) (2023-12-28)
### Features
* Add JSON de- and serialization of patches ([ecff6fe ](ecff6fe0d3 ))
* Improve mount reliability by unmounting existing mounts and killing running apps ([9fda407 ](9fda407441 ))
v1.5.0
2023-12-28 21:35:25 +00:00
oSumAtrIX
938eac53b1
chore: Merge branch dev to main ( #20 )
2023-12-28 22:34:05 +01:00
Pun Butrach
ab004b91f0
docs: Update to latest branding changes ( #23 )
2023-12-10 13:31:20 +01:00
semantic-release-bot
b637e0d7d7
chore(release): 1.5.0-dev.2 [skip ci]
...
# [1.5.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v1.5.0-dev.1...v1.5.0-dev.2 ) (2023-12-07)
### Features
* Improve mount reliability by unmounting existing mounts and killing running apps ([9fda407 ](9fda407441 ))
v1.5.0-dev.2
2023-12-07 15:41:07 +00:00
oSumAtrIX
9fda407441
feat: Improve mount reliability by unmounting existing mounts and killing running apps
2023-12-07 16:39:51 +01:00
semantic-release-bot
44f7c13a77
chore(release): 1.5.0-dev.1 [skip ci]
...
# [1.5.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.4.0...v1.5.0-dev.1 ) (2023-12-07)
### Features
* Add JSON de- and serialization of patches ([ecff6fe ](ecff6fe0d3 ))
v1.5.0-dev.1
2023-12-07 14:16:31 +00:00
oSumAtrIX
ecff6fe0d3
feat: Add JSON de- and serialization of patches
2023-12-07 15:14:59 +01:00
oSumAtrIX
3515e331ac
refactor: Simplify code
2023-12-07 02:45:49 +01:00