SocketWeather icon indicating copy to clipboard operation
SocketWeather copied to clipboard

Status Bar info

Open adamdickinson opened this issue 4 years ago • 1 comments

Would be great to have the option of putting either the current temperature or the weather icon for the day in the status bar (or both if possible?)

Would be great to see able to see at a glance what the weather is going to be like today without having to open the app.

adamdickinson avatar Jan 19 '20 21:01 adamdickinson

This is actually a pretty big chunk of work. We have to add the ability to request forecast info when the app isn't running, probably through WorkManager. This gets even more complex if a user has their location set to FollowMe rather than somewhere static.

Currently the app only requests the user's coarse grained location while it's in the foreground. We'll have to add an additional permission request in order to get their location in the background. Much of this work would probably be beneficial for a Widget too.

chris-horner avatar Jan 20 '20 07:01 chris-horner