| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Getting serializables without explicitly stating the type is deprecated in Android 13. However we still need a way to get a serializable in versions below that. Now with these we can avoid repeating the same if block.
|
|
|
|
|
|
Android: Remove support for the old config system
|
|
Android: Make header padding appear even
|
|
Android: Fix per-game profile setting off-by-one
|
|
|
|
|
|
Fixes side by side installation of debug, benchmark and release builds.
|
|
Android: Implement DocumentProvider
|
|
No longer used for anything.
|
|
getXGlobal() is now identical to getX(), and setXGlobal(int, X) is now
identical to setX(int, X) in the cases where setX(int, X) exists.
We can remove/rename them.
|
|
Made unnecessary by the previous commit.
|
|
All settings that we care about from an Android perspective are now
supported by the new config system, so we can remove all the Android code
for the old config system. This should have no impact on users.
|