Commit Graph

150 Commits

Author SHA1 Message Date
oSumAtrIX
351de6cb90
fix: wrong use of dependency to revanced-patches
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 23:15:31 +02:00
oSumAtrIX
52dacc16a0
chore: bump project JDK to JDK 17
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 21:37:24 +02:00
semantic-release-bot
a7493e5e43 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/revanced/revanced-cli/compare/v1.0.1...v1.1.0) (2022-05-07)

### Bug Fixes

* ClassLoader not working with Java 9+ ([3a11e11](3a11e1135b))
* leftover TODOs ([5b1139c](5b1139ce43))

### Features

* run `release.yml` workflow on branch `dev` ([9a64730](9a6473056b))
2022-05-07 19:26:36 +00:00
oSumAtrIX
46c275feb5
Merge pull request #10 from revanced/dev
feat: support java version 9+
2022-05-07 21:25:28 +02:00
oSumAtrIX
4fe620e84b
chore: bump java-version for action setup-java
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 21:21:44 +02:00
semantic-release-bot
7b1f10a8e9 chore(release): 1.1.0-dev.1 [skip ci]
# [1.1.0-dev.1](https://github.com/revanced/revanced-cli/compare/v1.0.1...v1.1.0-dev.1) (2022-05-07)

### Bug Fixes

* ClassLoader not working with Java 9+ ([3a11e11](3a11e1135b))
* leftover TODOs ([5b1139c](5b1139ce43))

### Features

* run `release.yml` workflow on branch `dev` ([9a64730](9a6473056b))
2022-05-07 19:20:22 +00:00
oSumAtrIX
9a6473056b
feat: run release.yml workflow on branch dev
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 21:19:01 +02:00
oSumAtrIX
a108c92ade
Merge pull request #9 from danthe1st/main
fix: ClassLoader not working with Java 9+
2022-05-07 21:15:02 +02:00
oSumAtrIX
5b1139ce43
fix: leftover TODOs
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 21:13:28 +02:00
danthe1st
3a11e1135b
fix: ClassLoader not working with Java 9+ 2022-05-07 21:08:11 +02:00
semantic-release-bot
7a6025a278 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/revanced/revanced-cli/compare/v1.0.0...v1.0.1) (2022-05-07)

### Bug Fixes

* broken script `CONTENT_UNMOUNT_SCRIPT` ([be53e64](be53e649a7))
* use latest version of patches dependency ([029f1ad](029f1ad722))
2022-05-07 16:16:48 +00:00
oSumAtrIX
f0d79941aa
Merge remote-tracking branch 'origin/main' 2022-05-07 18:15:18 +02:00
oSumAtrIX
029f1ad722
fix: use latest version of patches dependency
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 18:15:02 +02:00
oSumAtrIX
be53e649a7
fix: broken script CONTENT_UNMOUNT_SCRIPT
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-07 18:13:14 +02:00
semantic-release-bot
f799d139ea chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-05-07)

### Bug Fixes

* deploy to `adb` ([f9b987e](f9b987e858))
* gradle build script ([6ffba3e](6ffba3ef0a))
* gradle sync dependencies ([407efdc](407efdc8df))
* make cli compatible with breaking changes of the patcher ([555b38f](555b38f386))
* make integrations optional ([bea8b82](bea8b829c7))
* resolve signatures before applying patches ([c9941fe](c9941fe182))
* this tiny thing has caused me the worst headache ever in my life ([a37304e](a37304e032))
* uncomment merging integrations ([f2d9da4](f2d9da4dca))
* unfinished todo message ([fb068ef](fb068ef753))
* unmount script `CONTENT_UMOUNT_SCRIPT` ([3a2fa30](3a2fa30676))
* update cli for new patcher version ([9fc2f96](9fc2f9602a))

### Features

* Add CLI ([6664f49](6664f49a11))
* Add progress bar ([8d96ec8](8d96ec83cb))
* add semantic-release ([78d7aa3](78d7aa361e))
* Added root-only adb runner (tested on emulator) ([37ecc5e](37ecc5eaa6))
* integrations merge ([919b34e](919b34e174))
* load patches dynamically & use kotlinx.cli ([4624384](4624384f28))
2022-05-07 04:13:33 +00:00
oSumAtrIX
78d7aa361e
feat: add semantic-release 2022-05-07 06:09:45 +02:00
oSumAtrIX
3a2fa30676
fix: unmount script CONTENT_UMOUNT_SCRIPT 2022-05-07 05:41:34 +02:00
oSumAtrIX
167695f083
chore: bump revanced-patches version 2022-05-07 05:40:36 +02:00
oSumAtrIX
3cf297e3d6
Migrate to new organization 2022-05-07 01:23:20 +02:00
oSumAtrIX
38863d532e
Create LICENSE 2022-05-06 23:05:42 +02:00
oSumAtrIX
d72d04d24f
Merge pull request #3 from ReVancedTeam/picocli
refactor: migrate to `picocli`
2022-05-06 03:09:17 +02:00
oSumAtrIX
59c423bea0
add: proper console output
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-06 03:09:00 +02:00
oSumAtrIX
f4a7860bb3
Merge pull request #6 from ReVancedTeam/adb-deploy
add: deploy to `adb`
2022-05-06 03:01:17 +02:00
oSumAtrIX
f9b987e858
fix: deploy to adb
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-06 03:00:02 +02:00
oSumAtrIX
3776ab9a0b
Merge branch 'picocli' into adb-deploy
# Conflicts:
#	src/main/kotlin/app/revanced/cli/MainCommand.kt
2022-05-06 01:23:08 +02:00
Canny1913
6ffba3ef0a
fix: gradle build script
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-06 01:21:05 +02:00
oSumAtrIX
de2d29c464
add: deploy to adb
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-05 01:43:35 +02:00
oSumAtrIX
eab58aa0a2
Merge pull request #5 from ReVancedTeam/resource-patcher
add: support for resource patching
2022-05-04 23:58:22 +02:00
oSumAtrIX
03f2c5185e
add: wipe-after option
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-04 23:56:30 +02:00
oSumAtrIX
57af32208d
add: resource patcher
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-04 23:48:11 +02:00
oSumAtrIX
f6d60a3460
refactor: migration to picocli
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-01 02:07:25 +02:00
Lucaskyy
58213781e1
refactor: rename & change some things 2022-04-16 13:49:25 +02:00
Lucaskyy
fb068ef753
fix: unfinished todo message 2022-04-15 23:43:21 +02:00
Lucaskyy
37ecc5eaa6
feat: Added root-only adb runner (tested on emulator)
I spent almost an entire day on this, you better be happy!
2022-04-15 23:40:09 +02:00
oSumAtrIX
c9941fe182
fix: resolve signatures before applying patches
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-04-14 22:59:56 +02:00
oSumAtrIX
f2d9da4dca
fix: uncomment merging integrations
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-04-14 10:59:39 +02:00
oSumAtrIX
d14fd901c0
refact: remove obsolete SignatureParser
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-04-14 10:59:04 +02:00
oSumAtrIX
555b38f386
fix: make cli compatible with breaking changes of the patcher
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-04-14 10:26:38 +02:00
Lucaskyy
9fc2f9602a
fix: update cli for new patcher version 2022-04-12 19:12:35 +02:00
Lucaskyy
a37304e032
fix: this tiny thing has caused me the worst headache ever in my life 2022-04-12 16:29:21 +02:00
Lucaskyy
8d96ec83cb
feat: Add progress bar 2022-04-11 19:19:35 +02:00
Lucaskyy
bea8b829c7
fix: make integrations optional 2022-04-11 11:44:59 +02:00
oSumAtrIX
967fac48d0
add: missing integrations parameter 2022-04-11 04:08:20 +02:00
Lucaskyy
4624384f28
feat: load patches dynamically & use kotlinx.cli
Patches are now loaded dynamically and the CLI now links to the patches library. Also decided to use the CLI library from kotlinx, since that's friendlier than whatever we had before.
2022-04-10 22:21:57 +02:00
Lucaskyy
e50071aa61
refactor: migrate to Kotlin build scripts 2022-04-10 19:36:51 +02:00
oSumAtrIX
407efdc8df
fix: gradle sync dependencies 2022-04-10 01:35:43 +02:00
oSumAtrIX
b1372c0e9f
chore: apply breaking changes from patcher 2022-04-10 01:34:50 +02:00
oSumAtrIX
1b6757ff40
Fix: use relative paths to temporal dependencies 2022-04-09 05:00:24 +02:00
oSumAtrIX
919b34e174
feat: integrations merge 2022-04-09 04:53:31 +02:00
oSumAtrIX
6664f49a11
feat: Add CLI 2022-04-08 23:49:31 +02:00