Commit Graph

84 Commits

Author SHA1 Message Date
Bennett
4df690c2a2
feat: monochrome icon + predictive back gesture (#591)
* Add monochrome icon

* Enable predictive back gesture

* feat: monochrome icon + predictive back gesture
2023-01-30 01:23:56 +03:00
oSumAtrIX
cdd852678b
build: bump patcher version 2023-01-18 22:07:00 +01:00
Ushie
bf518b5467
bump: kotlin gradle plugin 2023-01-18 22:07:00 +01:00
oSumAtrIX
9668730b5d
build: bump patcher version (#610) 2022-12-19 01:35:58 +01:00
oSumAtrIX
3ce3df5e19
build: bump patcher version 2022-12-14 06:04:10 +01:00
Canny
adfeb61eab
fix: print patch fail cause if message is null 2022-12-12 22:32:11 +03:00
Ushie
c81acce31c feat: improve patch fail logging 2022-12-12 17:09:32 +03:00
aliernfrog
ff90dae695
feat: add support for shared patches (#577)
* fix: avoid npe if a patch has empty compatible package.

* feat: support for shared patches

* fix: incorrect bool check and cleanup

Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2022-12-11 18:00:44 +05:30
oSumAtrIX
99764e25ed
build: bump patcher dependency version 2022-12-06 03:14:35 +01:00
Aunali321
1601796c6c build: bump patcher dependency. 2022-11-29 21:03:12 +05:30
d4rkk3y
922f474b59
fix: apply correct patch if patch names are same (#535) 2022-11-24 20:14:04 +03:00
oSumAtrIX
ee689922a3
feat: do not update on tracing logs 2022-11-11 16:15:23 +01:00
oSumAtrIX
b00d2d16d4
feat: simplify logging (#305)
Co-authored-by: Ushie <ushiekane@gmail.com>
2022-11-02 00:02:51 +03:00
Ushie
cc00d0dc08
bump: kotlin gradle plugin (#461) 2022-11-01 19:03:26 +03:00
Aunali321
f1261398e9 feat: sentry integration. 2022-10-14 23:35:33 +05:30
Aunali321
c6edc620c8 feat: cronet lib for non gms device. 2022-10-12 01:52:57 +05:30
oSumAtrIX
8275792f45
chore: bump patcher dependency version to v6.0.0 (#355) 2022-10-06 11:26:20 +02:00
oSumAtrIX
1aa24e2871
fix: print stack trace of patch exceptions (#314) 2022-10-03 22:34:46 +05:30
oSumAtrIX
74ff64d41a
chore: bump patcher dependency version to v5.1.2 2022-10-01 02:15:08 +02:00
Ushie
5418c36716
feat: use patcher for resourcePatch detection (#337)
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2022-09-30 21:36:39 +03:00
oSumAtrIX
e12532ea4c
chore: bump patcher dependency version to v5.1.0 2022-09-26 04:34:23 +02:00
Alberto Ponces
2a0ea78d7f feat: Adds support for patching on x86 and x64 devices
Introduces new aapt2 binaries from revanced/aapt2
2022-09-24 12:05:36 +01:00
oSumAtrIX
fa0f250e27
build: bump patcher dependency version to v5.0.1 2022-09-23 07:45:44 +02:00
Alberto Ponces
1028ec8e2a fix: Prevent Manager from crashing when a patcher exception occurs and print its stack trace on installer's log 2022-09-23 00:38:42 +01:00
oSumAtrIX
ab312dec43
build: bump patcher dependency version to v5.0.0 2022-09-21 04:16:19 +02:00
oSumAtrIX
0e1fa1a5d6
build: bump patcher dependency 2022-09-18 08:38:03 +02:00
Alberto Ponces
5a3884e159 fix: Fix uninstall apps 2022-09-18 05:06:23 +01:00
Alberto Ponces
257fd46e27 fix: Improve quality of launcher and splash icons 2022-09-18 01:23:21 +01:00
Alberto Ponces
bb96c3ed63 fix: Make sure aapt lib gets extracted to native lib dir during install 2022-09-17 22:54:38 +01:00
Alberto Ponces
0424ee235c build: Bump patcher dependency version 2022-09-17 14:51:09 +01:00
Aunali321
73e4ae1416
build: restrict manager to android 8. 2022-09-17 16:14:24 +03:00
Alberto Ponces
cf3fa935ce fix: Fix select from storage for Android 13 devices 2022-09-15 02:18:07 +01:00
Alberto Ponces
30d9b5f6fe fix: These foreground icons are more appropriate for each dpi size 2022-09-15 01:30:14 +01:00
Alberto Ponces
34e67d396f fix: Remove unneeded WRITE_EXTERNAL_STORAGE and limit READ_EXTERNAL_STORAGE to SDK versions lower than 33 2022-09-15 00:54:51 +01:00
Sculas
85cd176347
chore: exclude aapt prebuilt (from apktool) 2022-09-14 23:22:18 +02:00
Sculas
2f78af7f08
refactor: more cleanup 2022-09-14 23:16:48 +02:00
Sculas
a4b5fc4796
chore: update dependencies 2022-09-14 23:16:33 +02:00
Sculas
eef9c2bf31
refactor: cleanup code & fix warnings 2022-09-14 23:09:18 +02:00
Sculas
84813d34c6
refactor: move classes to flutter pkg 2022-09-14 23:05:47 +02:00
Sculas
aad7e06f2e
chore: update gradle 2022-09-14 23:03:15 +02:00
Aunali321
2b5a0286ed fix: file not recognized. 2022-09-15 02:04:05 +05:30
Aunali321
6e4837da27
fix: should fix picking wrong jni lib. 2022-09-15 01:42:46 +05:30
Alberto Ponces
27d6eb25a6 fix: Use adaptive icons when possible and improve existing png's 2022-09-14 18:58:44 +01:00
Aunali321
cbb18242a0 refactor: use revanced logo. 2022-09-14 20:39:18 +05:30
Alberto Ponces
6ef716b0e4 fix: One more fix to root installations management 2022-09-14 09:59:56 +01:00
Alberto Ponces
d613cece15 fix: Improve root installations management to fix patching of already patched apps 2022-09-13 16:54:43 +01:00
Alberto Ponces
f67425cde3 fix: Use java.io.File.copyTo instead 2022-09-12 14:21:11 +01:00
Aunali321
1c75c81b90 refactor: change package name. 2022-09-12 18:23:34 +05:30
Aunali321
f55ec6a941 build: bump patcher dependency. 2022-09-08 22:48:16 +05:30
Alberto Ponces
877ed317be Revert "fix: Try to improve Patcher's performance by disabling hardware acceleration"
This reverts commit 002f7013fd.

This fixes keyboard being transparent/hidden when TextFields are focused.
2022-09-08 12:52:23 +01:00