Commit Graph

31 Commits

Author SHA1 Message Date
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