Do we really need a setting for this?
This should be easily determinable by the locale/format setting of the device; so no need to clutter RiotX's UI with settings, right?
I agree. There shouldn't be a seperate option. It should just detect what the system time uses.
https://developer.android.com/reference/android/text/format/DateFormat.html#is24HourFormat(android.content.Context) looks like the relevant API
Yes, RiotX should use the format of the current locale of the device, which can now be changed in the settings (in RiotX v0.21.0)
Most helpful comment
I agree. There shouldn't be a seperate option. It should just detect what the system time uses.
https://developer.android.com/reference/android/text/format/DateFormat.html#is24HourFormat(android.content.Context) looks like the relevant API