|
09c9eb6090
|
Merge pull request #1175 from matthiasbeyer/libimaghabit/remove-unused
libimaghabit: Remove unused things
|
2017-12-22 12:29:50 +01:00 |
|
|
9bf4b9604b
|
Remove unused variables
|
2017-12-22 11:03:42 +01:00 |
|
|
90ed0c0e10
|
Remove unused macro import
|
2017-12-22 11:02:55 +01:00 |
|
|
96b51280ab
|
Remove unused imports
|
2017-12-22 11:01:35 +01:00 |
|
|
cd8f0beae8
|
Add until-date support
|
2017-12-22 10:59:27 +01:00 |
|
|
ddf703eaa0
|
Add HabitTemplate::next_instance_date_after()
Rewrite HabitTemplate::next_instance_date() to use the new function
|
2017-12-19 19:13:12 +01:00 |
|
|
6f244a52ff
|
Add function to instantiate with a given date
Use that function in the `create_instance()` function which was renamed
to `create_instance_today()`.
|
2017-12-19 19:13:04 +01:00 |
|
|
13e9ee3ffa
|
Add Habit::next_instance_date()
|
2017-12-08 14:54:49 +01:00 |
|
|
f81faa3f6a
|
Make "util" pub
|
2017-12-08 14:54:49 +01:00 |
|
|
999bdf8d0d
|
Add HabitTemplate::linked_instances() function
|
2017-12-08 14:54:49 +01:00 |
|
|
3b319fd4f0
|
Add HabitInstanceStoreIdIterator::new
|
2017-12-08 14:54:49 +01:00 |
|
|
30e05d21f9
|
Add debugging output
|
2017-12-08 14:54:49 +01:00 |
|
|
90a4139ede
|
Make builder consuming
|
2017-12-08 14:54:49 +01:00 |
|
|
dc7a315176
|
Getter for all instances
|
2017-12-08 14:54:45 +01:00 |
|
|
b181b488a2
|
Add extension to check whether an Entry or a StoreId points to a habit instance/template
|
2017-12-08 14:54:45 +01:00 |
|
|
9af2f34b58
|
Outsource instance id creation to helper fn
|
2017-12-08 14:54:45 +01:00 |
|
|
0ffbb2ef1a
|
Add kairos error chain integration
|
2017-12-08 14:54:45 +01:00 |
|
|
2c655daa39
|
Add IsValidHabitObj helper trait
|
2017-12-08 14:54:45 +01:00 |
|
|
a6a36455f5
|
Add recur spec with kairos support
|
2017-12-08 14:54:41 +01:00 |
|
|
42cabffa64
|
Implement HabitInstance for Entry
|
2017-12-08 14:54:41 +01:00 |
|
|
533d97532b
|
Move date-string conversion utils to util module
|
2017-12-08 14:54:40 +01:00 |
|
|
a71c9281ec
|
Initial import
|
2017-12-08 14:54:40 +01:00 |
|