oSumAtrIX
6c4c1924ee
feat: migrate logger to slf4j
2022-06-22 14:19:06 +02:00
oSumAtrIX
d7cffea99c
build: bump patcher dependency version
2022-06-22 13:50:55 +02:00
oSumAtrIX
b30c7375a7
fix: migrate to changes of patcher
2022-06-22 12:06:53 +02:00
oSumAtrIX
6f54af5963
build: bump patcher dependency version
2022-06-22 02:57:43 +02:00
Sculas
80c11fef73
fix: update patcher version
2022-06-22 00:00:51 +02:00
Lucaskyy
21747d5552
build: update patcher version
2022-06-21 22:18:35 +02:00
Sculas
09b9027e5e
fix: update patcher version
...
Fixes #45
2022-06-21 18:40:54 +02:00
oSumAtrIX
75c3776498
chore: bump patcher dependency version
2022-06-21 00:37:24 +02:00
Sculas
496f821218
fix: update patcher version (fix apktool)
2022-06-20 17:09:51 +02:00
bogadana
755f2b5afc
update patcher version ( #38 )
2022-06-19 03:50:03 +02:00
Sculas
055c282dd3
fix: update patcher to 1.2.5
2022-06-18 21:40:47 +02:00
Sculas
afff4c8418
fix: dummy publish task (1/2) [skip ci]
2022-06-16 12:09:12 +02:00
Sculas
48102c6607
fix: missing implementation
2022-06-14 01:22:48 +02:00
Sculas
70258e251c
chore: use Kotlin plugin for dependencies
2022-06-14 01:21:29 +02:00
oSumAtrIX
cdc4e9c8ac
chore: publish releases instead of packages
2022-06-14 01:11:54 +02:00
oSumAtrIX
775e2fd906
chore: bump patcher dependency version
2022-06-12 01:38:58 +02:00
oSumAtrIX
ef01bb2016
chore: update to fork for jadb
dependency
2022-06-11 19:15:40 +02:00
oSumAtrIX
6e82418958
fix: Main-Class
attribute pointing to wrong method
2022-06-11 07:45:58 +02:00
oSumAtrIX
9da4f707ac
fix: resource patcher
2022-06-11 06:40:59 +02:00
oSumAtrIX
45171dd4b0
chore: bump patcher dependency
2022-06-05 08:14:59 +02:00
oSumAtrIX
4758289d68
chore: bump patcher dependency
2022-06-04 02:34:03 +02:00
oSumAtrIX
ace70e417f
fix: migrate to latest patcher api changes
2022-06-01 01:41:24 +02:00
tillnelown
e756ac9920
Removes the uneeded revanced-patches dependency
2022-05-28 18:22:51 +02:00
oSumAtrIX
c69170535e
chore: bump patcher version
2022-05-27 14:33:22 +02:00
oSumAtrIX
206f2029d7
fix: invalid code flow when adding patches
2022-05-27 12:25:44 +02:00
oSumAtrIX
11d67bc1ea
chore: update dependencies
2022-05-26 04:08:15 +02:00
oSumAtrIX
97a036bfbc
chore: update kotlin jvm
...
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-24 00:17:02 +02:00
oSumAtrIX
153d8ce746
chore: update dependencies
...
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-23 20:56:22 +02:00
oSumAtrIX
51d250491f
fix: breaking changes by revanced-patcher
dependency
...
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-22 13:47:45 +02:00
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
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
78d7aa361e
feat: add semantic-release
2022-05-07 06:09:45 +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
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
f6d60a3460
refactor: migration to picocli
...
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-05-01 02:07:25 +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
Lucaskyy
8d96ec83cb
feat: Add progress bar
2022-04-11 19:19:35 +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