Commit Graph

873 Commits

Author SHA1 Message Date
oSumAtrIX f57e571a14
chore: Merge branch `dev` to `main` (#276) 2024-02-25 03:33:57 +01:00
oSumAtrIX fe616beb22
docs: Add documentation (#278) 2024-02-25 03:30:08 +01:00
oSumAtrIX 41257ee87e
chore: Rename issue templates and use relative image paths 2024-02-25 03:26:15 +01:00
oSumAtrIX 33ed5f0aa3
ci: Fix indentation in workflow 2024-02-24 01:15:09 +01:00
oSumAtrIX d0a57ac00d
docs: Add readme and contribution guidelines 2024-02-23 04:00:59 +01:00
oSumAtrIX b0b2c10665
ci: Split release into a separate PR build workflow
Because the release workflow already runs on dev and main, it is not necessary to also trigger it for PRs.
2024-02-23 02:26:30 +01:00
oSumAtrIX cc183062ab
chore: Fix inline comment 2024-02-15 02:46:14 +01:00
oSumAtrIX fe8ea9130d
build: Remove unnecessary `java` plugin 2024-02-14 04:32:33 +01:00
oSumAtrIX f1c60093cf
ci: Update GPG passphrase secret name 2024-02-14 02:49:52 +01:00
oSumAtrIX 687b884dc4
ci: Import GPG key as late as possible
It is not necessary to import it earlier.
2024-02-14 01:59:41 +01:00
semantic-release-bot ceb6fd51c1 chore(release): 19.3.1 [skip ci]
## [19.3.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1) (2024-02-14)
2024-02-14 00:57:51 +00:00
oSumAtrIX 0b223bfe65
chore: Merge branch `dev` to `main` (#275) 2024-02-14 01:55:11 +01:00
semantic-release-bot 308e95cf62 chore(release): 19.3.1-dev.1 [skip ci]
## [19.3.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1-dev.1) (2024-02-14)
2024-02-14 00:51:49 +00:00
oSumAtrIX db8866212a
build: Bump Gradle 2024-02-14 01:50:02 +01:00
oSumAtrIX 608a05d9aa
build: Bump dependencies 2024-02-14 01:50:01 +01:00
oSumAtrIX 55746ed705
build(Needs bump): Add missing repository to publish packages to 2024-02-14 01:47:52 +01:00
semantic-release-bot e33026c538 chore(release): 19.3.0 [skip ci]
# [19.3.0](https://github.com/ReVanced/revanced-patcher/compare/v19.2.0...v19.3.0) (2024-02-14)

### Bug Fixes

* Use `Patch#toString` to get patch class name, when no name available ([c9a8260](c9a82608f7))

### Features

* Read and write arbitrary files in APK files ([f1d7217](f1d7217495))
2024-02-14 00:35:38 +00:00
oSumAtrIX ff215620bb
chore: Merge branch `dev` to `main` (#266) 2024-02-14 01:33:41 +01:00
oSumAtrIX fec31f45da
chore: Add note 2024-02-14 01:14:28 +01:00
oSumAtrIX 7684b70324
build: Publish to GitHub Packages
Because Jitpack can not sign artifacts.
2024-02-14 01:12:54 +01:00
oSumAtrIX 55a5d3bd4e
chore: Fix warnings 2024-02-13 05:27:50 +01:00
semantic-release-bot 17a4675a8e chore(release): 19.3.0-dev.2 [skip ci]
# [19.3.0-dev.2](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0-dev.1...v19.3.0-dev.2) (2024-02-13)
2024-02-13 04:18:58 +00:00
oSumAtrIX 98085d1d45
build(Needs bump): Sign publication artifacts 2024-02-13 05:17:15 +01:00
semantic-release-bot bc5c16f112 chore(release): 19.3.0-dev.1 [skip ci]
# [19.3.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.2.1-dev.1...v19.3.0-dev.1) (2024-02-13)

### Features

* Read and write arbitrary files in APK files ([f1d7217](f1d7217495))
2024-02-13 02:42:39 +00:00
oSumAtrIX f1d7217495
feat: Read and write arbitrary files in APK files
This commit allows reading and writing arbitrary files in an APK file. Additionally it allows deleting files from APK files. A `RawResourcePatch` class has been added which has access to `ResourceContext` but ReVanced Patcher will not decode APK resources. A regular `ResourcePatch` can read and write arbitrary files from an APK file, unless they are decoded to `PatcherConfig.apkFiles`. On attempt to get a file from `PatcherConfig.apkFiles` if the second parameter is true, it will read and write the raw resource file from the original APK to `PatcherConfig.apkFiles` if it does not exist. With this commit, many APIs have been deprecated as well, such as `DomFileEditor` and instead a `Document` has been added.
2024-02-13 03:40:39 +01:00
semantic-release-bot 64dd1526cd chore(release): 19.2.1-dev.1 [skip ci]
## [19.2.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.2.0...v19.2.1-dev.1) (2024-01-27)

### Bug Fixes

* Use `Patch#toString` to get patch class name, when no name available ([c9a8260](c9a82608f7))
2024-01-27 03:08:34 +00:00
oSumAtrIX c9a82608f7
fix: Use `Patch#toString` to get patch class name, when no name available 2024-01-27 04:06:15 +01:00
oSumAtrIX 9fc42e132c
ci: Use latest Node.js LTS version to fix builds
(cherry picked from commit 23b3eb1325704c39db1a99bb169047f4879766d1)
2024-01-27 04:06:15 +01:00
oSumAtrIX efa98ece45
ci: Add dependabot 2024-01-26 01:45:43 +01:00
oSumAtrIX 68e2acebba
build: Bump dependencies 2024-01-26 01:42:02 +01:00
semantic-release-bot 7a7a8fc353 chore(release): 19.2.0 [skip ci]
# [19.2.0](https://github.com/ReVanced/revanced-patcher/compare/v19.1.0...v19.2.0) (2023-12-28)

### Bug Fixes

* Accept `PatchSet` in `PatchesConsumer#acceptPatches` ([716825f](716825f232))

### Features

* Add `PatchExtensions#registerNewPatchOption` function to simplify instantiation and registration of patch options ([4a91845](4a9184597b))
2023-12-28 21:35:22 +00:00
oSumAtrIX f8306ac43d
chore: Merge branch `dev` to `main` (#264) 2023-12-28 22:33:35 +01:00
semantic-release-bot d03591b735 chore(release): 19.2.0-dev.1 [skip ci]
# [19.2.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.1.1-dev.1...v19.2.0-dev.1) (2023-12-22)

### Features

* Add `PatchExtensions#registerNewPatchOption` function to simplify instantiation and registration of patch options ([4a91845](4a9184597b))
2023-12-22 02:23:04 +00:00
oSumAtrIX 4a9184597b
feat: Add `PatchExtensions#registerNewPatchOption` function to simplify instantiation and registration of patch options 2023-12-22 03:20:50 +01:00
oSumAtrIX 0a482f8c9a
refactor: Reduce duplicate code by using a common function to register options 2023-12-22 03:09:42 +01:00
oSumAtrIX e7dacfba8c
build: Simplify enabling local build cache 2023-12-10 21:57:10 +01:00
semantic-release-bot 2d7fffd4ec chore(release): 19.1.1-dev.1 [skip ci]
## [19.1.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.1.0...v19.1.1-dev.1) (2023-12-01)

### Bug Fixes

* Accept `PatchSet` in `PatchesConsumer#acceptPatches` ([716825f](716825f232))
2023-12-01 22:15:43 +00:00
oSumAtrIX f8baabbcec
build: Bump dependencies 2023-12-01 23:13:49 +01:00
oSumAtrIX 716825f232
fix: Accept `PatchSet` in `PatchesConsumer#acceptPatches`
This deprecates accepting `List<Patch<*>>`
2023-12-01 23:10:23 +01:00
semantic-release-bot 58bd46750b chore(release): 19.1.0 [skip ci]
# [19.1.0](https://github.com/ReVanced/revanced-patcher/compare/v19.0.0...v19.1.0) (2023-12-01)

### Features

* Add constructor to initialize patches without annotations ([462fbe2](462fbe2cad))
* Retrieve annotations in super and interface classes ([7aeae93](7aeae93f3d))

### Performance Improvements

* Use a hash set for fast lookup ([f1de9b3](f1de9b39ef))
2023-12-01 00:19:54 +00:00
oSumAtrIX 288240f163
chore: Merge branch `dev` to `main` (#260) 2023-12-01 01:17:47 +01:00
semantic-release-bot ff02452cb8 chore(release): 19.1.0-dev.1 [skip ci]
# [19.1.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.0.0...v19.1.0-dev.1) (2023-11-29)

### Features

* Add constructor to initialize patches without annotations ([462fbe2](462fbe2cad))
* Retrieve annotations in super and interface classes ([7aeae93](7aeae93f3d))

### Performance Improvements

* Use a hash set for fast lookup ([f1de9b3](f1de9b39ef))
2023-11-29 19:28:24 +00:00
oSumAtrIX 462fbe2cad
feat: Add constructor to initialize patches without annotations 2023-11-29 20:26:20 +01:00
oSumAtrIX 7aeae93f3d
feat: Retrieve annotations in super and interface classes 2023-11-29 01:14:46 +01:00
oSumAtrIX f1de9b39ef
perf: Use a hash set for fast lookup 2023-11-28 20:17:46 +01:00
oSumAtrIX db5b0ed7be
refactor: Convert extension property to member 2023-11-28 20:17:02 +01:00
oSumAtrIX 9f28a01c03
refactor: Group related extension functions together 2023-11-28 19:59:18 +01:00
oSumAtrIX 80407b6102
chore: Lint code 2023-11-26 05:57:41 +01:00
oSumAtrIX 287841d806
chore: Add heading to issue templates 2023-11-23 00:56:53 +01:00
oSumAtrIX 10c3be1195
build: Bump Gradle wrapper 2023-11-22 01:04:49 +01:00