Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
12b09c8
Add the :manager module to the build
JingMatrix Jul 27, 2026
4e3eccf
Expose the rotated log parts, and report the verbose flag honestly
JingMatrix Jul 27, 2026
b53a329
Launch the new manager parasitically, and give the notification its o…
JingMatrix Jul 27, 2026
422f5d0
Build the manager shell: navigation, theme, service location, IPC
JingMatrix Jul 27, 2026
251cf4e
Generate the colour scheme from a seed, and pick it on a wheel
JingMatrix Jul 27, 2026
8476423
Give the header's empty space something to be
JingMatrix Jul 27, 2026
3a1090a
Make Home the project's front page rather than a status light
JingMatrix Jul 27, 2026
30053ab
Hand over a canary build, and answer the first reply before the issue…
JingMatrix Jul 27, 2026
3ae4b27
Rebuild the module list and the scope editor
JingMatrix Jul 27, 2026
c58fdd6
Read the log through a window, and reach every part of it
JingMatrix Jul 27, 2026
df631e1
Build the Store on the mirrors that still answer
JingMatrix Jul 27, 2026
a6b3648
Replace the LSPosed-branded string set
JingMatrix Jul 27, 2026
e6a1858
Drop the notification icons the statue replaced
JingMatrix Jul 27, 2026
4adb08a
Give the three list panels one header
JingMatrix Jul 27, 2026
530cbc5
Let messages follow the theme, and keep the repository's numbers whil…
JingMatrix Jul 27, 2026
17b276f
Write the manager's technical notes
JingMatrix Jul 27, 2026
3f9242e
Lay every panel out as the same three rows
JingMatrix Jul 27, 2026
e18f8c1
Retire the legacy :app manager
JingMatrix Jul 27, 2026
b0092c3
Keep R8 from failing on the window extension stubs
JingMatrix Jul 27, 2026
4c75fb8
Speak the user's language, everywhere
JingMatrix Jul 28, 2026
6314c75
Translate the manager into twelve more languages
JingMatrix Jul 28, 2026
ebce4e1
Lay out for languages that are longer, and for ones that run the othe…
JingMatrix Jul 28, 2026
0a7a901
Keep identifiers left-to-right in a right-to-left layout
JingMatrix Jul 28, 2026
5ac0bba
Make the header's ambiences adjustable, and remember the adjustment
JingMatrix Jul 28, 2026
576605b
Give module selection the header's title rows, not the whole header
JingMatrix Jul 28, 2026
f296ad1
Credit translators, and ask for more of them
JingMatrix Jul 28, 2026
713d7f6
Dock the translate invitation where it can be seen
JingMatrix Jul 28, 2026
22a1d8c
Put the language sheet's title and its invitation on one line
JingMatrix Jul 28, 2026
8b6d88a
Refresh the module rows when a scope is applied
JingMatrix Jul 28, 2026
957f6fc
Offer the system framework to modules in every user (#136)
JingMatrix Jul 28, 2026
30f6598
Pin the framework row, and explain it only where there is something t…
JingMatrix Jul 28, 2026
bd5e39e
Update the framework from the manager
JingMatrix Jul 28, 2026
177937a
Name the commit a build came from
JingMatrix Jul 28, 2026
4624d9d
Stop reopening 363 APKs every time the module list is shown
JingMatrix Jul 28, 2026
e55d2b1
Correct a doc comment that outlived the code it described
JingMatrix Jul 28, 2026
4cb2ee0
A debug-only way into the states a working phone cannot show
JingMatrix Jul 28, 2026
8b433df
Make "needs attention" a label rather than a sentence
JingMatrix Jul 28, 2026
a425927
Choose which build to install
JingMatrix Jul 28, 2026
e441c1f
Make "no update available" a page rather than a dead end
JingMatrix Jul 28, 2026
bbbb5ec
Stop a partial fetch from erasing what was already cached
JingMatrix Jul 28, 2026
1716a5d
Let the code rain speak something other than katakana
JingMatrix Jul 28, 2026
878c537
Let the activity feed reach back as far as there is
JingMatrix Jul 28, 2026
a9a7dc0
Give the repo stats a file of their own
JingMatrix Jul 28, 2026
ce0f719
Tell two builds apart when they share a version number
JingMatrix Jul 28, 2026
9335523
Assemble the whole commit history, a few pages at a time
JingMatrix Jul 28, 2026
bf335fd
Lay the feed out in one pass instead of one per month
JingMatrix Jul 28, 2026
2d5c6a0
Make the feed readable now that it is thousands of commits long
JingMatrix Jul 28, 2026
fe9e2e3
Bring the manager README up to what the module now does
JingMatrix Jul 28, 2026
beee237
Parse the commit archive once per change, not three times per visit
JingMatrix Jul 28, 2026
832ea36
Line the status box up with the wordmark
JingMatrix Jul 28, 2026
be9f1e1
Give snow the speed drag, and the rain a way to start over
JingMatrix Jul 28, 2026
964716f
Answer a change of activity window without waiting for a launch
JingMatrix Jul 28, 2026
652f423
Update installed modules from the panel that lists them
JingMatrix Jul 28, 2026
5a81d74
Record the module update path in the README
JingMatrix Jul 28, 2026
dbc7a17
Give the module row's prose the whole width back
JingMatrix Jul 28, 2026
177f877
Align the module row's edges, and make export and import tell apart
JingMatrix Jul 28, 2026
a2ccf80
Stop a module row resizing when it is picked up
JingMatrix Jul 28, 2026
86fff28
Stop the store page changing tabs while it is being read
JingMatrix Jul 28, 2026
33846ec
Fold the release notes toggle into the version line
JingMatrix Jul 28, 2026
740db9f
Correct a stale reason in the releases list
JingMatrix Jul 28, 2026
3384c6c
Actually fold the notes toggle into the version line
JingMatrix Jul 28, 2026
9791573
Say which API, and warn where libxposed broke
JingMatrix Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ master ]
paths:
- app/src/main/res/values/strings.xml
- manager/src/main/res/values/strings*.xml
- daemon/src/main/res/values/strings.xml

jobs:
Expand Down
1 change: 0 additions & 1 deletion app/.gitignore

This file was deleted.

162 changes: 0 additions & 162 deletions app/build.gradle.kts

This file was deleted.

38 changes: 0 additions & 38 deletions app/proguard-rules.pro

This file was deleted.

67 changes: 0 additions & 67 deletions app/src/main/AndroidManifest.xml

This file was deleted.

Loading
Loading