Commit Graph

455 Commits

Author SHA1 Message Date
tehcneko 438d8a2b6e
[app] Fix module list refreshing (#577) 2021-05-14 15:42:29 +00:00
tehcneko 693016ae85
[app] Add empty view to lists (#575) 2021-05-14 14:05:58 +00:00
tehcneko c13f4c90d1
[app] Fix module list padding when only one user (#574) 2021-05-14 20:57:05 +08:00
tehcneko 3334a6b511
[app] Fix module list when only one user (#573) 2021-05-14 17:24:18 +08:00
tehcneko 2336c510d5
[app] Fix resolve settings intent for other users (#571) 2021-05-14 16:40:18 +08:00
LoveSy dbc0226d66
[core] Recognize module from other user profile (#555)
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-05-14 16:28:12 +08:00
tehcneko 7f539c8dbe
[app] Allow using system accent color as theme color (S+) (#560)
* Compile with Android S SDK

* [app] Allow using system accent color as theme color (S+)
2021-05-11 15:44:24 +08:00
vvb2060 7a35906cb6
Update xposed module metadata parsing (#558)
* Stop read xposedmodule

Official documentation requires `xposedmodule` value is `true`, but in the previous implementation there was no judgment on what the value was, even if `false`. So, remove it and use `xposedminversion` to determine if the app is an xposed module.

* xposedscope supports string

```xml
<meta-data
    android:name="xposedscope"
    android:value="com.example.app1;com.example.app2" />
```
2021-05-09 17:01:00 +00:00
tehcneko 3f93a17184
[app] Fix crash in searching (#554)
Fix #553
2021-05-09 01:01:57 +00:00
Wang Han f69755827a
[app] Hide empty system preference category (#547) 2021-05-08 04:37:54 +08:00
tehcneko 7139c3f11f
[app] Added option to disable forced display of the application launcher icon on Android 10+ (#541)
* [core] Grant android.permission.WRITE_SECURE_SETTINGS

* Disable jetifier

* [app] Added option to disable forced display of the application launcher icon on Android 10+
2021-05-06 12:27:38 +00:00
tehcneko 11801e0145
[app] Fix crash when module no longer exists (#536) 2021-05-04 08:37:38 +00:00
tehcneko 7d171bcfa0 [app] Nuke holiday theme 2021-04-28 19:12:45 +08:00
tehcneko da5a01e1ae [app] Fix context menu title 2021-04-28 19:12:45 +08:00
tehcneko 3241697028
[app] Don't clear show list on refresh (#521) 2021-04-27 22:44:44 +08:00
tehcneko ef2845610e
[app] Fix usage of filter (#520) 2021-04-27 14:38:15 +00:00
tehcneko b3ee9ad61a
[app] Fix java.lang.IndexOutOfBoundsException: Inconsistency detected. (#517) 2021-04-26 08:46:19 +00:00
Wang Han ee49c01ccf
[app] Reverse logic for filter option (#515) 2021-04-26 16:00:28 +08:00
Wang Han 6f1ad1443e
[app] Update shouldHideApp() check for new preference (#513) 2021-04-26 06:59:35 +00:00
Wang Han 494f793404 Update LSPosedManagerServiceClient.java 2021-04-25 21:31:10 +08:00
tehcneko 1d10cf4760 [app] Remove SELinux permissive check 2021-04-25 21:31:10 +08:00
tehcneko 84ea30d3ac [app] Make app filter menu clearer 2021-04-25 21:31:10 +08:00
vvb2060 a091a43d10
Add dnspod (#494) 2021-04-18 11:04:36 +08:00
tehcneko fe9cec4576
[app] Remake holiday headers (#488) 2021-04-14 17:14:02 +08:00
tehcneko 535c6e1b60
[app] Nuke customized ripple effect (#485)
* [app] Nuke customized ripple effect

* [app] Fix progressbar glitches
2021-04-13 23:05:42 +08:00
tehcneko d6d267d7f6
[app] Fix version in about dialog (#479) 2021-04-12 11:52:32 +00:00
tehcneko 7985af5d16
[app] Fix going back when scope list loading (#478) 2021-04-12 17:32:07 +08:00
LoveSy a384697655
[core] Update JNI helper (#440) 2021-04-01 10:17:39 +00:00
Wang Han 7cea970131
[app] Drop useless getReleases().isEmpty() check (#429)
* Properly fixed with 87f9f2a3b6.
2021-03-30 03:52:05 +00:00
tehcneko 0facfb958a
[app] Remove weatherView (#418) 2021-03-27 11:05:14 +08:00
Wang Han ab26c5334d
[app] Discard modules without releases when filtering (#415)
* Or it will crash when sorted by released time.
2021-03-26 20:59:22 +08:00
LoveSy a30d306a11
[core] Remove useless code (#409)
Since we change the package name, we don't have to hook old manager
which use contants.

Since we have released new stable version, we should prepare for
randomize package name and therefore don't need to fix package name
mismatch.
2021-03-26 04:13:54 +00:00
tehcneko 14f809d62f [core] Update dependencies 2021-03-25 21:52:06 +08:00
tehcneko 25736b2c15 [app] Fix repo 2021-03-25 21:52:06 +08:00
tehcneko 56eae5f5b4
[app] Cleanup file provider paths (#393)
* [app] Cleanup file provider paths

* [app] Remove unused files
2021-03-22 12:49:20 +08:00
tehcneko 408b93f093
[app] Add more checks for play publishing (#390)
* [app] Add more checks for play publishing

* [app] Fix shortcuts
2021-03-21 10:33:56 +00:00
tehcneko 26a4decfeb
[app] Replace alidns with tuna (#381) 2021-03-20 05:19:40 +00:00
Howard Wu 441e82bde0
Manager crash report label minor change (#374) 2021-03-19 17:13:50 +08:00
vvb2060 82a8d87eb1
Downgrade WeatherView (#359) 2021-03-15 13:14:36 +08:00
vvb2060 dd7b73dd22
Remove local aar (#358) 2021-03-15 04:45:58 +00:00
tehcneko d498180c00
[app] Add translators to about dialog (#342) 2021-03-12 10:51:32 +00:00
vvb2060 b4131fd6c4
New packagename (#326) 2021-03-10 17:09:34 +00:00
tehcneko 3325e275f4
[app] Add sepolicy warning (#316) 2021-03-10 04:40:23 +00:00
tehcneko 630147b72c [app] Nuke ui framework check 2021-03-09 22:23:36 +08:00
tehcneko d92de9a392 [app] Update info dialog 2021-03-09 21:08:41 +08:00
tehcneko 46c241b38d [app] Fix receiver name 2021-03-09 18:51:28 +08:00
LoveSy 7d52c215ad
[core] Completely remove SandHook (#293) 2021-03-08 22:50:43 +08:00
tehcneko 370a400abb
[app] Show better tips for repo load failure (#291) 2021-03-08 20:25:42 +08:00
tehcneko 83045a69a7 [core] Fix uninstalling 2021-03-07 16:02:42 +08:00
tehcneko 46c15c0961 [app] Uninstall app with binder 2021-03-07 14:14:38 +08:00
tehcneko d5dcb29c08
[app] Add swipe to refresh to app list (#275) 2021-03-06 11:47:32 +00:00
vvb2060 329a19b448
[app] Fix DoH fallback (#273) 2021-03-06 02:52:30 +08:00
vvb2060 5b6221e04d
Try alidns for CN users (#272)
* Add okHttp log

* Try alidns for CN users
2021-03-05 23:19:40 +08:00
Howard Wu e033350982
More DNS Prefetch IP Addresses (#271) 2021-03-05 21:24:40 +08:00
tehcneko 5e5b4a976f
[app] RikkaX (#268) 2021-03-05 07:41:20 +00:00
vvb2060 1a5f809634
Optimize apk size again (#267) 2021-03-05 03:03:59 +08:00
CoderStory 490aeae95d
fix order by release time (#265) 2021-03-04 09:20:39 +00:00
LoveSy 4442f684b9 [core] [app] Show freezed apps 2021-03-03 20:17:10 +08:00
LoveSy 0224d5bd9a [app] Prepare for submitting to play store 2021-03-03 20:17:10 +08:00
LoveSy 02b4ba01d8
[app] Remove variant switch in manager (#244) 2021-03-01 18:11:40 +00:00
LoveSy b7ec7570e5
[app] Fix activation string (#239) 2021-02-28 17:34:36 +00:00
tehcneko ddf6e83723
[app] Fix support blur check (#222) 2021-02-27 14:52:46 +00:00
tehcneko cf634decc1 [app] Check blur support 2021-02-27 22:35:04 +08:00
tehcneko 825db9ef48 [app] Animate blur 2021-02-27 22:35:04 +08:00
tehcneko 9ab0ee9d32 [app] Enabled DoH by default if country is CN 2021-02-27 22:35:04 +08:00
tehcneko 3bb40a5990 [app] blurrrr 2021-02-27 22:35:04 +08:00
tehcneko d3d15a6b2e
[app] Add prompt if the verbose log is not available (#219) 2021-02-27 12:01:38 +00:00
tehcneko 4643d4fbc2 [app] Tweak strings 2021-02-27 18:22:33 +08:00
tehcneko aa671f04e7 [app] Fix progressbar 2021-02-27 18:22:33 +08:00
tehcneko aac76f8704 [app] Show reboot instead in menu for android 2021-02-27 18:22:33 +08:00
tehcneko 76cf325321 [app] Improve scope list performance 2021-02-27 18:22:33 +08:00
tehcneko 9a0a81185e
[app] Fix android codename (#213)
R8 bug
2021-02-27 04:01:12 +00:00
双草酸酯 bb3ffeee3c
[app & key-selector] Deprecate SandHook (#208)
* fix contributor

* Mark SandHook as deprecated
2021-02-27 01:57:21 +08:00
tehcneko ad7f1d1b98
[app] Fix log file name for saving and sending (#199) 2021-02-25 08:49:11 +00:00
tehcneko d0bd6c1be3 [app] String tweaks 2021-02-24 20:58:14 +08:00
tehcneko fad2cf3064 [app] Add force stop and reboot 2021-02-24 20:58:14 +08:00
LoveSy ec1f2e293f
[app] Fix filter (#183) 2021-02-24 00:58:22 +08:00
tehcneko 128f3d8937
[core] [app] Filter out apps without any process for the scope list (#181)
* Filter out apps without any process for the scope list

* Bump ver

Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-02-23 14:28:13 +00:00
tehcneko e9e19e1d1d [app] Add view in repo for modules 2021-02-23 18:42:35 +08:00
tehcneko bfe905fabf [app] Fix svg rendering 2021-02-23 18:42:35 +08:00
tehcneko 04cdb6c950
[app] Fix scope list logic (#178) 2021-02-23 10:37:31 +00:00
tehcneko 4e934858f2
[app] Fix crash when repo request failed (#173) 2021-02-23 02:28:40 +00:00
LoveSy ceb70aea3b [app] Temporarily fix #169 2021-02-23 08:44:35 +08:00
tehcneko 61bca22554
[app] Add Constants.getXposedApiVersion (#162) 2021-02-22 21:53:27 +08:00
tehcneko 3772fea76d
[app] Show codename only for Android preview (#161) 2021-02-22 21:08:05 +08:00
tehcneko a10e882a39
[app] Add old hook method to show version mismatched dialog (#160) 2021-02-22 12:26:04 +00:00
tehcneko 2c5fe49b25 [app] Remove the use of hidden api 2021-02-22 19:17:28 +08:00
tehcneko 43e5257ea7 [app] Add missing FLAG_IMMUTABLE 2021-02-22 18:46:29 +08:00
tehcneko cbcdf9f96f [app] Fix backup and restore 2021-02-22 18:46:29 +08:00
tehcneko 9585235f0e [app] Fix recommended menu 2021-02-22 18:46:29 +08:00
tehcneko 3358523896 [core] Add back module updated notification 2021-02-22 18:46:29 +08:00
tehcneko d2386cde57 [app] Get installed modules from binder 2021-02-22 18:46:29 +08:00
tehcneko 937a096e61 [app] Close OutputStream before return 2021-02-22 18:46:29 +08:00
tehcneko 70d9dbf744 [app] Use HashSet for scope list 2021-02-22 18:46:29 +08:00
tehcneko bb173abbe4 [app] Fix scope list 2021-02-22 18:46:29 +08:00
tehcneko 83ec9396a5 [app] Fix check scope app 2021-02-22 18:46:29 +08:00
tehcneko e668f7821a [app] Remove unused codes 2021-02-22 18:46:29 +08:00
tehcneko 50c1713306 [app] Adapt to new service api 2021-02-22 18:46:29 +08:00
tehcneko aa50e65cf1 [app] Remove duplicated android system 2021-02-22 18:46:29 +08:00
LoveSy 7fcd689192 [core] Fix death receipent leak 2021-02-22 18:46:29 +08:00
LoveSy aae69dcf5c [core] Fix sandhook 2021-02-22 18:46:29 +08:00
tehcneko fbe39af620 [app] String tweaks 2021-02-22 18:46:29 +08:00
tehcneko d8b010a8aa [app] Fix multi user for shared uid 2021-02-22 18:46:29 +08:00
tehcneko 7d08851aae [app] Fix clear logs 2021-02-22 18:46:29 +08:00
tehcneko 10de0b0ac6 [app] Fix logs reading 2021-02-22 18:46:29 +08:00
tehcneko 8015a40986 [app] Set to default activity icon if load failed 2021-02-22 18:46:29 +08:00
tehcneko 5b2bd76816 [app] Fix app filter 2021-02-22 18:46:29 +08:00
LoveSy 687d4d64c7 [core] Fix log 2021-02-22 18:46:29 +08:00
tehcneko 3ecb615d6e [app] Show shared uid apps as single app 2021-02-22 18:46:29 +08:00
tehcneko 4a39c82242 [app] Get logs from binder 2021-02-22 18:46:29 +08:00
tehcneko 1dd04b6f31 [app] Refactored to use binder 2021-02-22 18:46:29 +08:00
LoveSy d85b4d3584 Seperate manager service 2021-02-22 18:46:29 +08:00
LoveSy d27e012442 Change to ParaceledListSlice 2021-02-22 18:46:29 +08:00
LoveSy 183dccde17 [core] Implement get all installed packages from all users 2021-02-22 18:46:29 +08:00
LoveSy 3f94f49568 [core] Say hello to binder 2021-02-22 18:46:29 +08:00
tehcneko 1a4458ef72 [app] Save dark mode setting with string 2021-02-15 22:17:19 +08:00
tehcneko dea35b24c2 [app] Compare version string directly 2021-02-14 18:17:47 +08:00
tehcneko 07c05771aa [app] Nuke accent color 2021-02-14 18:17:47 +08:00
tehcneko 708b70d149 [app] Fix repo sorting by update time 2021-02-14 18:17:47 +08:00
tehcneko e50678b1f8 [app] Suppress warnings 2021-02-14 18:17:47 +08:00
tehcneko de586d532f [app] Add more info in crash report 2021-02-14 18:17:47 +08:00
tehcneko a915ba66ad [app] Fix repo sorting menu items 2021-02-14 18:17:47 +08:00
LoveSy a652a81201 Use setStaticField instead 2021-02-14 02:31:19 +08:00
tehcneko 83d5dbdc27
[app] Fix Github link (#132) 2021-02-13 15:01:44 +00:00
tehcneko 8abf2bd86b
[app] Add sorting by update time to repo (#131) 2021-02-13 21:28:09 +08:00
tehcneko ade95e6f05 [app] Open links in about with custom tabs 2021-02-13 20:55:11 +08:00
tehcneko affa6fe643 [app] Add load more to releases 2021-02-13 20:55:11 +08:00
tehcneko 03792c6138 [app] Replace about activity with dialog 2021-02-13 20:55:11 +08:00
tehcneko 4f3653bb3a [app] Refactored list activity 2021-02-13 20:55:11 +08:00
tehcneko bcb783586e [app] Separate themes 2021-02-13 20:55:11 +08:00
tehcneko 0c7b1bb340 [app] Use map for custom color theme 2021-02-13 20:55:11 +08:00
tehcneko e507c8262f [app] Update copyright header 2021-02-13 17:28:01 +08:00
tehcneko 08e373304d [app] Fix crash 2021-02-13 00:16:24 +08:00
tehcneko 2d92fd7f98 [app] Fix status dialog 2021-02-13 00:16:24 +08:00
tehcneko 4fb5bea9f0 [app] Add loading indicator to repo 2021-02-13 00:16:24 +08:00
tehcneko 19a9b7fd7f [app] Add loading indicator to app list 2021-02-13 00:16:24 +08:00
tehcneko bd8dd70969 [app] Remove light hack 2021-02-13 00:16:24 +08:00
tehcneko 1e22764695 [app] Nuke non-md2 themes 2021-02-13 00:16:24 +08:00
tehcneko e39c99844b [app] Use rikka's libraries 2021-02-13 00:16:24 +08:00
tehcneko 905f54d0fa
[app] Add DoH (#122) 2021-02-12 15:10:47 +00:00
tehcneko 0e38859ed8
[app] Fix liftOnScroll for modules and repo (#119) 2021-02-12 11:01:05 +00:00
tehcneko 83e6182252
[app] Fix toast on worker thread (#120) 2021-02-12 07:56:08 +00:00
tehcneko d9362b921e
[app] Disable liftOnScroll for app list (#118) 2021-02-11 16:34:08 +00:00
tehcneko c3e7988238 [app] Module repo fixes 2021-02-12 00:22:39 +08:00
tehcneko 3ace604eff [app] Use linkifycompat 2021-02-12 00:22:39 +08:00
tehcneko 7116662a3f [app] Add softbreak new-line plugin 2021-02-12 00:22:39 +08:00
tehcneko 04473023bf [app] Add more markdown support 2021-02-12 00:22:39 +08:00
tehcneko f5154f28d1 [app] Fix release note parsing 2021-02-12 00:22:39 +08:00
tehcneko a519baadbd [app] Add svg support 2021-02-12 00:22:39 +08:00
tehcneko 1b2244c689 [app] Add item divider 2021-02-12 00:22:39 +08:00