|
|
eb017bf99b
|
Write missing tests and docs for RepetitionList
|
2016-03-17 06:49:11 -04:00 |
|
|
|
79b6ef8200
|
Improve null check for Checkmark and CheckmarkList
|
2016-03-17 06:39:29 -04:00 |
|
|
|
f5e4a88415
|
Implement missing tests for Habit; remove some dead code
|
2016-03-17 06:20:52 -04:00 |
|
|
|
075b7812eb
|
Refactor and write documentation for Habit
|
2016-03-16 07:49:40 -04:00 |
|
|
|
3d42505fb9
|
Merge tag 'v1.3.1' into dev
|
2016-03-15 20:38:51 -04:00 |
|
|
|
851cae3662
|
Show error message on widget when habit not found
Fixes #35
|
2016-03-15 20:25:47 -04:00 |
|
|
|
7778c5fb21
|
Check for null on notifications
|
2016-03-15 20:17:15 -04:00 |
|
|
|
ef847dac17
|
Use StaticLayout to draw RingView label
Fixes #29
|
2016-03-15 19:56:14 -04:00 |
|
|
|
8102c18c67
|
Use long for millisecondsInOneDay
Fixes #34
|
2016-03-15 19:55:50 -04:00 |
|
|
|
ffdc923268
|
Make labels more clear and customizable
|
2016-03-15 06:10:39 -04:00 |
|
|
|
9232378d04
|
Refactor RingView; make text size consistent
|
2016-03-15 05:30:27 -04:00 |
|
|
|
babf7d64f0
|
Display repetition count for last week, month, etc
Closes #21
|
2016-03-14 19:07:32 -04:00 |
|
|
|
18abb2038f
|
Check if habit is null on BaseWidgetProvider
|
2016-03-14 14:54:43 -04:00 |
|
|
|
f7f4b5eeb0
|
Simplify code for drawing header
|
2016-03-14 14:35:57 -04:00 |
|
|
|
45a7433773
|
Use StaticLayout to draw RingView label
Fixes #29
|
2016-03-14 13:34:21 -04:00 |
|
|
|
1a18bb939d
|
Refactor and write unit tests for RepetitionList
|
2016-03-14 07:39:43 -04:00 |
|
|
|
144524e53b
|
Refactor and write tests for checkmarks
|
2016-03-14 07:39:43 -04:00 |
|
|
|
3d1c53396c
|
Allow date to be fixed at a certain timestamp
|
2016-03-14 07:39:43 -04:00 |
|
|
|
a2c2a5531a
|
Use temporary database for tests
|
2016-03-14 07:39:43 -04:00 |
|
|
|
d326be1224
|
Reintroduce longClick hack
|
2016-03-12 05:17:55 -05:00 |
|
|
|
1d74359c06
|
Update widgets in background
|
2016-03-11 15:07:56 -05:00 |
|
|
|
51e8c2f111
|
Implement basic user interface tests
|
2016-03-11 12:39:59 -05:00 |
|
|
|
84d5c2aac6
|
Remove longClick hack
|
2016-03-11 12:26:56 -05:00 |
|
|
|
2b3b423fa3
|
Show color button even for a single habit
|
2016-03-11 12:26:34 -05:00 |
|
|
|
3b28c37c5e
|
Rebuild order after commit
|
2016-03-11 12:26:13 -05:00 |
|
|
|
34c0758308
|
Remove debug code
|
2016-03-10 05:49:34 -05:00 |
|
|
|
85963ae061
|
Add frequency widget
|
2016-03-10 05:43:56 -05:00 |
|
|
|
59a2f31a73
|
Fix timezone issues; rename class to HabitFrequencyView
|
2016-03-10 05:25:22 -05:00 |
|
|
|
cea5241135
|
Implement weekday frequency view
|
2016-03-09 08:23:55 -05:00 |
|
|
|
7784fc5c75
|
Add broadcast receiver to ShowHabitActivity
|
2016-03-08 22:13:47 -05:00 |
|
|
|
6dd017f33e
|
Refresh also main activity when history editor closes
|
2016-03-08 21:57:42 -05:00 |
|
|
|
c8cd9f85f6
|
Remove hardcoded string
|
2016-03-08 21:50:42 -05:00 |
|
|
|
d038bdb741
|
Update widgets after history editor closes
|
2016-03-08 21:50:10 -05:00 |
|
|
|
f55e8d2c85
|
Merge branch 'feature/history-editor' into dev
Closes #14
|
2016-03-08 21:33:27 -05:00 |
|
|
|
f8dc1d9eae
|
Force rebuild of scores
|
2016-03-08 21:30:09 -05:00 |
|
|
|
85393b0d40
|
Handle configuration changes
|
2016-03-08 21:22:59 -05:00 |
|
|
|
75599ad20c
|
Fix timezone issues
|
2016-03-08 20:58:29 -05:00 |
|
|
|
c6b948cbf5
|
Save changes on configuration change
Fixes #16
|
2016-03-08 18:16:34 -05:00 |
|
|
|
5b151805ff
|
Make HistoryView not editable by default
|
2016-03-08 07:56:40 -05:00 |
|
|
|
aa86826bdb
|
Refresh data after closing history editor
|
2016-03-08 07:53:24 -05:00 |
|
|
|
821373a340
|
Make history editor functional
|
2016-03-08 07:35:55 -05:00 |
|
|
|
8f37e293b1
|
Implement dummy history editor; add edit history button
|
2016-03-08 06:58:34 -05:00 |
|
|
|
2cfc809490
|
Update copyright notices in all files
|
2016-03-07 15:54:56 -05:00 |
|
|
|
ba31dee16a
|
Merge branch 'feature/refactoring' into dev
|
2016-03-07 08:39:11 -05:00 |
|
|
|
146c743fb8
|
Simplify list adapter
|
2016-03-07 08:03:30 -05:00 |
|
|
|
0c00e9ec2d
|
Simplify constructor
|
2016-03-07 07:51:48 -05:00 |
|
|
|
49af55a2de
|
Move more methods to helper
|
2016-03-07 07:31:06 -05:00 |
|
|
|
09f615a5e6
|
Update translations
|
2016-03-07 05:39:15 -05:00 |
|
|
|
9014acc548
|
Remove settings menu from ShowHabitActivity
|
2016-03-07 05:39:15 -05:00 |
|
|
|
e0527dc8ff
|
Implement about screen
|
2016-03-06 08:34:18 -05:00 |
|