Treker/uhabits-core
Luboš Luňák b1c2ab90d3 synchronize HabitList properly
When the app is not running and ReminderReceiver receives ACTION_SHOW_REMINDER,
the (SQLite)HabitList will start loading its data in the background for some
reason, and if the loading takes a moment, ReminderReceiver will call
the unsynchronized HabitList.getById() before the loading finishes,
failing to find the habit for which to show the notification.
2017-10-18 15:17:31 +02:00
..
src synchronize HabitList properly 2017-10-18 15:17:31 +02:00
.gitignore Create module uhabits-core 2017-05-25 08:16:55 -04:00
build.gradle Add tests for equals, hashCode and toString 2017-07-24 11:41:12 -04:00