Romain Vimont
1de8506a0d
Support Android API 19
...
Since "adb forward" fallback has been implemented, it is easy to support
API 19.
Replace the incompatible calls related to MediaCodec to use
minSdkVersion 19 instead of 21.
2018-03-28 22:13:58 +02:00
Romain Vimont
d744837f13
Bump version to 1.1
2018-03-14 09:34:00 +01:00
Romain Vimont
e55e42a442
Apply Genymobile rules for Android projects
...
Apply Genymobile checkstyle and gradle build files organization.
2018-02-07 20:58:18 +01:00
Romain Vimont
1eaa27ed9e
Remove instrumented test dependencies
...
The server is not a real Android application, it's just a jar with a
main method. Instrumented tests are meaningless in this context.
2018-02-07 16:47:31 +01:00
Romain Vimont
b67907e24e
Convert server to an Android project
...
To simplify the device server-side build, use gradle to create an APK,
even if we use it as a simple jar, by running its main() method.
2018-01-30 12:01:36 +01:00