100 Commits

Author SHA1 Message Date
oSumAtrIX
ac3a8f66f7
fix: correctly word option descriptions
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-03-02 20:38:02 +01:00
oSumAtrIX
07a423b19e feat: remove option --with-descriptions 2023-01-01 18:11:10 +01:00
oSumAtrIX
31e4a41dd2 fix: do not list compatible packages if patches do not define them 2023-01-01 18:11:10 +01:00
oSumAtrIX
b69e784785
feat: improve description of options (#185) 2022-12-31 19:17:57 +01:00
oSumAtrIX
ad81a1b656
fix: don't log when package is incompatible and exclusive option is used 2022-12-15 23:41:42 +01:00
oSumAtrIX
6e703eb8e8
fix: invalid header when writing a ZipFile (#169) 2022-12-14 01:14:00 +01:00
oSumAtrIX
e035d93d2c
chore: migrate to new changes from the patcher 2022-10-05 04:12:46 +02:00
oSumAtrIX
839854d890
refactor: remove unused variable 2022-10-04 08:30:53 +02:00
oSumAtrIX
b6dff6d832
feat: check, if input file exists 2022-10-01 05:19:42 +02:00
oSumAtrIX
467d8387e6
feat: remove unused option -r 2022-09-26 09:00:14 +02:00
Sculas
3f5345af6e
feat: Patch Options CLI implementation (#132)
* feat: Patch Options CLI implementation

* fix: remove leftover log message
2022-09-08 22:35:09 +02:00
Sculas
f4b04698d8
fix: don't print same patch multiple times 2022-09-08 22:19:53 +02:00
oSumAtrIX
208c5bc5b0
build: bump patcher dependency version 2022-08-07 21:55:15 +02:00
Ankit Majumder
82efd9941f
refactor: spelling mistake (#114) 2022-08-06 09:54:37 +02:00
Sculas
c3d8fecad0
revert: feat: remove extra zipalign step
This reverts commit c8e793efab8eed39b2cb564bee80ef6e0b2a7d03.
2022-08-04 18:40:17 +02:00
bogadana
c8e793efab
feat: remove extra zipalign step (#106)
* feat: remove extra zipalign step

* remove zipfs

* remove use

* reduce compression

* put back misc.xml

* revert stupid autofix
2022-08-03 21:36:38 +02:00
oSumAtrIX
bc17298a80
feat: frameworkFolderLocation patcher option 2022-07-31 05:56:18 +02:00
oSumAtrIX
168c003a31
refactor: create methods in MainCommand class 2022-07-21 23:50:26 +02:00
Canny
96ec6a0384
fix: align every file 2022-07-21 23:49:25 +02:00
Robert
d8dbffd7a7
feat: --custom-aapt2-binary option (#104) 2022-07-21 14:11:26 +02:00
EdgE790
d9c5a179c5
fix: Log not showing in CLI (#80)
* Fix #79. Changed from default StreamHandler to FlushingStreamHandler which flushes after every log statement

* Added removal of handlers, so they will not be duplicated.

* Replaced removal of handlers with addition only in case if there are no handlers already.
Changed errorLogger name from hardcoded to reusing previous logger name, so it will have the same name if only first parameter is used.

* Replaced calls ::javaClass.name to ::class.java.name to have proper class names in loggers
2022-07-11 14:25:17 +02:00
TheJeterLP
a26b0ea64d
fix: Make clear what the --exclusive command actually does 2022-07-10 20:04:47 +02:00
bogadana
125fa06ca6
fix: null exception when resource patching is disabled (#85) 2022-07-10 12:19:09 +02:00
Itroublve
131100ef00
feat: --uninstall switch (#84)
This moves the move unmount script to a command
2022-07-10 12:17:47 +02:00
bogadana
8e91c12c5e
feat: --exclusive switch (#78) 2022-07-10 12:15:28 +02:00
EdgE790
0ddc2b54b7
feat: separate logger to stdout & stderr (#63) 2022-07-03 16:18:13 +02:00
EdgE790
52b316150d
feat: separate options for --list (#60) 2022-07-03 15:57:25 +02:00
bogadana
57a1e7c27f
feat: --include option (#76) 2022-07-03 15:49:25 +02:00
oSumAtrIX
20fa17957e
fix: wrong keystore output path 2022-06-28 00:44:12 +02:00
oSumAtrIX
20e15defc2 fix: wrong separator when using ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
oSumAtrIX
9f91f63220 refactor: ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
oSumAtrIX
df85fa37ef
feat: improve logging 2022-06-23 02:10:11 +02:00
Itroublve
5b8537e6b7
fix: keystore file not found exception (#57)
* fix: keystore file not found exception

* the fix

* fix oopsies
2022-06-22 19:22:19 +02:00
Lucaskyy
1dcdbc9fe9
fix: show actual version in CLI 2022-06-22 16:51:29 +02:00
Lucaskyy
8a49dcc110
Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#	build.gradle.kts
2022-06-22 16:25:53 +02:00
Lucaskyy
4a23cb69bc
feat: add logging back 2022-06-22 16:25:04 +02:00
oSumAtrIX
d335846202
fix: use absolute file path for key store 2022-06-22 15:57:15 +02:00
Lucaskyy
e5a37e0a5f
refactor: move signing logs 2022-06-22 15:00:24 +02:00
Lucaskyy
c94471f464
fix: add back in: option to specify keystore file path 2022-06-22 14:58:12 +02:00
Lucaskyy
2c8a106151
revert: "feat: use of java.util.logging.Logger"
This reverts commit 07f6bdf33069da4e11fc40090feb726433de703e.
This reverts commit 6c4c1924ee9ae75af3449749a6a82b7ae5572129.
2022-06-22 14:56:25 +02:00
oSumAtrIX
6c4c1924ee
feat: migrate logger to slf4j 2022-06-22 14:19:06 +02:00
oSumAtrIX
9331594706
feat: add option to specify keystore file path 2022-06-22 13:50:54 +02:00
oSumAtrIX
07f6bdf330
feat: use of java.util.logging.Logger 2022-06-22 13:50:54 +02:00
oSumAtrIX
a48c0860e3
refactor: simply if condition 2022-06-22 13:50:54 +02:00
oSumAtrIX
b30c7375a7
fix: migrate to changes of patcher 2022-06-22 12:06:53 +02:00
Sculas
f694542d64
fix: wrong variable inverted 2022-06-22 11:49:15 +02:00
bogadana
af32572f29 feat: show description when listing patches 2022-06-22 00:03:48 +02:00
Lucaskyy
29105bab3d
fix: CLI not working 2022-06-21 22:20:08 +02:00
Lucaskyy
31853fe539
fix: improper use of mount variable 2022-06-21 22:19:34 +02:00
Lucaskyy
c272d55e2d
chore: cleanup code 2022-06-21 19:30:24 +02:00