- 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.
50 lines
816 B
Text
50 lines
816 B
Text
# Build output
|
|
build/bin/
|
|
build/*.deb
|
|
build/*.rpm
|
|
build/*.AppImage
|
|
build/*.tar.gz
|
|
|
|
# Go
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
vendor/
|
|
|
|
# Frontend
|
|
frontend/dist/
|
|
frontend/node_modules/
|
|
frontend/.astro/
|
|
|
|
# Wails dev
|
|
frontend/wailsjs/
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
ATK_*.log
|
|
|
|
# Temp
|
|
*.tmp
|
|
/tmp/
|
|
|
|
# Raw font source dump (bundled fonts already live in frontend/src/assets/fonts/)
|
|
/DotGothic16,Geist_Pixel,Gugi,Orbitron,Playfair_Display,etc/
|
|
/DotGothic16,Geist_Pixel,Gugi,Orbitron,Playfair_Display,etc.zip
|
|
|
|
# ── PROPRIETARY — Logcat visual map. NEVER publish to GitHub. ──
|
|
# (Builds into the shipped binary as obfuscated JS + native Go; source stays private.)
|
|
/proprietary/
|
|
/backend_logcatpatterns.go
|
|
/frontend/src/lib/logcatgraph.ts
|
|
/frontend/src/components/views/LogcatMap.tsx
|