Treker/uhabits-android
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
..
src HabitCardListAdapter: Return copy of list of selected items 2021-01-30 10:28:42 -06:00
tools Flatten uhabits-android into a single gradle module 2021-01-03 20:44:55 -06:00
.gitignore Create top-level gradle project; remove duplicated gradle wrappers 2021-01-05 22:03:01 -06:00
build.gradle.kts Bump guava from 30.0-android to 30.1-android (#750) 2021-01-28 21:37:59 -06:00
proguard-rules.txt Flatten uhabits-android into a single gradle module 2021-01-03 20:44:55 -06:00