Added support for game and onlyAvailable when retireving data

From now on, it is possible for the API to retrieve only object which
are assigned to a specific game or only objects that are available or both.
This might (pretty sure it is) needed in the future
This commit is contained in:
Alexander Doerflinger
2017-08-09 16:18:33 +02:00
parent 05076a01f1
commit 8e5791d35e
2 changed files with 288 additions and 190 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 6
versionName "0.1.6"
versionCode 7
versionName "0.1.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {