Skip to content

Releases: budtmo/docker-android

1.5-p0

23 Oct 14:22
Compare
Choose a tag to compare

Changes:

  • Added documentation about deploying Docker-Android on GCE, credits @kjlubick
  • Added documentation about deploying Docker-Android on Azure by using k8s and Terraform, credits @stazdx
  • Support Android 9.0

1.4-p1

27 Sep 07:53
Compare
Choose a tag to compare

Changes:

  • Added documentation about AWS, credits @tadashi0713
  • Updated the documentation about Genymotion, credits @lilinor
  • Changed the whole documentation structure
  • Cleaned up deployment script of Genymotion on AWS
  • Updated the base image

1.4-p0

10 Sep 08:46
Compare
Choose a tag to compare

Changes:

  • Update base image that use Appium 1.9.0
  • Fixed version of chrome driver for emulator 5.0.1, credits @bonigarcia
  • Added documentation about Azure, credits @stazdx
  • Added integration with Genymotion Cloud on AWS
  • Cleaned up documentation

1.3-p5

21 Aug 14:24
9a714e5
Compare
Choose a tag to compare

Changes:

  • Able to pass custom arguments to Android Emulator, credits @devilankur18

1.3-p4

16 Aug 16:05
f3abb0a
Compare
Choose a tag to compare

Changes:

  • Enable to reuse the existing configuration on the new release, credits @devilankur18

1.3-p3

03 Aug 14:01
Compare
Choose a tag to compare

Changes:

  • Refactored code
  • Update documentation
  • Enable to set up language, issue #90

1.3-p2

31 Jul 07:08
d13e60a
Compare
Choose a tag to compare

Changes:

  • Added implementation to be able to install Google Play Service application, credits @mehrdad-abdoli
  • Set device_id of emulator, credits @devilankur18

1.3-p1

25 Jul 10:28
3673d19
Compare
Choose a tag to compare

Changes:

  • Download proper Chrome-driver version for each Android version, credits @bonigarcia
  • Using the latest version of Genymotion (version 2.12.2)

1.3-p0

20 Jul 13:03
064331d
Compare
Choose a tag to compare

Changes:

1.2

10 Jul 17:20
852daa4
Compare
Choose a tag to compare
1.2

Changes:

  • Fixed ADB defuct issue - Issue #86 , credits @JoeSSS
  • Fixed USB debugging issue - Issue #87 , credits @red-avtovo
  • Split the logic for docker run and docker start - Issue #91 , credits @red-avtovo