Commit a4c3aab
committed
Remove the code the Compose rewrite left behind
buildSrc holds two Gradle task classes no build script registers, and neither
output survives: there is no LangList.java and no material_theme_builder.xml, the
locale list comes from BuildConfig.TRANSLATIONS computed in
manager/build.gradle.kts, and the only XML theme left wraps
Theme.DeviceDefault.NoActionBar. Its README documents registering both tasks
against :app, gone since #796. The directory goes, with the format task's include
for its Kotlin.
The version catalog still pins the whole View stack -- Glide, Rikka's rikkax-*
widgets, Fragment, Navigation 2 with safeargs, preference, RecyclerView,
SwipeRefreshLayout, ConstraintLayout, Material Components for Views. No build
script references any of those 26 aliases, the safeargs plugin, or the nav, glide
and appcenter versions. rikkax-parcelablelist stays; :services:manager-service
exposes it for the AIDL's ParcelableListSlice.
hiddenapi/stubs carries 20 files nothing compiles against, mostly LSPosed-era
rather than rewrite fallout. Where the platform declares the same class the stub
is already inert: :daemon compiles PackageManager.VERSION_CODE_HIGHEST and
XSharedPreferences compiles Environment.getDataDirectory(), neither of which the
stub declares, so android.jar wins today. They are compileOnly and never reach a
dex, so lsplant's FindClass on dalvik/system/VMRuntime keeps resolving the
framework class. Four HiddenApiBridge wrappers and the stub members that existed
only to type them go with them.
In :manager the four @serializable models for the Actions runs and artifacts API
became unreachable when eb07955 moved canary sourcing to release prereleases,
and relativeTime, levelLabel, sectionHeaderStyle, SeedScheme.parseHex,
VectorLightColors, VectorDarkColors, ModulesViewModel.selectAll,
LogPaneState.atOldest and GOOD_FIRST_ISSUE_URL have no call site at all.
RelativeTime.kt becomes TimeText.kt, since relative time is what left it.
Seventeen strings go too, translations deleted alongside their source so the next
Crowdin pull does not add them back. Three of them -- store_offline,
settings_window, module_toggle_failed -- read more like missing features than dead
weight, and their translated copy in eighteen languages goes with them.
Daemon-side, CliHandler.isPackageInstalled, Utils.getZoneId, Utils.isLENOVO and
:xposed's trackedApks have no caller; the live tracker is
LoadedApkTracker.activeApks.
magisk-loader goes as well, and that is the one deletion here that ships
behaviour. Before #550 the loader baked the raw githubusercontent URL of
magisk-loader/update/zygisk.json into every module.prop, so Magisk on a pre-v2.0
install polls it and will now get a 404. Effectively everyone is on v2.0 by now,
and zygisk/update.json -- what module.prop has pointed at since -- is untouched.
Nothing else changes behaviour. Release builds already shrink unused resources,
and no deletion touches a de.robv or io.github.libxposed surface, an AIDL
transaction id, a JNI name, a manifest entry or a keep rule.1 parent ddb4803 commit a4c3aab
113 files changed
Lines changed: 17 additions & 1469 deletions
File tree
- .github/workflows
- buildSrc
- src/main/kotlin
- daemon/src/main/kotlin/org/matrix/vector/daemon/ipc
- gradle
- magisk-loader/update
- manager/src/main
- kotlin/org/matrix/vector/manager
- data/github
- ui
- components
- ambience
- screens
- logs
- modules
- theme
- res
- values-ar
- values-de
- values-es
- values-fa
- values-fr
- values-in
- values-it
- values-iw
- values-ja
- values-ko
- values-pl
- values-pt-rBR
- values-ru
- values-tr
- values-uk
- values-vi
- values-zh-rCN
- values-zh-rTW
- values
- services/daemon-service/src/main/java/org/lsposed/lspd/util
- xposed/src/main/kotlin/org/matrix/vector/impl/hookers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | 314 | | |
316 | 315 | | |
317 | 316 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 46 | | |
53 | 47 | | |
54 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 61 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 62 | | |
76 | | - | |
77 | 63 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 64 | | |
91 | 65 | | |
92 | 66 | | |
93 | | - | |
94 | 67 | | |
95 | 68 | | |
96 | | - | |
97 | | - | |
98 | 69 | | |
99 | | - | |
100 | | - | |
101 | 70 | | |
102 | 71 | | |
103 | 72 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 16 | | |
Lines changed: 0 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | | - | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
35 | | - | |
36 | | - | |
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
| |||
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
46 | | - | |
47 | 40 | | |
48 | 41 | | |
49 | 42 | | |
| |||
59 | 52 | | |
60 | 53 | | |
61 | 54 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 55 | | |
71 | 56 | | |
72 | 57 | | |
73 | 58 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 59 | | |
89 | 60 | | |
90 | 61 | | |
| |||
0 commit comments