CHANGES
=======

* fix run in multi devices
* handle resource warning
* fix info loop error in py2
* fix for python2
* fix resourcewarning in py3

0.2.11
------

* update doc
* use instrument in some specific devices
* check if process still running when checking alive
* hot fix again
* skip test for quick and dirty pass travis
* fix tests
* fix when use ipython, always waiting bug, also RPC error
* fix test
* reduce max-tries of scolling
* remove global var
* hot fix for error: UIAutomator not started
* reset and use previous version of uiautomator
* split adb from uiautomator, optimize not install twice if test apk already exists

0.2.10
------

* change app-uiautomator back to xiaocong version
* update readme
* remove useless test

0.2.9
-----

* fix tests
* fix homepage url
* update badges
* use requests instead of urllib3, add click hook
* fix pbr and deps
* use pbr instead of setup tools
* update doc
* modify apk

0.2.8
-----

* fix some spell
* upgrade version to 0.2.6
* fix #137

0.2.5
-----

* update version to 0.2.5
* update readme for screen on/off check method
* update contributors
* add swipePoints support
* fix test error
* fix test error
* fix #124
* fix test error
* Fixed XML dump error
* Added option to prettyprint d.dump() XML hierarchy
* update apks for multi edittext settext error
* update readme badge

0.2.4
-----

* update version to 0.2.4
* update apks modify pinch method

0.2.3
-----

* update version to 0.2.3
* update test apk

0.2.2
-----

* update version
* fix test error
* update latest apk
* update apk to resolve child selector error
* fix permission denied during screenshot on apk impl
* use -rt during installing apks

0.2.1
-----

* update setup

0.2.0
-----

* update apk
* update apk and readme
* update readme
* pep8 format
* update latest apk
* modify swipe method
* modify d().info Nullpointer exception
* Added Gitter badge
* modified setup.py and update apk files
* add get resource name
* update contributor
* support android support lib, close #94
* fix pip install error on windows, close #102
* use android.support.test library
* v0.1.35
* fix remote adb server host error
* fix merge error
* chage setup.py to executable
* merge changes
* support remote adb host, port support log debug info by env var  UIAUTOMATOR_DBG support specify device port by UIAUTOMATOR_DEVICE_PORT support specify local port by UIAUTOMATOR_LOCAL_PORT
* add python 3.4
* merge branch release/v0.1.34
* update version
* update readme
* add entry for adb server host
* fix test error
* change timeout to 30 secs when starting server
* fix #57
* add feature to support adb server host/port. close #77
* update version number
* fix minor issues
* update test
* work around: remove single quote around serial no on command line
* add more exception information. close #73
* fix tmp dir error
* fix #59
* fix bug, when device serial contains blank, it will cause error
* update tox init
* update version number
* update jar files
* hotfix #49
* fix #49
* add jar files
* change version to v0.1.29
* move jars to dist instead of downloading it
* add test
* add localhost to no_proxy env
* merge not-found-callback
* update readme for handler
* fix #43
* add device param to handler
* fix #41
* add compressed param to dump
* change Selector value to unicode in case of str
* update setup and version
* catch HttpException to fix #33
* uses the latest jar file and remove workaround on windows
* use v0.1.3 android-uiautomator-jsonrpcserver release
* update readme for error without sdcard
* v0.1.26
* fix #23
* catch base exception HTTPError of urllib3, and clear pool after reset
* minor refactoring
* v0.1.25 quick fix for connection exception on windows
* fix CI error
* fix MaxRetryError on windows
* v0.1.24
* refactor jsonrpc prop of AutomatorServer
* v0.1.23
