Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
Fixed bug where times were not being imported after choosing a file.
The onFileSelection callback on MainActivity was trying to get the ExportImportDialog that called FileChooserDialog by using getTag, but both the ExportImportDialog and FileChooserDialog have the same tag (export_import_dialog). The fix was to have ExportImportDialog create a FileChooserDialog with a different tag.
Temporarily changed the way the AverageCalculator handles an exception in the addTime function.
See the FIXME note for reasoning.