Skip to content

Releases: WahdanZ/SpockAdb

v2.0.3

07 Jul 09:35
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • android studio last version is not working

v2.0.2

06 Jul 02:23
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • android studio last version is not working

v2.0.1

09 Nov 06:23
4dc5724
Compare
Choose a tag to compare

Added

  • Added button to open developer options
  • Added button to open DeepLinks

Changed

  • Don't keep activities only shows if the setting is enabled or not (although setting seemed to change, the behavior was maintained)

Deprecated

Removed

Fixed

  • Adds support for getting the backstack activities in Android 11

v2.0.0

02 May 18:57
a5037af
Compare
Choose a tag to compare

Added

  • Get Current App BackStack (Activities and nested fragments)
  • Add Plugins actions ex GetCurrentFragment,RestartApp,etc
  • allow choosing which buttons to show and which not to show

Changed

Deprecated

Removed

Fixed

  • support the latest version of AS
  • fix get the current fragment
  • fix If two instances of AS are open, the plugin does not work properly

Security

v1.0.9

03 Sep 05:18
520affa
Compare
Choose a tag to compare

Added

Changed

  • The activity stack now shows activities by app package. This way, the user can clearly see to what package, the activity belongs to.
  • The fragment stack can now show nested fragments and follows the same display rules as the activity stack command.

Deprecated

Removed

Fixed

Security

v1.0.8

28 Aug 22:26
d0e2d3d
Compare
Choose a tag to compare

Added

  • Toggle on/off WiFi or mobile data
  • Add text to be input on the device.

Changed

Deprecated

Removed

Fixed

Security

v1.0.7

25 Aug 00:25
7c7c82c
Compare
Choose a tag to compare

Added

  • Restart app with debugger
  • Uninstall and Clear App Data and Restart
  • Toggle "Show Taps" setting;
  • Toggle "Show Layout Bounds" setting;
  • Toggle "Don't Keep Activities" setting;
  • Adds option to Grant or Revoke all app permissions at once.
  • Change scale of:
    • Window Animation;
    • Transition Animation;
    • Animator Duration.

Changed

Deprecated

Removed

Fixed

Security

v 1.0.7-alpha

23 Aug 13:22
8b227f2
Compare
Choose a tag to compare
Update plugin.xml

v 1.0.2

30 Jun 13:21
Compare
Choose a tag to compare
v 1.0.2 Pre-release
Pre-release

New Features

  • Current BackStack Activities

Bug Fixed

  • fix bug when get current fragments with new navigation component.