Activity
Center banners on README.md
Center banners on README.md
Expose numOfHabits argument in DatabasePrepopulator
Expose numOfHabits argument in DatabasePrepopulator
Update documentation regarding the new database schema
Update documentation regarding the new database schema
Rename CashedStreakConversions.kt to StreakConversions.kt
Rename CashedStreakConversions.kt to StreakConversions.kt
Configure FOREIGN KEY constraint for HabitLocalDataSourceImplTest
Configure FOREIGN KEY constraint for HabitLocalDataSourceImplTest
Fix incorrect test in ScheduleGetPeriodRangeTest
Fix incorrect test in ScheduleGetPeriodRangeTest
Fix bug with monthly period ranges being incorrect for inconsistent days
Fix bug with monthly period ranges being incorrect for inconsistent days
Move DatabasePrepopulator to domain and add streak support
Move DatabasePrepopulator to domain and add streak support
Remove StreakRepository functions that are no longer needed
Remove StreakRepository functions that are no longer needed
Force push
Remove StreakRepository functions that are no longer needed
Remove StreakRepository functions that are no longer needed
Remove tests with unresolved references in StreakUtilTest
Remove tests with unresolved references in StreakUtilTest
Force push
Remove tests with unresolved references in StreakUtilTest
Remove tests with unresolved references in StreakUtilTest
Remove unused getAllStreaks function as it is not performant to retri…
Remove unused getAllStreaks function as it is not performant to retri…
Fix bug in GetCurrentStreakUseCase
Fix bug in GetCurrentStreakUseCase
Fix bug in GetHabitCompletionDataUseCaseImpl
Fix bug in GetHabitCompletionDataUseCaseImpl
Add missing queries in StreakLocalDataSourceImpl and test them
Add missing queries in StreakLocalDataSourceImpl and test them
Move cached streak entity mappers to a separate file
Move cached streak entity mappers to a separate file
Feat getPeriodRange to throw IllegalArgumentException instead of retu…
Feat getPeriodRange to throw IllegalArgumentException instead of retu…
Refactor to always derive all streaks from the given history
Refactor to always derive all streaks from the given history