Commit graph

14 commits

Author SHA1 Message Date
jegly
cf3fb26bd2 Add system tray, APK Installer, fix package visibility, new themes/fonts; bump to 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
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
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
jegly
ac609bc80c Publish full source including logcat visual map engine 2026-06-30 12:38:37 +10:00
jegly
10902567d8 fix: downgrade vite to v5 - v8 breaks production build 2026-03-28 19:09:49 +11:00
jegly
b84814c683 chore: sync lockfiles after rebase 2026-03-27 14:48:23 +11:00
jegly
d124662be5 fix: dark theme on all form elements - select, input, dropdown 2026-03-27 14:47:47 +11:00
jegly
0a1575206f fix: upgrade vite to v8 to resolve esbuild vulnerability 2026-03-27 14:21:17 +11:00
jegly
9fbb3f28b4 chore: update package.json after dependency sync 2026-03-27 14:16:25 +11:00
jegly
c4f0576f8d chore: update Wails to v2.12.0, update frontend dependencies 2026-03-27 14:15:59 +11:00
jegly
5199728184 fix: generate icon and desktop file in CI if missing 2026-03-27 13:36:00 +11:00
jegly
f45c0991c5 Initial release — ATK Android Toolkit v1.0.0 2026-03-27 13:18:34 +11:00