All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- New packaging method using
pyproject.toml - Added new tests
- Ensure the ADB server is started as a background process during init.
- Removed ADB
connectparams formax_retriesandretry_delay.
- Added ADB
connectparams formax_retriesandretry_delay.
- Added ADB disconnect method.
- Removed keycode constants from remote.py. Can pass actual string constants to ADB.
- Added KEYCODE_SOFT_SLEEP
- First release on PyPI.