Commit Graph

168 Commits

Author SHA1 Message Date
Howard Wu 6ee21618a6
Fix CrashReportActivity theme (#2226) 2022-11-12 22:18:54 +08:00
LoveSy 466e5537a9
Repo shows assets size and download time (#2202) 2022-10-31 10:54:34 +08:00
TigerBeanst f565075c43
Display module/releases last publish time (#2012)
* Display module/releases last update time

Co-authored-by: Howard20181 <40033067+Howard20181@users.noreply.github.com>
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2022-06-29 21:38:37 +08:00
南宫雪珊 2f0de5b7f3
Fix save log (#1932) 2022-05-11 09:38:39 +00:00
Nullptr dc6cd4b0fd
Fix incorrect mount point on Android 10 (#1870)
* Detect conditions when dex2oat wrapper doesn't work

* No enum

* Copy

* Update

* Update

* Fix dex2oat wrapper on Android 10

* Stupid typo

* Update dex2oat.cpp

Co-authored-by: LoveSy <shana@zju.edu.cn>
2022-04-21 01:40:48 +00:00
Howard Wu abfac93510
Adjusting the dialog style & better RTL support (#1838)
* Adjusting the dialog style

* Fix alignment

* Separate appPackageName and appVersionName from appDescription
2022-04-13 20:12:40 +08:00
Nullptr ee2c1a3320
Fallback if dex2oat wrapper crashes (#1810)
* Fallback if dex2oat wrapper crashes

* Update daemon/src/main/java/org/lsposed/lspd/service/Dex2OatService.java

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>

* Update

Co-authored-by: 残页 <31466456+canyie@users.noreply.github.com>
2022-04-05 09:14:28 +08:00
Nullptr 3ca1478a3a
Optimize dex2oat wrapper (#1805) 2022-04-03 11:30:15 +08:00
LoveSy fe89b8cd89 Mark as experimental feature 2022-02-08 23:34:43 +08:00
vvb2060 7e3d57353e show snackbar after toggling option 2022-02-08 23:34:43 +08:00
kotori0 2582eb3654 add option to disable dex obfuscation 2022-02-08 23:34:43 +08:00
LoveSy 20d5a0afd4
Please install a file manager (#1640) 2022-02-08 00:41:14 +08:00
LoveSy 05d93b85ec
Add an option to manually create shortcut (#1571) 2022-01-28 14:34:53 +08:00
LoveSy d11c0f78a8
More MD3 designs (#1548)
Co-authored-by: RikkaW <rikka@shizuku.moe>
2022-01-22 22:40:30 +08:00
Nullptr 1f5dfbc1b9
[daemon] Only package needed resources (#1508)
* [skip ci] Fix reRunDaemon task

* [daemon] Only package needed resources

* Shrink resources
2021-12-30 17:31:34 +00:00
LoveSy 1975718d3d
[app] Upgradable first on repo page (#1501)
Fix #1499
2021-12-28 12:21:08 +00:00
LoveSy 62667a4e05
[app] Only allow setting modules' scope when enabled (#1455) 2021-11-29 11:43:40 +00:00
LoveSy b642844e61
[app] LSPosed logs -> Verbose logs (#1444) 2021-11-27 19:49:46 +08:00
LoveSy 5d782a7680
[app] More UI fix (#1438) 2021-11-27 09:15:23 +08:00
南宫雪珊 872dcf4ba8
[app] Check version code mismatch (#1386) 2021-11-11 06:24:25 +00:00
LoveSy f279ef77ba
[app] Unify pref (#1380) 2021-11-08 23:26:52 +08:00
LoveSy 0a83d165b7
[app] Show upgradable modules on front page (#1365) 2021-11-07 15:44:52 +00:00
LoveSy a160bdca9e
Enable resources hook if necessary (#1351) 2021-11-02 13:56:14 +00:00
Howard Wu b4a37ab4da
[app] Allow automatic line feed of log text (#1333) 2021-10-27 23:52:20 +08:00
Howard Wu bdb815cab6
[app] Make injector translatable (#1320)
* [app] Make injector translatable

* Update strings.xml
2021-10-23 16:18:12 +08:00
Howard Wu e7d0062293
[app] Set some strings translatable (#1314) 2021-10-19 09:26:36 +08:00
南宫雪珊 0f00ce8644
[app] Update channel (#1310) 2021-10-18 16:48:54 +00:00
LoveSy 8a09ff11ff
[app] show API in info dialog (#1312) 2021-10-18 16:28:41 +00:00
tehcneko b52f3a58eb
[app] Revert translation changes (#1302) 2021-10-17 19:24:33 +08:00
darknight0v0 f843dfaec4
Grammar correction and removal of useless statements (#1296) 2021-10-17 14:43:19 +08:00
LoveSy 7a7c0c56e3
[core] Support zygisk (#1228)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
Co-authored-by: tehcneko <88844448+tehcneko@users.noreply.github.com>
2021-10-16 19:44:26 +00:00
darknight0v0 d35e421b2d
Deleted cumbersome words (#1292) 2021-10-17 02:37:07 +08:00
Howard Wu 47e5bb21c4
[app] Use androidx PreferenceCategory (#1291) 2021-10-17 02:00:23 +08:00
darknight0v0 12ec6d85cb
Deleted cumbersome words (#1290) 2021-10-17 01:25:09 +08:00
Howard Wu b30614abe4
[app] Add Expandable TextView (#1279)
* [app] Add Expandable TextView
2021-10-15 15:58:54 +00:00
南宫雪珊 4c4427ca52
In-app update (#1244) 2021-10-12 15:49:17 +08:00
Howard Wu ec56d45492
Add a switch to control adding shortcuts. (#1238)
* Add a switch to control adding shortcuts.

* Hide Shortcut Setting if it is unavailable

* Request a new shortcut when enabled
2021-10-08 18:00:50 +08:00
LoveSy 3486a6d004
[app] Make color translatable (#1234) 2021-10-07 18:38:34 +08:00
tehcneko d5482f2386
[app] Remove colorpicker (#1233) 2021-10-07 08:20:11 +00:00
LoveSy 7f247bd38f
[app] Recommend to use parasitic manager (#1194) 2021-09-30 06:21:23 +00:00
tehcneko d226ce5e21
[app] Fix translators (#1104) 2021-09-13 15:20:22 +08:00
LoveSy 2b3e60def4
[app] Add translator back (#1095) 2021-09-12 19:09:18 +08:00
tehcneko 37aaa8513b
[app] Add send in crash activity (#1100) 2021-09-11 15:15:32 +08:00
tehcneko 8ea11021d8
[app] Fix preload HTMLs (#1088) 2021-09-09 12:56:19 +00:00
tehcneko 54652f7d0c
[app] Add language selector (#1087) 2021-09-09 15:00:08 +08:00
tehcneko b49aa00df5
[app] Update home design (#1080) 2021-09-08 17:43:41 +08:00
Howard Wu f1ead4a041
[app] typo (#1050) 2021-09-04 04:29:48 +00:00
tehcneko 5547e8c568 [app] Remove unused resources 2021-08-25 15:28:28 +08:00
tehcneko 8d3e8e8ed2 [app] Async improvements 2021-08-25 15:28:28 +08:00
tehcneko ddcbd5c05a
[app] Migrate to Non-Transitive R Classes (#974)
* [app] Migrate to Non-Transitive R Classes

* [app] Remove unused resources
2021-08-22 06:24:33 +00:00