Commit Graph

2867 Commits

Author SHA1 Message Date
dependabot[bot] 08e72d32b9
Bump kotlin from 1.8.10 to 1.8.20
Bumps `kotlin` from 1.8.10 to 1.8.20.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.10 to 1.8.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `org.jetbrains.kotlin.android` from 1.8.10 to 1.8.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-30 22:08:58 +00:00
dependabot[bot] d6db5e1c0f
Bump appcenter from 5.0.0 to 5.0.1 (#2468)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 06:51:29 +08:00
Howard Wu 0ee9e8a5f7
Fix app theme (#2461) 2023-03-22 21:27:47 +00:00
浅秋枫影 677ee95b2b
fix android 13+ secret_code (#2455)
see
https://developer.android.google.cn/reference/android/content/Context#RECEIVER_NOT_EXPORTED

---------

Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-03-23 03:10:42 +08:00
南宫雪珊 ece5fe3f98
Move theme config to code (#2456) 2023-03-23 03:00:01 +08:00
Howard Wu 98ec80c28e
Skip restart when night mode change (#2454) 2023-03-22 16:14:07 +00:00
LoveSy a185496e41
Use `AppCompatDelegate` instead of `DayNightDelegate` (#2453) 2023-03-22 23:33:36 +08:00
LoveSy efceaa2432
Revert dev.rikka.rikkax.appcompat:appcompat that causes screen flickering (#2452) 2023-03-22 12:07:33 +00:00
XposedBot 40e65fb43c
[translation] Update translation from Crowdin (#2451) 2023-03-22 20:00:03 +08:00
dependabot[bot] bb26ddcdc8
Bump glide from 4.15.0 to 4.15.1 (#2449) 2023-03-22 18:02:13 +08:00
LoveSy ba1f3857f6
Declare dependencies in toml instead of settings (#2448) 2023-03-22 02:27:17 +00:00
LoveSy 03d2cea093
Use source dependencies instead of mavenLocal (#2445) 2023-03-21 11:45:26 +08:00
LoveSy 55a488b72a
Fix proguard for release build (#2441) 2023-03-14 16:03:18 +08:00
dependabot[bot] b9233fe0a4
Bump dev.rikka.rikkax.appcompat:appcompat from 1.5.0.1 to 1.6.1 (#2440) 2023-03-14 02:25:29 +00:00
dependabot[bot] 5ce1e3960f
Bump dev.rikka.rikkax.layoutinflater:layoutinflater from 1.2.0 to 1.3.0 (#2439) 2023-03-14 02:13:11 +00:00
XposedBot 8584aec718
[translation] Update translation from Crowdin (#2438) 2023-03-14 10:05:03 +08:00
LoveSy 880dc4d719
Use MenuProvider (#2436) 2023-03-10 17:30:18 +00:00
LoveSy af1223e4a5
Fix notification intent for Android 14 DP2 (#2435) 2023-03-09 09:30:53 +00:00
LoveSy 7087c6f752
Support Android 14 DP2 (#2434)
close #2433 

But the notification cannot send broadcast now.
2023-03-09 12:28:34 +08:00
dependabot[bot] d09b2fe44e
Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0 (#2431) 2023-03-08 22:58:07 +00:00
Howard Wu 22b3e95e5d
Require Riru 26.1.7+ (#2430)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2023-03-09 02:41:01 +08:00
Howard Wu 17e1fe3172
Call system service to reboot (#2425) 2023-03-07 00:40:02 +08:00
Howard Wu 97f74d8b2e
Make isParasitic final (#2426) 2023-03-06 22:13:52 +08:00
Howard Wu 18893cd6b9
Enable Xposed API call protection by default (#2423) 2023-03-06 13:28:58 +00:00
Howard Wu 0709f10f59
Enable Xposed API call protection by default (#2423) 2023-03-06 13:18:38 +00:00
LoveSy 7112bb5a91
Fix `isFirstPackage` (#2424) 2023-03-06 12:50:48 +00:00
LoveSy 3f8ee48e14
Fix processName (#2420) 2023-03-06 04:26:48 +00:00
LoveSy 516a4aa99d
Fix module loading (#2418) 2023-03-05 20:37:21 +08:00
LoveSy 55afed974d
Fix backup race (#2416) 2023-03-05 06:30:36 +00:00
Howard Wu d8cea17a80
Add more hint for shortcut and notification (#2411)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2023-02-28 20:37:44 +00:00
Howard Wu e2bfd98cee
Upgrade AGP (#2410)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2023-02-28 15:47:51 +00:00
Howard Wu 3c4b02a0ea
Don't set key for dependencies (#2409) 2023-02-28 12:18:33 +08:00
dependabot[bot] f96ec2a1f6
Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 (#2408) 2023-02-28 11:57:22 +08:00
LoveSy 88051f541e
Fix Android 8.1 (#2407) 2023-02-27 08:30:34 +00:00
南宫雪珊 9dfa88fa24
Initially trigger an event (#2402) 2023-02-27 16:22:40 +08:00
Howard Wu 2295f9fed2
Update CI (#2406)
+ Fix post to Telegram
+ Make ccache read-only in all but the master branch
+ Delete any files in the Gradle User Home that were not used by Gradle during the GitHub Actions workflow
2023-02-27 05:49:28 +00:00
LoveSy 6751b7350f
Check module configuration (#2403)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2023-02-27 11:43:37 +08:00
Howard Wu a31162e284
Use gradle-build-action to cache more files (#2400) 2023-02-27 02:52:49 +08:00
Howard Wu c7f39e0e5d
Cleanup (#2404) 2023-02-26 17:23:09 +00:00
Nullptr 0b613f7226
Store info in module.prop (#2399) 2023-02-26 19:00:52 +08:00
LoveSy 6a1b7cf339
Implment morden Xposed API (#2398)
And fix version code and name
2023-02-26 09:48:23 +00:00
LoveSy d7c7069114 No metadata required for modern modules 2023-02-26 16:48:49 +08:00
LoveSy b069da0323 Refine gradle scripts 2023-02-26 16:48:49 +08:00
LoveSy 559f2860dd Fix native method registration 2023-02-26 16:48:49 +08:00
LoveSy d671dc535e enable configuration cache 2023-02-26 16:48:49 +08:00
LoveSy 3b8dadc526 Implement getDefaultClassLoader 2023-02-26 16:48:49 +08:00
LoveSy e18d0b684d Make DexParser.Id comparable 2023-02-26 16:48:49 +08:00
LoveSy f19950adda Notify module if request scope fails to send notification 2023-02-26 16:48:49 +08:00
LoveSy 765c716a5d No compile time inherit check 2023-02-26 16:48:49 +08:00
LoveSy 4444825e3e Implement invoke special and new instance special 2023-02-26 16:48:49 +08:00