mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-18 00:43:56 +00:00
Compare commits
98 Commits
v1.2.0-dev
...
v2.3.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13b6a846d7 | ||
|
|
2df3484b68 | ||
|
|
f2959b610a | ||
|
|
2a30845f61 | ||
|
|
1b4d87e563 | ||
|
|
7f7dfdd5b5 | ||
|
|
56773fa3d3 | ||
|
|
249372c31f | ||
|
|
e7bed8565e | ||
|
|
4a24e2e92d | ||
|
|
fca8a3f4c0 | ||
|
|
f59ecbccd1 | ||
|
|
c92be32607 | ||
|
|
51109c4768 | ||
|
|
f2bd3f5eee | ||
|
|
cc5ee29d14 | ||
|
|
c4bad9a653 | ||
|
|
3f713cf76b | ||
|
|
dfe48a24bf | ||
|
|
132ad13670 | ||
|
|
1670ceff9f | ||
|
|
41805fcb0b | ||
|
|
0e9939f70d | ||
|
|
f28a7ddeec | ||
|
|
3e574e723c | ||
|
|
a73ca721f3 | ||
|
|
393d74b7d9 | ||
|
|
51d6e9976c | ||
|
|
24cecb1e57 | ||
|
|
d4938c57e8 | ||
|
|
1526f98f53 | ||
|
|
244ebc2186 | ||
|
|
486a7acff2 | ||
|
|
f0b8bc5438 | ||
|
|
806f45c77f | ||
|
|
259bcd04c9 | ||
|
|
0d040dcfd0 | ||
|
|
13af960de1 | ||
|
|
d21fd5798c | ||
|
|
1c348f3621 | ||
|
|
0c02680b70 | ||
|
|
b86b8aacea | ||
|
|
3aa6dc223a | ||
|
|
c664a6eaed | ||
|
|
d18e436de1 | ||
|
|
9ff06a2f1b | ||
|
|
57e36ab5c1 | ||
|
|
8d934bde00 | ||
|
|
d1a7699256 | ||
|
|
e08d0ad8f3 | ||
|
|
4a14c5ccaa | ||
|
|
4bbe2fa150 | ||
|
|
938eac53b1 | ||
|
|
ab004b91f0 | ||
|
|
b637e0d7d7 | ||
|
|
9fda407441 | ||
|
|
44f7c13a77 | ||
|
|
ecff6fe0d3 | ||
|
|
3515e331ac | ||
|
|
a921c40306 | ||
|
|
b6e1de5eaf | ||
|
|
bf5780e2f7 | ||
|
|
99e90c02ed | ||
|
|
ac3917fecc | ||
|
|
98b7b347cb | ||
|
|
cdf94ffeca | ||
|
|
37434cf4a4 | ||
|
|
73c97abedd | ||
|
|
762b7e3bc0 | ||
|
|
e4be6dbccd | ||
|
|
96845ba265 | ||
|
|
34171b534b | ||
|
|
c5f3536cbb | ||
|
|
893274074b | ||
|
|
b6c09d42ae | ||
|
|
fe8a2334e6 | ||
|
|
a9e5966145 | ||
|
|
50c2b3921c | ||
|
|
10f8cd1470 | ||
|
|
1a5f868ecd | ||
|
|
969ca16b77 | ||
|
|
4fe0fb0a61 | ||
|
|
462a35ddcd | ||
|
|
00e1895c0f | ||
|
|
75d4c658b9 | ||
|
|
2e54af8f82 | ||
|
|
143c13b175 | ||
|
|
ed8ab35d60 | ||
|
|
97bf79be27 | ||
|
|
1cbf407ce2 | ||
|
|
5b3a597ad7 | ||
|
|
b0fe1c8bfc | ||
|
|
3331a3cc3a | ||
|
|
a00146c6f1 | ||
|
|
e23d21c982 | ||
|
|
90b612bee8 | ||
|
|
49e6081286 | ||
|
|
de4276630b |
3
.editorconfig
Normal file
3
.editorconfig
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[*.{kt,kts}]
|
||||||
|
ktlint_code_style = intellij_idea
|
||||||
|
ktlint_standard_no-wildcard-imports = disabled
|
||||||
49
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
49
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -1,49 +0,0 @@
|
|||||||
name: 🐞 Bug report
|
|
||||||
description: Report a bug or an issue.
|
|
||||||
title: 'bug: '
|
|
||||||
labels: ['Bug report']
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
# ReVanced Library bug report
|
|
||||||
|
|
||||||
Please check for existing bug reports
|
|
||||||
[here](https://github.com/ReVanced/revanced-library/labels/Bug%20report)
|
|
||||||
before creating a new one.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Bug description
|
|
||||||
description: |
|
|
||||||
- Describe your bug in detail
|
|
||||||
- Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...)
|
|
||||||
- Add images and videos if possible
|
|
||||||
- List used patches if applicable
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Error logs
|
|
||||||
description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
|
|
||||||
render: shell
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Solution
|
|
||||||
description: If applicable, add a possible solution to the bug.
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: Add additional context here.
|
|
||||||
- type: checkboxes
|
|
||||||
id: acknowledgements
|
|
||||||
attributes:
|
|
||||||
label: Acknowledgements
|
|
||||||
description: Your issue will be closed if you don't follow the checklist below.
|
|
||||||
options:
|
|
||||||
- label: This request is not a duplicate of an existing issue.
|
|
||||||
required: true
|
|
||||||
- label: I have chosen an appropriate title.
|
|
||||||
required: true
|
|
||||||
- label: All requested information has been provided properly.
|
|
||||||
required: true
|
|
||||||
109
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
109
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
name: 🐞 Bug report
|
||||||
|
description: Report a bug or an issue.
|
||||||
|
title: 'bug: '
|
||||||
|
labels: ['Bug report']
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
<p align="center">
|
||||||
|
<picture>
|
||||||
|
<source
|
||||||
|
width="256px"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
srcset="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-headline/revanced-headline-vertical-dark.svg"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
width="256px"
|
||||||
|
src="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-headline/revanced-headline-vertical-light.svg"
|
||||||
|
>
|
||||||
|
</picture>
|
||||||
|
<br>
|
||||||
|
<a href="https://revanced.app/">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
<img height="24px" src="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
|
||||||
|
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="http://revanced.app/discord">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://reddit.com/r/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://t.me/app_revanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://x.com/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/93124920/270180600-7c1b38bf-889b-4d68-bd5e-b9d86f91421a.png">
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/93124920/270108715-d80743fa-b330-4809-b1e6-79fbdc60d09c.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.youtube.com/@ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Continuing the legacy of Vanced
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# ReVanced Library bug report
|
||||||
|
|
||||||
|
Before creating a new bug report, please keep the following in mind:
|
||||||
|
|
||||||
|
- **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/ReVanced/revanced-library/labels/Bug%20report).
|
||||||
|
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Bug description
|
||||||
|
description: |
|
||||||
|
- Describe your bug in detail
|
||||||
|
- Add steps to reproduce the bug if possible (Step 1. ... Step 2. ...)
|
||||||
|
- Add images and videos if possible
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Error logs
|
||||||
|
description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
|
||||||
|
render: shell
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Solution
|
||||||
|
description: If applicable, add a possible solution to the bug.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add additional context here.
|
||||||
|
- type: checkboxes
|
||||||
|
id: acknowledgements
|
||||||
|
attributes:
|
||||||
|
label: Acknowledgements
|
||||||
|
description: Your bug report will be closed if you don't follow the checklist below.
|
||||||
|
options:
|
||||||
|
- label: This issue is not a duplicate of an existing bug report.
|
||||||
|
required: true
|
||||||
|
- label: I have chosen an appropriate title.
|
||||||
|
required: true
|
||||||
|
- label: All requested information has been provided properly.
|
||||||
|
required: true
|
||||||
|
|
||||||
45
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
45
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,45 +0,0 @@
|
|||||||
name: ⭐ Feature request
|
|
||||||
description: Create a detailed request for a new feature.
|
|
||||||
title: 'feat: '
|
|
||||||
labels: ['Feature request']
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
# ReVanced Library feature request
|
|
||||||
|
|
||||||
Please check for existing feature requests
|
|
||||||
[here](https://github.com/ReVanced/revanced-library/labels/Feature%20request)
|
|
||||||
before creating a new one.
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Feature description
|
|
||||||
description: |
|
|
||||||
- Describe your feature in detail
|
|
||||||
- Add images, videos, links, examples, references, etc. if possible
|
|
||||||
- Add the target application name in case you request a new patch
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Motivation
|
|
||||||
description: |
|
|
||||||
A strong motivation is necessary for a feature request to be considered.
|
|
||||||
|
|
||||||
- Why should this feature be implemented?
|
|
||||||
- What is the explicit use case?
|
|
||||||
- What are the benefits?
|
|
||||||
- What makes this feature important?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: acknowledgements
|
|
||||||
attributes:
|
|
||||||
label: Acknowledgements
|
|
||||||
description: Your issue will be closed if you don't follow the checklist below.
|
|
||||||
options:
|
|
||||||
- label: This request is not a duplicate of an existing issue.
|
|
||||||
required: true
|
|
||||||
- label: I have chosen an appropriate title.
|
|
||||||
required: true
|
|
||||||
- label: All requested information has been provided properly.
|
|
||||||
required: true
|
|
||||||
106
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
106
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
name: ⭐ Feature request
|
||||||
|
description: Create a detailed request for a new feature.
|
||||||
|
title: 'feat: '
|
||||||
|
labels: ['Feature request']
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
<p align="center">
|
||||||
|
<picture>
|
||||||
|
<source
|
||||||
|
width="256px"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
srcset="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-headline/revanced-headline-vertical-dark.svg"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
width="256px"
|
||||||
|
src="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-headline/revanced-headline-vertical-light.svg"
|
||||||
|
>
|
||||||
|
</picture>
|
||||||
|
<br>
|
||||||
|
<a href="https://revanced.app/">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
<img height="24px" src="https://raw.githubusercontent.com/revanced/revanced-library/main/assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
|
||||||
|
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="http://revanced.app/discord">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://reddit.com/r/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://t.me/app_revanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://x.com/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/93124920/270180600-7c1b38bf-889b-4d68-bd5e-b9d86f91421a.png">
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/93124920/270108715-d80743fa-b330-4809-b1e6-79fbdc60d09c.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.youtube.com/@ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Continuing the legacy of Vanced
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# ReVanced Library feature request
|
||||||
|
|
||||||
|
Before creating a new feature request, please keep the following in mind:
|
||||||
|
|
||||||
|
- **Do not submit a duplicate feature request**: You can review existing feature requests [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request).
|
||||||
|
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
|
||||||
|
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Feature description
|
||||||
|
description: |
|
||||||
|
- Describe your feature in detail
|
||||||
|
- Add images, videos, links, examples, references, etc. if possible
|
||||||
|
- Add the target application name in case you request a new patch
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Motivation
|
||||||
|
description: |
|
||||||
|
A strong motivation is necessary for a feature request to be considered.
|
||||||
|
|
||||||
|
- Why should this feature be implemented?
|
||||||
|
- What is the explicit use case?
|
||||||
|
- What are the benefits?
|
||||||
|
- What makes this feature important?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: acknowledgements
|
||||||
|
attributes:
|
||||||
|
label: Acknowledgements
|
||||||
|
description: Your feature request will be closed if you don't follow the checklist below.
|
||||||
|
options:
|
||||||
|
- label: This issue is not a duplicate of an existing feature request.
|
||||||
|
required: true
|
||||||
|
- label: I have chosen an appropriate title.
|
||||||
|
required: true
|
||||||
|
- label: All requested information has been provided properly.
|
||||||
|
required: true
|
||||||
2
.github/config.yml
vendored
2
.github/config.yml
vendored
@@ -1,2 +1,2 @@
|
|||||||
firstPRMergeComment: >
|
firstPRMergeComment: >
|
||||||
Thank you for contributing to ReVanced. Join us on [Discord](https://revanced.app/discord) if you want to receive a contributor role.
|
Thank you for contributing to ReVanced. Join us on [Discord](https://revanced.app/discord) to receive a role for your contribution.
|
||||||
|
|||||||
22
.github/dependabot.yml
vendored
Normal file
22
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
labels: []
|
||||||
|
directory: /
|
||||||
|
target-branch: dev
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
labels: []
|
||||||
|
directory: /
|
||||||
|
target-branch: dev
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
|
||||||
|
- package-ecosystem: gradle
|
||||||
|
labels: []
|
||||||
|
directory: /
|
||||||
|
target-branch: dev
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
25
.github/workflows/build_pull_request.yml
vendored
Normal file
25
.github/workflows/build_pull_request.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
name: Build pull request
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
name: Build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Cache Gradle
|
||||||
|
uses: burrunan/gradle-cache-action@v1
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: ./gradlew build --no-daemon
|
||||||
@@ -16,6 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Open pull request
|
- name: Open pull request
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
with:
|
with:
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Publish ReVanced Library
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -6,10 +6,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@@ -23,23 +19,31 @@ jobs:
|
|||||||
# https://github.com/cycjimmy/semantic-release-action#private-packages
|
# https://github.com/cycjimmy/semantic-release-action#private-packages
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Cache
|
|
||||||
uses: actions/cache@v3
|
- name: Cache Gradle
|
||||||
with:
|
uses: burrunan/gradle-cache-action@v1
|
||||||
path: |
|
|
||||||
${{ runner.home }}/.gradle/caches
|
|
||||||
${{ runner.home }}/.gradle/wrapper
|
|
||||||
.gradle
|
|
||||||
build
|
|
||||||
node_modules
|
|
||||||
key: ${{ runner.os }}-gradle-npm-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'package-lock.json') }}
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Cleaning is necessary to avoid uploading two identical artifacts with different versions
|
run: ./gradlew build clean
|
||||||
run: ./gradlew clean --no-daemon
|
|
||||||
- name: Setup semantic-release
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "lts/*"
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
- name: Import GPG key
|
||||||
|
uses: crazy-max/ghaction-import-gpg@v6
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
fingerprint: ${{ env.GPG_FINGERPRINT }}
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
|
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
|
||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
name: Dispatch event to documentation repository
|
name: Dispatch event to documentation repository
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: peter-evans/repository-dispatch@v2
|
- uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DOCUMENTATION_REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.DOCUMENTATION_REPO_ACCESS_TOKEN }}
|
||||||
repository: revanced/revanced-documentation
|
repository: revanced/revanced-documentation
|
||||||
@@ -32,6 +32,12 @@
|
|||||||
backmergeBranches: [{"from": "main", "to": "dev"}],
|
backmergeBranches: [{"from": "main", "to": "dev"}],
|
||||||
clearWorkspace: true
|
clearWorkspace: true
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"@semantic-release/github",
|
||||||
|
{
|
||||||
|
successComment: false
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
227
CHANGELOG.md
227
CHANGELOG.md
@@ -1,3 +1,230 @@
|
|||||||
|
# [2.3.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.2.2-dev.1...v2.3.0-dev.1) (2024-03-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add utility function around key certificate pairs ([2df3484](https://github.com/ReVanced/revanced-library/commit/2df3484b68ed72338a52e76fb4b7ceb9c9c644ed))
|
||||||
|
|
||||||
|
## [2.2.2-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.2.1...v2.2.2-dev.1) (2024-03-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Support mounting even when Magisk is not installed ([2a30845](https://github.com/ReVanced/revanced-library/commit/2a30845f61d5f77ded7a72ee3d6ab55b4c512d52))
|
||||||
|
|
||||||
|
## [2.2.1](https://github.com/ReVanced/revanced-library/compare/v2.2.0...v2.2.1) (2024-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Do not specify a provider to automatically select an available one ([249372c](https://github.com/ReVanced/revanced-library/commit/249372c31f7e7975fc9eacb5361bd07dbc5dfb92))
|
||||||
|
|
||||||
|
## [2.2.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.2.0...v2.2.1-dev.1) (2024-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Do not specify a provider to automatically select an available one ([249372c](https://github.com/ReVanced/revanced-library/commit/249372c31f7e7975fc9eacb5361bd07dbc5dfb92))
|
||||||
|
|
||||||
|
# [2.2.0](https://github.com/ReVanced/revanced-library/compare/v2.1.0...v2.2.0) (2024-03-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Make property private ([51109c4](https://github.com/ReVanced/revanced-library/commit/51109c476837828535dcd395a5222d2fcf7fc22c))
|
||||||
|
* Sign APKs using `apksig` ([f59ecbc](https://github.com/ReVanced/revanced-library/commit/f59ecbccd14a08d87d4f18c3c0cc47a884088b99))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Increase default expiration date of certificate ([f2bd3f5](https://github.com/ReVanced/revanced-library/commit/f2bd3f5eeee14ca32094be0d41c32b231a16bcc3))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/51109c476837828535dcd395a5222d2fcf7fc22c))
|
||||||
|
* Sign APKs using `apksig` ([f59ecbc](https://github.com/ReVanced/revanced-library/commit/f59ecbccd14a08d87d4f18c3c0cc47a884088b99))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Increase default expiration date of certificate ([f2bd3f5](https://github.com/ReVanced/revanced-library/commit/f2bd3f5eeee14ca32094be0d41c32b231a16bcc3))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/41805fcb0bdc778fe0870427a0a1caa6d4369cee))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Mention APK file name when logging aligning ([244ebc2](https://github.com/ReVanced/revanced-library/commit/244ebc21868c07d1852857f6858c1a53a5561155))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/41805fcb0bdc778fe0870427a0a1caa6d4369cee))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/244ebc21868c07d1852857f6858c1a53a5561155))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/57e36ab5c15a5fa7c50fb689ee43ad4eb9a4a515))
|
||||||
|
* Use the JVM name instead of the value from `KClass#toString` ([d18e436](https://github.com/ReVanced/revanced-library/commit/d18e436de1df14452ecaa7d827be5e6596ba8a2d))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Use `apkzlib` instead of own implementations and bump ReVanced Patcher ([3aa6dc2](https://github.com/ReVanced/revanced-library/commit/3aa6dc223a9a1a2f735eda407917548ecbd366aa))
|
||||||
|
|
||||||
|
|
||||||
|
### 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`
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/3aa6dc223a9a1a2f735eda407917548ecbd366aa))
|
||||||
|
|
||||||
|
|
||||||
|
### 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`
|
||||||
|
|
||||||
|
## [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](https://github.com/ReVanced/revanced-library/commit/d18e436de1df14452ecaa7d827be5e6596ba8a2d))
|
||||||
|
|
||||||
|
## [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](https://github.com/ReVanced/revanced-library/commit/57e36ab5c15a5fa7c50fb689ee43ad4eb9a4a515))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/ecff6fe0d3889d729a0badcfa28b89610bd27d48))
|
||||||
|
* Improve mount reliability by unmounting existing mounts and killing running apps ([9fda407](https://github.com/ReVanced/revanced-library/commit/9fda40744173669c84b0c2599ae5ac5d39591798))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/9fda40744173669c84b0c2599ae5ac5d39591798))
|
||||||
|
|
||||||
|
# [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](https://github.com/ReVanced/revanced-library/commit/ecff6fe0d3889d729a0badcfa28b89610bd27d48))
|
||||||
|
|
||||||
|
# [1.4.0](https://github.com/ReVanced/revanced-library/compare/v1.3.0...v1.4.0) (2023-11-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Differentiate no package compatibility to any version compatibility ([762b7e3](https://github.com/ReVanced/revanced-library/commit/762b7e3bc01e2ca33dfcdbb1b5028d60ef6e0a48))
|
||||||
|
* Sort the version maps by the most common version ([e4be6db](https://github.com/ReVanced/revanced-library/commit/e4be6dbccd86700ffafe7cd8395e845bbd3d5138))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add `PatchUtils#getMostCommonCompatibleVersions` utility function ([c5f3536](https://github.com/ReVanced/revanced-library/commit/c5f3536cbb6997766076595dc0b2b5d2e861ca73))
|
||||||
|
* Allow getting most common compatible versions for all packages ([96845ba](https://github.com/ReVanced/revanced-library/commit/96845ba265e6dc208c7ac96f5e58734209cd1720))
|
||||||
|
|
||||||
|
# [1.4.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v1.4.0-dev.1...v1.4.0-dev.2) (2023-11-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Differentiate no package compatibility to any version compatibility ([762b7e3](https://github.com/ReVanced/revanced-library/commit/762b7e3bc01e2ca33dfcdbb1b5028d60ef6e0a48))
|
||||||
|
* Sort the version maps by the most common version ([e4be6db](https://github.com/ReVanced/revanced-library/commit/e4be6dbccd86700ffafe7cd8395e845bbd3d5138))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Allow getting most common compatible versions for all packages ([96845ba](https://github.com/ReVanced/revanced-library/commit/96845ba265e6dc208c7ac96f5e58734209cd1720))
|
||||||
|
|
||||||
|
# [1.4.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.3.0...v1.4.0-dev.1) (2023-11-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add `PatchUtils#getMostCommonCompatibleVersions` utility function ([c5f3536](https://github.com/ReVanced/revanced-library/commit/c5f3536cbb6997766076595dc0b2b5d2e861ca73))
|
||||||
|
|
||||||
|
# [1.3.0](https://github.com/ReVanced/revanced-library/compare/v1.2.0...v1.3.0) (2023-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add missing log when calling `UserAdbManager#install` ([90b612b](https://github.com/ReVanced/revanced-library/commit/90b612bee8591c01b8befabde4147c7de7a2a09f))
|
||||||
|
* Delete mount script ([4fe0fb0](https://github.com/ReVanced/revanced-library/commit/4fe0fb0a617082b24199331671193e4fa7f485e2))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Increase certainty of the possibility to mount ([10f8cd1](https://github.com/ReVanced/revanced-library/commit/10f8cd1470fd29cfefe53bf00a4a014f71a3f706))
|
||||||
|
* Select first Adb device, if none supplied automatically ([1a5f868](https://github.com/ReVanced/revanced-library/commit/1a5f868ecd0d278d574c12664ee95139c2423c17))
|
||||||
|
|
||||||
|
# [1.3.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.2.1-dev.1...v1.3.0-dev.1) (2023-11-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Delete mount script ([4fe0fb0](https://github.com/ReVanced/revanced-library/commit/4fe0fb0a617082b24199331671193e4fa7f485e2))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Increase certainty of the possibility to mount ([10f8cd1](https://github.com/ReVanced/revanced-library/commit/10f8cd1470fd29cfefe53bf00a4a014f71a3f706))
|
||||||
|
* Select first Adb device, if none supplied automatically ([1a5f868](https://github.com/ReVanced/revanced-library/commit/1a5f868ecd0d278d574c12664ee95139c2423c17))
|
||||||
|
|
||||||
|
## [1.2.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.2.0...v1.2.1-dev.1) (2023-11-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add missing log when calling `UserAdbManager#install` ([90b612b](https://github.com/ReVanced/revanced-library/commit/90b612bee8591c01b8befabde4147c7de7a2a09f))
|
||||||
|
|
||||||
|
# [1.2.0](https://github.com/ReVanced/revanced-library/compare/v1.1.5...v1.2.0) (2023-11-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Catch exceptions when serializing invalid patch options ([cd73bd3](https://github.com/ReVanced/revanced-library/commit/cd73bd39ce7be5963a3c84ec43409b87c327579b))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Log warnings when compiling resources ([1dc8e2e](https://github.com/ReVanced/revanced-library/commit/1dc8e2e2eb76bcade9167be0c4b4a628ff114f63))
|
||||||
|
* Use better log messages when handling exceptions ([5896968](https://github.com/ReVanced/revanced-library/commit/58969683582e70f36d6ed169b41c37928a2cf602))
|
||||||
|
|
||||||
# [1.2.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2023-11-03)
|
# [1.2.0-dev.2](https://github.com/ReVanced/revanced-library/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2023-11-03)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,34 +6,53 @@
|
|||||||
srcset="assets/revanced-headline/revanced-headline-vertical-dark.svg"
|
srcset="assets/revanced-headline/revanced-headline-vertical-dark.svg"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
width="256px"
|
||||||
src="assets/revanced-headline/revanced-headline-vertical-light.svg"
|
src="assets/revanced-headline/revanced-headline-vertical-light.svg"
|
||||||
>
|
>
|
||||||
</picture>
|
</picture>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://revanced.app/">
|
<a href="https://revanced.app/">
|
||||||
<img height="24px" src="assets/revanced-logo/revanced-logo-round.svg" />
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/revanced">
|
<a href="https://github.com/ReVanced">
|
||||||
<picture>
|
<picture>
|
||||||
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
|
||||||
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
|
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="http://revanced.app/discord">
|
<a href="http://revanced.app/discord">
|
||||||
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://reddit.com/r/revancedapp">
|
<a href="https://reddit.com/r/revancedapp">
|
||||||
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://t.me/app_revanced">
|
<a href="https://t.me/app_revanced">
|
||||||
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://twitter.com/revancedapp">
|
<a href="https://x.com/revancedapp">
|
||||||
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032018-6da37214-7474-4641-a1da-7af7db3a31cd.png" />
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/93124920/270180600-7c1b38bf-889b-4d68-bd5e-b9d86f91421a.png">
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/93124920/270108715-d80743fa-b330-4809-b1e6-79fbdc60d09c.png" />
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.youtube.com/@ReVanced">
|
<a href="https://www.youtube.com/@ReVanced">
|
||||||
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
<picture>
|
||||||
</a>
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Continuing the legacy of Vanced
|
Continuing the legacy of Vanced
|
||||||
@@ -46,22 +65,23 @@ This document describes how to contribute to ReVanced Library.
|
|||||||
## 📖 Resources to help you get started
|
## 📖 Resources to help you get started
|
||||||
|
|
||||||
<!-- * The [documentation](/docs) explains how to use ReVanced Library -->
|
<!-- * The [documentation](/docs) explains how to use ReVanced Library -->
|
||||||
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
|
|
||||||
* [Issues](https://github.com/ReVanced/revanced-cli/issues) are where we keep track of bugs and feature requests
|
- [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
|
||||||
|
- [Issues](https://github.com/ReVanced/revanced-cli/issues) are where we keep track of bugs and feature requests
|
||||||
|
|
||||||
## 🙏 Submitting a feature request
|
## 🙏 Submitting a feature request
|
||||||
|
|
||||||
Features can be requested by opening an issue using the
|
Features can be requested by opening an issue using the
|
||||||
[Feature request issue template](https://github.com/ReVanced/revanced-cli/issues/new?assignees=&labels=Feature+request&projects=&template=feature-request.yml&title=feat%3A+).
|
[Feature request issue template](https://github.com/ReVanced/revanced-cli/issues/new?assignees=&labels=Feature+request&projects=&template=feature_request.yml&title=feat%3A+).
|
||||||
|
|
||||||
> **Note**
|
> [!NOTE]
|
||||||
> Requests can be accepted or rejected at the discretion of maintainers of ReVanced Library.
|
> Requests can be accepted or rejected at the discretion of maintainers of ReVanced Library.
|
||||||
> Good motivation has to be provided for a request to be accepted.
|
> Good motivation has to be provided for a request to be accepted.
|
||||||
|
|
||||||
## 🐞 Submitting a bug report
|
## 🐞 Submitting a bug report
|
||||||
|
|
||||||
If you encounter a bug while using ReVanced Library, open an issue using the
|
If you encounter a bug while using ReVanced Library, open an issue using the
|
||||||
[Bug report issue template](https://github.com/ReVanced/revanced-cli/issues/new?assignees=&labels=Bug+report&projects=&template=bug-report.yml&title=bug%3A+).
|
[Bug report issue template](https://github.com/ReVanced/revanced-cli/issues/new?assignees=&labels=Bug+report&projects=&template=bug_report.yml&title=bug%3A+).
|
||||||
|
|
||||||
## 📝 How to contribute
|
## 📝 How to contribute
|
||||||
|
|
||||||
@@ -69,11 +89,11 @@ If you encounter a bug while using ReVanced Library, open an issue using the
|
|||||||
with the maintainers of ReVanced Library. This will help you determine whether your change is acceptable
|
with the maintainers of ReVanced Library. This will help you determine whether your change is acceptable
|
||||||
and whether it is worth your time to implement it
|
and whether it is worth your time to implement it
|
||||||
2. Development happens on the `dev` branch. Fork the repository and create your branch from `dev`
|
2. Development happens on the `dev` branch. Fork the repository and create your branch from `dev`
|
||||||
3. Commit your changes.
|
3. Commit your changes
|
||||||
4. Submit a pull request to the `dev` branch of the repository and reference issues
|
4. Submit a pull request to the `dev` branch of the repository and reference issues
|
||||||
that your pull request closes in the description of your pull request
|
that your pull request closes in the description of your pull request
|
||||||
5. Our team will review your pull request and provide feedback. Once your pull request is approved,
|
5. Our team will review your pull request and provide feedback. Once your pull request is approved,
|
||||||
it will be merged into the `dev` branch and will be included in the next release of ReVanced Library
|
it will be merged into the `dev` branch and will be included in the next release of ReVanced Library
|
||||||
|
|
||||||
❤️ Thank you for considering contributing to ReVanced Library,
|
❤️ Thank you for considering contributing to ReVanced Library,
|
||||||
ReVanced
|
ReVanced
|
||||||
|
|||||||
117
README.md
Normal file
117
README.md
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
<p align="center">
|
||||||
|
<picture>
|
||||||
|
<source
|
||||||
|
width="256px"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
srcset="assets/revanced-headline/revanced-headline-vertical-dark.svg"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
width="256px"
|
||||||
|
src="assets/revanced-headline/revanced-headline-vertical-light.svg"
|
||||||
|
>
|
||||||
|
</picture>
|
||||||
|
<br>
|
||||||
|
<a href="https://revanced.app/">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
<img height="24px" src="assets/revanced-logo/revanced-logo.svg" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://i.ibb.co/dMMmCrW/Git-Hub-Mark.png" />
|
||||||
|
<img height="24px" src="https://i.ibb.co/9wV3HGF/Git-Hub-Mark-Light.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="http://revanced.app/discord">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032563-d4e084b7-244e-4358-af50-26bde6dd4996.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://reddit.com/r/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032351-9d9d5619-8ef7-470a-9eec-2744ece54553.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://t.me/app_revanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032213-faf25ab8-0bc3-4a94-a730-b524c96df124.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://x.com/revancedapp">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/93124920/270180600-7c1b38bf-889b-4d68-bd5e-b9d86f91421a.png">
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/93124920/270108715-d80743fa-b330-4809-b1e6-79fbdc60d09c.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<a href="https://www.youtube.com/@ReVanced">
|
||||||
|
<picture>
|
||||||
|
<source height="24px" media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
<img height="24px" src="https://user-images.githubusercontent.com/13122796/178032714-c51c7492-0666-44ac-99c2-f003a695ab50.png" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Continuing the legacy of Vanced
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# 📚 ReVanced Library
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
Library containing common utilities for ReVanced.
|
||||||
|
|
||||||
|
## ❓ About
|
||||||
|
|
||||||
|
ReVanced Library powers projects such as [ReVanced Manager](https://github.com/ReVanced/revanced-manager),
|
||||||
|
[ReVanced CLI](https://github.com/ReVanced/revanced-cli) with common utilities and functionalities
|
||||||
|
by providing shared code.
|
||||||
|
|
||||||
|
## 💪 Features
|
||||||
|
|
||||||
|
Some of the features the ReVanced Library provides are:
|
||||||
|
|
||||||
|
- 📝 **Signing APKs**: Read and write keystores, and sign APK files
|
||||||
|
- 🧩 **Common utility functions**: Various APIs for ReVanced patches such as JSON serialization,
|
||||||
|
reading and setting patch options, calculating the most common compatible version for a set of patches and more
|
||||||
|
- 💾 **Install and uninstall APKs**: Install and uninstall APK files via ADB or locally,
|
||||||
|
the Android package manager, or by mounting using root permissions
|
||||||
|
- 📦 **Repackage patched files to an APK**: Apply patched files from
|
||||||
|
[ReVanced Patcher](https://github.com/revanced/revanced-patcher) to an APK file, and align & sign the APK file automatically
|
||||||
|
|
||||||
|
## 🚀 How to get started
|
||||||
|
|
||||||
|
To use ReVanced Library in your project, follow these steps:
|
||||||
|
|
||||||
|
1. [Add the repository](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package)
|
||||||
|
to your project
|
||||||
|
2. Add the dependency to your project:
|
||||||
|
|
||||||
|
```kt
|
||||||
|
dependencies {
|
||||||
|
implementation("app.revanced:revanced-library:{$version}")
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📚 Everything else
|
||||||
|
|
||||||
|
### 📙 Contributing
|
||||||
|
|
||||||
|
Thank you for considering contributing to ReVanced Library.
|
||||||
|
You can find the contribution guidelines [here](CONTRIBUTING.md).
|
||||||
|
|
||||||
|
### 🛠️ Building
|
||||||
|
|
||||||
|
To build ReVanced Library,
|
||||||
|
you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced-documentation).
|
||||||
|
|
||||||
|
## 📜 Licence
|
||||||
|
|
||||||
|
ReVanced Library is licensed under the GPLv3 license. Please see the [licence file](LICENSE) for more information.
|
||||||
|
[tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute and modify ReVanced Library as long as you track changes/dates in source files.
|
||||||
|
Any modifications to ReVanced Library must also be made available under the GPL,
|
||||||
|
along with build & install instructions.
|
||||||
@@ -1,19 +1,19 @@
|
|||||||
public final class app/revanced/library/ApkSigner {
|
public final class app/revanced/library/ApkSigner {
|
||||||
public static final field INSTANCE Lapp/revanced/library/ApkSigner;
|
public static final field INSTANCE Lapp/revanced/library/ApkSigner;
|
||||||
public final fun newApkSignerBuilder (Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;Ljava/lang/String;Ljava/lang/String;)Lcom/android/apksig/ApkSigner$Builder;
|
public final fun newApkSigner (Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;)Lapp/revanced/library/ApkSigner$Signer;
|
||||||
public final fun newApkSignerBuilder (Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/android/apksig/ApkSigner$Builder;
|
public final fun newApkSigner (Ljava/lang/String;Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;)Lapp/revanced/library/ApkSigner$Signer;
|
||||||
public final fun newKeyStore (Ljava/io/OutputStream;Ljava/lang/String;Ljava/util/List;)V
|
public final fun newApkSigner (Ljava/lang/String;Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/library/ApkSigner$Signer;
|
||||||
public final fun newKeyStore (Ljava/util/List;)Ljava/security/KeyStore;
|
public final fun newApkSigner (Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/library/ApkSigner$Signer;
|
||||||
|
public final fun newKeyStore (Ljava/io/OutputStream;Ljava/lang/String;Ljava/util/Set;)V
|
||||||
|
public final fun newKeyStore (Ljava/util/Set;)Ljava/security/KeyStore;
|
||||||
public final fun newPrivateKeyCertificatePair (Ljava/lang/String;Ljava/util/Date;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
public final fun newPrivateKeyCertificatePair (Ljava/lang/String;Ljava/util/Date;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
public static synthetic fun newPrivateKeyCertificatePair$default (Lapp/revanced/library/ApkSigner;Ljava/lang/String;Ljava/util/Date;ILjava/lang/Object;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
|
||||||
public final fun readKeyCertificatePair (Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
public final fun readKeyCertificatePair (Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
public final fun readKeyStore (Ljava/io/InputStream;Ljava/lang/String;)Ljava/security/KeyStore;
|
public final fun readKeyStore (Ljava/io/InputStream;Ljava/lang/String;)Ljava/security/KeyStore;
|
||||||
public final fun signApk (Lcom/android/apksig/ApkSigner$Builder;Ljava/io/File;Ljava/io/File;)V
|
public final fun readPrivateKeyCertificatePair (Ljava/security/KeyStore;Ljava/lang/String;Ljava/lang/String;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/ApkSigner$KeyStoreEntry {
|
public final class app/revanced/library/ApkSigner$KeyStoreEntry {
|
||||||
public fun <init> (Ljava/lang/String;Ljava/lang/String;Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;)V
|
public fun <init> (Ljava/lang/String;Ljava/lang/String;Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;)V
|
||||||
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/String;Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
||||||
public final fun getAlias ()Ljava/lang/String;
|
public final fun getAlias ()Ljava/lang/String;
|
||||||
public final fun getPassword ()Ljava/lang/String;
|
public final fun getPassword ()Ljava/lang/String;
|
||||||
public final fun getPrivateKeyCertificatePair ()Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
public final fun getPrivateKeyCertificatePair ()Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
@@ -25,10 +25,37 @@ public final class app/revanced/library/ApkSigner$PrivateKeyCertificatePair {
|
|||||||
public final fun getPrivateKey ()Ljava/security/PrivateKey;
|
public final fun getPrivateKey ()Ljava/security/PrivateKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/ApkSigner$Signer {
|
||||||
|
public final fun signApk (Lcom/android/tools/build/apkzlib/zip/ZFile;)V
|
||||||
|
public final fun signApk (Ljava/io/File;)V
|
||||||
|
public final fun signApk (Ljava/io/File;Ljava/io/File;)V
|
||||||
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/ApkUtils {
|
public final class app/revanced/library/ApkUtils {
|
||||||
public static final field INSTANCE Lapp/revanced/library/ApkUtils;
|
public static final field INSTANCE Lapp/revanced/library/ApkUtils;
|
||||||
public final fun copyAligned (Ljava/io/File;Ljava/io/File;Lapp/revanced/patcher/PatcherResult;)V
|
public final fun applyTo (Lapp/revanced/patcher/PatcherResult;Ljava/io/File;)V
|
||||||
|
public final fun newPrivateKeyCertificatePair (Lapp/revanced/library/ApkUtils$PrivateKeyCertificatePairDetails;Lapp/revanced/library/ApkUtils$KeyStoreDetails;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
|
public final fun readPrivateKeyCertificatePairFromKeyStore (Lapp/revanced/library/ApkUtils$KeyStoreDetails;)Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;
|
||||||
|
public final fun sign (Ljava/io/File;Lapp/revanced/library/ApkUtils$SigningOptions;)V
|
||||||
public final fun sign (Ljava/io/File;Ljava/io/File;Lapp/revanced/library/ApkUtils$SigningOptions;)V
|
public final fun sign (Ljava/io/File;Ljava/io/File;Lapp/revanced/library/ApkUtils$SigningOptions;)V
|
||||||
|
public final fun sign (Ljava/io/File;Ljava/io/File;Ljava/lang/String;Lapp/revanced/library/ApkSigner$PrivateKeyCertificatePair;)V
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/ApkUtils$KeyStoreDetails {
|
||||||
|
public fun <init> (Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
||||||
|
public synthetic fun <init> (Ljava/io/File;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||||
|
public final fun getAlias ()Ljava/lang/String;
|
||||||
|
public final fun getKeyStore ()Ljava/io/File;
|
||||||
|
public final fun getKeyStorePassword ()Ljava/lang/String;
|
||||||
|
public final fun getPassword ()Ljava/lang/String;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/ApkUtils$PrivateKeyCertificatePairDetails {
|
||||||
|
public fun <init> ()V
|
||||||
|
public fun <init> (Ljava/lang/String;Ljava/util/Date;)V
|
||||||
|
public synthetic fun <init> (Ljava/lang/String;Ljava/util/Date;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||||
|
public final fun getCommonName ()Ljava/lang/String;
|
||||||
|
public final fun getValidUntil ()Ljava/util/Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/ApkUtils$SigningOptions {
|
public final class app/revanced/library/ApkUtils$SigningOptions {
|
||||||
@@ -62,7 +89,49 @@ public final class app/revanced/library/Options$Patch$Option {
|
|||||||
|
|
||||||
public final class app/revanced/library/PatchUtils {
|
public final class app/revanced/library/PatchUtils {
|
||||||
public static final field INSTANCE Lapp/revanced/library/PatchUtils;
|
public static final field INSTANCE Lapp/revanced/library/PatchUtils;
|
||||||
public final fun getMostCommonCompatibleVersion (Ljava/util/Set;Ljava/lang/String;)Ljava/lang/String;
|
public final fun getMostCommonCompatibleVersions (Ljava/util/Set;Ljava/util/Set;Z)Ljava/util/Map;
|
||||||
|
public static synthetic fun getMostCommonCompatibleVersions$default (Lapp/revanced/library/PatchUtils;Ljava/util/Set;Ljava/util/Set;ZILjava/lang/Object;)Ljava/util/Map;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/PatchUtils$Json {
|
||||||
|
public static final field INSTANCE Lapp/revanced/library/PatchUtils$Json;
|
||||||
|
public final fun deserialize (Ljava/io/InputStream;Ljava/lang/Class;)Ljava/util/Set;
|
||||||
|
public final fun serialize (Ljava/util/Set;Lkotlin/jvm/functions/Function1;ZLjava/io/OutputStream;)V
|
||||||
|
public static synthetic fun serialize$default (Lapp/revanced/library/PatchUtils$Json;Ljava/util/Set;Lkotlin/jvm/functions/Function1;ZLjava/io/OutputStream;ILjava/lang/Object;)V
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/PatchUtils$Json$FullJsonPatch : app/revanced/library/PatchUtils$Json$JsonPatch {
|
||||||
|
public static final field Companion Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$Companion;
|
||||||
|
public final fun getCompatiblePackages ()Ljava/util/Set;
|
||||||
|
public final fun getDependencies ()Ljava/util/Set;
|
||||||
|
public final fun getDescription ()Ljava/lang/String;
|
||||||
|
public final fun getName ()Ljava/lang/String;
|
||||||
|
public final fun getOptions ()Ljava/util/Map;
|
||||||
|
public final fun getRequiresIntegrations ()Z
|
||||||
|
public final fun getUse ()Z
|
||||||
|
public final fun setRequiresIntegrations (Z)V
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$Companion {
|
||||||
|
public final fun fromPatch (Lapp/revanced/patcher/patch/Patch;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption {
|
||||||
|
public static final field Companion Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption$Companion;
|
||||||
|
public final fun getDefault ()Ljava/lang/Object;
|
||||||
|
public final fun getDescription ()Ljava/lang/String;
|
||||||
|
public final fun getKey ()Ljava/lang/String;
|
||||||
|
public final fun getRequired ()Z
|
||||||
|
public final fun getTitle ()Ljava/lang/String;
|
||||||
|
public final fun getValueType ()Ljava/lang/String;
|
||||||
|
public final fun getValues ()Ljava/util/Map;
|
||||||
|
}
|
||||||
|
|
||||||
|
public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption$Companion {
|
||||||
|
public final fun fromPatchOption (Lapp/revanced/patcher/patch/options/PatchOption;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption;
|
||||||
|
}
|
||||||
|
|
||||||
|
public abstract interface class app/revanced/library/PatchUtils$Json$JsonPatch {
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract class app/revanced/library/adb/AdbManager {
|
public abstract class app/revanced/library/adb/AdbManager {
|
||||||
@@ -87,6 +156,7 @@ public final class app/revanced/library/adb/AdbManager$Companion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/adb/AdbManager$DeviceNotFoundException : java/lang/Exception {
|
public final class app/revanced/library/adb/AdbManager$DeviceNotFoundException : java/lang/Exception {
|
||||||
|
public fun <init> ()V
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/adb/AdbManager$FailedToFindInstalledPackageException : java/lang/Exception {
|
public final class app/revanced/library/adb/AdbManager$FailedToFindInstalledPackageException : java/lang/Exception {
|
||||||
@@ -118,23 +188,3 @@ public final class app/revanced/library/logging/Logger {
|
|||||||
public static synthetic fun setFormat$default (Lapp/revanced/library/logging/Logger;Ljava/lang/String;ILjava/lang/Object;)V
|
public static synthetic fun setFormat$default (Lapp/revanced/library/logging/Logger;Ljava/lang/String;ILjava/lang/Object;)V
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/library/zip/ZipFile : java/io/Closeable {
|
|
||||||
public static final field ApkZipFile Lapp/revanced/library/zip/ZipFile$ApkZipFile;
|
|
||||||
public fun <init> (Ljava/io/File;)V
|
|
||||||
public final fun addEntryCompressData (Lapp/revanced/library/zip/structures/ZipEntry;[B)V
|
|
||||||
public fun close ()V
|
|
||||||
public final fun copyEntriesFromFileAligned (Lapp/revanced/library/zip/ZipFile;Lkotlin/jvm/functions/Function1;)V
|
|
||||||
}
|
|
||||||
|
|
||||||
public final class app/revanced/library/zip/ZipFile$ApkZipFile {
|
|
||||||
public final fun getApkZipEntryAlignment ()Lkotlin/jvm/functions/Function1;
|
|
||||||
}
|
|
||||||
|
|
||||||
public final class app/revanced/library/zip/structures/ZipEntry {
|
|
||||||
public static final field Companion Lapp/revanced/library/zip/structures/ZipEntry$Companion;
|
|
||||||
public fun <init> (Ljava/lang/String;)V
|
|
||||||
}
|
|
||||||
|
|
||||||
public final class app/revanced/library/zip/structures/ZipEntry$Companion {
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
1
assets/revanced-logo/revanced-logo.svg
Normal file
1
assets/revanced-logo/revanced-logo.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 800 800" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g id="Logo"><g id="Ring"><circle id="Ring-Background" serif:id="Ring Background" cx="400" cy="400" r="400" style="fill:#1b1b1b;"/><path id="Ring1" serif:id="Ring" d="M400,0c220.766,0 400,179.234 400,400c-0,220.766 -179.234,400 -400,400c-220.766,-0 -400,-179.234 -400,-400c0,-220.766 179.234,-400 400,-400Zm-0,36c200.897,-0 364,163.103 364,364c0,200.897 -163.103,364 -364,364c-200.897,0 -364,-163.103 -364,-364c-0,-200.897 163.103,-364 364,-364Z" style="fill:url(#_Linear1);"/></g><g id="Shape"><path id="V-Shape" serif:id="V Shape" d="M538.74,269.872c1.481,-3.382 1.157,-7.283 -0.863,-10.373c-2.021,-3.091 -5.464,-4.954 -9.156,-4.954c-5.148,0 -10.435,0 -14.165,0c-3.1,0 -5.907,1.834 -7.153,4.672c-12.468,28.396 -78.273,178.273 -100.25,228.328c-1.246,2.838 -4.053,4.671 -7.154,4.671c-3.1,0 -5.907,-1.833 -7.153,-4.671c-21.977,-50.055 -87.782,-199.932 -100.25,-228.328c-1.246,-2.838 -4.053,-4.672 -7.153,-4.672c-3.73,0 -9.017,0 -14.164,0c-3.693,0 -7.135,1.863 -9.156,4.954c-2.02,3.09 -2.344,6.991 -0.863,10.373c23.557,53.766 101.872,232.519 117.871,269.034c1.743,3.979 5.674,6.549 10.018,6.549c6.293,-0 15.408,-0 21.701,-0c4.344,-0 8.275,-2.57 10.018,-6.549c15.999,-36.515 94.315,-215.268 117.872,-269.034Z" style="fill:#fff;"/><path id="Diamond" d="M408.119,395.312c-1.675,2.901 -4.77,4.688 -8.119,4.688c-3.349,-0 -6.444,-1.787 -8.119,-4.688c-16.997,-29.44 -56.156,-97.264 -73.153,-126.704c-1.675,-2.901 -1.675,-6.474 0,-9.375c1.675,-2.901 4.77,-4.688 8.119,-4.688c33.995,0 112.311,0 146.306,0c3.349,0 6.444,1.787 8.119,4.688c1.675,2.901 1.675,6.474 -0,9.375c-16.997,29.44 -56.156,97.264 -73.153,126.704Z" style="fill:url(#_Linear2);"/></g></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4.89859e-14,800,-800,4.89859e-14,400.001,3.31681e-10)"><stop offset="0" style="stop-color:#f04e98;stop-opacity:1"/><stop offset="0.5" style="stop-color:#5f65d4;stop-opacity:1"/><stop offset="1" style="stop-color:#4e98f0;stop-opacity:1"/></linearGradient><linearGradient id="_Linear2" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.77155e-14,289.317,-282.535,1.73003e-14,400,254.545)"><stop offset="0" style="stop-color:#f04e98;stop-opacity:1"/><stop offset="0.5" style="stop-color:#5f65d4;stop-opacity:1"/><stop offset="1" style="stop-color:#4e98f0;stop-opacity:1"/></linearGradient></defs></svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -1,7 +1,10 @@
|
|||||||
|
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.9.10"
|
alias(libs.plugins.kotlin)
|
||||||
alias(libs.plugins.binary.compatibility.validator)
|
alias(libs.plugins.binary.compatibility.validator)
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
|
signing
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "app.revanced"
|
group = "app.revanced"
|
||||||
@@ -9,17 +12,26 @@ group = "app.revanced"
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven { url = uri("https://jitpack.io") }
|
|
||||||
google()
|
google()
|
||||||
|
maven {
|
||||||
|
// A repository must be speficied for some reason. "registry" is a dummy.
|
||||||
|
url = uri("https://maven.pkg.github.com/revanced/registry")
|
||||||
|
credentials {
|
||||||
|
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
|
||||||
|
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.revanced.patcher)
|
implementation(libs.revanced.patcher)
|
||||||
implementation(libs.kotlin.reflect)
|
implementation(libs.kotlin.reflect)
|
||||||
implementation(libs.jadb) // Updated fork
|
implementation(libs.jadb) // Fork with Shell v2 support.
|
||||||
implementation(libs.apksig)
|
|
||||||
implementation(libs.bcpkix.jdk18on)
|
|
||||||
implementation(libs.jackson.module.kotlin)
|
implementation(libs.jackson.module.kotlin)
|
||||||
|
implementation(libs.apkzlib)
|
||||||
|
implementation(libs.apksig)
|
||||||
|
implementation(libs.bcpkix.jdk15on)
|
||||||
|
implementation(libs.guava)
|
||||||
|
|
||||||
testImplementation(libs.revanced.patcher)
|
testImplementation(libs.revanced.patcher)
|
||||||
testImplementation(libs.kotlin.test)
|
testImplementation(libs.kotlin.test)
|
||||||
@@ -34,15 +46,30 @@ tasks {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin { jvmToolchain(11) }
|
kotlin {
|
||||||
|
compilerOptions {
|
||||||
|
jvmTarget.set(JvmTarget.JVM_11)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
withSourcesJar()
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
name = "GitHubPackages"
|
||||||
|
url = uri("https://maven.pkg.github.com/revanced/revanced-library")
|
||||||
|
credentials {
|
||||||
|
username = System.getenv("GITHUB_ACTOR")
|
||||||
|
password = System.getenv("GITHUB_TOKEN")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("gpr") {
|
create<MavenPublication>("revanced-library-publication") {
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
|
|
||||||
version = project.version.toString()
|
version = project.version.toString()
|
||||||
@@ -75,4 +102,9 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
signing {
|
||||||
|
useGpgCmd()
|
||||||
|
sign(publishing.publications["revanced-library-publication"])
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 1.2.0-dev.2
|
version = 2.3.0-dev.1
|
||||||
|
|||||||
@@ -1,21 +1,25 @@
|
|||||||
[versions]
|
[versions]
|
||||||
apksig = "8.1.2"
|
jackson-module-kotlin = "2.15.0"
|
||||||
bcpkix-jdk18on = "1.76"
|
|
||||||
jackson-module-kotlin = "2.14.3"
|
|
||||||
jadb = "1.2.1"
|
jadb = "1.2.1"
|
||||||
kotlin-reflect = "1.9.10"
|
kotlin = "1.9.22"
|
||||||
kotlin-test = "1.8.20-RC"
|
revanced-patcher = "19.3.1"
|
||||||
revanced-patcher = "19.0.0"
|
binary-compatibility-validator = "0.14.0"
|
||||||
binary-compatibility-validator = "0.13.2"
|
apkzlib = "8.3.0"
|
||||||
|
bcpkix-jdk15on = "1.70"
|
||||||
|
guava = "33.0.0-jre"
|
||||||
|
apksig = "8.3.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }
|
|
||||||
bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bcpkix-jdk18on" }
|
|
||||||
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson-module-kotlin" }
|
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson-module-kotlin" }
|
||||||
jadb = { module = "app.revanced:jadb", version.ref = "jadb" }
|
jadb = { module = "app.revanced:jadb", version.ref = "jadb" }
|
||||||
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin-reflect" }
|
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
||||||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin-test" }
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
||||||
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
||||||
|
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "apkzlib" }
|
||||||
|
bcpkix-jdk15on = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref = "bcpkix-jdk15on" }
|
||||||
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
||||||
|
apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
|
||||||
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
|
|||||||
7
gradle/wrapper/gradle-wrapper.properties
vendored
7
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||||
networkTimeout=10000
|
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
|
||||||
validateDistributionUrl=true
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dist
|
||||||
5379
package-lock.json
generated
5379
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@saithodev/semantic-release-backmerge": "^3.1.0",
|
"@saithodev/semantic-release-backmerge": "^4.0.1",
|
||||||
"@semantic-release/changelog": "^6.0.2",
|
"@semantic-release/changelog": "^6.0.3",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"gradle-semantic-release-plugin": "^1.7.6",
|
"gradle-semantic-release-plugin": "^1.9.1",
|
||||||
"semantic-release": "^20.1.0"
|
"semantic-release": "^23.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1,7 @@
|
|||||||
rootProject.name = "revanced-library"
|
rootProject.name = "revanced-library"
|
||||||
|
|
||||||
|
buildCache {
|
||||||
|
local {
|
||||||
|
isEnabled = !System.getenv().containsKey("CI")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
package app.revanced.library
|
package app.revanced.library
|
||||||
|
|
||||||
import com.android.apksig.ApkSigner
|
import com.android.apksig.ApkSigner.SignerConfig
|
||||||
|
import com.android.tools.build.apkzlib.sign.SigningExtension
|
||||||
|
import com.android.tools.build.apkzlib.sign.SigningOptions
|
||||||
|
import com.android.tools.build.apkzlib.zip.ZFile
|
||||||
import org.bouncycastle.asn1.x500.X500Name
|
import org.bouncycastle.asn1.x500.X500Name
|
||||||
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
|
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
|
||||||
import org.bouncycastle.cert.X509v3CertificateBuilder
|
import org.bouncycastle.cert.X509v3CertificateBuilder
|
||||||
@@ -16,106 +19,36 @@ import java.security.*
|
|||||||
import java.security.cert.X509Certificate
|
import java.security.cert.X509Certificate
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import java.util.logging.Logger
|
import java.util.logging.Logger
|
||||||
import kotlin.time.Duration.Companion.days
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility class for writing or reading keystore files and entries as well as signing APK files.
|
* Utility class for reading or writing keystore files and entries as well as signing APK files.
|
||||||
*/
|
*/
|
||||||
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
||||||
object ApkSigner {
|
object ApkSigner {
|
||||||
private val logger = Logger.getLogger(app.revanced.library.ApkSigner::class.java.name)
|
private val logger = Logger.getLogger(ApkSigner::class.java.name)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
if (Security.getProvider(BouncyCastleProvider.PROVIDER_NAME) == null)
|
if (Security.getProvider(BouncyCastleProvider.PROVIDER_NAME) == null) {
|
||||||
Security.addProvider(BouncyCastleProvider())
|
Security.addProvider(BouncyCastleProvider())
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new [PrivateKeyCertificatePair].
|
|
||||||
*
|
|
||||||
* @param commonName The common name of the certificate.
|
|
||||||
* @param validUntil The date until the certificate is valid.
|
|
||||||
* @return The created [PrivateKeyCertificatePair].
|
|
||||||
*/
|
|
||||||
fun newPrivateKeyCertificatePair(
|
|
||||||
commonName: String = "ReVanced",
|
|
||||||
validUntil: Date = Date(System.currentTimeMillis() + 356.days.inWholeMilliseconds * 24)
|
|
||||||
): PrivateKeyCertificatePair {
|
|
||||||
logger.fine("Creating certificate for $commonName")
|
|
||||||
|
|
||||||
// Generate a new key pair.
|
|
||||||
val keyPair = KeyPairGenerator.getInstance("RSA").apply {
|
|
||||||
initialize(4096)
|
|
||||||
}.generateKeyPair()
|
|
||||||
|
|
||||||
var serialNumber: BigInteger
|
|
||||||
do serialNumber = BigInteger.valueOf(SecureRandom().nextLong())
|
|
||||||
while (serialNumber < BigInteger.ZERO)
|
|
||||||
|
|
||||||
val name = X500Name("CN=$commonName")
|
|
||||||
|
|
||||||
// Create a new certificate.
|
|
||||||
val certificate = JcaX509CertificateConverter().getCertificate(
|
|
||||||
X509v3CertificateBuilder(
|
|
||||||
name,
|
|
||||||
serialNumber,
|
|
||||||
Date(System.currentTimeMillis()),
|
|
||||||
validUntil,
|
|
||||||
Locale.ENGLISH,
|
|
||||||
name,
|
|
||||||
SubjectPublicKeyInfo.getInstance(keyPair.public.encoded)
|
|
||||||
).build(JcaContentSignerBuilder("SHA256withRSA").build(keyPair.private))
|
|
||||||
)
|
|
||||||
|
|
||||||
return PrivateKeyCertificatePair(keyPair.private, certificate)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Read a [PrivateKeyCertificatePair] from a keystore entry.
|
|
||||||
*
|
|
||||||
* @param keyStore The keystore to read the entry from.
|
|
||||||
* @param keyStoreEntryAlias The alias of the key store entry to read.
|
|
||||||
* @param keyStoreEntryPassword The password for recovering the signing key.
|
|
||||||
* @return The read [PrivateKeyCertificatePair].
|
|
||||||
* @throws IllegalArgumentException If the keystore does not contain the given alias or the password is invalid.
|
|
||||||
*/
|
|
||||||
fun readKeyCertificatePair(
|
|
||||||
keyStore: KeyStore,
|
|
||||||
keyStoreEntryAlias: String,
|
|
||||||
keyStoreEntryPassword: String,
|
|
||||||
): PrivateKeyCertificatePair {
|
|
||||||
logger.fine("Reading key and certificate pair from keystore entry $keyStoreEntryAlias")
|
|
||||||
|
|
||||||
if (!keyStore.containsAlias(keyStoreEntryAlias))
|
|
||||||
throw IllegalArgumentException("Keystore does not contain alias $keyStoreEntryAlias")
|
|
||||||
|
|
||||||
// Read the private key and certificate from the keystore.
|
|
||||||
|
|
||||||
val privateKey = try {
|
|
||||||
keyStore.getKey(keyStoreEntryAlias, keyStoreEntryPassword.toCharArray()) as PrivateKey
|
|
||||||
} catch (exception: UnrecoverableKeyException) {
|
|
||||||
throw IllegalArgumentException("Invalid password for keystore entry $keyStoreEntryAlias")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val certificate = keyStore.getCertificate(keyStoreEntryAlias) as X509Certificate
|
|
||||||
|
|
||||||
return PrivateKeyCertificatePair(privateKey, certificate)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private fun newKeyStoreInstance() = KeyStore.getInstance("BKS", BouncyCastleProvider.PROVIDER_NAME)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new keystore with a new keypair.
|
* Create a new keystore with a new keypair.
|
||||||
*
|
*
|
||||||
* @param entries The entries to add to the keystore.
|
* @param entries The entries to add to the keystore.
|
||||||
|
*
|
||||||
* @return The created keystore.
|
* @return The created keystore.
|
||||||
|
*
|
||||||
* @see KeyStoreEntry
|
* @see KeyStoreEntry
|
||||||
|
* @see KeyStore
|
||||||
*/
|
*/
|
||||||
fun newKeyStore(
|
fun newKeyStore(entries: Set<KeyStoreEntry>): KeyStore {
|
||||||
entries: List<KeyStoreEntry>
|
|
||||||
): KeyStore {
|
|
||||||
logger.fine("Creating keystore")
|
logger.fine("Creating keystore")
|
||||||
|
|
||||||
return KeyStore.getInstance("BKS", BouncyCastleProvider.PROVIDER_NAME).apply {
|
return newKeyStoreInstance().apply {
|
||||||
load(null)
|
load(null)
|
||||||
|
|
||||||
entries.forEach { entry ->
|
entries.forEach { entry ->
|
||||||
@@ -124,12 +57,164 @@ object ApkSigner {
|
|||||||
entry.alias,
|
entry.alias,
|
||||||
entry.privateKeyCertificatePair.privateKey,
|
entry.privateKeyCertificatePair.privateKey,
|
||||||
entry.password.toCharArray(),
|
entry.password.toCharArray(),
|
||||||
arrayOf(entry.privateKeyCertificatePair.certificate)
|
arrayOf(entry.privateKeyCertificatePair.certificate),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read a keystore from the given [keyStoreInputStream].
|
||||||
|
*
|
||||||
|
* @param keyStoreInputStream The stream to read the keystore from.
|
||||||
|
* @param keyStorePassword The password for the keystore.
|
||||||
|
*
|
||||||
|
* @return The keystore.
|
||||||
|
*
|
||||||
|
* @throws IllegalArgumentException If the keystore password is invalid.
|
||||||
|
*
|
||||||
|
* @see KeyStore
|
||||||
|
*/
|
||||||
|
fun readKeyStore(
|
||||||
|
keyStoreInputStream: InputStream,
|
||||||
|
keyStorePassword: String?,
|
||||||
|
): KeyStore {
|
||||||
|
logger.fine("Reading keystore")
|
||||||
|
|
||||||
|
return newKeyStoreInstance().apply {
|
||||||
|
try {
|
||||||
|
load(keyStoreInputStream, keyStorePassword?.toCharArray())
|
||||||
|
} catch (exception: IOException) {
|
||||||
|
if (exception.cause is UnrecoverableKeyException) {
|
||||||
|
throw IllegalArgumentException("Invalid keystore password")
|
||||||
|
} else {
|
||||||
|
throw exception
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a new private key and certificate pair.
|
||||||
|
*
|
||||||
|
* @param commonName The common name of the certificate.
|
||||||
|
* @param validUntil The date until which the certificate is valid.
|
||||||
|
*
|
||||||
|
* @return The newly created private key and certificate pair.
|
||||||
|
*
|
||||||
|
* @see PrivateKeyCertificatePair
|
||||||
|
*/
|
||||||
|
fun newPrivateKeyCertificatePair(
|
||||||
|
commonName: String,
|
||||||
|
validUntil: Date,
|
||||||
|
): PrivateKeyCertificatePair {
|
||||||
|
logger.fine("Creating certificate for $commonName")
|
||||||
|
|
||||||
|
// Generate a new key pair.
|
||||||
|
val keyPair = KeyPairGenerator.getInstance("RSA").apply {
|
||||||
|
initialize(4096)
|
||||||
|
}.generateKeyPair()
|
||||||
|
|
||||||
|
val contentSigner = JcaContentSignerBuilder("SHA256withRSA").build(keyPair.private)
|
||||||
|
|
||||||
|
val name = X500Name("CN=$commonName")
|
||||||
|
val certificateHolder = X509v3CertificateBuilder(
|
||||||
|
name,
|
||||||
|
BigInteger.valueOf(SecureRandom().nextLong()),
|
||||||
|
Date(System.currentTimeMillis()),
|
||||||
|
validUntil,
|
||||||
|
Locale.ENGLISH,
|
||||||
|
name,
|
||||||
|
SubjectPublicKeyInfo.getInstance(keyPair.public.encoded),
|
||||||
|
).build(contentSigner)
|
||||||
|
val certificate = JcaX509CertificateConverter().getCertificate(certificateHolder)
|
||||||
|
|
||||||
|
return PrivateKeyCertificatePair(keyPair.private, certificate)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read a [PrivateKeyCertificatePair] from a keystore entry.
|
||||||
|
*
|
||||||
|
* @param keyStore The keystore to read the entry from.
|
||||||
|
* @param keyStoreEntryAlias The alias of the key store entry to read.
|
||||||
|
* @param keyStoreEntryPassword The password for recovering the signing key.
|
||||||
|
*
|
||||||
|
* @return The read [PrivateKeyCertificatePair].
|
||||||
|
*
|
||||||
|
* @throws IllegalArgumentException If the keystore does not contain the given alias or the password is invalid.
|
||||||
|
*
|
||||||
|
* @see PrivateKeyCertificatePair
|
||||||
|
* @see KeyStore
|
||||||
|
*/
|
||||||
|
fun readPrivateKeyCertificatePair(
|
||||||
|
keyStore: KeyStore,
|
||||||
|
keyStoreEntryAlias: String,
|
||||||
|
keyStoreEntryPassword: String,
|
||||||
|
): PrivateKeyCertificatePair {
|
||||||
|
logger.fine("Reading key and certificate pair from keystore entry $keyStoreEntryAlias")
|
||||||
|
|
||||||
|
if (!keyStore.containsAlias(keyStoreEntryAlias)) {
|
||||||
|
throw IllegalArgumentException("Keystore does not contain alias $keyStoreEntryAlias")
|
||||||
|
}
|
||||||
|
|
||||||
|
// Read the private key and certificate from the keystore.
|
||||||
|
|
||||||
|
val privateKey =
|
||||||
|
try {
|
||||||
|
keyStore.getKey(keyStoreEntryAlias, keyStoreEntryPassword.toCharArray()) as PrivateKey
|
||||||
|
} catch (exception: UnrecoverableKeyException) {
|
||||||
|
throw IllegalArgumentException("Invalid password for keystore entry $keyStoreEntryAlias")
|
||||||
|
}
|
||||||
|
|
||||||
|
val certificate = keyStore.getCertificate(keyStoreEntryAlias) as X509Certificate
|
||||||
|
|
||||||
|
return PrivateKeyCertificatePair(privateKey, certificate)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a new [Signer].
|
||||||
|
*
|
||||||
|
* @param signer The name of the signer.
|
||||||
|
* @param privateKeyCertificatePair The private key and certificate pair to use for signing.
|
||||||
|
*
|
||||||
|
* @return The new [Signer].
|
||||||
|
*
|
||||||
|
* @see PrivateKeyCertificatePair
|
||||||
|
* @see Signer
|
||||||
|
*/
|
||||||
|
fun newApkSigner(
|
||||||
|
signer: String,
|
||||||
|
privateKeyCertificatePair: PrivateKeyCertificatePair,
|
||||||
|
) = Signer(
|
||||||
|
com.android.apksig.ApkSigner.Builder(
|
||||||
|
listOf(
|
||||||
|
SignerConfig.Builder(
|
||||||
|
signer,
|
||||||
|
privateKeyCertificatePair.privateKey,
|
||||||
|
listOf(privateKeyCertificatePair.certificate),
|
||||||
|
).build(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Read a [PrivateKeyCertificatePair] from a keystore entry.
|
||||||
|
*
|
||||||
|
* @param keyStore The keystore to read the entry from.
|
||||||
|
* @param keyStoreEntryAlias The alias of the key store entry to read.
|
||||||
|
* @param keyStoreEntryPassword The password for recovering the signing key.
|
||||||
|
*
|
||||||
|
* @return The read [PrivateKeyCertificatePair].
|
||||||
|
*
|
||||||
|
* @throws IllegalArgumentException If the keystore does not contain the given alias or the password is invalid.
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun readKeyCertificatePair(
|
||||||
|
keyStore: KeyStore,
|
||||||
|
keyStoreEntryAlias: String,
|
||||||
|
keyStoreEntryPassword: String,
|
||||||
|
) = readPrivateKeyCertificatePair(keyStore, keyStoreEntryAlias, keyStoreEntryPassword)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new keystore with a new keypair and saves it to the given [keyStoreOutputStream].
|
* Create a new keystore with a new keypair and saves it to the given [keyStoreOutputStream].
|
||||||
*
|
*
|
||||||
@@ -137,107 +222,79 @@ object ApkSigner {
|
|||||||
* @param keyStorePassword The password for the keystore.
|
* @param keyStorePassword The password for the keystore.
|
||||||
* @param entries The entries to add to the keystore.
|
* @param entries The entries to add to the keystore.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
fun newKeyStore(
|
fun newKeyStore(
|
||||||
keyStoreOutputStream: OutputStream,
|
keyStoreOutputStream: OutputStream,
|
||||||
keyStorePassword: String,
|
keyStorePassword: String?,
|
||||||
entries: List<KeyStoreEntry>
|
entries: Set<KeyStoreEntry>,
|
||||||
) = newKeyStore(entries).store(
|
) = newKeyStore(entries).store(
|
||||||
keyStoreOutputStream,
|
keyStoreOutputStream,
|
||||||
keyStorePassword.toCharArray()
|
keyStorePassword?.toCharArray(),
|
||||||
) // Save the keystore.
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read a keystore from the given [keyStoreInputStream].
|
* Create a new [Signer].
|
||||||
*
|
|
||||||
* @param keyStoreInputStream The stream to read the keystore from.
|
|
||||||
* @param keyStorePassword The password for the keystore.
|
|
||||||
* @return The keystore.
|
|
||||||
* @throws IllegalArgumentException If the keystore password is invalid.
|
|
||||||
*/
|
|
||||||
fun readKeyStore(
|
|
||||||
keyStoreInputStream: InputStream,
|
|
||||||
keyStorePassword: String?
|
|
||||||
): KeyStore {
|
|
||||||
logger.fine("Reading keystore")
|
|
||||||
|
|
||||||
return KeyStore.getInstance("BKS", BouncyCastleProvider.PROVIDER_NAME).apply {
|
|
||||||
try {
|
|
||||||
load(keyStoreInputStream, keyStorePassword?.toCharArray())
|
|
||||||
} catch (exception: IOException) {
|
|
||||||
if (exception.cause is UnrecoverableKeyException)
|
|
||||||
throw IllegalArgumentException("Invalid keystore password")
|
|
||||||
else
|
|
||||||
throw exception
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new [ApkSigner.Builder].
|
|
||||||
*
|
*
|
||||||
* @param privateKeyCertificatePair The private key and certificate pair to use for signing.
|
* @param privateKeyCertificatePair The private key and certificate pair to use for signing.
|
||||||
* @param signer The name of the signer.
|
*
|
||||||
* @param createdBy The value for the `Created-By` attribute in the APK's manifest.
|
* @return The new [Signer].
|
||||||
* @return The created [ApkSigner.Builder] instance.
|
*
|
||||||
|
* @see PrivateKeyCertificatePair
|
||||||
|
* @see Signer
|
||||||
*/
|
*/
|
||||||
fun newApkSignerBuilder(
|
@Deprecated("This method will be removed in the future.")
|
||||||
privateKeyCertificatePair: PrivateKeyCertificatePair,
|
fun newApkSigner(privateKeyCertificatePair: PrivateKeyCertificatePair) =
|
||||||
signer: String,
|
Signer(
|
||||||
createdBy: String
|
SigningExtension(
|
||||||
): ApkSigner.Builder {
|
SigningOptions.builder()
|
||||||
logger.fine(
|
.setMinSdkVersion(21) // TODO: Extracting from the target APK would be ideal.
|
||||||
"Creating new ApkSigner " +
|
.setV1SigningEnabled(true)
|
||||||
"with $signer as signer and " +
|
.setV2SigningEnabled(true)
|
||||||
"$createdBy as Created-By attribute in the APK's manifest"
|
.setCertificates(privateKeyCertificatePair.certificate)
|
||||||
|
.setKey(privateKeyCertificatePair.privateKey)
|
||||||
|
.build(),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
// Create the signer config.
|
/**
|
||||||
val signerConfig = ApkSigner.SignerConfig.Builder(
|
* Create a new [Signer].
|
||||||
signer,
|
*
|
||||||
privateKeyCertificatePair.privateKey,
|
* @param signer The name of the signer.
|
||||||
listOf(privateKeyCertificatePair.certificate)
|
* @param keyStore The keystore to use for signing.
|
||||||
).build()
|
* @param keyStoreEntryAlias The alias of the key store entry to use for signing.
|
||||||
|
* @param keyStoreEntryPassword The password for recovering the signing key.
|
||||||
// Create the signer.
|
*
|
||||||
return ApkSigner.Builder(listOf(signerConfig)).apply {
|
* @return The new [Signer].
|
||||||
setCreatedBy(createdBy)
|
*
|
||||||
}
|
* @see KeyStore
|
||||||
}
|
* @see Signer
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun newApkSigner(
|
||||||
|
signer: String,
|
||||||
|
keyStore: KeyStore,
|
||||||
|
keyStoreEntryAlias: String,
|
||||||
|
keyStoreEntryPassword: String,
|
||||||
|
) = newApkSigner(signer, readKeyCertificatePair(keyStore, keyStoreEntryAlias, keyStoreEntryPassword))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new [ApkSigner.Builder].
|
* Create a new [Signer].
|
||||||
*
|
*
|
||||||
* @param keyStore The keystore to use for signing.
|
* @param keyStore The keystore to use for signing.
|
||||||
* @param keyStoreEntryAlias The alias of the key store entry to use for signing.
|
* @param keyStoreEntryAlias The alias of the key store entry to use for signing.
|
||||||
* @param keyStoreEntryPassword The password for recovering the signing key.
|
* @param keyStoreEntryPassword The password for recovering the signing key.
|
||||||
* @param signer The name of the signer.
|
*
|
||||||
* @param createdBy The value for the `Created-By` attribute in the APK's manifest.
|
* @return The new [Signer].
|
||||||
* @return The created [ApkSigner.Builder] instance.
|
*
|
||||||
* @see KeyStoreEntry
|
* @see KeyStore
|
||||||
* @see PrivateKeyCertificatePair
|
* @see Signer
|
||||||
* @see ApkSigner.Builder.setCreatedBy
|
|
||||||
* @see ApkSigner.Builder.signApk
|
|
||||||
*/
|
*/
|
||||||
fun newApkSignerBuilder(
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun newApkSigner(
|
||||||
keyStore: KeyStore,
|
keyStore: KeyStore,
|
||||||
keyStoreEntryAlias: String,
|
keyStoreEntryAlias: String,
|
||||||
keyStoreEntryPassword: String,
|
keyStoreEntryPassword: String,
|
||||||
signer: String,
|
) = newApkSigner("ReVanced", readKeyCertificatePair(keyStore, keyStoreEntryAlias, keyStoreEntryPassword))
|
||||||
createdBy: String,
|
|
||||||
) = newApkSignerBuilder(
|
|
||||||
readKeyCertificatePair(keyStore, keyStoreEntryAlias, keyStoreEntryPassword),
|
|
||||||
signer,
|
|
||||||
createdBy
|
|
||||||
)
|
|
||||||
|
|
||||||
fun ApkSigner.Builder.signApk(input: File, output: File) {
|
|
||||||
logger.info("Signing ${input.name}")
|
|
||||||
|
|
||||||
setInputApk(input)
|
|
||||||
setOutputApk(output)
|
|
||||||
|
|
||||||
build().sign()
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An entry in a keystore.
|
* An entry in a keystore.
|
||||||
@@ -245,12 +302,13 @@ object ApkSigner {
|
|||||||
* @param alias The alias of the entry.
|
* @param alias The alias of the entry.
|
||||||
* @param password The password for recovering the signing key.
|
* @param password The password for recovering the signing key.
|
||||||
* @param privateKeyCertificatePair The private key and certificate pair.
|
* @param privateKeyCertificatePair The private key and certificate pair.
|
||||||
|
*
|
||||||
* @see PrivateKeyCertificatePair
|
* @see PrivateKeyCertificatePair
|
||||||
*/
|
*/
|
||||||
class KeyStoreEntry(
|
class KeyStoreEntry(
|
||||||
val alias: String,
|
val alias: String,
|
||||||
val password: String,
|
val password: String,
|
||||||
val privateKeyCertificatePair: PrivateKeyCertificatePair = newPrivateKeyCertificatePair()
|
val privateKeyCertificatePair: PrivateKeyCertificatePair,
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -263,4 +321,49 @@ object ApkSigner {
|
|||||||
val privateKey: PrivateKey,
|
val privateKey: PrivateKey,
|
||||||
val certificate: X509Certificate,
|
val certificate: X509Certificate,
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
class Signer {
|
||||||
|
private val signerBuilder: com.android.apksig.ApkSigner.Builder?
|
||||||
|
private val signingExtension: SigningExtension?
|
||||||
|
|
||||||
|
internal constructor(signerBuilder: com.android.apksig.ApkSigner.Builder) {
|
||||||
|
this.signerBuilder = signerBuilder
|
||||||
|
signingExtension = null
|
||||||
|
}
|
||||||
|
|
||||||
|
fun signApk(inputApkFile: File, outputApkFile: File) {
|
||||||
|
logger.info("Signing APK")
|
||||||
|
|
||||||
|
signerBuilder?.setInputApk(inputApkFile)?.setOutputApk(outputApkFile)?.build()?.sign()
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated("This constructor will be removed in the future.")
|
||||||
|
internal constructor(signingExtension: SigningExtension) {
|
||||||
|
signerBuilder = null
|
||||||
|
this.signingExtension = signingExtension
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sign an APK file.
|
||||||
|
*
|
||||||
|
* @param apkFile The APK file to sign.
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun signApk(apkFile: File) = ZFile.openReadWrite(apkFile).use {
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
|
signApk(it)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sign an APK file.
|
||||||
|
*
|
||||||
|
* @param apkZFile The APK [ZFile] to sign.
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun signApk(apkZFile: ZFile) {
|
||||||
|
logger.info("Signing ${apkZFile.file.name}")
|
||||||
|
|
||||||
|
signingExtension?.register(apkZFile)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,90 +1,213 @@
|
|||||||
package app.revanced.library
|
package app.revanced.library
|
||||||
|
|
||||||
import app.revanced.library.ApkSigner.signApk
|
import app.revanced.library.ApkSigner.newPrivateKeyCertificatePair
|
||||||
import app.revanced.library.zip.ZipFile
|
|
||||||
import app.revanced.library.zip.structures.ZipEntry
|
|
||||||
import app.revanced.patcher.PatcherResult
|
import app.revanced.patcher.PatcherResult
|
||||||
|
import com.android.tools.build.apkzlib.zip.AlignmentRules
|
||||||
|
import com.android.tools.build.apkzlib.zip.StoredEntry
|
||||||
|
import com.android.tools.build.apkzlib.zip.ZFile
|
||||||
|
import com.android.tools.build.apkzlib.zip.ZFileOptions
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
import java.util.*
|
||||||
import java.util.logging.Logger
|
import java.util.logging.Logger
|
||||||
import kotlin.io.path.deleteIfExists
|
import kotlin.time.Duration.Companion.days
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility functions for working with apks.
|
* Utility functions to work with APK files.
|
||||||
*/
|
*/
|
||||||
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
||||||
object ApkUtils {
|
object ApkUtils {
|
||||||
private val logger = Logger.getLogger(ApkUtils::class.java.name)
|
private val logger = Logger.getLogger(ApkUtils::class.java.name)
|
||||||
|
|
||||||
|
private const val LIBRARY_EXTENSION = ".so"
|
||||||
|
|
||||||
|
// Alignment for native libraries.
|
||||||
|
private const val LIBRARY_ALIGNMENT = 1024 * 4
|
||||||
|
|
||||||
|
// Alignment for all other files.
|
||||||
|
private const val DEFAULT_ALIGNMENT = 4
|
||||||
|
|
||||||
|
// Prefix for resources.
|
||||||
|
private const val RES_PREFIX = "res/"
|
||||||
|
|
||||||
|
private val zFileOptions =
|
||||||
|
ZFileOptions().setAlignmentRule(
|
||||||
|
AlignmentRules.compose(
|
||||||
|
AlignmentRules.constantForSuffix(LIBRARY_EXTENSION, LIBRARY_ALIGNMENT),
|
||||||
|
AlignmentRules.constant(DEFAULT_ALIGNMENT),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new apk from [apkFile] and [patchedEntriesSource] and writes it to [outputFile].
|
* Applies the [PatcherResult] to the given [apkFile].
|
||||||
*
|
*
|
||||||
* @param apkFile The apk to copy entries from.
|
* The order of operation is as follows:
|
||||||
* @param outputFile The apk to write the new entries to.
|
* 1. Write patched dex files.
|
||||||
* @param patchedEntriesSource The result of the patcher to add the patched dex files and resources.
|
* 2. Delete all resources in the target APK
|
||||||
|
* 3. Merge resources.apk compiled by AAPT.
|
||||||
|
* 4. Write raw resources.
|
||||||
|
* 5. Delete resources staged for deletion.
|
||||||
|
* 6. Realign the APK.
|
||||||
|
*
|
||||||
|
* @param apkFile The file to apply the patched files to.
|
||||||
*/
|
*/
|
||||||
fun copyAligned(apkFile: File, outputFile: File, patchedEntriesSource: PatcherResult) {
|
fun PatcherResult.applyTo(apkFile: File) {
|
||||||
logger.info("Aligning ${apkFile.name}")
|
ZFile.openReadWrite(apkFile, zFileOptions).use { targetApkZFile ->
|
||||||
|
dexFiles.forEach { dexFile ->
|
||||||
outputFile.toPath().deleteIfExists()
|
targetApkZFile.add(dexFile.name, dexFile.stream)
|
||||||
|
|
||||||
ZipFile(outputFile).use { file ->
|
|
||||||
patchedEntriesSource.dexFiles.forEach {
|
|
||||||
file.addEntryCompressData(
|
|
||||||
ZipEntry(it.name), it.stream.readBytes()
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
patchedEntriesSource.resourceFile?.let {
|
resources?.let { resources ->
|
||||||
file.copyEntriesFromFileAligned(
|
// Add resources compiled by AAPT.
|
||||||
ZipFile(it), ZipFile.apkZipEntryAlignment
|
resources.resourcesApk?.let { resourcesApk ->
|
||||||
)
|
ZFile.openReadOnly(resourcesApk).use { resourcesApkZFile ->
|
||||||
|
// Delete all resources in the target APK before merging the new ones.
|
||||||
|
// This is necessary because the resources.apk renames resources.
|
||||||
|
// So unless, the old resources are deleted, there will be orphaned resources in the APK.
|
||||||
|
// It is not necessary, but for the sake of cleanliness, it is done.
|
||||||
|
targetApkZFile.entries().filter { entry ->
|
||||||
|
entry.centralDirectoryHeader.name.startsWith(RES_PREFIX)
|
||||||
|
}.forEach(StoredEntry::delete)
|
||||||
|
|
||||||
|
targetApkZFile.mergeFrom(resourcesApkZFile) { false }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add resources not compiled by AAPT.
|
||||||
|
resources.otherResources?.let { otherResources ->
|
||||||
|
targetApkZFile.addAllRecursively(otherResources) { file ->
|
||||||
|
file.relativeTo(otherResources).invariantSeparatorsPath !in resources.doNotCompress
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Delete resources that were staged for deletion.
|
||||||
|
if (resources.deleteResources.isNotEmpty()) {
|
||||||
|
targetApkZFile.entries().filter { entry ->
|
||||||
|
resources.deleteResources.any { shouldDelete -> shouldDelete(entry.centralDirectoryHeader.name) }
|
||||||
|
}.forEach(StoredEntry::delete)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Do not compress result.doNotCompress
|
logger.info("Aligning APK")
|
||||||
|
|
||||||
// TODO: Fix copying resources that are not needed anymore.
|
targetApkZFile.realign()
|
||||||
file.copyEntriesFromFileAligned(
|
|
||||||
ZipFile(apkFile), ZipFile.apkZipEntryAlignment
|
logger.fine("Writing changes")
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Signs the [apk] file and writes it to [output].
|
* Creates a new private key and certificate pair and saves it to the keystore in [keyStoreDetails].
|
||||||
*
|
*
|
||||||
* @param apk The apk to sign.
|
* @param privateKeyCertificatePairDetails The details for the private key and certificate pair.
|
||||||
* @param output The apk to write the signed apk to.
|
* @param keyStoreDetails The details for the keystore.
|
||||||
* @param signingOptions The options to use for signing.
|
*
|
||||||
|
* @return The newly created private key and certificate pair.
|
||||||
|
*/
|
||||||
|
fun newPrivateKeyCertificatePair(
|
||||||
|
privateKeyCertificatePairDetails: PrivateKeyCertificatePairDetails,
|
||||||
|
keyStoreDetails: KeyStoreDetails,
|
||||||
|
) = newPrivateKeyCertificatePair(
|
||||||
|
privateKeyCertificatePairDetails.commonName,
|
||||||
|
privateKeyCertificatePairDetails.validUntil,
|
||||||
|
).also { privateKeyCertificatePair ->
|
||||||
|
ApkSigner.newKeyStore(
|
||||||
|
setOf(
|
||||||
|
ApkSigner.KeyStoreEntry(
|
||||||
|
keyStoreDetails.alias,
|
||||||
|
keyStoreDetails.password,
|
||||||
|
privateKeyCertificatePair,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
).store(
|
||||||
|
keyStoreDetails.keyStore.outputStream(),
|
||||||
|
keyStoreDetails.keyStorePassword?.toCharArray(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reads the private key and certificate pair from an existing keystore.
|
||||||
|
*
|
||||||
|
* @param keyStoreDetails The details for the keystore.
|
||||||
|
*
|
||||||
|
* @return The private key and certificate pair.
|
||||||
|
*/
|
||||||
|
fun readPrivateKeyCertificatePairFromKeyStore(
|
||||||
|
keyStoreDetails: KeyStoreDetails,
|
||||||
|
) = ApkSigner.readKeyCertificatePair(
|
||||||
|
ApkSigner.readKeyStore(
|
||||||
|
keyStoreDetails.keyStore.inputStream(),
|
||||||
|
keyStoreDetails.keyStorePassword,
|
||||||
|
),
|
||||||
|
keyStoreDetails.alias,
|
||||||
|
keyStoreDetails.password,
|
||||||
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Signs [inputApkFile] with the given options and saves the signed apk to [outputApkFile].
|
||||||
|
*
|
||||||
|
* @param inputApkFile The apk file to sign.
|
||||||
|
* @param outputApkFile The file to save the signed apk to.
|
||||||
|
* @param signer The name of the signer.
|
||||||
|
* @param privateKeyCertificatePair The private key and certificate pair to use for signing.
|
||||||
*/
|
*/
|
||||||
fun sign(
|
fun sign(
|
||||||
apk: File,
|
inputApkFile: File,
|
||||||
output: File,
|
outputApkFile: File,
|
||||||
|
signer: String,
|
||||||
|
privateKeyCertificatePair: ApkSigner.PrivateKeyCertificatePair,
|
||||||
|
) = ApkSigner.newApkSigner(
|
||||||
|
signer,
|
||||||
|
privateKeyCertificatePair,
|
||||||
|
).signApk(inputApkFile, outputApkFile)
|
||||||
|
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
private fun readOrNewPrivateKeyCertificatePair(
|
||||||
signingOptions: SigningOptions,
|
signingOptions: SigningOptions,
|
||||||
) {
|
): ApkSigner.PrivateKeyCertificatePair {
|
||||||
// Get the keystore from the file or create a new one.
|
val privateKeyCertificatePairDetails = PrivateKeyCertificatePairDetails(
|
||||||
val keyStore = if (signingOptions.keyStore.exists()) {
|
signingOptions.alias,
|
||||||
ApkSigner.readKeyStore(signingOptions.keyStore.inputStream(), signingOptions.keyStorePassword)
|
PrivateKeyCertificatePairDetails().validUntil,
|
||||||
} else {
|
)
|
||||||
val entry = ApkSigner.KeyStoreEntry(signingOptions.alias, signingOptions.password)
|
val keyStoreDetails = KeyStoreDetails(
|
||||||
|
signingOptions.keyStore,
|
||||||
// Create a new keystore with a new keypair and saves it.
|
signingOptions.keyStorePassword,
|
||||||
ApkSigner.newKeyStore(listOf(entry)).also { keyStore ->
|
|
||||||
keyStore.store(
|
|
||||||
signingOptions.keyStore.outputStream(),
|
|
||||||
signingOptions.keyStorePassword?.toCharArray()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ApkSigner.newApkSignerBuilder(
|
|
||||||
keyStore,
|
|
||||||
signingOptions.alias,
|
signingOptions.alias,
|
||||||
signingOptions.password,
|
signingOptions.password,
|
||||||
signingOptions.signer,
|
)
|
||||||
signingOptions.signer
|
|
||||||
).signApk(apk, output)
|
return if (keyStoreDetails.keyStore.exists()) {
|
||||||
|
readPrivateKeyCertificatePairFromKeyStore(keyStoreDetails)
|
||||||
|
} else {
|
||||||
|
newPrivateKeyCertificatePair(privateKeyCertificatePairDetails, keyStoreDetails)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Signs the apk file with the given options.
|
||||||
|
*
|
||||||
|
* @param signingOptions The options to use for signing.
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun File.sign(signingOptions: SigningOptions) = ApkSigner.newApkSigner(
|
||||||
|
signingOptions.signer,
|
||||||
|
readOrNewPrivateKeyCertificatePair(signingOptions),
|
||||||
|
).signApk(this)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Signs [inputApkFile] with the given options and saves the signed apk to [outputApkFile].
|
||||||
|
*
|
||||||
|
* @param inputApkFile The apk file to sign.
|
||||||
|
* @param outputApkFile The file to save the signed apk to.
|
||||||
|
* @param signingOptions The options to use for signing.
|
||||||
|
*/
|
||||||
|
@Deprecated("This method will be removed in the future.")
|
||||||
|
fun sign(inputApkFile: File, outputApkFile: File, signingOptions: SigningOptions) = sign(
|
||||||
|
inputApkFile,
|
||||||
|
outputApkFile,
|
||||||
|
signingOptions.signer,
|
||||||
|
readOrNewPrivateKeyCertificatePair(signingOptions),
|
||||||
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options for signing an apk.
|
* Options for signing an apk.
|
||||||
*
|
*
|
||||||
@@ -94,6 +217,7 @@ object ApkUtils {
|
|||||||
* @param password The password for recovering the signing key.
|
* @param password The password for recovering the signing key.
|
||||||
* @param signer The name of the signer.
|
* @param signer The name of the signer.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated("This class will be removed in the future.")
|
||||||
class SigningOptions(
|
class SigningOptions(
|
||||||
val keyStore: File,
|
val keyStore: File,
|
||||||
val keyStorePassword: String?,
|
val keyStorePassword: String?,
|
||||||
@@ -101,4 +225,30 @@ object ApkUtils {
|
|||||||
val password: String = "",
|
val password: String = "",
|
||||||
val signer: String = "ReVanced",
|
val signer: String = "ReVanced",
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
/**
|
||||||
|
* Details for a keystore.
|
||||||
|
*
|
||||||
|
* @param keyStore The file to save the keystore to.
|
||||||
|
* @param keyStorePassword The password for the keystore.
|
||||||
|
* @param alias The alias of the key store entry to use for signing.
|
||||||
|
* @param password The password for recovering the signing key.
|
||||||
|
*/
|
||||||
|
class KeyStoreDetails(
|
||||||
|
val keyStore: File,
|
||||||
|
val keyStorePassword: String? = null,
|
||||||
|
val alias: String = "ReVanced Key",
|
||||||
|
val password: String = "",
|
||||||
|
)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Details for a private key and certificate pair.
|
||||||
|
*
|
||||||
|
* @param commonName The common name for the certificate saved in the keystore.
|
||||||
|
* @param validUntil The date until which the certificate is valid.
|
||||||
|
*/
|
||||||
|
class PrivateKeyCertificatePairDetails(
|
||||||
|
val commonName: String = "ReVanced",
|
||||||
|
val validUntil: Date = Date(System.currentTimeMillis() + (365.days * 8).inWholeMilliseconds * 24),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,67 +2,69 @@
|
|||||||
|
|
||||||
package app.revanced.library
|
package app.revanced.library
|
||||||
|
|
||||||
|
|
||||||
import app.revanced.library.Options.Patch.Option
|
import app.revanced.library.Options.Patch.Option
|
||||||
import app.revanced.patcher.PatchClass
|
|
||||||
import app.revanced.patcher.PatchSet
|
import app.revanced.patcher.PatchSet
|
||||||
import app.revanced.patcher.patch.options.PatchOptionException
|
import app.revanced.patcher.patch.options.PatchOptionException
|
||||||
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
|
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.util.logging.Logger
|
import java.util.logging.Logger
|
||||||
|
|
||||||
private typealias PatchList = List<PatchClass>
|
@Suppress("unused")
|
||||||
|
|
||||||
object Options {
|
object Options {
|
||||||
private val logger = Logger.getLogger(Options::class.java.name)
|
private val logger = Logger.getLogger(Options::class.java.name)
|
||||||
|
|
||||||
private var mapper = jacksonObjectMapper()
|
private val mapper = jacksonObjectMapper()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serializes the options for the patches in the list.
|
* Serializes the options for a set of patches.
|
||||||
*
|
*
|
||||||
* @param patches The list of patches to serialize.
|
* @param patches The set of patches to serialize.
|
||||||
* @param prettyPrint Whether to pretty print the JSON.
|
* @param prettyPrint Whether to pretty print the JSON.
|
||||||
* @return The JSON string containing the options.
|
* @return The JSON string containing the options.
|
||||||
*/
|
*/
|
||||||
fun serialize(patches: PatchSet, prettyPrint: Boolean = false): String = patches
|
fun serialize(
|
||||||
.filter { it.options.any() }
|
patches: PatchSet,
|
||||||
.map { patch ->
|
prettyPrint: Boolean = false,
|
||||||
Patch(
|
): String =
|
||||||
patch.name!!,
|
patches
|
||||||
patch.options.values.map { option ->
|
.filter { it.options.any() }
|
||||||
val optionValue = try {
|
.map { patch ->
|
||||||
option.value
|
Patch(
|
||||||
} catch (e: PatchOptionException) {
|
patch.name!!,
|
||||||
logger.warning("Using default option value for the ${patch.name} patch: ${e.message}")
|
patch.options.values.map { option ->
|
||||||
option.default
|
val optionValue =
|
||||||
}
|
try {
|
||||||
|
option.value
|
||||||
|
} catch (e: PatchOptionException) {
|
||||||
|
logger.warning("Using default option value for the ${patch.name} patch: ${e.message}")
|
||||||
|
option.default
|
||||||
|
}
|
||||||
|
|
||||||
Option(option.key, optionValue)
|
Option(option.key, optionValue)
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
// See https://github.com/revanced/revanced-patches/pull/2434/commits/60e550550b7641705e81aa72acfc4faaebb225e7.
|
||||||
|
.distinctBy { it.patchName }
|
||||||
|
.let {
|
||||||
|
if (prettyPrint) {
|
||||||
|
mapper.writerWithDefaultPrettyPrinter().writeValueAsString(it)
|
||||||
|
} else {
|
||||||
|
mapper.writeValueAsString(it)
|
||||||
}
|
}
|
||||||
)
|
}
|
||||||
}
|
|
||||||
// See https://github.com/revanced/revanced-patches/pull/2434/commits/60e550550b7641705e81aa72acfc4faaebb225e7.
|
|
||||||
.distinctBy { it.patchName }
|
|
||||||
.let {
|
|
||||||
if (prettyPrint)
|
|
||||||
mapper.writerWithDefaultPrettyPrinter().writeValueAsString(it)
|
|
||||||
else
|
|
||||||
mapper.writeValueAsString(it)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deserializes the options for the patches in the list.
|
* Deserializes the options to a set of patches.
|
||||||
*
|
*
|
||||||
* @param json The JSON string containing the options.
|
* @param json The JSON string containing the options.
|
||||||
* @return The list of [Patch]s.
|
* @return A set of [Patch]s.
|
||||||
* @see Patch
|
* @see Patch
|
||||||
* @see PatchList
|
|
||||||
*/
|
*/
|
||||||
fun deserialize(json: String): Array<Patch> = mapper.readValue(json, Array<Patch>::class.java)
|
fun deserialize(json: String): Array<Patch> = mapper.readValue(json, Array<Patch>::class.java)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the options for the patches in the list.
|
* Sets the options for a set of patches.
|
||||||
*
|
*
|
||||||
* @param json The JSON string containing the options.
|
* @param json The JSON string containing the options.
|
||||||
*/
|
*/
|
||||||
@@ -70,9 +72,10 @@ object Options {
|
|||||||
filter { it.options.any() }.let { patches ->
|
filter { it.options.any() }.let { patches ->
|
||||||
if (patches.isEmpty()) return
|
if (patches.isEmpty()) return
|
||||||
|
|
||||||
val jsonPatches = deserialize(json).associate {
|
val jsonPatches =
|
||||||
it.patchName to it.options.associate { option -> option.key to option.value }
|
deserialize(json).associate {
|
||||||
}
|
it.patchName to it.options.associate { option -> option.key to option.value }
|
||||||
|
}
|
||||||
|
|
||||||
patches.forEach { patch ->
|
patches.forEach { patch ->
|
||||||
jsonPatches[patch.name]?.let { jsonPatchOptions ->
|
jsonPatches[patch.name]?.let { jsonPatchOptions ->
|
||||||
@@ -89,7 +92,7 @@ object Options {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the options for the patches in the list.
|
* Sets the options for a set of patches.
|
||||||
*
|
*
|
||||||
* @param file The file containing the JSON string containing the options.
|
* @param file The file containing the JSON string containing the options.
|
||||||
* @see setOptions
|
* @see setOptions
|
||||||
@@ -104,9 +107,8 @@ object Options {
|
|||||||
*/
|
*/
|
||||||
class Patch internal constructor(
|
class Patch internal constructor(
|
||||||
val patchName: String,
|
val patchName: String,
|
||||||
val options: List<Option>
|
val options: List<Option>,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data class for patch option.
|
* Data class for patch option.
|
||||||
*
|
*
|
||||||
@@ -115,4 +117,4 @@ object Options {
|
|||||||
*/
|
*/
|
||||||
class Option internal constructor(val key: String, val value: Any?)
|
class Option internal constructor(val key: String, val value: Any?)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,19 @@
|
|||||||
package app.revanced.library
|
package app.revanced.library
|
||||||
|
|
||||||
import app.revanced.patcher.PatchSet
|
import app.revanced.patcher.PatchSet
|
||||||
|
import app.revanced.patcher.patch.Patch
|
||||||
|
import app.revanced.patcher.patch.options.PatchOption
|
||||||
|
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
|
||||||
|
import java.io.InputStream
|
||||||
|
import java.io.OutputStream
|
||||||
|
import kotlin.reflect.jvm.jvmName
|
||||||
|
|
||||||
|
typealias PackageName = String
|
||||||
|
typealias Version = String
|
||||||
|
typealias Count = Int
|
||||||
|
|
||||||
|
typealias VersionMap = LinkedHashMap<Version, Count>
|
||||||
|
typealias PackageNameMap = Map<PackageName, VersionMap>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility functions for working with patches.
|
* Utility functions for working with patches.
|
||||||
@@ -8,21 +21,149 @@ import app.revanced.patcher.PatchSet
|
|||||||
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
@Suppress("MemberVisibilityCanBePrivate", "unused")
|
||||||
object PatchUtils {
|
object PatchUtils {
|
||||||
/**
|
/**
|
||||||
* Get the version that is most common for [packageName] in the supplied set of [patches].
|
* Get the count of versions for each compatible package from a supplied set of [patches] ordered by the most common version.
|
||||||
*
|
*
|
||||||
* @param patches The set of patches to check.
|
* @param patches The set of patches to check.
|
||||||
* @param packageName The name of the compatible package.
|
* @param packageNames The names of the compatible packages to include. If null, all packages will be included.
|
||||||
* @return The most common version of.
|
* @param countUnusedPatches Whether to count patches that are not used.
|
||||||
|
* @return A map of package names to a map of versions to their count.
|
||||||
*/
|
*/
|
||||||
fun getMostCommonCompatibleVersion(patches: PatchSet, packageName: String) = patches
|
fun getMostCommonCompatibleVersions(
|
||||||
.mapNotNull {
|
patches: PatchSet,
|
||||||
// Map all patches to their compatible packages with version constraints.
|
packageNames: Set<String>? = null,
|
||||||
it.compatiblePackages?.firstOrNull { compatiblePackage ->
|
countUnusedPatches: Boolean = false,
|
||||||
compatiblePackage.name == packageName && compatiblePackage.versions?.isNotEmpty() == true
|
): PackageNameMap =
|
||||||
|
buildMap {
|
||||||
|
fun filterWantedPackages(compatiblePackages: Iterable<Patch.CompatiblePackage>): Iterable<Patch.CompatiblePackage> {
|
||||||
|
val wantedPackages = packageNames?.toHashSet() ?: return compatiblePackages
|
||||||
|
return compatiblePackages.filter { it.name in wantedPackages }
|
||||||
|
}
|
||||||
|
|
||||||
|
patches
|
||||||
|
.filter { it.use || countUnusedPatches }
|
||||||
|
.flatMap { it.compatiblePackages ?: emptyList() }
|
||||||
|
.let(::filterWantedPackages)
|
||||||
|
.forEach { compatiblePackage ->
|
||||||
|
if (compatiblePackage.versions?.isEmpty() == true) {
|
||||||
|
return@forEach
|
||||||
|
}
|
||||||
|
|
||||||
|
val versionMap = getOrPut(compatiblePackage.name) { linkedMapOf() }
|
||||||
|
|
||||||
|
compatiblePackage.versions?.let { versions ->
|
||||||
|
versions.forEach { version ->
|
||||||
|
versionMap[version] = versionMap.getOrDefault(version, 0) + 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sort the version maps by the most common version.
|
||||||
|
forEach { (packageName, versionMap) ->
|
||||||
|
this[packageName] =
|
||||||
|
versionMap
|
||||||
|
.asIterable()
|
||||||
|
.sortedWith(compareByDescending { it.value })
|
||||||
|
.associate { it.key to it.value } as VersionMap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.flatMap { it.versions!! }
|
|
||||||
.groupingBy { it }
|
object Json {
|
||||||
.eachCount()
|
private val mapper = jacksonObjectMapper()
|
||||||
.maxByOrNull { it.value }?.key
|
|
||||||
}
|
/**
|
||||||
|
* Serializes a set of [Patch]es to a JSON string and writes it to an output stream.
|
||||||
|
*
|
||||||
|
* @param patches The set of [Patch]es to serialize.
|
||||||
|
* @param transform A function to transform the [Patch]es to [JsonPatch]es.
|
||||||
|
* @param prettyPrint Whether to pretty print the JSON.
|
||||||
|
* @param outputStream The output stream to write the JSON to.
|
||||||
|
*/
|
||||||
|
fun serialize(
|
||||||
|
patches: PatchSet,
|
||||||
|
transform: (Patch<*>) -> JsonPatch = { patch -> FullJsonPatch.fromPatch(patch) },
|
||||||
|
prettyPrint: Boolean = false,
|
||||||
|
outputStream: OutputStream,
|
||||||
|
) {
|
||||||
|
patches.map(transform).let { transformed ->
|
||||||
|
if (prettyPrint) {
|
||||||
|
mapper.writerWithDefaultPrettyPrinter().writeValue(outputStream, transformed)
|
||||||
|
} else {
|
||||||
|
mapper.writeValue(outputStream, transformed)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Deserializes a JSON string to a set of [FullJsonPatch]es from an input stream.
|
||||||
|
*
|
||||||
|
* @param inputStream The input stream to read the JSON from.
|
||||||
|
* @param jsonPatchElementClass The class of the [JsonPatch]es to deserialize.
|
||||||
|
* @return A set of [JsonPatch]es.
|
||||||
|
* @see FullJsonPatch
|
||||||
|
*/
|
||||||
|
fun <T : JsonPatch> deserialize(
|
||||||
|
inputStream: InputStream,
|
||||||
|
jsonPatchElementClass: Class<T>,
|
||||||
|
): Set<T> =
|
||||||
|
mapper.readValue(
|
||||||
|
inputStream,
|
||||||
|
mapper.typeFactory.constructCollectionType(Set::class.java, jsonPatchElementClass),
|
||||||
|
)
|
||||||
|
|
||||||
|
interface JsonPatch
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A JSON representation of a [Patch].
|
||||||
|
* @see Patch
|
||||||
|
*/
|
||||||
|
class FullJsonPatch internal constructor(
|
||||||
|
val name: String?,
|
||||||
|
val description: String?,
|
||||||
|
val compatiblePackages: Set<Patch.CompatiblePackage>?,
|
||||||
|
val dependencies: Set<String>?,
|
||||||
|
val use: Boolean,
|
||||||
|
var requiresIntegrations: Boolean,
|
||||||
|
val options: Map<String, FullJsonPatchOption<*>>,
|
||||||
|
) : JsonPatch {
|
||||||
|
companion object {
|
||||||
|
fun fromPatch(patch: Patch<*>) =
|
||||||
|
FullJsonPatch(
|
||||||
|
patch.name,
|
||||||
|
patch.description,
|
||||||
|
patch.compatiblePackages,
|
||||||
|
buildSet { patch.dependencies?.forEach { add(it.jvmName) } },
|
||||||
|
patch.use,
|
||||||
|
patch.requiresIntegrations,
|
||||||
|
patch.options.mapValues { FullJsonPatchOption.fromPatchOption(it.value) },
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A JSON representation of a [PatchOption].
|
||||||
|
* @see PatchOption
|
||||||
|
*/
|
||||||
|
class FullJsonPatchOption<T> internal constructor(
|
||||||
|
val key: String,
|
||||||
|
val default: T?,
|
||||||
|
val values: Map<String, T?>?,
|
||||||
|
val title: String?,
|
||||||
|
val description: String?,
|
||||||
|
val required: Boolean,
|
||||||
|
val valueType: String,
|
||||||
|
) {
|
||||||
|
companion object {
|
||||||
|
fun fromPatchOption(option: PatchOption<*>) =
|
||||||
|
FullJsonPatchOption(
|
||||||
|
option.key,
|
||||||
|
option.default,
|
||||||
|
option.values,
|
||||||
|
option.title,
|
||||||
|
option.description,
|
||||||
|
option.required,
|
||||||
|
option.valueType,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,14 +3,15 @@ package app.revanced.library.adb
|
|||||||
import app.revanced.library.adb.AdbManager.Apk
|
import app.revanced.library.adb.AdbManager.Apk
|
||||||
import app.revanced.library.adb.Constants.CREATE_DIR
|
import app.revanced.library.adb.Constants.CREATE_DIR
|
||||||
import app.revanced.library.adb.Constants.DELETE
|
import app.revanced.library.adb.Constants.DELETE
|
||||||
|
import app.revanced.library.adb.Constants.GET_INSTALLED_PATH
|
||||||
import app.revanced.library.adb.Constants.INSTALLATION_PATH
|
import app.revanced.library.adb.Constants.INSTALLATION_PATH
|
||||||
import app.revanced.library.adb.Constants.INSTALL_MOUNT
|
import app.revanced.library.adb.Constants.INSTALL_MOUNT_SCRIPT
|
||||||
import app.revanced.library.adb.Constants.INSTALL_PATCHED_APK
|
import app.revanced.library.adb.Constants.INSTALL_PATCHED_APK
|
||||||
import app.revanced.library.adb.Constants.MOUNT_PATH
|
import app.revanced.library.adb.Constants.KILL
|
||||||
import app.revanced.library.adb.Constants.MOUNT_SCRIPT
|
import app.revanced.library.adb.Constants.MOUNT_SCRIPT
|
||||||
|
import app.revanced.library.adb.Constants.MOUNT_SCRIPT_PATH
|
||||||
import app.revanced.library.adb.Constants.PATCHED_APK_PATH
|
import app.revanced.library.adb.Constants.PATCHED_APK_PATH
|
||||||
import app.revanced.library.adb.Constants.PLACEHOLDER
|
import app.revanced.library.adb.Constants.PLACEHOLDER
|
||||||
import app.revanced.library.adb.Constants.RESOLVE_ACTIVITY
|
|
||||||
import app.revanced.library.adb.Constants.RESTART
|
import app.revanced.library.adb.Constants.RESTART
|
||||||
import app.revanced.library.adb.Constants.TMP_PATH
|
import app.revanced.library.adb.Constants.TMP_PATH
|
||||||
import app.revanced.library.adb.Constants.UMOUNT
|
import app.revanced.library.adb.Constants.UMOUNT
|
||||||
@@ -24,16 +25,24 @@ import java.util.logging.Logger
|
|||||||
/**
|
/**
|
||||||
* Adb manager. Used to install and uninstall [Apk] files.
|
* Adb manager. Used to install and uninstall [Apk] files.
|
||||||
*
|
*
|
||||||
* @param deviceSerial The serial of the device.
|
* @param deviceSerial The serial of the device. If null, the first connected device will be used.
|
||||||
*/
|
*/
|
||||||
sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
sealed class AdbManager private constructor(deviceSerial: String?) {
|
||||||
protected val logger: Logger = Logger.getLogger(AdbManager::class.java.name)
|
protected val logger: Logger = Logger.getLogger(AdbManager::class.java.name)
|
||||||
|
|
||||||
protected val device = JadbConnection().devices.find { device -> device.serial == deviceSerial }
|
protected val device =
|
||||||
?: throw DeviceNotFoundException(deviceSerial)
|
with(JadbConnection().devices) {
|
||||||
|
if (isEmpty()) throw DeviceNotFoundException()
|
||||||
|
|
||||||
|
deviceSerial?.let {
|
||||||
|
firstOrNull { it.serial == deviceSerial } ?: throw DeviceNotFoundException(deviceSerial)
|
||||||
|
} ?: first().also {
|
||||||
|
logger.warning("No device serial supplied. Using device with serial ${it.serial}")
|
||||||
|
}
|
||||||
|
}!!
|
||||||
|
|
||||||
init {
|
init {
|
||||||
logger.fine("Established connection to $deviceSerial")
|
logger.fine("Connected to ${device.serial}")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -58,18 +67,25 @@ sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
|||||||
/**
|
/**
|
||||||
* Gets an [AdbManager] for the supplied device serial.
|
* Gets an [AdbManager] for the supplied device serial.
|
||||||
*
|
*
|
||||||
* @param deviceSerial The device serial.
|
* @param deviceSerial The device serial. If null, the first connected device will be used.
|
||||||
* @param root Whether to use root or not.
|
* @param root Whether to use root or not.
|
||||||
* @return The [AdbManager].
|
* @return The [AdbManager].
|
||||||
* @throws DeviceNotFoundException If the device can not be found.
|
* @throws DeviceNotFoundException If the device can not be found.
|
||||||
*/
|
*/
|
||||||
fun getAdbManager(deviceSerial: String, root: Boolean = false): AdbManager =
|
fun getAdbManager(
|
||||||
if (root) RootAdbManager(deviceSerial) else UserAdbManager(deviceSerial)
|
deviceSerial: String? = null,
|
||||||
|
root: Boolean = false,
|
||||||
|
): AdbManager = if (root) RootAdbManager(deviceSerial) else UserAdbManager(deviceSerial)
|
||||||
}
|
}
|
||||||
|
|
||||||
class RootAdbManager internal constructor(deviceSerial: String) : AdbManager(deviceSerial) {
|
/**
|
||||||
|
* Adb manager for rooted devices.
|
||||||
|
*
|
||||||
|
* @param deviceSerial The device serial. If null, the first connected device will be used.
|
||||||
|
*/
|
||||||
|
class RootAdbManager internal constructor(deviceSerial: String?) : AdbManager(deviceSerial) {
|
||||||
init {
|
init {
|
||||||
if (!device.hasSu()) throw IllegalArgumentException("Root required on $deviceSerial. Task failed")
|
if (!device.hasSu()) throw IllegalArgumentException("Root required on ${device.serial}. Task failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun install(apk: Apk) {
|
override fun install(apk: Apk) {
|
||||||
@@ -77,8 +93,8 @@ sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
|||||||
|
|
||||||
val packageName = apk.packageName ?: throw PackageNameRequiredException()
|
val packageName = apk.packageName ?: throw PackageNameRequiredException()
|
||||||
|
|
||||||
device.run(RESOLVE_ACTIVITY, packageName).inputStream.bufferedReader().readLine().let { line ->
|
device.run(GET_INSTALLED_PATH, packageName).inputStream.bufferedReader().readLine().let { line ->
|
||||||
if (line != "No activity found") return@let
|
if (line != null) return@let
|
||||||
throw throw FailedToFindInstalledPackageException(packageName)
|
throw throw FailedToFindInstalledPackageException(packageName)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,9 +105,8 @@ sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
|||||||
|
|
||||||
device.createFile(TMP_PATH, MOUNT_SCRIPT.applyReplacement(packageName))
|
device.createFile(TMP_PATH, MOUNT_SCRIPT.applyReplacement(packageName))
|
||||||
|
|
||||||
device.run(INSTALL_MOUNT, packageName).waitFor()
|
device.run(INSTALL_MOUNT_SCRIPT, packageName).waitFor()
|
||||||
device.run(UMOUNT, packageName).waitFor() // Sanity check.
|
device.run(MOUNT_SCRIPT_PATH, packageName).waitFor()
|
||||||
device.run(MOUNT_PATH, packageName).waitFor()
|
|
||||||
device.run(RESTART, packageName)
|
device.run(RESTART, packageName)
|
||||||
device.run(DELETE, TMP_PATH)
|
device.run(DELETE, TMP_PATH)
|
||||||
|
|
||||||
@@ -103,22 +118,34 @@ sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
|||||||
|
|
||||||
device.run(UMOUNT, packageName)
|
device.run(UMOUNT, packageName)
|
||||||
device.run(DELETE.applyReplacement(PATCHED_APK_PATH), packageName)
|
device.run(DELETE.applyReplacement(PATCHED_APK_PATH), packageName)
|
||||||
device.run(DELETE, MOUNT_PATH)
|
device.run(DELETE, MOUNT_SCRIPT_PATH.applyReplacement(packageName))
|
||||||
device.run(DELETE, TMP_PATH)
|
device.run(DELETE, TMP_PATH)
|
||||||
|
device.run(KILL, packageName)
|
||||||
|
|
||||||
super.uninstall(packageName)
|
super.uninstall(packageName)
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object Utils {
|
companion object Utils {
|
||||||
private fun JadbDevice.run(command: String, with: String) = run(command.applyReplacement(with))
|
private fun JadbDevice.run(
|
||||||
|
command: String,
|
||||||
|
with: String,
|
||||||
|
) = run(command.applyReplacement(with))
|
||||||
|
|
||||||
private fun String.applyReplacement(with: String) = replace(PLACEHOLDER, with)
|
private fun String.applyReplacement(with: String) = replace(PLACEHOLDER, with)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class UserAdbManager internal constructor(deviceSerial: String) : AdbManager(deviceSerial) {
|
/**
|
||||||
|
* Adb manager for non-rooted devices.
|
||||||
|
*
|
||||||
|
* @param deviceSerial The device serial. If null, the first connected device will be used.
|
||||||
|
*/
|
||||||
|
class UserAdbManager internal constructor(deviceSerial: String?) : AdbManager(deviceSerial) {
|
||||||
private val packageManager = PackageManager(device)
|
private val packageManager = PackageManager(device)
|
||||||
|
|
||||||
override fun install(apk: Apk) {
|
override fun install(apk: Apk) {
|
||||||
|
logger.info("Installing ${apk.file.name}")
|
||||||
|
|
||||||
PackageManager(device).install(apk.file)
|
PackageManager(device).install(apk.file)
|
||||||
|
|
||||||
super.install(apk)
|
super.install(apk)
|
||||||
@@ -141,14 +168,16 @@ sealed class AdbManager private constructor(deviceSerial: String? = null) {
|
|||||||
*/
|
*/
|
||||||
class Apk(val file: File, val packageName: String? = null)
|
class Apk(val file: File, val packageName: String? = null)
|
||||||
|
|
||||||
class DeviceNotFoundException internal constructor(deviceSerial: String?) :
|
class DeviceNotFoundException internal constructor(deviceSerial: String? = null) :
|
||||||
Exception(deviceSerial?.let {
|
Exception(
|
||||||
"The device with the ADB device serial \"$deviceSerial\" can not be found"
|
deviceSerial?.let {
|
||||||
} ?: "No ADB device found")
|
"The device with the ADB device serial \"$deviceSerial\" can not be found"
|
||||||
|
} ?: "No ADB device found",
|
||||||
|
)
|
||||||
|
|
||||||
class FailedToFindInstalledPackageException internal constructor(packageName: String) :
|
class FailedToFindInstalledPackageException internal constructor(packageName: String) :
|
||||||
Exception("Failed to find installed package \"$packageName\" because no activity was found")
|
Exception("Failed to find installed package \"$packageName\" because no activity was found")
|
||||||
|
|
||||||
class PackageNameRequiredException internal constructor() :
|
class PackageNameRequiredException internal constructor() :
|
||||||
Exception("Package name is required")
|
Exception("Package name is required")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,10 @@ import se.vidstige.jadb.RemoteFile
|
|||||||
import se.vidstige.jadb.ShellProcessBuilder
|
import se.vidstige.jadb.ShellProcessBuilder
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
|
internal fun JadbDevice.buildCommand(
|
||||||
internal fun JadbDevice.buildCommand(command: String, su: Boolean = true): ShellProcessBuilder {
|
command: String,
|
||||||
|
su: Boolean = true,
|
||||||
|
): ShellProcessBuilder {
|
||||||
if (su) return shellProcessBuilder("su -c \'$command\'")
|
if (su) return shellProcessBuilder("su -c \'$command\'")
|
||||||
|
|
||||||
val args = command.split(" ") as ArrayList<String>
|
val args = command.split(" ") as ArrayList<String>
|
||||||
@@ -15,14 +17,19 @@ internal fun JadbDevice.buildCommand(command: String, su: Boolean = true): Shell
|
|||||||
return shellProcessBuilder(cmd, *args.toTypedArray())
|
return shellProcessBuilder(cmd, *args.toTypedArray())
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun JadbDevice.run(command: String, su: Boolean = true) =
|
internal fun JadbDevice.run(
|
||||||
this.buildCommand(command, su).start()
|
command: String,
|
||||||
|
su: Boolean = true,
|
||||||
|
) = this.buildCommand(command, su).start()
|
||||||
|
|
||||||
internal fun JadbDevice.hasSu() =
|
internal fun JadbDevice.hasSu() = this.run("whoami", true).waitFor() == 0
|
||||||
this.run("whoami", true).waitFor() == 0
|
|
||||||
|
|
||||||
internal fun JadbDevice.push(file: File, targetFilePath: String) =
|
internal fun JadbDevice.push(
|
||||||
push(file, RemoteFile(targetFilePath))
|
file: File,
|
||||||
|
targetFilePath: String,
|
||||||
|
) = push(file, RemoteFile(targetFilePath))
|
||||||
|
|
||||||
internal fun JadbDevice.createFile(targetFile: String, content: String) =
|
internal fun JadbDevice.createFile(
|
||||||
push(content.byteInputStream(), System.currentTimeMillis(), 644, RemoteFile(targetFile))
|
targetFile: String,
|
||||||
|
content: String,
|
||||||
|
) = push(content.byteInputStream(), System.currentTimeMillis(), 644, RemoteFile(targetFile))
|
||||||
|
|||||||
@@ -6,36 +6,49 @@ internal object Constants {
|
|||||||
internal const val TMP_PATH = "/data/local/tmp/revanced.tmp"
|
internal const val TMP_PATH = "/data/local/tmp/revanced.tmp"
|
||||||
internal const val INSTALLATION_PATH = "/data/adb/revanced/"
|
internal const val INSTALLATION_PATH = "/data/adb/revanced/"
|
||||||
internal const val PATCHED_APK_PATH = "$INSTALLATION_PATH$PLACEHOLDER.apk"
|
internal const val PATCHED_APK_PATH = "$INSTALLATION_PATH$PLACEHOLDER.apk"
|
||||||
internal const val MOUNT_PATH = "/data/adb/service.d/mount_revanced_$PLACEHOLDER.sh"
|
internal const val MOUNT_SCRIPT_PATH = "/data/adb/service.d/mount_revanced_$PLACEHOLDER.sh"
|
||||||
|
|
||||||
internal const val DELETE = "rm -rf $PLACEHOLDER"
|
internal const val DELETE = "rm -rf $PLACEHOLDER"
|
||||||
internal const val CREATE_DIR = "mkdir -p"
|
internal const val CREATE_DIR = "mkdir -p"
|
||||||
internal const val RESOLVE_ACTIVITY = "pm resolve-activity --brief $PLACEHOLDER"
|
internal const val RESTART = "am start -S $PLACEHOLDER"
|
||||||
internal const val RESTART = "$RESOLVE_ACTIVITY | tail -n 1 | " +
|
internal const val KILL = "am force-stop $PLACEHOLDER"
|
||||||
"xargs am start -n && kill ${'$'}(pidof -s $PLACEHOLDER)"
|
internal const val GET_INSTALLED_PATH = "pm path $PLACEHOLDER"
|
||||||
|
|
||||||
internal const val INSTALL_PATCHED_APK = "base_path=\"$PATCHED_APK_PATH\" && " +
|
internal const val INSTALL_PATCHED_APK =
|
||||||
|
"base_path=\"$PATCHED_APK_PATH\" && " +
|
||||||
"mv $TMP_PATH ${'$'}base_path && " +
|
"mv $TMP_PATH ${'$'}base_path && " +
|
||||||
"chmod 644 ${'$'}base_path && " +
|
"chmod 644 ${'$'}base_path && " +
|
||||||
"chown system:system ${'$'}base_path && " +
|
"chown system:system ${'$'}base_path && " +
|
||||||
"chcon u:object_r:apk_data_file:s0 ${'$'}base_path"
|
"chcon u:object_r:apk_data_file:s0 ${'$'}base_path"
|
||||||
|
|
||||||
internal const val UMOUNT =
|
internal const val UMOUNT =
|
||||||
"grep $PLACEHOLDER /proc/mounts | while read -r line; do echo ${'$'}line | cut -d \" \" -f 2 | sed 's/apk.*/apk/' | xargs -r umount -l; done"
|
"grep $PLACEHOLDER /proc/mounts | while read -r line; do echo ${'$'}line | cut -d ' ' -f 2 | sed 's/apk.*/apk/' | xargs -r umount -l; done"
|
||||||
|
|
||||||
internal const val INSTALL_MOUNT = "mv $TMP_PATH $MOUNT_PATH && chmod +x $MOUNT_PATH"
|
internal const val INSTALL_MOUNT_SCRIPT = "mv $TMP_PATH $MOUNT_SCRIPT_PATH && chmod +x $MOUNT_SCRIPT_PATH"
|
||||||
|
|
||||||
internal val MOUNT_SCRIPT =
|
internal val MOUNT_SCRIPT =
|
||||||
"""
|
"""
|
||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
MAGISKTMP="${'$'}(magisk --path)" || MAGISKTMP=/sbin
|
|
||||||
MIRROR="${'$'}MAGISKTMP/.magisk/mirror"
|
# Use Magisk mirror, if possible.
|
||||||
while [ "${'$'}(getprop sys.boot_completed | tr -d '\r')" != "1" ]; do sleep 1; done
|
if command -v magisk &> /dev/null; then
|
||||||
|
MIRROR="${'$'}(magisk --path)/.magisk/mirror"
|
||||||
base_path="$PATCHED_APK_PATH"
|
fi
|
||||||
stock_path=${'$'}( pm path $PLACEHOLDER | grep base | sed 's/package://g' )
|
|
||||||
|
|
||||||
chcon u:object_r:apk_data_file:s0 ${'$'}base_path
|
# Wait for the system to boot.
|
||||||
mount -o bind ${'$'}MIRROR${'$'}base_path ${'$'}stock_path
|
until [ "$( getprop sys.boot_completed )" = 1 ]; do sleep 3; done
|
||||||
|
until [ -d "/sdcard/Android" ]; do sleep 1; done
|
||||||
|
|
||||||
|
# Unmount any existing mount as a safety measure.
|
||||||
|
$UMOUNT
|
||||||
|
|
||||||
|
base_path="$PATCHED_APK_PATH"
|
||||||
|
stock_path=$( pm path $PLACEHOLDER | grep base | sed 's/package://g' )
|
||||||
|
|
||||||
|
chcon u:object_r:apk_data_file:s0 ${'$'}base_path
|
||||||
|
mount -o bind ${'$'}MIRROR${'$'}base_path ${'$'}stock_path
|
||||||
|
|
||||||
|
# Kill the app to force it to restart the mounted APK in case it's currently running.
|
||||||
|
$KILL
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,10 +10,11 @@ object Logger {
|
|||||||
/**
|
/**
|
||||||
* Rules for allowed loggers.
|
* Rules for allowed loggers.
|
||||||
*/
|
*/
|
||||||
private val allowedLoggersRules = arrayOf<String.() -> Boolean>(
|
private val allowedLoggersRules =
|
||||||
{ startsWith("app.revanced") }, // ReVanced loggers.
|
arrayOf<String.() -> Boolean>(
|
||||||
{ this == "" } // Logs warnings when compiling resources (Logger in class brut.util.OS).
|
{ startsWith("app.revanced") }, // ReVanced loggers.
|
||||||
)
|
{ this == "" }, // Logs warnings when compiling resources (Logger in class brut.util.OS).
|
||||||
|
)
|
||||||
|
|
||||||
private val rootLogger = java.util.logging.Logger.getLogger("")
|
private val rootLogger = java.util.logging.Logger.getLogger("")
|
||||||
|
|
||||||
@@ -48,13 +49,14 @@ object Logger {
|
|||||||
fun addHandler(
|
fun addHandler(
|
||||||
publishHandler: (log: String, level: Level, loggerName: String?) -> Unit,
|
publishHandler: (log: String, level: Level, loggerName: String?) -> Unit,
|
||||||
flushHandler: () -> Unit,
|
flushHandler: () -> Unit,
|
||||||
closeHandler: () -> Unit
|
closeHandler: () -> Unit,
|
||||||
) = object : Handler() {
|
) = object : Handler() {
|
||||||
override fun publish(record: LogRecord) = publishHandler(
|
override fun publish(record: LogRecord) =
|
||||||
formatter.format(record),
|
publishHandler(
|
||||||
record.level,
|
formatter.format(record),
|
||||||
record.loggerName
|
record.level,
|
||||||
)
|
record.loggerName,
|
||||||
|
)
|
||||||
|
|
||||||
override fun flush() = flushHandler()
|
override fun flush() = flushHandler()
|
||||||
|
|
||||||
@@ -77,10 +79,11 @@ object Logger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log.toByteArray().let {
|
log.toByteArray().let {
|
||||||
if (level.intValue() > Level.WARNING.intValue())
|
if (level.intValue() > Level.WARNING.intValue()) {
|
||||||
System.err.write(it)
|
System.err.write(it)
|
||||||
else
|
} else {
|
||||||
System.out.write(it)
|
System.out.write(it)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -91,4 +94,4 @@ object Logger {
|
|||||||
|
|
||||||
addHandler(publishHandler, flushHandler, flushHandler)
|
addHandler(publishHandler, flushHandler, flushHandler)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
package app.revanced.library.zip
|
|
||||||
|
|
||||||
import java.io.DataInput
|
|
||||||
import java.io.DataOutput
|
|
||||||
import java.nio.ByteBuffer
|
|
||||||
|
|
||||||
internal fun UInt.toLittleEndian() =
|
|
||||||
(((this.toInt() and 0xff000000.toInt()) shr 24) or ((this.toInt() and 0x00ff0000) shr 8) or ((this.toInt() and 0x0000ff00) shl 8) or (this.toInt() shl 24)).toUInt()
|
|
||||||
|
|
||||||
internal fun UShort.toLittleEndian() = (this.toUInt() shl 16).toLittleEndian().toUShort()
|
|
||||||
|
|
||||||
internal fun UInt.toBigEndian() = (((this.toInt() and 0xff) shl 24) or ((this.toInt() and 0xff00) shl 8)
|
|
||||||
or ((this.toInt() and 0x00ff0000) ushr 8) or (this.toInt() ushr 24)).toUInt()
|
|
||||||
|
|
||||||
internal fun UShort.toBigEndian() = (this.toUInt() shl 16).toBigEndian().toUShort()
|
|
||||||
|
|
||||||
internal fun ByteBuffer.getUShort() = this.getShort().toUShort()
|
|
||||||
internal fun ByteBuffer.getUInt() = this.getInt().toUInt()
|
|
||||||
|
|
||||||
internal fun ByteBuffer.putUShort(ushort: UShort) = this.putShort(ushort.toShort())
|
|
||||||
internal fun ByteBuffer.putUInt(uint: UInt) = this.putInt(uint.toInt())
|
|
||||||
|
|
||||||
internal fun DataInput.readUShort() = this.readShort().toUShort()
|
|
||||||
internal fun DataInput.readUInt() = this.readInt().toUInt()
|
|
||||||
|
|
||||||
internal fun DataOutput.writeUShort(ushort: UShort) = this.writeShort(ushort.toInt())
|
|
||||||
internal fun DataOutput.writeUInt(uint: UInt) = this.writeInt(uint.toInt())
|
|
||||||
|
|
||||||
internal fun DataInput.readUShortLE() = this.readUShort().toBigEndian()
|
|
||||||
internal fun DataInput.readUIntLE() = this.readUInt().toBigEndian()
|
|
||||||
|
|
||||||
internal fun DataOutput.writeUShortLE(ushort: UShort) = this.writeUShort(ushort.toLittleEndian())
|
|
||||||
internal fun DataOutput.writeUIntLE(uint: UInt) = this.writeUInt(uint.toLittleEndian())
|
|
||||||
@@ -1,197 +0,0 @@
|
|||||||
package app.revanced.library.zip
|
|
||||||
|
|
||||||
import app.revanced.library.zip.structures.ZipEndRecord
|
|
||||||
import app.revanced.library.zip.structures.ZipEntry
|
|
||||||
import java.io.Closeable
|
|
||||||
import java.io.File
|
|
||||||
import java.io.RandomAccessFile
|
|
||||||
import java.nio.ByteBuffer
|
|
||||||
import java.nio.channels.FileChannel
|
|
||||||
import java.util.zip.CRC32
|
|
||||||
import java.util.zip.Deflater
|
|
||||||
|
|
||||||
class ZipFile(file: File) : Closeable {
|
|
||||||
private var entries: MutableList<ZipEntry> = mutableListOf()
|
|
||||||
|
|
||||||
// Open file for writing if it doesn't exist (because the intention is to write) or is writable.
|
|
||||||
private val filePointer: RandomAccessFile = RandomAccessFile(
|
|
||||||
file,
|
|
||||||
if (!file.exists() || file.canWrite()) "rw" else "r"
|
|
||||||
)
|
|
||||||
|
|
||||||
private var centralDirectoryNeedsRewrite = false
|
|
||||||
|
|
||||||
private val compressionLevel = 5
|
|
||||||
|
|
||||||
init {
|
|
||||||
// If file isn't empty try to load entries.
|
|
||||||
if (file.length() > 0) {
|
|
||||||
val endRecord = findEndRecord()
|
|
||||||
|
|
||||||
if (endRecord.diskNumber > 0u || endRecord.totalEntries != endRecord.diskEntries)
|
|
||||||
throw IllegalArgumentException("Multi-file archives are not supported")
|
|
||||||
|
|
||||||
entries = readEntries(endRecord).toMutableList()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Seek back to start for writing.
|
|
||||||
filePointer.seek(0)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun findEndRecord(): ZipEndRecord {
|
|
||||||
// Look from end to start since end record is at the end.
|
|
||||||
for (i in filePointer.length() - 1 downTo 0) {
|
|
||||||
filePointer.seek(i)
|
|
||||||
// Possible beginning of signature.
|
|
||||||
if (filePointer.readByte() == 0x50.toByte()) {
|
|
||||||
// Seek back to get the full int.
|
|
||||||
filePointer.seek(i)
|
|
||||||
val possibleSignature = filePointer.readUIntLE()
|
|
||||||
if (possibleSignature == ZipEndRecord.ECD_SIGNATURE) {
|
|
||||||
filePointer.seek(i)
|
|
||||||
return ZipEndRecord.fromECD(filePointer)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
throw Exception("Couldn't find end record")
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun readEntries(endRecord: ZipEndRecord): List<ZipEntry> {
|
|
||||||
filePointer.seek(endRecord.centralDirectoryStartOffset.toLong())
|
|
||||||
|
|
||||||
val numberOfEntries = endRecord.diskEntries.toInt()
|
|
||||||
|
|
||||||
return buildList(numberOfEntries) {
|
|
||||||
for (i in 1..numberOfEntries) {
|
|
||||||
add(
|
|
||||||
ZipEntry.fromCDE(filePointer).also
|
|
||||||
{
|
|
||||||
//for some reason the local extra field can be different from the central one
|
|
||||||
it.readLocalExtra(
|
|
||||||
filePointer.channel.map(
|
|
||||||
FileChannel.MapMode.READ_ONLY,
|
|
||||||
it.localHeaderOffset.toLong() + 28,
|
|
||||||
2
|
|
||||||
)
|
|
||||||
)
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun writeCD() {
|
|
||||||
val centralDirectoryStartOffset = filePointer.channel.position().toUInt()
|
|
||||||
|
|
||||||
entries.forEach {
|
|
||||||
filePointer.channel.write(it.toCDE())
|
|
||||||
}
|
|
||||||
|
|
||||||
val entriesCount = entries.size.toUShort()
|
|
||||||
|
|
||||||
val endRecord = ZipEndRecord(
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
entriesCount,
|
|
||||||
entriesCount,
|
|
||||||
filePointer.channel.position().toUInt() - centralDirectoryStartOffset,
|
|
||||||
centralDirectoryStartOffset,
|
|
||||||
""
|
|
||||||
)
|
|
||||||
|
|
||||||
filePointer.channel.write(endRecord.toECD())
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun addEntry(entry: ZipEntry, data: ByteBuffer) {
|
|
||||||
centralDirectoryNeedsRewrite = true
|
|
||||||
|
|
||||||
entry.localHeaderOffset = filePointer.channel.position().toUInt()
|
|
||||||
|
|
||||||
filePointer.channel.write(entry.toLFH())
|
|
||||||
filePointer.channel.write(data)
|
|
||||||
|
|
||||||
entries.add(entry)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun addEntryCompressData(entry: ZipEntry, data: ByteArray) {
|
|
||||||
val compressor = Deflater(compressionLevel, true)
|
|
||||||
compressor.setInput(data)
|
|
||||||
compressor.finish()
|
|
||||||
|
|
||||||
val uncompressedSize = data.size
|
|
||||||
val compressedData = ByteArray(uncompressedSize) // I'm guessing compression won't make the data bigger.
|
|
||||||
|
|
||||||
val compressedDataLength = compressor.deflate(compressedData)
|
|
||||||
val compressedBuffer =
|
|
||||||
ByteBuffer.wrap(compressedData.take(compressedDataLength).toByteArray())
|
|
||||||
|
|
||||||
compressor.end()
|
|
||||||
|
|
||||||
val crc = CRC32()
|
|
||||||
crc.update(data)
|
|
||||||
|
|
||||||
entry.compression = 8u // Deflate compression.
|
|
||||||
entry.uncompressedSize = uncompressedSize.toUInt()
|
|
||||||
entry.compressedSize = compressedDataLength.toUInt()
|
|
||||||
entry.crc32 = crc.value.toUInt()
|
|
||||||
|
|
||||||
addEntry(entry, compressedBuffer)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun addEntryCopyData(entry: ZipEntry, data: ByteBuffer, alignment: Int? = null) {
|
|
||||||
alignment?.let {
|
|
||||||
// Calculate where data would end up.
|
|
||||||
val dataOffset = filePointer.filePointer + entry.LFHSize
|
|
||||||
|
|
||||||
val mod = dataOffset % alignment
|
|
||||||
|
|
||||||
// Wrong alignment.
|
|
||||||
if (mod != 0L) {
|
|
||||||
// Add padding at end of extra field.
|
|
||||||
entry.localExtraField =
|
|
||||||
entry.localExtraField.copyOf((entry.localExtraField.size + (alignment - mod)).toInt())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
addEntry(entry, data)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun getDataForEntry(entry: ZipEntry): ByteBuffer {
|
|
||||||
return filePointer.channel.map(
|
|
||||||
FileChannel.MapMode.READ_ONLY,
|
|
||||||
entry.dataOffset.toLong(),
|
|
||||||
entry.compressedSize.toLong()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Copies all entries from [file] to this file but skip already existing entries.
|
|
||||||
*
|
|
||||||
* @param file The file to copy entries from.
|
|
||||||
* @param entryAlignment A function that returns the alignment for a given entry.
|
|
||||||
*/
|
|
||||||
fun copyEntriesFromFileAligned(file: ZipFile, entryAlignment: (entry: ZipEntry) -> Int?) {
|
|
||||||
for (entry in file.entries) {
|
|
||||||
if (entries.any { it.fileName == entry.fileName }) continue // Skip duplicates
|
|
||||||
|
|
||||||
val data = file.getDataForEntry(entry)
|
|
||||||
addEntryCopyData(entry, data, entryAlignment(entry))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun close() {
|
|
||||||
if (centralDirectoryNeedsRewrite) writeCD()
|
|
||||||
filePointer.close()
|
|
||||||
}
|
|
||||||
|
|
||||||
companion object ApkZipFile {
|
|
||||||
private const val DEFAULT_ALIGNMENT = 4
|
|
||||||
private const val LIBRARY_ALIGNMENT = 4096
|
|
||||||
|
|
||||||
val apkZipEntryAlignment = { entry: ZipEntry ->
|
|
||||||
if (entry.compression.toUInt() != 0u) null
|
|
||||||
else if (entry.fileName.endsWith(".so")) LIBRARY_ALIGNMENT
|
|
||||||
else DEFAULT_ALIGNMENT
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
package app.revanced.library.zip.structures
|
|
||||||
|
|
||||||
import app.revanced.library.zip.putUInt
|
|
||||||
import app.revanced.library.zip.putUShort
|
|
||||||
import app.revanced.library.zip.readUIntLE
|
|
||||||
import app.revanced.library.zip.readUShortLE
|
|
||||||
import java.io.DataInput
|
|
||||||
import java.nio.ByteBuffer
|
|
||||||
import java.nio.ByteOrder
|
|
||||||
|
|
||||||
internal class ZipEndRecord(
|
|
||||||
val diskNumber: UShort,
|
|
||||||
val startingDiskNumber: UShort,
|
|
||||||
val diskEntries: UShort,
|
|
||||||
val totalEntries: UShort,
|
|
||||||
val centralDirectorySize: UInt,
|
|
||||||
val centralDirectoryStartOffset: UInt,
|
|
||||||
val fileComment: String,
|
|
||||||
) {
|
|
||||||
|
|
||||||
companion object {
|
|
||||||
const val ECD_HEADER_SIZE = 22
|
|
||||||
const val ECD_SIGNATURE = 0x06054b50u
|
|
||||||
|
|
||||||
fun fromECD(input: DataInput): ZipEndRecord {
|
|
||||||
val signature = input.readUIntLE()
|
|
||||||
|
|
||||||
if (signature != ECD_SIGNATURE)
|
|
||||||
throw IllegalArgumentException("Input doesn't start with end record signature")
|
|
||||||
|
|
||||||
val diskNumber = input.readUShortLE()
|
|
||||||
val startingDiskNumber = input.readUShortLE()
|
|
||||||
val diskEntries = input.readUShortLE()
|
|
||||||
val totalEntries = input.readUShortLE()
|
|
||||||
val centralDirectorySize = input.readUIntLE()
|
|
||||||
val centralDirectoryStartOffset = input.readUIntLE()
|
|
||||||
val fileCommentLength = input.readUShortLE()
|
|
||||||
var fileComment = ""
|
|
||||||
|
|
||||||
if (fileCommentLength > 0u) {
|
|
||||||
val fileCommentBytes = ByteArray(fileCommentLength.toInt())
|
|
||||||
input.readFully(fileCommentBytes)
|
|
||||||
fileComment = fileCommentBytes.toString(Charsets.UTF_8)
|
|
||||||
}
|
|
||||||
|
|
||||||
return ZipEndRecord(
|
|
||||||
diskNumber,
|
|
||||||
startingDiskNumber,
|
|
||||||
diskEntries,
|
|
||||||
totalEntries,
|
|
||||||
centralDirectorySize,
|
|
||||||
centralDirectoryStartOffset,
|
|
||||||
fileComment
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fun toECD(): ByteBuffer {
|
|
||||||
val commentBytes = fileComment.toByteArray(Charsets.UTF_8)
|
|
||||||
|
|
||||||
val buffer = ByteBuffer.allocate(ECD_HEADER_SIZE + commentBytes.size).also { it.order(ByteOrder.LITTLE_ENDIAN) }
|
|
||||||
|
|
||||||
buffer.putUInt(ECD_SIGNATURE)
|
|
||||||
buffer.putUShort(diskNumber)
|
|
||||||
buffer.putUShort(startingDiskNumber)
|
|
||||||
buffer.putUShort(diskEntries)
|
|
||||||
buffer.putUShort(totalEntries)
|
|
||||||
buffer.putUInt(centralDirectorySize)
|
|
||||||
buffer.putUInt(centralDirectoryStartOffset)
|
|
||||||
buffer.putUShort(commentBytes.size.toUShort())
|
|
||||||
|
|
||||||
buffer.put(commentBytes)
|
|
||||||
|
|
||||||
buffer.flip()
|
|
||||||
return buffer
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,187 +0,0 @@
|
|||||||
package app.revanced.library.zip.structures
|
|
||||||
|
|
||||||
import app.revanced.library.zip.*
|
|
||||||
import java.io.DataInput
|
|
||||||
import java.nio.ByteBuffer
|
|
||||||
import java.nio.ByteOrder
|
|
||||||
|
|
||||||
class ZipEntry private constructor(
|
|
||||||
internal val version: UShort,
|
|
||||||
internal val versionNeeded: UShort,
|
|
||||||
internal val flags: UShort,
|
|
||||||
internal var compression: UShort,
|
|
||||||
internal val modificationTime: UShort,
|
|
||||||
internal val modificationDate: UShort,
|
|
||||||
internal var crc32: UInt,
|
|
||||||
internal var compressedSize: UInt,
|
|
||||||
internal var uncompressedSize: UInt,
|
|
||||||
internal val diskNumber: UShort,
|
|
||||||
internal val internalAttributes: UShort,
|
|
||||||
internal val externalAttributes: UInt,
|
|
||||||
internal var localHeaderOffset: UInt,
|
|
||||||
internal val fileName: String,
|
|
||||||
internal val extraField: ByteArray,
|
|
||||||
internal val fileComment: String,
|
|
||||||
internal var localExtraField: ByteArray = ByteArray(0), //separate for alignment
|
|
||||||
) {
|
|
||||||
internal val LFHSize: Int
|
|
||||||
get() = LFH_HEADER_SIZE + fileName.toByteArray(Charsets.UTF_8).size + localExtraField.size
|
|
||||||
|
|
||||||
internal val dataOffset: UInt
|
|
||||||
get() = localHeaderOffset + LFHSize.toUInt()
|
|
||||||
|
|
||||||
constructor(fileName: String) : this(
|
|
||||||
0x1403u, //made by unix, version 20
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0x0821u, //seems to be static time google uses, no idea
|
|
||||||
0x0221u, //same as above
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
0u,
|
|
||||||
fileName,
|
|
||||||
ByteArray(0),
|
|
||||||
""
|
|
||||||
)
|
|
||||||
|
|
||||||
companion object {
|
|
||||||
internal const val CDE_HEADER_SIZE = 46
|
|
||||||
internal const val CDE_SIGNATURE = 0x02014b50u
|
|
||||||
|
|
||||||
internal const val LFH_HEADER_SIZE = 30
|
|
||||||
internal const val LFH_SIGNATURE = 0x04034b50u
|
|
||||||
|
|
||||||
internal fun fromCDE(input: DataInput): ZipEntry {
|
|
||||||
val signature = input.readUIntLE()
|
|
||||||
|
|
||||||
if (signature != CDE_SIGNATURE)
|
|
||||||
throw IllegalArgumentException("Input doesn't start with central directory entry signature")
|
|
||||||
|
|
||||||
val version = input.readUShortLE()
|
|
||||||
val versionNeeded = input.readUShortLE()
|
|
||||||
var flags = input.readUShortLE()
|
|
||||||
val compression = input.readUShortLE()
|
|
||||||
val modificationTime = input.readUShortLE()
|
|
||||||
val modificationDate = input.readUShortLE()
|
|
||||||
val crc32 = input.readUIntLE()
|
|
||||||
val compressedSize = input.readUIntLE()
|
|
||||||
val uncompressedSize = input.readUIntLE()
|
|
||||||
val fileNameLength = input.readUShortLE()
|
|
||||||
var fileName = ""
|
|
||||||
val extraFieldLength = input.readUShortLE()
|
|
||||||
val extraField = ByteArray(extraFieldLength.toInt())
|
|
||||||
val fileCommentLength = input.readUShortLE()
|
|
||||||
var fileComment = ""
|
|
||||||
val diskNumber = input.readUShortLE()
|
|
||||||
val internalAttributes = input.readUShortLE()
|
|
||||||
val externalAttributes = input.readUIntLE()
|
|
||||||
val localHeaderOffset = input.readUIntLE()
|
|
||||||
|
|
||||||
val variableFieldsLength =
|
|
||||||
fileNameLength.toInt() + extraFieldLength.toInt() + fileCommentLength.toInt()
|
|
||||||
|
|
||||||
if (variableFieldsLength > 0) {
|
|
||||||
val fileNameBytes = ByteArray(fileNameLength.toInt())
|
|
||||||
input.readFully(fileNameBytes)
|
|
||||||
fileName = fileNameBytes.toString(Charsets.UTF_8)
|
|
||||||
|
|
||||||
input.readFully(extraField)
|
|
||||||
|
|
||||||
val fileCommentBytes = ByteArray(fileCommentLength.toInt())
|
|
||||||
input.readFully(fileCommentBytes)
|
|
||||||
fileComment = fileCommentBytes.toString(Charsets.UTF_8)
|
|
||||||
}
|
|
||||||
|
|
||||||
flags = (flags and 0b1000u.inv()
|
|
||||||
.toUShort()) //disable data descriptor flag as they are not used
|
|
||||||
|
|
||||||
return ZipEntry(
|
|
||||||
version,
|
|
||||||
versionNeeded,
|
|
||||||
flags,
|
|
||||||
compression,
|
|
||||||
modificationTime,
|
|
||||||
modificationDate,
|
|
||||||
crc32,
|
|
||||||
compressedSize,
|
|
||||||
uncompressedSize,
|
|
||||||
diskNumber,
|
|
||||||
internalAttributes,
|
|
||||||
externalAttributes,
|
|
||||||
localHeaderOffset,
|
|
||||||
fileName,
|
|
||||||
extraField,
|
|
||||||
fileComment,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal fun readLocalExtra(buffer: ByteBuffer) {
|
|
||||||
buffer.order(ByteOrder.LITTLE_ENDIAN)
|
|
||||||
localExtraField = ByteArray(buffer.getUShort().toInt())
|
|
||||||
}
|
|
||||||
|
|
||||||
internal fun toLFH(): ByteBuffer {
|
|
||||||
val nameBytes = fileName.toByteArray(Charsets.UTF_8)
|
|
||||||
|
|
||||||
val buffer = ByteBuffer.allocate(LFH_HEADER_SIZE + nameBytes.size + localExtraField.size)
|
|
||||||
.also { it.order(ByteOrder.LITTLE_ENDIAN) }
|
|
||||||
|
|
||||||
buffer.putUInt(LFH_SIGNATURE)
|
|
||||||
buffer.putUShort(versionNeeded)
|
|
||||||
buffer.putUShort(flags)
|
|
||||||
buffer.putUShort(compression)
|
|
||||||
buffer.putUShort(modificationTime)
|
|
||||||
buffer.putUShort(modificationDate)
|
|
||||||
buffer.putUInt(crc32)
|
|
||||||
buffer.putUInt(compressedSize)
|
|
||||||
buffer.putUInt(uncompressedSize)
|
|
||||||
buffer.putUShort(nameBytes.size.toUShort())
|
|
||||||
buffer.putUShort(localExtraField.size.toUShort())
|
|
||||||
|
|
||||||
buffer.put(nameBytes)
|
|
||||||
buffer.put(localExtraField)
|
|
||||||
|
|
||||||
buffer.flip()
|
|
||||||
return buffer
|
|
||||||
}
|
|
||||||
|
|
||||||
internal fun toCDE(): ByteBuffer {
|
|
||||||
val nameBytes = fileName.toByteArray(Charsets.UTF_8)
|
|
||||||
val commentBytes = fileComment.toByteArray(Charsets.UTF_8)
|
|
||||||
|
|
||||||
val buffer =
|
|
||||||
ByteBuffer.allocate(CDE_HEADER_SIZE + nameBytes.size + extraField.size + commentBytes.size)
|
|
||||||
.also { it.order(ByteOrder.LITTLE_ENDIAN) }
|
|
||||||
|
|
||||||
buffer.putUInt(CDE_SIGNATURE)
|
|
||||||
buffer.putUShort(version)
|
|
||||||
buffer.putUShort(versionNeeded)
|
|
||||||
buffer.putUShort(flags)
|
|
||||||
buffer.putUShort(compression)
|
|
||||||
buffer.putUShort(modificationTime)
|
|
||||||
buffer.putUShort(modificationDate)
|
|
||||||
buffer.putUInt(crc32)
|
|
||||||
buffer.putUInt(compressedSize)
|
|
||||||
buffer.putUInt(uncompressedSize)
|
|
||||||
buffer.putUShort(nameBytes.size.toUShort())
|
|
||||||
buffer.putUShort(extraField.size.toUShort())
|
|
||||||
buffer.putUShort(commentBytes.size.toUShort())
|
|
||||||
buffer.putUShort(diskNumber)
|
|
||||||
buffer.putUShort(internalAttributes)
|
|
||||||
buffer.putUInt(externalAttributes)
|
|
||||||
buffer.putUInt(localHeaderOffset)
|
|
||||||
|
|
||||||
buffer.put(nameBytes)
|
|
||||||
buffer.put(extraField)
|
|
||||||
buffer.put(commentBytes)
|
|
||||||
|
|
||||||
buffer.flip()
|
|
||||||
return buffer
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -37,7 +37,7 @@ internal object PatchOptionsTest {
|
|||||||
"[{\"patchName\":\"PatchOptionsTestPatch\",\"options\":[{\"key\":\"key1\",\"value\":\"test\"},{\"key\":\"key2\",\"value\":false}]}]"
|
"[{\"patchName\":\"PatchOptionsTestPatch\",\"options\":[{\"key\":\"key1\",\"value\":\"test\"},{\"key\":\"key2\",\"value\":false}]}]"
|
||||||
|
|
||||||
@Patch("PatchOptionsTestPatch")
|
@Patch("PatchOptionsTestPatch")
|
||||||
object PatchOptionsTestPatch : BytecodePatch() {
|
object PatchOptionsTestPatch : BytecodePatch(emptySet()) {
|
||||||
var option1 by stringPatchOption("key1", null, null, "title1", "description1")
|
var option1 by stringPatchOption("key1", null, null, "title1", "description1")
|
||||||
var option2 by booleanPatchOption("key2", true, null, "title2", "description2")
|
var option2 by booleanPatchOption("key2", true, null, "title2", "description2")
|
||||||
|
|
||||||
@@ -45,4 +45,4 @@ internal object PatchOptionsTest {
|
|||||||
// Do nothing
|
// Do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,15 +4,116 @@ import app.revanced.patcher.PatchSet
|
|||||||
import app.revanced.patcher.data.BytecodeContext
|
import app.revanced.patcher.data.BytecodeContext
|
||||||
import app.revanced.patcher.patch.BytecodePatch
|
import app.revanced.patcher.patch.BytecodePatch
|
||||||
import app.revanced.patcher.patch.Patch
|
import app.revanced.patcher.patch.Patch
|
||||||
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.booleanPatchOption
|
||||||
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.intArrayPatchOption
|
||||||
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatchOption
|
||||||
import org.junit.jupiter.api.Test
|
import org.junit.jupiter.api.Test
|
||||||
|
import java.io.ByteArrayInputStream
|
||||||
|
import java.io.ByteArrayOutputStream
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
|
|
||||||
internal object PatchUtilsTest {
|
internal object PatchUtilsTest {
|
||||||
|
private val patches =
|
||||||
|
arrayOf(
|
||||||
|
newPatch("some.package", setOf("a")) { stringPatchOption("string", "value") },
|
||||||
|
newPatch("some.package", setOf("a", "b"), use = false),
|
||||||
|
newPatch("some.package", setOf("a", "b", "c"), use = false),
|
||||||
|
newPatch("some.other.package", setOf("b"), use = false),
|
||||||
|
newPatch("some.other.package", setOf("b", "c")) { booleanPatchOption("bool", true) },
|
||||||
|
newPatch("some.other.package", setOf("b", "c", "d")),
|
||||||
|
newPatch("some.other.other.package") { intArrayPatchOption("intArray", arrayOf(1, 2, 3)) },
|
||||||
|
newPatch("some.other.other.package", setOf("a")),
|
||||||
|
newPatch("some.other.other.package", setOf("b")),
|
||||||
|
newPatch("some.other.other.other.package", use = false),
|
||||||
|
newPatch("some.other.other.other.package", use = false),
|
||||||
|
).toSet()
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `empty because package is incompatible with any version`() {
|
||||||
|
assertEqualsVersions(
|
||||||
|
expected = emptyMap(),
|
||||||
|
patches = setOf(newPatch("some.package", emptySet(), use = true)),
|
||||||
|
compatiblePackageNames = setOf("some.package"),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `empty list of versions because package is unconstrained to any version`() {
|
||||||
|
assertEqualsVersions(
|
||||||
|
expected = mapOf("some.package" to linkedMapOf()),
|
||||||
|
patches = setOf(newPatch("some.package")),
|
||||||
|
compatiblePackageNames = setOf("some.package"),
|
||||||
|
countUnusedPatches = true,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `empty because no known package was supplied`() {
|
||||||
|
assertEqualsVersions(
|
||||||
|
expected = emptyMap(),
|
||||||
|
patches,
|
||||||
|
compatiblePackageNames = setOf("unknown.package"),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `common versions correctly ordered for each package`() {
|
||||||
|
fun assertEqualsExpected(compatiblePackageNames: Set<String>?) =
|
||||||
|
assertEqualsVersions(
|
||||||
|
expected =
|
||||||
|
mapOf(
|
||||||
|
"some.package" to linkedMapOf("a" to 3, "b" to 2, "c" to 1),
|
||||||
|
"some.other.package" to linkedMapOf("b" to 3, "c" to 2, "d" to 1),
|
||||||
|
"some.other.other.package" to linkedMapOf("a" to 1, "b" to 1),
|
||||||
|
"some.other.other.other.package" to linkedMapOf(),
|
||||||
|
),
|
||||||
|
patches,
|
||||||
|
compatiblePackageNames,
|
||||||
|
countUnusedPatches = true,
|
||||||
|
)
|
||||||
|
|
||||||
|
assertEqualsExpected(
|
||||||
|
compatiblePackageNames =
|
||||||
|
setOf(
|
||||||
|
"some.package",
|
||||||
|
"some.other.package",
|
||||||
|
"some.other.other.package",
|
||||||
|
"some.other.other.other.package",
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
|
assertEqualsExpected(
|
||||||
|
compatiblePackageNames = null,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `common versions correctly ordered for each package without counting unused patches`() {
|
||||||
|
assertEqualsVersions(
|
||||||
|
expected =
|
||||||
|
mapOf(
|
||||||
|
"some.package" to linkedMapOf("a" to 1),
|
||||||
|
"some.other.package" to linkedMapOf("b" to 2, "c" to 2, "d" to 1),
|
||||||
|
"some.other.other.package" to linkedMapOf("a" to 1, "b" to 1),
|
||||||
|
),
|
||||||
|
patches,
|
||||||
|
compatiblePackageNames =
|
||||||
|
setOf(
|
||||||
|
"some.package",
|
||||||
|
"some.other.package",
|
||||||
|
"some.other.other.package",
|
||||||
|
"some.other.other.other.package",
|
||||||
|
),
|
||||||
|
countUnusedPatches = false,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `return 'a' because it is the most common version`() {
|
fun `return 'a' because it is the most common version`() {
|
||||||
val patches = arrayOf("a", "a", "c", "d", "a", "b", "c", "d", "a", "b", "c", "d")
|
val patches =
|
||||||
.map { version -> newPatch("some.package", version) }
|
arrayOf("a", "a", "c", "d", "a", "b", "c", "d", "a", "b", "c", "d")
|
||||||
.toSet()
|
.map { version -> newPatch("some.package", setOf(version)) }
|
||||||
|
.toSet()
|
||||||
|
|
||||||
assertEqualsVersion("a", patches, "some.package")
|
assertEqualsVersion("a", patches, "some.package")
|
||||||
}
|
}
|
||||||
@@ -24,35 +125,75 @@ internal object PatchUtilsTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `return null because no patch is compatible with the supplied package name`() {
|
fun `return null because no patch is compatible with the supplied package name`() {
|
||||||
val patches = setOf(newPatch("some.package", "a"))
|
val patches = setOf(newPatch("some.package", setOf("a")))
|
||||||
|
|
||||||
assertEqualsVersion(null, patches, "other.package")
|
assertEqualsVersion(null, patches, "other.package")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `return null because no patch compatible package is constrained to a version`() {
|
fun `return null because no compatible package is constrained to a version`() {
|
||||||
val patches = setOf(
|
val patches =
|
||||||
newPatch("other.package"),
|
setOf(
|
||||||
newPatch("other.package"),
|
newPatch("other.package"),
|
||||||
)
|
newPatch("other.package"),
|
||||||
|
)
|
||||||
|
|
||||||
assertEqualsVersion(null, patches, "other.package")
|
assertEqualsVersion(null, patches, "other.package")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun `serializes to and deserializes from JSON string correctly`() {
|
||||||
|
val out = ByteArrayOutputStream()
|
||||||
|
PatchUtils.Json.serialize(patches, outputStream = out)
|
||||||
|
|
||||||
|
val deserialized =
|
||||||
|
PatchUtils.Json.deserialize(
|
||||||
|
ByteArrayInputStream(out.toByteArray()),
|
||||||
|
PatchUtils.Json.FullJsonPatch::class.java,
|
||||||
|
)
|
||||||
|
|
||||||
|
assert(patches.size == deserialized.size)
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun assertEqualsVersions(
|
||||||
|
expected: PackageNameMap,
|
||||||
|
patches: PatchSet,
|
||||||
|
compatiblePackageNames: Set<String>?,
|
||||||
|
countUnusedPatches: Boolean = false,
|
||||||
|
) = assertEquals(
|
||||||
|
expected,
|
||||||
|
PatchUtils.getMostCommonCompatibleVersions(patches, compatiblePackageNames, countUnusedPatches),
|
||||||
|
)
|
||||||
|
|
||||||
private fun assertEqualsVersion(
|
private fun assertEqualsVersion(
|
||||||
expected: String?, patches: PatchSet, compatiblePackageName: String
|
expected: String?,
|
||||||
) = assertEquals(expected, PatchUtils.getMostCommonCompatibleVersion(patches, compatiblePackageName))
|
patches: PatchSet,
|
||||||
|
compatiblePackageName: String,
|
||||||
|
) {
|
||||||
|
assertEquals(
|
||||||
|
expected,
|
||||||
|
PatchUtils.getMostCommonCompatibleVersions(patches, setOf(compatiblePackageName))
|
||||||
|
.entries.firstOrNull()?.value?.keys?.firstOrNull(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
private fun newPatch(packageName: String, vararg versions: String) = object : BytecodePatch() {
|
private fun newPatch(
|
||||||
|
packageName: String,
|
||||||
|
versions: Set<String>? = null,
|
||||||
|
use: Boolean = true,
|
||||||
|
options: Patch<*>.() -> Unit = {},
|
||||||
|
) = object : BytecodePatch(
|
||||||
|
name = "test",
|
||||||
|
compatiblePackages = setOf(CompatiblePackage(packageName, versions?.toSet())),
|
||||||
|
use = use,
|
||||||
|
) {
|
||||||
init {
|
init {
|
||||||
// Set the compatible packages field to the supplied package name and versions reflectively,
|
options()
|
||||||
// because the setter is private but needed for testing.
|
|
||||||
val compatiblePackagesField = Patch::class.java.getDeclaredField("compatiblePackages")
|
|
||||||
|
|
||||||
compatiblePackagesField.isAccessible = true
|
|
||||||
compatiblePackagesField.set(this, setOf(CompatiblePackage(packageName, versions.toSet())))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun execute(context: BytecodeContext) {}
|
override fun execute(context: BytecodeContext) {}
|
||||||
|
|
||||||
|
// Needed to make the patches unique.
|
||||||
|
override fun equals(other: Any?) = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user