Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.36 KB

0.9.2

The test server bundled with this gem has the following properties:

targetSdkLevel="22"
 minSdkVersion="8"
  • Gem: do not munge the load path #850

Server Changes

  • Align targetSdkVersion in manifests and build script #50

0.9.1

  • Gem: pin cucumber to < 3.0 #847
  • Remove usage tracking to comply with EU GDPR 2018 #835
  • Add check for installed app before attempting uninstall #833
  • Fixed: error when repeated calling funciton send_tcp() #821
  • fix order of default_timeout initialization and usage in wait_for method #818
  • Removing done from operations to fix #722 #812
  • irbrc should capture all errors: otherwise, irb silently eats them. #810
  • Fix: permissions not granted on app update #808
  • Escape string methods for TextHelpers module #807
  • Expand paths when detecting Android SDK #799

Server Changes

  • Views without id should not generate log messages #46
  • Travis: ensure ant is installed #45
  • Fix exceptions when app is running with different locale than english #44
  • Fix null pointer exception in getViews method #40