9ca1c8e459
Rewrite WidgetBehavior and associated tests
2020-11-26 14:19:15 -06:00
61414d62f4
Remove calls to Repetition.add and Repetition.remove
2020-11-26 14:19:02 -06:00
f97fed3b9b
Repetition: Replace toggle by setValue
2020-11-26 13:29:12 -06:00
d45281d137
Merge branch 'master' into dev
2020-11-26 08:59:52 -06:00
56c180183e
Update release notes
2020-11-26 08:22:37 -06:00
af8d983cca
Add dummy settings.gradle file to help F-Droid locate app metadata
2020-11-26 08:20:10 -06:00
0a49232ebd
Add dummy settings.gradle file to help F-Droid locate app metadata
2020-11-26 08:11:40 -06:00
cff8e26428
Update translations
2020-11-25 22:33:41 -06:00
e892bccb32
Bump version to 1.8.10
2020-11-25 18:23:27 -06:00
68ccf37fd5
Add UUID to habits
2020-11-24 08:28:16 -06:00
659c528744
SyncManager: First version
2020-11-24 06:55:37 -06:00
b1560dd694
LoopDBImporter: Use commands instead of directly modifying DB
2020-11-24 06:54:28 -06:00
0de86ac66c
Update widgets at most once per minute
2020-11-24 06:53:20 -06:00
35ca041bc2
EncExt: Trim keys
2020-11-24 06:51:08 -06:00
576a334dc9
Update sync intent-filter
2020-11-24 06:32:21 -06:00
294aee5d12
Implement cryptography extensions
2020-11-22 22:39:22 -06:00
0859cec853
Implement intent filter; hide password for now
2020-11-22 17:00:37 -06:00
23f2978a64
Add sync preferences to settings screen
2020-11-22 15:39:08 -06:00
a2400172e2
Make registration functional
2020-11-22 13:00:59 -06:00
5376f4bff8
Implement SyncActivity (with static data)
2020-11-22 10:07:34 -06:00
008902d3b7
AutoBackup: Use getLocalTime instead of getStartOfToday; improve logging
2020-11-21 10:12:52 -06:00
4764c07f3b
Bump version to 2.0.0
2020-11-19 19:29:26 -06:00
Quentin Hibon
bfddc42f5e
Allow user to sort by status ( #660 )
2020-11-19 19:05:21 -06:00
dc0b8deccf
Export backups daily
...
Fixes #178
2020-11-19 18:31:28 -06:00
b674d14b49
Opt-in skips: Update tests
2020-11-18 22:26:45 -06:00
d594d3b085
Make skip days an opt-in feature
2020-11-18 22:13:03 -06:00
ba08968600
Fix tests
2020-11-18 06:45:47 -06:00
Sunxy88
2d488a67f2
Use dark theme in settings window. ( #655 )
2020-11-14 07:57:07 -06:00
Kristian Tashkov
d997b1378d
Setting custom start of the day ( #621 )
2020-09-19 19:23:00 -05:00
720f98f9bd
Write tests for IntentScheduler
2020-09-19 19:11:57 -05:00
ddea9e78a9
ScoreList: Fix interaction between SKIP and rolling sum
2020-09-16 07:38:59 -05:00
c429cb41c0
Fix method rename
2020-09-15 22:32:46 -05:00
ae286cec14
Take frequency into account when computing score for numerical habits
2020-09-15 22:30:44 -05:00
31d631b155
Update test screenshots
2020-09-15 22:30:44 -05:00
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