CHANGES
=======

* add session test

2.4.3
-----

* add fallback and session add some missing method
* fix github workflow
* fix flake8 warning
* test github actions
* change callback to fallback
* add d.xpath(xxxxx).callback(click, px, py).click() support
* add back token again
* check if travis notification is working
* add d.xpath.position方法

2.4.2
-----

* change am instrument logic again
* rewrite jsonrpc\_retry\_call logic
* make recover uiautomator logic more simple

2.4.1
-----

* add taobao plugin for internal network
* add long\_click to d.xpath

2.4.0
-----

* change logic of start uiautomator, upgrade apk version
* fix bug, reported by h.t
* am start apk twice to make sure, uiautomator can be recovered

2.3.4
-----

* show lib version when init for easily debug
* support config service recover behavior

2.3.3
-----

* fix d.serial return None bug, fix tests on large screen
* update doc, add quick-reference.md
* add quick ref guide

2.3.2
-----

* fix init command not resolve signature mismatch bug, fix uninstall can not uninstall apk bug

2.3.1
-----

* add xpath\_debug to settings, fix xpath %xx and xx%
* update watcher doc

2.3.0
-----

* add d.watcher method to handle popups
* add settings code
* add basic settings.py
* Update README.md
* hotfix for windows
* remove timeout for function: pull

2.2.0
-----

* add cmd\_purge, add set\_new\_command\_timeout api

2.1.0
-----

* add image.py, change uiautomator from v1 to v2
* add uauto
* typo (#476)
* fix missing \_parent error, close #477
* hot fix for #475
* fix spell error
* fix logo not show error in readme
* add hogwarts sponsor
* add wait to image.py
* fix xpath start-with and ends-with, add image click

2.0.0
-----

* remove toast from readme
* add app list api
* support multi xpath(xx).xpath(xx), and add .info in xpath
* add clipboard doc
* change to uiautomator 1.0
* Fixes #451
* add clipboard support
* Update README.md
* fix d.xpath.when(..).when(..), thread-safe reset-uiautomator

1.3.6
-----

* use monkey command to install apk on TMQ platform
* fix d.xpath.watcher, fix d.shell can not handle & and ? bug
* fix homepage link

1.3.4
-----

* remove useless cli
