0.2.13: Now using application/json content type for communication with test server. 0.2.12: Various small improvements and bug fixes. Fixed support for scenario outline. Added support for interacting with Google Maps. 0.2.11: Added is_enabled action that determines if a view is enabled. Cleaner return values when executing javascript. 0.2.10: Various small improvements and bug fixes. Default behavior is now to shutdown the test server after scenario. calabash-android now waits for the test server to be ready before sending the first command. If the environment variable RESET_BETWEEN_SCENARIOS is "1" the app will be reinstalled between scenarios and not just between features. 0.2.9: Moving to the new http screenshot method. screenshottaker.jar and the use of ddmlib will be phased out. 0.2.8: Added /screenshot to test server. Calabash will now kill the test server at exit. Test server is now compiled with the debug flag which means better stacktraces. Bug fixes. 0.2.7: Fixed path on Windows - Really! 0.2.6: Fixed path on Windows. 0.2.5: Will now escape '+' as %2B in arguments 0.2.4: Added three actions by Sampo Niskanen for interaction with WebViews: * Executing arbitrary javascript in WebView * Get the current url * Detect the page load status Fixed bug in features-skeleton/support/app_installation_hooks.rb Fixed minor bugs 0.2.3: The 0.2.2 gem was broken :( Making a new release 0.2.2: Fixed path problems with Ant on Windows. 0.2.1: Path to custom keystores can now be relative. Setup only deals with custom keystores. 0.2.0: No changes from 0.2.0.pre10. 0.2.0.pre10: Now accepts full app paths as well as paths with spaces. 0.2.0.pre9: Fixing connection issue on Windows. 0.2.0.pre8: Adding target version to javac in order to work with Java 7. 0.2.0.pre7: Fixing api-level lookup on windows. 0.2.0.pre6: Replaced ENV["PWD"] with FileUtils.pwd to support Windows 0.2.0.pre5: Added jar file to extract manifest from apk to avoid using unzip. This is first attempt at supporting Windows in 0.2.0 0.2.0.pre4: It is no longer needed to do the separate build step. If no test server is found calabash-android will now attempt build it. 0.2.0.pre3: Reintroduced lib/calabash-android/management/app_installation.rb to stay backwards compatible with generated skeletons. 0.2.0.pre2: A HTTP server has been introduced in the test server so that we no longer use socket for communication. 0.2.0.pre1: The concept of a Device has been introduced. It will handle all setup and communication with physical devices or emulators. The device class is needed because we want to interact with more than one device at the same time from Calabash. 0.1.0: Added support for testing Xamarin Mono for Android apps. Currently only Release builds are supported. This new version requires you make changes in features/support/app_life_cycle_hooks.rb. The first time you execute "calabash-android run" upgrade instructions will be displayed. 0.0.19: take_screenshot now works with Ruby 1.8.7 0.0.18: Fixed bug. HTML text fields are now cleared when using set_text. 0.0.17: Upgraded to Robotium 3.3 0.0.16: Clears text when calling set_text in a webview. Added set_text helper method to support. 0.0.15: Prefixes screenshots with feature name 0.0.14: Added 'calabash-android submit' Will submit your apk and features to www.lesspainful.com 0.0.13: Added missing file EnterKey.java 0.0.12: Added "I press the enter button" step 0.0.11: Added a small delay after executing cucumber from calabash-android-run to make termination prettier. 0.0.10: Added -v and --verbose options to calabash-android run. This will turn on verbose logging for Calabash as well as Cucumber. Default logging is much less verbose now but can be even better. 0.0.9: Moved from Robotium 2.5 to 3.2.1 0.0.8: Added colors to Cucumber output 0.0.7: Output from the ant build and from running Cucumber is now in sync. That means that you can now trust that the output you see is actually the most recent output from ant or Cucumber. 0.0.6: Introducing the CHANGES file