From 090d7c2472db0bfbe0fe37b5b0398d4b0c052a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:10:18 +0000 Subject: [PATCH 1/2] chore(deps): bump golang.org/x/crypto Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0 - [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c184d19..d055ae8 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/ncruces/zenity v0.10.14 github.com/ulikunitz/xz v0.5.15 github.com/wailsapp/wails/v2 v2.12.0 - golang.org/x/crypto v0.51.0 + golang.org/x/crypto v0.52.0 ) require ( diff --git a/go.sum b/go.sum index 6679f09..9068379 100644 --- a/go.sum +++ b/go.sum @@ -84,8 +84,8 @@ github.com/wailsapp/wails/v2 v2.12.0 h1:BHO/kLNWFHYjCzucxbzAYZWUjub1Tvb4cSguQozH github.com/wailsapp/wails/v2 v2.12.0/go.mod h1:mo1bzK1DEJrobt7YrBjgxvb5Sihb1mhAY09hppbibQg= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= -golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI= -golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8= +golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988= +golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc= golang.org/x/image v0.41.0 h1:8wS72eGJMJaBxK6okTzd4WaXumUlTVlb753MlsSvTCo= golang.org/x/image v0.41.0/go.mod h1:uIc348UZMSvS5Z65CVZ7iDPaNobNFEPeJ4kbqTOszmA= golang.org/x/net v0.0.0-20210505024714-0287a6fb4125/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= From d172427624dfb03d446e9efa570c18f547d79d1c Mon Sep 17 00:00:00 2001 From: Jesse Li-Yates Date: Fri, 10 Jul 2026 09:59:07 +1000 Subject: [PATCH 2/2] Delete RELEASE_NOTES_v1.1.0.md --- RELEASE_NOTES_v1.1.0.md | 45 ----------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 RELEASE_NOTES_v1.1.0.md diff --git a/RELEASE_NOTES_v1.1.0.md b/RELEASE_NOTES_v1.1.0.md deleted file mode 100644 index 33d02e7..0000000 --- a/RELEASE_NOTES_v1.1.0.md +++ /dev/null @@ -1,45 +0,0 @@ -# ATK v1.1.0 — the Live System Map release - -The all-in-one, OEM-style Android toolkit for power users, security researchers, -and bug hunters — now with a **first-of-its-kind real-time debugging engine**. - -## ⭐ Headline — Live System Map -Turn the raw logcat firehose into a **live, interactive map of what your phone is -actually doing**. A real-time engine unifies system-level telemetry from many -subsystems into a single live relational model — processes, services, tags and -components become nodes; launches, crashes, ANRs, kills, signals and -graphics/audio events become edges; every event flows source → destination. - -- 🌐 Multiple render modes — crisp 2D graph, neon flow view, 3D hierarchical tree -- 🧩 Layouts — force-directed, hub boxes, radial-by-importance, geometric -- 🌊 Trackable flows — follow individual events between subsystems -- 🚨 Auto-surfacing of crashes / ANRs / errors + your own keyword watch-rules -- 🎯 Focus tools — isolate a node, watchlist, severity/kind filters, timeline, baseline diff -- 🎥 Capture & export the packet stream for offline analysis - -## ✨ What's new -- 📡 **Live System Map** — the flagship real-time visualization (above). -- 🧹 **Debloater database 2,157 → 5,362 packages** (Samsung, Xiaomi, Google + 11 more OEMs). -- 🔓 **Privileged uninstall of protected system apps — without root**, plus one-click **restore**. -- 🧰 **Utilities expanded to 631 one-click commands** across 50+ categories. -- 🔎 **APK Audit** — static security audit (perms, trackers, certs, CWE/MASVS rule findings) with an in-app APK explorer and **JSON · CSV · SARIF** export. -- 🎨 **Themes** — Dark, Catppuccin **Frappé** & **Latte**; configurable sidebar; dismissible safety banners. -- 📦 **Smarter package ops** — combined *Disable + Uninstall*, a *disabled* badge, and verify-then-escalate so removals actually stick. -- 🔌 **Fully offline-capable UI** — self-hosted fonts, no runtime CDN fetches. -- 🖼️ New app icon. - -## 📦 Install (Linux) -**Debian / Ubuntu:** -```bash -sudo dpkg -i atk_1.1.0_amd64.deb -``` -Requirements: `adb`, `fastboot`, `libgtk-3-0`, `libwebkit2gtk-4.1-0` -(`scrcpy` only needed for the Screen Mirror module). - -Other distros: build from source — see the README. - -> ⚠️ Linux only. No bundled binaries — ATK uses *your* system `adb`/`fastboot`/`scrcpy`. - -## 🙏 Credits -Built on the open-source community — scrcpy, Magisk, Universal Android Debloater, -Wails, Lucide, and more. Full attributions and licenses are in the README. GPL-3.0.