Skip to content

Releases: budtmo/docker-android

0.9-p5

12 May 09:16
Compare
Choose a tag to compare

Changes:

  • Fixed issue #52

0.9-p4

29 Apr 16:08
Compare
Choose a tag to compare

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

21 Mar 12:26
Compare
Choose a tag to compare

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

12 Feb 17:17
Compare
Choose a tag to compare

Changes:

  • Updated base image version
  • Automated screen mirroring steps for real device
  • Updated documentation and docker-compose file

0.9-p1

29 Jan 16:16
Compare
Choose a tag to compare

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

21 Nov 15:52
Compare
Choose a tag to compare
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

01 Nov 14:58
Compare
Choose a tag to compare
0.8

Changes:

  • Support video recording - Issue #6
  • Support real device with screen mirroring feature - Issue #7 , credits @andrcuns
  • Fix symlink issue, credits @thelittlefireman

0.7

14 Jun 13:45
Compare
Choose a tag to compare
0.7

Changes:

0.6

29 May 12:44
Compare
Choose a tag to compare
0.6

Changes:

  • Splitted into different Dockerfile to optimize size of each docker image
  • Example of compose file to be able to scale docker-android container, credits @andrcuns
  • Display Android and Chrome icon in selenium hub, credits @andrcuns
  • Increase unregister delay timeout, credits @ilya-netomedia

0.5

19 May 10:46
Compare
Choose a tag to compare
0.5

Changes:

  • Added health-check for PR #5 to fix issue #4, credits @andrcuns
  • Using latest version of build-tool (25.0.2)
  • Updated README.md