20142d5f94
Reduce time required to form non-daily habits; smooth out irregular schedules
2020-09-15 22:30:44 -05:00
ef186d55c6
Update test screenshots
2020-09-15 22:30:44 -05:00
8b847ae9fa
ScoreList: Use rolling sum method also for boolean habits
...
See #641
2020-09-15 22:30:44 -05:00
Kristian Tashkov
a4ef657897
Make skips freeze score ( #630 )
2020-09-13 17:01:15 -05:00
f44556e281
ScoreList: Use rolling sum for non-daily numerical habits
2020-09-12 21:40:59 -05:00
8a895b2d20
Fix colors in BarChart and HistoryChard
2020-09-12 16:09:12 -05:00
61f32449dd
Numerical habits: allow Tasker to increment/decrement value
2020-09-12 15:10:46 -05:00
Kristian Tashkov
07f8583c3d
Don't show reminders from archived habits ( #639 )
2020-09-12 13:15:23 -05:00
Kristian Tashkov
69f11c9d4e
Fix clearing of reminders ( #638 )
2020-09-12 12:47:03 -05:00
Nguyen Ly Nam
1ffc079042
Numerical habits: update notifications and detail screen ( #627 )
2020-09-11 17:32:20 -05:00
5fa3f412c0
Show YES_AUTO as grey checkmark
...
This reverts a change introduced recently where YES_AUTO (previously CHECKED_IMPLICITLY)
was shown as a grey dash.
2020-09-05 18:46:48 -05:00
b72cad5316
Rename checkmark values to NO, YES_AUTO, YES_MANUAL and SKIP
...
This makes the source code consistent with the user interface.
2020-09-05 18:04:04 -05:00
Kristian Tashkov
d59ab89426
Update widgets at midnight ( #634 )
2020-09-05 17:25:46 -05:00
ea019321e6
Revert "NumberPickerFactory: Show and hide keyboard using InputMethodManager"
...
This reverts commit 6967def950 . InputMethodManager method
does not work reliably on widgets. It also cannot reliably hide the keyboard.
2020-09-03 22:22:07 -05:00
6967def950
NumberPickerFactory: Show and hide keyboard using InputMethodManager
...
In about 1 every 10 attempts, the previous solution randomly failed to show
the keyboard, although the text field was focused. This solution seems more reliable.
2020-09-03 21:55:03 -05:00
6d4cac427f
NumberPickerFactory: Automatically show keyboard
2020-09-03 21:06:46 -05:00
152b2d5427
Merge pull request #631 from KristianTashkov/habit_selection_dark_theme
...
Fix habit selection menu item background color
2020-09-02 08:09:26 -05:00
9d28fbe7b5
ScoreList: Revert recent changes to computation of scores
2020-09-02 07:01:54 -05:00
c846dfc75a
Make skips equivalent to implicit checks; make their visual representation consistent
2020-09-01 22:23:42 -05:00
ee7eb4ef51
build.sh: Always use GRADLE variable
2020-09-01 22:22:38 -05:00
KristianTashkov
57bfe3d801
Fix habit selection menu item background color
2020-09-01 15:53:30 +03:00
a5ee96f988
HistoryChart: Make skipped days a bit more clear
2020-08-23 15:09:13 -05:00
7b0eddeac5
Set minimum widget size
2020-08-23 14:48:58 -05:00
e8e52db9b1
HabitPickerDialog: Show "no habits found" message
2020-08-23 14:39:11 -05:00
cddbf558e6
Reactivate widget view tests; update widget previews
2020-08-23 14:09:50 -05:00
79459c373e
Manage exceptions for when activities don't exist to handle intents
...
Fixes #181
2020-08-23 08:57:00 -05:00
84523869e8
Manage exceptions for when activities don't exist to handle intents
...
Fixes #181
2020-08-23 08:43:22 -05:00
590298bf5b
MemoryHabitList: Inherit parent's order
...
Fixes #598
2020-08-23 07:43:20 -05:00
8067fd5313
MemoryHabitList: Inherit parent's order
...
Fixes #598
2020-08-23 07:41:42 -05:00
Christoph Hennemann
d2dc756a34
Improve readability of history and streak charts
...
Fixes #432
Co-authored-by: Alinson S. Xavier <git@axavier.org >
2020-08-22 23:37:43 -05:00
2af1dbf3a6
Reactivate HistoryChart tests; fix IndexOutOfBoundsException
2020-08-22 19:42:46 -05:00
ebab6f08ee
Remove obsolete regression test
2020-08-22 19:04:29 -05:00
4a2b21855a
Update ListHabitsRegressionTest
2020-08-22 19:04:11 -05:00
42d5edec26
WidgetTest: Tap twice to remove checkmark
2020-08-22 18:50:39 -05:00
f368e43158
CreateRepetitionCommand: Run update() after executing
2020-08-22 18:27:12 -05:00
09eb8c9f4d
Fix widget tests on API 29+
2020-08-22 17:52:53 -05:00
209e709163
Make widgets fully opaque by default
2020-08-22 16:26:59 -05:00
d20a2be7e6
Remove obsolete test screenshots
2020-08-22 15:58:26 -05:00
bd68f8fc5a
Revert changes to HistoryCard view screenshots
2020-08-22 15:56:24 -05:00
KristianTashkov
1a05f7d85d
Allow user to skip days without breaking streak
...
Co-authored-by: Alinson S. Xavier <git@axavier.org >
2020-08-22 15:35:35 -05:00
TacoTheDank
d9ff429c28
Deprecation fixes
...
Co-authored-by: Alinson S. Xavier <git@axavier.org >
2020-08-22 12:14:35 -05:00
3554895a5d
Widgets: Show shadow if widget is completely opaque
2020-08-18 08:09:12 -05:00
16491c142a
Widgets: Fix title size
2020-08-18 08:00:38 -05:00
859fea5ff5
Hide streaks for numerical habits
2020-08-18 07:57:57 -05:00
34c73e89db
Merge branch 'hotfix/1.8.9' into dev
2020-08-15 15:18:21 -05:00
09bf49a9ce
Remove notification groups; revert to default system behavior
2020-08-15 14:45:40 -05:00
48e43869c7
Merge branch 'hotfix/1.8.9' into dev
2020-08-15 14:18:50 -05:00
963fb58309
Revert changes to android-pickers
2020-08-15 13:58:03 -05:00
38fb37cde2
Remove SyncManager and Internet permission
2020-08-15 13:54:29 -05:00
d0b4e3e163
Bump version to 1.8.9
2020-08-15 13:35:48 -05:00