Commit Graph

1285 Commits

Author SHA1 Message Date
LoveSy aa98da59da
[core] Fix resource hook on S (#377) 2021-03-20 01:23:01 +08:00
Wang Han 88f1f693c6
[core] Slightly clean up scripts (#376) 2021-03-19 13:55:08 +00:00
tehcneko 39aa9952b5
[core] Print version to logcat (#375)
* [core] Print version to logcat

* [core] Check module id on init
2021-03-19 21:21:11 +08:00
Howard Wu 441e82bde0
Manager crash report label minor change (#374) 2021-03-19 17:13:50 +08:00
Jason_Khew 27aaa41258
Credit Dutch Translator (#373)
Co-authored-by: Pandemic <76658856+Pandemic-XDA@users.noreply.github.com>
2021-03-19 13:53:18 +08:00
LoveSy 83786b6dea
[core] Fix notification when modules updated/installed (#370)
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-18 01:24:34 +00:00
tehcneko 7c1ea44479
[app] Update dependencies (#368) 2021-03-17 12:24:29 +08:00
LoveSy 55248342fc
[core] Support Riru 25 (#367) 2021-03-17 08:08:30 +08:00
Rom 3071023864
Fix French typo (#366) 2021-03-16 22:15:01 +08:00
Alessandro Paluzzi 9c9fbb3f13
Updated Italian translation (#364) 2021-03-15 12:32:38 +00:00
LoveSy c6bfffc785
[core] Fix pendding hook for os with newer art (#363) 2021-03-15 20:20:19 +08:00
vvb2060 b7c18eb12c
Use dobby prefab (#361) 2021-03-15 09:12:24 +00:00
vvb2060 8813122186
Save resource path shortening map (#360) 2021-03-15 17:04:02 +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
LoveSy 85b252c1b8
[core] use proper dobby interface (#356) 2021-03-14 17:50:34 +00:00
Itai Levin 5297a8d543
Hebrew Translation Fixes (#355) 2021-03-14 14:31:34 +08:00
Rom ca0d88bb14
Fix nickname (#354)
* Fix nickname

* Fix Nickname
2021-03-14 00:33:16 +08:00
green1052 c23ef716eb
Update Korean translation (#353) 2021-03-13 19:38:22 +08:00
Rom 2b6fd0c5d5
Update French translation (#344)
Co-authored-by: Wang Han <wanghan1995315@gmail.com>
Co-authored-by: LoveSy <shana@zju.edu.cn>
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-13 07:50:11 +00:00
david082321 a3cffff9b0
Update zh-TW translation (#348)
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-13 07:45:21 +00:00
LoveSy 52d0e98e83
[core] Embrace c++20 (#352) 2021-03-13 07:11:53 +00:00
Wang Han 7086c682c2
[core] `io_github_lsposed` -> `org_lsposed` (#351) 2021-03-13 05:50:11 +00:00
Wang Han 9896a1b193
[core] Fix stupid error in package name check (#349) 2021-03-13 03:30:22 +00:00
LoveSy 1de629f6e8
[core] Compile time string (#346) 2021-03-13 03:57:21 +08:00
Wang Han 04620f525e
[core] Fix uninstallPackage() check for old manager (#345) 2021-03-12 22:20:01 +08:00
tehcneko ace4412d31
[core] Fix package installation on S (#343) 2021-03-12 12:01:41 +00:00
tehcneko d498180c00
[app] Add translators to about dialog (#342) 2021-03-12 10:51:32 +00:00
tehcneko 12643c96d3
[app] Add link to magisk repo to sepolicy not loaded info (#341) 2021-03-12 09:56:12 +00:00
tehcneko 5a26cec58c
[core] Use riru.sh from riru module template (#340)
* [core] Use riru.sh from riru module template

* [core] Remove unused scripts

* [core] Fix riru version in log file
2021-03-12 08:57:47 +00:00
Itai Levin 3f19820619
Add Hebrew Translation (#338) 2021-03-12 08:49:05 +08:00
LoveSy 7eda1f6845
[CI] Use ccache to cache github action building
* Try ccache

* Cache Cmake

* No ccache in gradle cache

Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-03-12 02:07:35 +08:00
LoveSy 4fa8839bae
[core] Add no-rtti & no-exceptions to cppflags (#335) 2021-03-12 00:47:30 +08:00
Rom 0ec737b78c
Improve French translation (#328) 2021-03-11 14:39:26 +00:00
vvb2060 a7ada14126
[CI] Fix build cache (#336) 2021-03-11 14:31:05 +00:00
vvb2060 f881c3633a
[CI] Add build cache (#334) 2021-03-11 14:04:13 +00:00
tehcneko edf41b715f [core] Fix riru version check 2021-03-11 19:34:34 +08:00
LoveSy 7afb339219 [core] Fix build 2021-03-11 19:34:34 +08:00
LoveSy c5bac3415c
[core] Support riru24 (#329)
* Support riru24

* tmp aar for build

* Check riru version

* Rename libriru_lspd to liblspd

* Fix hiddenapi

* Use maven
2021-03-11 10:57:06 +00:00
Wang Han 696309af0b
[core] Uninstall old manager on boot automatically (#330)
* [core] Uninstall old manager on boot automatically

* Update PackageService.java
2021-03-11 11:40:16 +08:00
Rom b20dc191c5
Update French translation (#327)
* Update French translation

* Fix 1 first string

* Fix a second string

Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-03-10 18:32:10 +00:00
Howard Wu d4d3805463
[app] Fix ZH-CN translation (#325) 2021-03-10 17:16:46 +00:00
vvb2060 b4131fd6c4
New packagename (#326) 2021-03-10 17:09:34 +00:00
Pandemic 349da33f64
fixed and updated strings.xml with Dutch translation (#322)
Co-authored-by: tehcneko <7764726+tehcneko@users.noreply.github.com>
2021-03-10 14:55:59 +00:00
tehcneko 6f11791b45
[app] Update simplemenu preference (#324) 2021-03-10 14:19:16 +00:00
tehcneko 1a24b7454a Revert "New updated strings (#318)"
This reverts commit c24ca96947.
2021-03-10 17:03:12 +08:00
Pandemic c24ca96947
New updated strings (#318)
Strings updated for the new and latest LSPosed manager with dutch translations
2021-03-10 08:52:49 +00:00
LoveSy a7a59d21e4
[core] No more live patch (#317) 2021-03-10 06:40:13 +00:00
tehcneko 3325e275f4
[app] Add sepolicy warning (#316) 2021-03-10 04:40:23 +00:00
LoveSy 7dd171b2bb [core] Check sepolicy in backend & try livepatch 2021-03-10 02:41:58 +08:00