Commit Graph

2646 Commits

Author SHA1 Message Date
LoveSy 7196049e3d
Update deps (#2217) 2022-11-10 09:54:18 +00:00
LoveSy 49d8488b5b
Post CI build to tg discussion as well (#2212) 2022-11-07 09:15:35 +00:00
LoveSy 2ba0d5a714
Init resources hook when call hookSystemWideLayout (#2210)
Fix #2209
2022-11-03 17:32:46 +08:00
LoveSy 7a544a4aaa
Fix hooking proxy method (#2208) 2022-11-01 14:43:30 -04:00
南宫雪珊 53c82a98bd
[skip ci] Update bug_report.yml (#2207) 2022-11-01 04:36:55 +00:00
XposedBot 4665c75998
[translation] Update translation from Crowdin (#2201) 2022-10-31 20:11:18 +08:00
Howard Wu c39c1336c7
Fix online repo module release item assets RTL (#2204) 2022-10-31 13:20:05 +08:00
LoveSy 466e5537a9
Repo shows assets size and download time (#2202) 2022-10-31 10:54:34 +08:00
LoveSy abe143e9cc
Fix hook/deoptimize static methods failed on some Andorid 13 devices (#2198) 2022-10-29 18:30:56 +08:00
LoveSy 7aff345756
Update workflow (#2197) 2022-10-27 20:31:51 +08:00
dependabot[bot] 673114d81b
Bump gson from 2.9.1 to 2.10 (#2196) 2022-10-27 10:49:25 +08:00
XposedBot 57c3b42a88
[translation] Update translation from Crowdin (#2194) 2022-10-26 09:43:47 +00:00
dependabot[bot] 60cef96107
Bump dev.rikka.tools.autoresconfig from 1.2.1 to 1.2.2 (#2193) 2022-10-25 09:46:10 +08:00
LoveSy e3cdaef27b
Update CI deps (#2189)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-21 19:09:24 +08:00
LoveSy 8699f43a8b
replace vername's space checking module upgrade (#2188)
Ref: 16d77a8de6
2022-10-21 18:03:42 +08:00
Howard Wu 992c933b0a
Use data from Beta channel when Snapshot not available (#2184) 2022-10-18 20:34:54 +08:00
Howard Wu 993c429f90
Check if releasesList is empty (#2183)
When deserializing with Gson, non-existent blocks are assigned to null
https://github.com/google/gson/issues/513
2022-10-18 19:29:25 +08:00
Howard Wu 4c6d748be3
Update updateLatestVersion after preference change (#2182) 2022-10-18 13:54:59 +08:00
Howard Wu f4ce1b6ed2
Distinguish channels when checking updates (#2181) 2022-10-18 09:49:05 +08:00
Howard Wu 9b0b74d959
Fix `repoLoaded` status (#2180) 2022-10-17 16:20:16 +08:00
南宫雪珊 2785ec3e32
Revert "Reject installation when JsHook is installed (#2178)" (#2179)
This reverts commit 7bcdeb1875.
2022-10-16 11:28:10 +08:00
Howard Wu 7bcdeb1875
Reject installation when JsHook is installed (#2178) 2022-10-15 14:38:54 +00:00
LoveSy a43822ff17
CI uses Java 17 (#2171) 2022-10-14 01:16:44 +08:00
LoveSy 82bc5cab0d
Update deps (#2170) 2022-10-13 16:54:25 +00:00
dependabot[bot] d7cb4c7818
Bump glideVersion from 4.14.1 to 4.14.2 (#2163) 2022-10-09 12:35:49 +08:00
green1052 1fcd062c23
Update core.yml (#2160)
* Update core.yml

https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

* Update core.yml
2022-10-05 18:13:01 +08:00
dependabot[bot] 7ea53ab292
Bump glideVersion from 4.14.0 to 4.14.1 (#2147)
Bumps `glideVersion` from 4.14.0 to 4.14.1.

Updates `compiler` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1)

Updates `glide` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 06:48:43 +08:00
dependabot[bot] ef3129325b
Bump glideVersion from 4.13.2 to 4.14.0 (#2146) 2022-09-29 09:00:30 +08:00
Howard Wu 86fd75ab7a
Clear application profile data before perform dexOpt (#2141) 2022-09-26 10:01:26 +08:00
Howard Wu 5262c52c0f
Fix snackbar not showing (#2140) 2022-09-25 11:06:36 +00:00
5ec1cff 135a7d69f8
Avoid calling `finishReceiver` for unordered broadcasts (#2139) 2022-09-25 16:07:55 +08:00
LoveSy 65136dc5ff
Update AGP and LSPlant (#2136) 2022-09-19 07:59:03 +00:00
LoveSy 811d3e49c1
Refine codes (#2122) 2022-09-15 10:18:27 +08:00
LoveSy c1aa00e71b
Fix Material3 button shape (#2121)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-09-14 16:38:41 +00:00
LoveSy 9db3fb2239
Update deps (#2116)
Fix missing button colors
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-09-14 11:45:57 +00:00
XposedBot 0229fe7133
[translation] Update translation from Crowdin (#2118) 2022-09-14 19:38:29 +08:00
XposedBot 52db0eda2a
[translation] Update translation from Crowdin (#2117)
* New translations strings.xml (Afrikaans)

* New translations strings.xml (Arabic)
2022-09-14 17:54:08 +08:00
LoveSy d76572a4fc
Bump to 1.8.4 (#2114) 2022-09-14 14:42:09 +08:00
XposedBot 85b54dc64f
[translation] Update translation from Crowdin (#2113) 2022-09-14 06:29:56 +00:00
LoveSy 8f8eb73a69
Fix broadcastIntentWithFeature on Android S with newer patch (#2111) 2022-09-14 10:52:52 +08:00
LoveSy 4ffcb36a95
Preliminary support for Android 14 (#2110) 2022-09-13 16:52:11 +00:00
LoveSy 4e83cfa4d3
Fix deoptmize static methods (#2109) 2022-09-13 18:10:53 +08:00
XposedBot ba3581a9c0
[translation] Update translation from Crowdin (#2106) 2022-09-12 11:25:04 +00:00
dependabot[bot] a3f7c7ab68
Bump org.eclipse.jgit from 6.2.0.202206071550-r to 6.3.0.202209071007-r (#2103) 2022-09-09 09:35:28 +08:00
dependabot[bot] 8947be3ca1
Bump appiconloader from 1.4.0 to 1.5.0 (#2101) 2022-09-06 08:59:31 +08:00
LoveSy 834040d59c
Update NDK (#2098) 2022-09-04 08:47:24 +00:00
Nullptr 205138f638
Fix binary patch (#2096) 2022-08-30 19:14:11 +08:00
dependabot[bot] ce02b75a4c
Bump appcompat from 1.5.0 to 1.5.0.1 (#2087) 2022-08-23 10:11:46 +08:00
残页 a9e9fd4d5f
[skip ci] Android 13 Stable is supported (#2084) 2022-08-19 00:09:20 +00:00
LoveSy deb39ee1db
Update gradle and AGP (#2073) 2022-08-13 16:01:11 +00:00