Commit Graph

91 Commits

Author SHA1 Message Date
6d60541626 chore(deps): meet patcher breaking changes 2023-03-03 03:11:44 +03:00
a635e5b8d0 chore: addFiles -> addIntegrations (#725)
fix #721
2023-03-02 14:51:35 +07:00
8e3ba88318 chore: bump gradle 7.5-rc.1 -> 7.6.1 (#717)
* chore: upgrade gradle from 7.5-rc.1 -> 7.6.1

* chore: remove unrelated changes
2023-02-27 19:26:10 +07:00
ab8fccc544 chore(deps): bump patcher version from 6.4.3 -> 7.0.0 2023-02-27 19:19:19 +07:00
8319dc9164 fix: improperly sized monochrome icon (#715) 2023-02-27 19:07:44 +07:00
dc665f227e fix: use high resolution adaptive icons (#675)
Use high-resolution icons instead of the low-resolution ones on ReVanced Manager.

Commits:
* High resolution adaptive icons, built using revanced-logo-no-background.svg

Same icons currently used for ReVanced YouTube.

* tweak background color to match revanced-logo-no-background.svg

* recreated foreground using 'revanced-logo-shape.svg'

* updated full resolution icons, using same ratio as original SVG

* updated icons with gradient border
2023-02-17 19:28:01 +07:00
8c8f96de1c build: bump patcher version 2023-02-11 23:59:47 +07:00
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
cdd852678b build: bump patcher version 2023-01-18 22:07:00 +01:00
bf518b5467 bump: kotlin gradle plugin 2023-01-18 22:07:00 +01:00
9668730b5d build: bump patcher version (#610) 2022-12-19 01:35:58 +01:00
3ce3df5e19 build: bump patcher version 2022-12-14 06:04:10 +01:00
adfeb61eab fix: print patch fail cause if message is null 2022-12-12 22:32:11 +03:00
c81acce31c feat: improve patch fail logging 2022-12-12 17:09:32 +03:00
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
99764e25ed build: bump patcher dependency version 2022-12-06 03:14:35 +01:00
1601796c6c build: bump patcher dependency. 2022-11-29 21:03:12 +05:30
922f474b59 fix: apply correct patch if patch names are same (#535) 2022-11-24 20:14:04 +03:00
ee689922a3 feat: do not update on tracing logs 2022-11-11 16:15:23 +01:00
b00d2d16d4 feat: simplify logging (#305)
Co-authored-by: Ushie <ushiekane@gmail.com>
2022-11-02 00:02:51 +03:00
cc00d0dc08 bump: kotlin gradle plugin (#461) 2022-11-01 19:03:26 +03:00
f1261398e9 feat: sentry integration. 2022-10-14 23:35:33 +05:30
c6edc620c8 feat: cronet lib for non gms device. 2022-10-12 01:52:57 +05:30
8275792f45 chore: bump patcher dependency version to v6.0.0 (#355) 2022-10-06 11:26:20 +02:00
1aa24e2871 fix: print stack trace of patch exceptions (#314) 2022-10-03 22:34:46 +05:30
74ff64d41a chore: bump patcher dependency version to v5.1.2 2022-10-01 02:15:08 +02:00
5418c36716 feat: use patcher for resourcePatch detection (#337)
Co-authored-by: Aunali321 <aunvakil.aa@gmail.com>
2022-09-30 21:36:39 +03:00
e12532ea4c chore: bump patcher dependency version to v5.1.0 2022-09-26 04:34:23 +02:00
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
fa0f250e27 build: bump patcher dependency version to v5.0.1 2022-09-23 07:45:44 +02:00
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
ab312dec43 build: bump patcher dependency version to v5.0.0 2022-09-21 04:16:19 +02:00
0e1fa1a5d6 build: bump patcher dependency 2022-09-18 08:38:03 +02:00
5a3884e159 fix: Fix uninstall apps 2022-09-18 05:06:23 +01:00
257fd46e27 fix: Improve quality of launcher and splash icons 2022-09-18 01:23:21 +01:00
bb96c3ed63 fix: Make sure aapt lib gets extracted to native lib dir during install 2022-09-17 22:54:38 +01:00
0424ee235c build: Bump patcher dependency version 2022-09-17 14:51:09 +01:00
73e4ae1416 build: restrict manager to android 8. 2022-09-17 16:14:24 +03:00
cf3fa935ce fix: Fix select from storage for Android 13 devices 2022-09-15 02:18:07 +01:00
30d9b5f6fe fix: These foreground icons are more appropriate for each dpi size 2022-09-15 01:30:14 +01:00
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
85cd176347 chore: exclude aapt prebuilt (from apktool) 2022-09-14 23:22:18 +02:00
2f78af7f08 refactor: more cleanup 2022-09-14 23:16:48 +02:00
a4b5fc4796 chore: update dependencies 2022-09-14 23:16:33 +02:00
eef9c2bf31 refactor: cleanup code & fix warnings 2022-09-14 23:09:18 +02:00
84813d34c6 refactor: move classes to flutter pkg 2022-09-14 23:05:47 +02:00
aad7e06f2e chore: update gradle 2022-09-14 23:03:15 +02:00
2b5a0286ed fix: file not recognized. 2022-09-15 02:04:05 +05:30
6e4837da27 fix: should fix picking wrong jni lib. 2022-09-15 01:42:46 +05:30
27d6eb25a6 fix: Use adaptive icons when possible and improve existing png's 2022-09-14 18:58:44 +01:00