Treker/app/src/test/java/org/isoron/uhabits
jotran ec34043041 Add exporting scores and checkmarks files with multiple habits (#68).
Add writeMultipleHabits to write a scores file and a checkmarks file
that contains scores and checkmarks of multiple habits.
Add getTimeframe because it was necessary to get the timeframe between
all habits so that row data could be populated correctly for habits that
started before/after other habits.
Move writeCheckmarks to below writeScores since it wasn't called until
after writeScores in writeHabits.

Add getByInterval to ScoreList, MemoryScoreList, and SQLiteScoreList to
get scores between a given interval - simiarly to CheckmarkList.

Add getValues (ScoreList) to get all values between a given timeframe.

Add getNewest to get the newest repetition in a list and to correspond
with getOldest.

Add getDaysBetween to DateUtils to quickly get the number of days
between two timestamps.

Add tests for the new functions.
2016-09-17 09:04:49 -07:00
..
activities/habits/list Update unit tests for ListHabitsMenu 2016-08-22 16:48:58 -04:00
commands Clean up BaseUnitTest 2016-07-28 07:42:03 -04:00
models Add exporting scores and checkmarks files with multiple habits (#68). 2016-09-17 09:04:49 -07:00
receivers Write tests for ListHabits controller, menu and screen 2016-08-04 21:56:38 -04:00
tasks
utils Add exporting scores and checkmarks files with multiple habits (#68). 2016-09-17 09:04:49 -07:00
BaseUnitTest.java Write tests for receivers 2016-08-04 07:34:38 -04:00