| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
Android: Hide Infinity Base in MenuFragment when not relevant
|
|
Use getCacheDir if getExternalCacheDir returns null.
|
|
|
|
|
|
A switch case fallthrough was overlooked when translating from Java to
Kotlin.
|