Go to file
2017-06-13 00:29:13 +02:00
extern Update sublib and copyright header 2017-06-13 00:29:13 +02:00
gradle/wrapper Update build tools 2017-05-01 12:51:50 +02:00
play-services Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-base Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-cast Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-gcm Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-iid Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-location Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-tasks Update sublib and copyright header 2017-06-13 00:29:13 +02:00
play-services-wearable Update sublib and copyright header 2017-06-13 00:29:13 +02:00
.gitignore Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
.gitmodules Update api 2015-03-14 22:21:35 +01:00
.travis.yml Update build tools 2017-05-01 12:51:50 +02:00
build.gradle Update build tools 2017-05-01 12:51:50 +02:00
gradlew Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
LICENSE Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-api Update api 2015-03-14 22:21:35 +01:00
play-services-basement Update lib for API changes, add support for wearable listening and sending messages 2016-08-14 10:29:03 +02:00
play-services-cast-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-cast-framework-api Fix missing api reference 2016-11-07 14:56:28 +01:00
play-services-iid-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-location-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-wearable-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
README.md Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
settings.gradle Fix missing api reference 2016-11-07 14:56:28 +01:00

GmsLib

This library is a compatibility implementation of the often used play-services library.

It will try to use the Play Services when installed on the target device. If this is not possible, a basic fallback implementation might be used.

WIP

This is still work in progress, and most applications will not build. However feel free to try it out and create issues for missing method calls (please include an application to test it).

Developer Notes

Replace all compile includes to com.google.android.gms with org.microg master-SNAPSHOT includes

sed -i 's/compile [\'"]com.google.android.gms:\([^:]*\):[^\']*[\'"]/compile \'org.microg:\1:master-SNAPSHOT\'/g' build.gradle