Commit Graph

33 Commits

Author SHA1 Message Date
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
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