Skip to content

Releases: Pulimet/ADBugger

Release v1.0.5

24 Oct 20:01
Compare
Choose a tag to compare
  • Added a health status check for devices and emulators path in the Settings menu.
  • Introduced a new section called "Device" that displays device properties.
  • Created a new tab in "Packages" labeled "Launcher," which allows users to launch activities with extras.
  • Added another tab in "Packages" called "Deep Link," enabling the launch of apps using deep links.
  • Implemented a new tab in "Target" titled "Connect," which allows users to start or stop ADB, connect or disconnect devices, and retrieve device IP addresses.
  • The status bar icon now features basic and package commands.
  • Autosuggestions for permissions and keycodes are now available.
  • Logcat has been updated to listen for activity launches and print the corresponding commands for launching.
  • The app window now remembers its size and position.

Release v1.0.5-alpha2

30 Sep 11:04
Compare
Choose a tag to compare
Release v1.0.5-alpha2 Pre-release
Pre-release
  • Support launch Activities with extras
  • PortsPage - Allows setting from and to ports and supports forwarding ports.
  • Device Packages - allow to request 3d party, enabled, etc packages
  • Allow searching Permissions
  • EmulatorsRunTab - Expandable properties of run emulator configuration
  • Device Props Page - Allow fetch and search props
  • Save selected target and package and if available load on launch + Packages
  • Set minimum window width and height
  • Remember window width, height, and position

Release v1.0.5-alpha1

22 Sep 11:19
Compare
Choose a tag to compare
Release v1.0.5-alpha1 Pre-release
Pre-release

In the settings section, a health check for adb and emulator is available.

Screenshot image

Release v1.0.4

22 Sep 05:03
Compare
Choose a tag to compare
  1. Allow setting a path for platform tools and emulators.
  2. Support all useful configurations for emulator launch.
  3. Allow changing the following configurations: Location mode, airplane mode, Wifi mode, and Rotation.
  4. Scaling page refactoring, supporting display size change, better UI, and supporting custom values.
  5. Windows OS support.
Screenshots Allow setting a path for platform tools and emulators Support all useful configurations for emulator launch Allow changing the following configurations: Location mode, airplane mode, Wifi mode, and Rotation. Scaling page refactoring, supporting display size change, better UI, and supporting custom values.

Release v1.0.4 - alpha2

06 Aug 09:17
Compare
Choose a tag to compare
Pre-release

Fix windows issues

Release v1.0.4 - Alpha 1

05 Aug 11:44
Compare
Choose a tag to compare
Pre-release
  • Added an option to set a path (Settings) for platform tools and emulators

Release v1.0.3

01 Aug 20:43
Compare
Choose a tag to compare
  • New Logcat section with the ability to filter logs by priority and tag.
  • Support multiple target selections for executing commands.
Screenshots New Logcat section with the ability to filter logs by priority and tag

Release v1.0.2

24 Jul 05:51
Compare
Choose a tag to compare
  • Support installing APK chosen with the file picker
  • Allow to add package names to favorites and to view them in a separate tab
Screenshots Allow to add package names to favorites and to view them in a separate tab

Release 1.0.1

18 Jul 05:39
Compare
Choose a tag to compare
  • Support forwarding input of Enter, Dot, Comma
  • New status line with selected target and package name
  • Adb Logger - allow copying all or specific log
Screenshots New status line with selected target and package name

Release 1.0.0

18 Jul 05:29
Compare
Choose a tag to compare

First release notes:

  • Get a list of connected devices and running emulators.
  • Fetch a list of installed packages on the selected target.
  • Launch and terminate emulators.
  • Grant and remove permissions for specific packages.
  • Send input events using buttons in the app or via keyboard.
  • List and adb reverse specific ports.
  • Launch commands simultaneously across all connected devices and emulators.
  • Display which command is launched under the hood.