You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not every widget got its own views factory. The single views factory got the current widget ID via global variable to know which views to create. That was not optimal if multiple widgets were in use and could be the cause for #78. Now every widget gets its own factory.
onDataSetChanged() in the factory is allowed to block for longer time and should prepare all needed views. To realize that, the DB model was extended to enable blocking DB access. This gets used to implement onDataSetChanged() correctly.
The widgets were not updated if todo data changed. The ModelObserver was extended to provide the right event to automatically update the widget if data changes.
The name of the selected list now gets used as widget title. This fixes#118.
At widget configuration now it is possible to choose that all tasks get shown. This fixes#119.
Widget should also be able to show all tasks. The same as the app: "All tasks" or a specific list.
The text was updated successfully, but these errors were encountered: