Skip to content

Releases: Drenzzz/ADBKit

v1.3

03 Apr 04:56
69dfa37

Choose a tag to compare

Changelogs

New Feature

  • Multi-Device Support: Added a global selected-device context for smoother navigation and control across all modules.
  • Real-Time Monitoring: Added live CPU, RAM, and network usage monitoring for connected devices.
  • Logcat Viewer: Added a real-time Logcat stream with filtering support for easier debugging.
  • Internal Command Logs: Added a structured command history and internal log viewer across modules.
  • Advanced Fastboot Tools: Added slot A/B management and targeted partition flashing support.
  • Folder-Based Flashing: Added staged image flashing directly from a selected folder.
  • Safer Destructive Actions: Added stricter confirmation and safety guards for sensitive operations.
  • Release Packaging: Added one-click Windows and Linux package builds with bundled platform-tools.

Bugfix

  • File Transfer Results: Improved batch transfer reporting to clearly show succeeded and failed items.
  • Large File Transfers: Removed push timeout issues and added retry handling for large file operations.
  • Logcat Cleanup: Fixed logcat event subscriptions not being disposed cleanly.
  • Shell Parsing: Fixed backend shell parsing paths and improved fallback behavior.
  • Remote Path Security: Hardened remote path sanitization for shell file operations.
  • Fastboot Batch Flashing: Fixed selected serial not being applied consistently across batch flash steps.
  • Serial-Scoped Operations: Ensured adb operations stay correctly scoped to the selected device.
  • Flash Validation: Improved validation and guardrails for flashing and command execution flows.

v1.2

10 Jan 09:17
e5b3b13

Choose a tag to compare

Changelogs

Revamped App Manager

  • Virtualized Performance: Now handles thousands of installed packages smoothly without lag.
  • Batch Operations: Uninstall, Enable, or Disable multiple apps at once.
  • APK Management: Install local APKs or pull installed APKs from the device to your PC.
  • Better Analysis: Filter system/user apps and sort by name/state easily.

Next-Gen File Explorer

  • Unlimited Transfer Engine: Optimized for large files (100GB+) with no timeout issues.
  • Concurrent I/O: Faster directory listing and file operations.
  • Full Control: Create folders, rename, delete, push, and pull files with a new reliable backend.
  • Smart Cancellation: Cancel long transfers or operations instantly safely.

v1.1

21 Nov 06:26
5c4af05

Choose a tag to compare

Changelogs

  • UI Overhaul: A completely new look with Dark/Light Mode support.
  • Wireless ADB: Connect to devices via Wi-Fi (TCP/IP) directly from the dashboard.
  • Built-in Shell: Run custom adb commands without leaving the app.
  • Device Nicknames: Give your devices custom names to easily tell them apart.
  • Detailed Info: Now displays more detail like IP Address, Serial Number, and Root Status.
  • Welcome Screen: A smoother and friendlier startup experience.

v1.0

06 Nov 03:39
44f02c1

Choose a tag to compare

Initial Release for Windows