elementary / tasks

Synced tasks and reminders on elementary OS
https://elementary.io
GNU General Public License v3.0
84 stars 22 forks source link

Auto refresh task lists and collections #330

Closed marbetschar closed 2 years ago

marbetschar commented 2 years ago

This PR introduces an automatic way of keeping task lists current: Instead of just relaying on a regular sync interval we try to be a bit smarter and automatically synchronize a task list whenever it is selected by the user and a network connection is available - or if the network becomes available again.

This fixes https://github.com/elementary/tasks/issues/306 as it basically obsoletes an extra refresh button.