Releases: budtmo/docker-android
Releases · budtmo/docker-android
1.1
Changes:
- Support Android version 8.0 and 8.1 - Issue #24 , credits @JoeSSS
- Added Google Play Store - Issue #55 , credit @greenerchen
- Using the latest version of Chrome driver, credits @bonigarcia
- Cleaned up SDK installation, credit @red-avtovo
- Remove arm support
- Updated Documentation
1.1-p1
Changes:
- Using Chrome Driver version 2.33
1.0
Changes:
- Using the latest version of docker-appium as base image that contains appium-server 1.8.1 and build tools 28.0.0
- Enable relaxed security
- Fixed dataPartition issue on Emulator
- Refactored code
- Update documentation
- Added integration with Genymotion Cloud - Beta version
0.9-p4
Changes:
- Using the latest version of docker-appium as base image that contains appium-server 1.8.0 and build tools 27.0.3
0.9-p3
Changes:
- Fixed bug on docker-image for real-device
- Added documentation how to use x86 image on VM and how to build Android project by using docker-android
- Updated docker-compose file
0.9-p2
Changes:
- Updated base image version
- Automated screen mirroring steps for real device
- Updated documentation and docker-compose file
0.9-p1
Changes:
- Updated base image version (It includes the usage of the latest version of Appium (1.7.2) and build tools (27.0.2)).
0.9
Changes:
- Updated base image version (It includes the usage of the latest version of Appium (1.7.1) and build tools (27.0.1) and some updates).
0.8
Changes:
- Support video recording - Issue #6
- Support real device with screen mirroring feature - Issue #7 , credits @andrcuns
- Fix symlink issue, credits @thelittlefireman