Alinson S. Xavier
4764c07f3b
Bump version to 2.0.0
5 years ago
Alinson S. Xavier
8f0cfa8614
Update CHANGELOG.md
5 years ago
Alinson S. Xavier
865e1969e6
Update CHANGELOG
5 years ago
Quentin Hibon
bfddc42f5e
Allow user to sort by status ( #660 )
5 years ago
Alinson S. Xavier
dc0b8deccf
Export backups daily
...
Fixes #178
5 years ago
Alinson S. Xavier
b674d14b49
Opt-in skips: Update tests
5 years ago
Alinson S. Xavier
d594d3b085
Make skip days an opt-in feature
5 years ago
Alinson S. Xavier
bef85bf93a
CHANGELOG: Minor fixes
5 years ago
Alinson S. Xavier
76eaefc95b
Merge branch 'master' into dev
5 years ago
Alinson S. Xavier
83c1ab35d5
GH Actions: Update publish.yml
5 years ago
Alinson S. Xavier
7a6563736a
Merge branch 'hotfix/1.8.9'
5 years ago
Alinson S. Xavier
55c50c1119
Update CHANGELOG
5 years ago
Alinson S. Xavier
ba08968600
Fix tests
5 years ago
Sunxy88
2d488a67f2
Use dark theme in settings window. ( #655 )
5 years ago
Kristian Tashkov
d997b1378d
Setting custom start of the day ( #621 )
5 years ago
Alinson S. Xavier
720f98f9bd
Write tests for IntentScheduler
5 years ago
Alinson S. Xavier
ddea9e78a9
ScoreList: Fix interaction between SKIP and rolling sum
5 years ago
Alinson S. Xavier
c429cb41c0
Fix method rename
5 years ago
Alinson S. Xavier
ae286cec14
Take frequency into account when computing score for numerical habits
5 years ago
Alinson S. Xavier
31d631b155
Update test screenshots
5 years ago
Alinson S. Xavier
20142d5f94
Reduce time required to form non-daily habits; smooth out irregular schedules
5 years ago
Alinson S. Xavier
ef186d55c6
Update test screenshots
5 years ago
Alinson S. Xavier
8b847ae9fa
ScoreList: Use rolling sum method also for boolean habits
...
See #641
5 years ago
Kristian Tashkov
a4ef657897
Make skips freeze score ( #630 )
5 years ago
Alinson S. Xavier
f44556e281
ScoreList: Use rolling sum for non-daily numerical habits
5 years ago
Alinson S. Xavier
8a895b2d20
Fix colors in BarChart and HistoryChard
5 years ago
Alinson S. Xavier
61f32449dd
Numerical habits: allow Tasker to increment/decrement value
5 years ago
Kristian Tashkov
07f8583c3d
Don't show reminders from archived habits ( #639 )
5 years ago
Kristian Tashkov
69f11c9d4e
Fix clearing of reminders ( #638 )
5 years ago
Nguyen Ly Nam
1ffc079042
Numerical habits: update notifications and detail screen ( #627 )
5 years ago
Alinson S. Xavier
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.
5 years ago
Alinson S. Xavier
b72cad5316
Rename checkmark values to NO, YES_AUTO, YES_MANUAL and SKIP
...
This makes the source code consistent with the user interface.
5 years ago
Kristian Tashkov
d59ab89426
Update widgets at midnight ( #634 )
5 years ago
Alinson S. Xavier
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.
5 years ago
Alinson S. Xavier
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.
5 years ago
Alinson S. Xavier
6d4cac427f
NumberPickerFactory: Automatically show keyboard
5 years ago
Alinson S. Xavier
152b2d5427
Merge pull request #631 from KristianTashkov/habit_selection_dark_theme
...
Fix habit selection menu item background color
5 years ago
Alinson S. Xavier
9d28fbe7b5
ScoreList: Revert recent changes to computation of scores
5 years ago
Alinson S. Xavier
c846dfc75a
Make skips equivalent to implicit checks; make their visual representation consistent
5 years ago
Alinson S. Xavier
ee7eb4ef51
build.sh: Always use GRADLE variable
5 years ago
KristianTashkov
57bfe3d801
Fix habit selection menu item background color
5 years ago
Alinson S. Xavier
a5ee96f988
HistoryChart: Make skipped days a bit more clear
5 years ago
Alinson S. Xavier
7b0eddeac5
Set minimum widget size
5 years ago
Alinson S. Xavier
e8e52db9b1
HabitPickerDialog: Show "no habits found" message
5 years ago
Alinson S. Xavier
cddbf558e6
Reactivate widget view tests; update widget previews
5 years ago
Alinson S. Xavier
79459c373e
Manage exceptions for when activities don't exist to handle intents
...
Fixes #181
5 years ago
Alinson S. Xavier
84523869e8
Manage exceptions for when activities don't exist to handle intents
...
Fixes #181
5 years ago
Alinson S. Xavier
590298bf5b
MemoryHabitList: Inherit parent's order
...
Fixes #598
5 years ago
Alinson S. Xavier
8067fd5313
MemoryHabitList: Inherit parent's order
...
Fixes #598
5 years ago
Christoph Hennemann
d2dc756a34
Improve readability of history and streak charts
...
Fixes #432
Co-authored-by: Alinson S. Xavier <git@axavier.org>
5 years ago