isaakhanimann / psychonautwiki-journal-android

GNU General Public License v3.0
50 stars 10 forks source link

ExperienceScreen: Introduce "Auto" time display option #38

Closed jaromeyer closed 4 months ago

jaromeyer commented 5 months ago

IMO during an ongoing experience one would want to check the time since consumption, while for a long completed experience the time relative to the start probably makes more sense. This PR introduces a new "Auto" setting which accomplishes exactly this.

IDK about the second commit, there seems to be no concise way properly express "x minutes after the start of the experience".

isaakhanimann commented 4 months ago

Thanks. The only thing I refactored is that I put the logic into the view model by distinguishing the options that the users can save (including auto) from the ones that can be displayed.

Maybe writing T=20:30, T+20 min, T+1.5hours etc would be more understandable, what do you think?