| Age | Commit message (Collapse) | Author |
|
This fixes a bug where custom cover loading was initiated but would finish by the time another image view would be in the place of the previous one.
|
|
|
|
Android: Use JNI for setting/getting ISO paths
|
|
This gets rid of the last Android-specific code that directly interfaces
with INI files.
|
|
This makes casting unnecessary, preventing the kind of type error we
just had from occurring in the future.
|
|
By not setting a stepSize, stepSize was getting set to the default
value of 0, which is an Int. This later caused a crash when trying to
cast it to Float.
|
|
Android: Expose color space settings
|
|
We did support float settings before but we never showed anything past the decimal place before.
|
|
|
|
Added latching buttons (Android)
|
|
Added latching buttons, buttons which turn on when you press them and off when you press them again.
|
|
Android: Convert "features.input" package to Kotlin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You're not allowed to just show toasts on any thread you want.
|
|
`or` is the bitwise or operator.
Fixes file pickers in the settings not saving your choice.
|
|
|
|
Android: Handle game shutdown in onTitleChanged
|
|
Android: Remove GPU driver from per-game settings
|
|
|
|
|