Treker/uhabits-core
Alinson S. Xavier 48c1adb3bb HabitCardListAdapter: Return copy of list of selected items
Previously, HabitCardListAdapter returned a pointer to the list, instead of a
copy. By the time other parts of the application were reading the list, its
contents had already changed. This prevented the user from deleting or
archiving habits.
2021-01-30 10:28:42 -06:00
..
assets Move uhabits-core to top level; all Java files to uhabits-core:jvmMain/jvmTest 2021-01-03 13:21:02 -06:00
src HabitCardListAdapter: Return copy of list of selected items 2021-01-30 10:28:42 -06:00
build.gradle.kts Bump guava from 30.0-android to 30.1-android (#750) 2021-01-28 21:37:59 -06:00