Initialize properly timestamps at instanciation of WeatherUpdater
Description
Sometimes update of weather could not happen when tapping on the update button.
Technical details
We now initialize properly timestamps at instanciation of WeatherUpdater. Timestamps were boot persistent so they not correct after a reboot. I got rid off use of shared pref to maintain timestamps. We now maintain timestamps in RAM with regular variables.
Issues
10 commandments of code reviews
Edited by Jonathan Klee