Easer
Easer copied to clipboard
Ambiguous export file name
Very minor bug here. When I export Easer settings, the hour is written in 1-12 format, and not 1-24, hence generating an ambiguity if the export was taken am or pm. Using the 1-24 format would be even more convenient since the alphanumeric order of the export file names would be the same of the date order.
I'm not a Jva programmer at all, but I think that it would be enough to change from SimpleDateFormat("yyyy-MM-dd.hh:mm:ss", Locale.US); to SimpleDateFormat("yyyy-MM-dd.HH:mm:ss", Locale.US); in exportFileName() in SettingsActivity.java.
Anyway, many thanks for the software:)
Thanks for reporting! I'll find time to fix that :)