jegly
cf3fb26bd2
Add system tray, APK Installer, fix package visibility, new themes/fonts; bump to v1.3.0
...
v1.3.0
- System tray (Linux): pure Go D-Bus StatusNotifierItem, no cgo/libappindicator.
Close now offers Minimize to Tray vs Quit instead of always quitting.
- New APK Installer module: batch-install from a folder or hand-picked files,
live per-file progress, select all/none.
- Fix Packages/App Inspector silently hiding packages disabled/uninstalled by
Canta/Shizuku (pm list packages needs -u to see them). Added a state filter
and per-row Restore/Enable/Disable/Uninstall actions.
- 6 new theme palettes (Nord, Tokyo Night, Solarized Dark/Light, Rosé Pine,
Everforest - 26 total), custom text colour, 8 bundled display fonts,
adjustable font size.
- Horizontal sidebar now shrinks label text progressively instead of
scrolling when the window narrows; fixed a touchpad stuck-scrollbar-drag bug.
- Updated README and fixed stale Go 1.23 -> 1.25 build instructions.
2026-07-09 20:05:26 +10:00
jegly
ed97bc2c14
Add v1.2.0 release notes
2026-07-06 16:04:09 +10:00
jegly
d3f5ef60c8
Update README for v1.2.0: GSI Loader, Intent Lab, Privacy Scanner, App Lock, new themes
2026-07-06 16:03:56 +10:00
jegly
9d7eba705a
Fix path injection in local file handler (CodeQL go/path-injection)
...
v1.2.0
ServeFile's built-in ".." rejection only covers r.URL.Path, not a path handed
to it explicitly from a query param — validate p resolves to a real, regular
file before serving.
2026-07-06 15:51:40 +10:00
Jesse Li-Yates
b6700b57e3
Merge pull request #4 from jegly/dependabot/npm_and_yarn/frontend/npm_and_yarn-d5bb1fcf35
...
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
2026-07-06 15:35:57 +10:00
Jesse Li-Yates
af3af9c5ec
Merge pull request #5 from jegly/dependabot/go_modules/go_modules-a3c06b5f9d
...
chore(deps): bump the go_modules group across 1 directory with 2 updates
2026-07-06 15:35:40 +10:00
dependabot[bot]
dfcb3e7c55
chore(deps): bump the go_modules group across 1 directory with 2 updates
...
Bumps the go_modules group with 2 updates in the / directory: [golang.org/x/image](https://github.com/golang/image ) and [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/image` from 0.20.0 to 0.41.0
- [Commits](https://github.com/golang/image/compare/v0.20.0...v0.41.0 )
Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.47.0...v0.55.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.41.0
dependency-type: indirect
- dependency-name: golang.org/x/net
dependency-version: 0.55.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 05:32:56 +00:00
jegly
a9930a005b
go mod tidy: fix missing go.sum entry after merge
2026-07-06 15:29:20 +10:00
jegly
4da6a69964
Merge dev: GSI Loader, Intent Lab, Firmware, Screen Mirror, App Lock, privileged uninstall helper (v1.2.0)
2026-07-06 15:27:38 +10:00
jegly
26d82c68d5
Add GSI Loader, APK Audit, Firmware, Intent Lab, Screen Mirror, Magisk, and App Lock features; bump to v1.2.0
...
- New sidebar views: GSI Loader (DSU + permanent fastboot flash), APK Audit,
Firmware, Intent Lab, Screen Mirror
- New backend modules: backend_gsi.go, backend_apkaudit*.go, backend_firmware.go,
backend_intent.go, backend_magisk.go, backend_applock.go, backend_scrcpy.go,
backend_payload.go, backend_privacy.go, backend_overview.go, backend_bootinfo.go,
backend_flasher.go, backend_transfer.go, backend_filehttp.go
- App Lock / danger-gate infrastructure (DangerGate, LockGate, applock.ts)
- Privileged uninstall via embedded Android helper dex (android-helper/)
- nfpm packaging version bump to 1.2.0
2026-07-06 15:17:59 +10:00
dependabot[bot]
b712b76657
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
...
Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [postcss](https://github.com/postcss/postcss ) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `postcss` from 8.5.8 to 8.5.10
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10 )
Updates `vite` from 5.4.21 to 6.4.3
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite )
Updates `esbuild` from 0.21.5 to 0.25.12
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.12 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.10
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 6.4.3
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: esbuild
dependency-version: 0.25.12
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 02:48:15 +00:00
Jesse Li-Yates
98546b701a
Update logcatpatterns.ts
2026-06-30 12:47:36 +10:00
Jesse Li-Yates
93b8aae567
Clean up proprietary README content
...
Removed proprietary information and instructions from README.
2026-06-30 12:47:04 +10:00
jegly
b0fb52be39
Merge remote main (keep remote README + CI) with full source
...
# Conflicts:
# README.md
2026-06-30 12:44:49 +10:00
jegly
b3a6fc05f3
Merge full source incl. logcat map engine into main
...
# Conflicts:
# README.md
# frontend/package.json
# frontend/pnpm-lock.yaml
# go.mod
2026-06-30 12:42:50 +10:00
jegly
ac609bc80c
Publish full source including logcat visual map engine
2026-06-30 12:38:37 +10:00
Jesse Li-Yates
0d6ae4262b
Update README with improved demo description
...
Clarified the description of the live system map demo.
2026-06-26 22:22:01 +10:00
Jesse Li-Yates
97316b652d
Update README.md
2026-06-04 23:28:03 +10:00
Jesse Li-Yates
d6da1803ce
Update README.md
2026-06-04 22:07:34 +10:00
Jesse Li-Yates
cf5515e4fc
Update README.md
2026-06-04 22:05:32 +10:00
Jesse Li-Yates
7136a69867
Update README.md
2026-06-04 19:46:27 +10:00
Jesse Li-Yates
dbc1e998e7
Update README.md
2026-06-04 19:37:57 +10:00
Jesse Li-Yates
7e844b3704
Update README.md
v1.1.0
2026-06-04 19:33:06 +10:00
Jesse Li-Yates
7b718632dd
Update README.md
2026-06-04 19:16:15 +10:00
Jesse Li-Yates
729c31faba
Update README.md
2026-06-04 19:11:49 +10:00
Jesse Li-Yates
c5d8776083
Add files via upload
2026-06-04 19:08:53 +10:00
Jesse Li-Yates
3b68a88b6e
Delete ATK_MAP_ENGINE_DEMO4.mp4
2026-06-04 18:55:55 +10:00
Jesse Li-Yates
c495191a82
Delete ATK_MAP_ENGINE_DEMO3.mp4
2026-06-04 18:55:45 +10:00
Jesse Li-Yates
c1e4a23bf4
Delete ATK_MAP_ENGINE_DEMO2.mp4
2026-06-04 18:54:49 +10:00
Jesse Li-Yates
31fe9425c7
Delete ATK_MAP_ENGINE_DEMO1.mp4
2026-06-04 18:54:37 +10:00
Jesse Li-Yates
741bc49999
Add files via upload
2026-06-04 18:52:15 +10:00
Jesse Li-Yates
3dffdfc0de
Add files via upload
2026-06-04 18:51:22 +10:00
Jesse Li-Yates
104fcb6db0
Add files via upload
2026-06-04 18:40:45 +10:00
Jesse Li-Yates
4334906f29
Delete assets/appicon.png
2026-06-04 18:40:23 +10:00
Jesse Li-Yates
a569a4cb77
Add files via upload
2026-06-04 18:39:51 +10:00
Jesse Li-Yates
31903d53f8
Delete assets/appicon.png
2026-06-04 18:39:26 +10:00
Jesse Li-Yates
93083463b5
Update README.md
2026-06-04 18:38:27 +10:00
Jesse Li-Yates
9551b42c78
Add files via upload
2026-06-04 18:37:22 +10:00
Jesse Li-Yates
1ed201ac41
Create placeholder
2026-06-04 18:33:42 +10:00
Jesse Li-Yates
9b3b3a5dfb
Delete screenshot directory
2026-06-04 18:33:19 +10:00
Jesse Li-Yates
2ea5f11aab
Update README.md
2026-05-24 18:54:17 +10:00
Jesse Li-Yates
ec5b43022e
Update README.md
2026-05-24 18:53:16 +10:00
Jesse Li-Yates
cdc4e77b2b
Add files via upload
2026-05-24 18:53:03 +10:00
Jesse Li-Yates
53d2e801a5
Delete screenshot/atk_banner.png
2026-05-24 18:52:50 +10:00
Jesse Li-Yates
a27f541add
Update README.md
2026-05-24 18:50:42 +10:00
Jesse Li-Yates
e6b2b2a5f0
Add files via upload
2026-05-24 18:48:48 +10:00
Jesse Li-Yates
dd08a883b9
Create FUNDING.yml
2026-04-24 20:26:09 +10:00
Jesse Li-Yates
920744ff3a
Update README.md
2026-04-17 15:43:51 +10:00
Jesse Li-Yates
956e3b1779
Update README.md
2026-04-16 18:11:27 +10:00
Jesse Li-Yates
a564d88f9f
Merge pull request #3 from jegly/dependabot/npm_and_yarn/frontend/npm_and_yarn-436684d2cf
...
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2026-04-10 17:18:34 +10:00