fennifith / Alarmio

A simple alarm clock focused on design, readability, and internet radio.
https://play.google.com/store/apps/details?id=me.jfenn.alarmio
Apache License 2.0
338 stars 96 forks source link

Sort the alarms in chronological/alarm time order (autosort) #146

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi, currently all alarms are sorted by date of creation. An option which sorts them by the time they ring would be very nice! As someone that uses alarms for everything, this is more of an inconvenience when hunting down a previous alarm to use again.

Or make it the default behaviour, that the alarms are automatically ordered after their set alarm time?

fennifith commented 3 years ago

Yes, that would certainly make sense as the default behavior! I think the "date of creation" sorting is just a side-effect of not currently having any sorting implemented, not an intentional functionality (I wasn't thinking too hard about that when I was writing it).