Skip to content

Releases: TarCV/surveyor-idea

v2.1.0

20 Sep 02:49
Compare
Choose a tag to compare

Added

  • Updated to UiAutomator 2.3 and added support for new view attributes

Fixed

  • Updated dependencies

v2.0.0

25 Jul 00:57
Compare
Choose a tag to compare

Added

  • Class chain and predicate query support

Fixed

  • Double-click in Structure panel should now work for navigating inside a snapshot
  • Mod+Enter keyboard shortcut previously sometimes changed the current selector
  • Added a note on a minor incompatibility with old IDE/Kotlin plugin versions
  • Updated dependencies

v1.0.2

10 Dec 02:47
Compare
Choose a tag to compare

Fixed

  • Keyboard shortcut for locating an element is now Cmd+Enter on Mac. Previously it seems to require double Ctrl+Enter
  • Toolwindow buttons might have been disabled under very rare conditions
  • Remove "UI Surveyor" prefixes from main menu items where it looked redundant

v1.0.1

25 May 23:58
Compare
Choose a tag to compare

Fixed

  • Module files for selector highlighting should not be created now (previously, .idea/UISurveyor/UISurveyor_Highlighting.iml was created, which is now safe to delete).
  • Added underscores to the name of the module for selector highlighting (__UISurveyor_Highlighting), so this utility module is not confused with normal project modules. Duplicates with the old name are automatically removed when the plugin tool window is opened. But only as long as they still contain just one library - 'uiautomator'.
  • IDEs should now suggest this plugin for .UIX files

v1.0.0

08 Mar 02:16
7c1fdf3
Compare
Choose a tag to compare

Added

  • UISelector and BySelector evaluation
  • Selector autocomplete & highlighting as Java code
  • Structure navigation for UI snapshots