dolphin/Source/Android
JosJuice 8842a0f402 Keep track of GameTDB ID separately from game ID
The difference between Dolphin's game IDs and GameTDB's game IDs
is that GameTDB uses four characters for non-disc titles, whereas
Dolphin uses six characters for all titles.

This fixes:

- TitleDatabase considering Datel discs to be NHL Hitz 2002
- Gecko code downloading not working for discs with IDs starting with P
- Cover downloading mixing up discs with channels (e.g. Mario Kart Wii
  and Mario Kart Channel) and making extra HTTP requests. (Android was
  actually doing a better job at this than DolphinQt!)
2019-02-25 19:54:25 +01:00
..
app Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
gradle/wrapper Android Studio 3.2.1 recommended updates 2018-11-02 13:04:14 -04:00
jni Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
.gitignore Android:Changes to simplify command-line building of the app, and bugfixes to the Gradle script 2015-07-13 09:37:44 -04:00
build.gradle Android Studio 3.2.1 recommended updates 2018-11-02 13:04:14 -04:00
code-style-java.xml Update code style file, remove old style .jar 2018-08-26 21:32:56 -07:00
gradle.properties Android: Remove legacy hack that is not needed anymore 2018-10-29 21:37:44 +01:00
gradlew Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
gradlew.bat Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
settings.gradle Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00