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
332 stars 95 forks source link

Further enhancement of #119, show "home" time zone #120

Open madb1lly opened 4 years ago

madb1lly commented 4 years ago

Hi @fennifith, This suggestion is a further enhancement to #119.

As well as being able to show the current time based on location and the time in other, selected, time zones, this could be enhanced further to show the time in our "home" time zone only when we are not in that time zone.

I suppose this could just be a case of selecting one time zone as home and conditionally showing it if it does not match the current phone time, assuming the current phone time is set by network.

Cheers 🙂

fennifith commented 4 years ago

Is an explicit "home" time zone necessary? This could just involve filtering out time zones equivalent to the current location from the list - the first page will always be the device time, followed by any extra time zones that are selected.

madb1lly commented 4 years ago

Hi @fennifith, Yes that could achieve the same result and would potentially be more flexible as well. Cheers 🙂