Commit Graph

217 Commits

Author SHA1 Message Date
Alinson S. Xavier
2fc6c67432
Merge pull request #1425 from eduebernal/freq-display-normal
fix marker scaling in frequency display
2022-07-30 18:30:53 -05:00
eduebernal
dd47d4cf08 fix getWeekdaysInMonth test 2022-07-06 15:09:10 -07:00
eduebernal
8912a9d73c add test for getWeekdaysInMonth 2022-07-06 10:48:58 -07:00
eduebernal
9bd1c6f685 change getWeekdaysInMonth method 2022-07-06 10:48:19 -07:00
eduebernal
a6180a5049 fix marker scaling in freq display 2022-07-05 21:41:27 -07:00
Alinson S. Xavier
d2d45991b0
Always show popups at the center of the screen; remove ScreenLocation 2022-05-13 06:37:41 -05:00
Alinson S. Xavier
25aeafb759
Remove unused imports 2022-05-13 05:21:29 -05:00
Alinson S. Xavier
9045ae5c24
Remove previous NumberPicker 2022-05-13 05:21:29 -05:00
Alinson S. Xavier
555873354c
Use NumberPopup in HistoryCard 2022-05-13 05:21:29 -05:00
Alinson S. Xavier
d1de3a852b
Implement NumberPopup 2022-05-13 05:21:28 -05:00
Alinson S. Xavier
f04e37e905 Remove CheckmarkDialog 2022-05-03 04:09:13 -05:00
Alinson S. Xavier
825a5f2cb9 Implement CheckmarkPopup 2022-05-03 04:09:13 -05:00
Alinson S. Xavier
0de6896691 Add notes to DelayedToggle, make delay skipable 2022-05-03 04:09:13 -05:00
Alinson S. Xavier
7187214282 Replace notesIndicator by notes 2022-05-03 04:09:13 -05:00
Quentin Hibon
c453810785
Resort habit list after habit edit (#1350)
* Add regression test for #1131
* Resort habit list after habit edit

Fixes #1131.
2022-04-21 11:29:42 -05:00
Jakub Kalinowski
3b12ec4bfe
Issue 1316: Skip measurable habit (#1319)
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com>
2022-03-24 06:08:31 -05:00
Alinson S. Xavier
88b8663484
Remove pref_led_notifications 2022-03-20 18:55:18 -05:00
Alinson S. Xavier
a4db997e06
Merge pull request #1314 from kalina559/feature/case_1282_calendar_bug
Fixed edit history calendar bug
2022-03-10 06:05:04 -06:00
Jakub Kalinowski
090216ccb7 Fixed edit history calendar bug 2022-03-05 19:54:48 +01:00
Quentin Hibon
a07a50e635 Handle numerical habits from HabitBull
Fixes #1265.
2022-01-27 20:33:17 +01:00
Alinson S. Xavier
5b8a7c39e2
HistoryCard: Make colors more consistent for AT_MOST habits 2022-01-02 11:06:37 -06:00
Alinson S. Xavier
d875af8a8e
CheckmarkDialog: Format date using current locale 2022-01-01 06:30:57 -06:00
Alinson S. Xavier
e6167baab1
NotificationTray: Use isCompletedToday instead of value != UNKNOWN 2021-12-29 08:13:54 -06:00
Alinson S. Xavier
4972257635
Merge branch 'dev' into feat-1074 2021-11-11 06:43:20 -06:00
Alinson S. Xavier
c331f34fa9
HistoryCard: Swap short/long press 2021-11-11 06:08:03 -06:00
Alinson S. Xavier
b62e436054 Fix "hide completed" for numerical habits
Fixes #1179
2021-11-07 11:47:25 +01:00
Alinson S. Xavier
bf63b4dbcf
Remove HabitMatcherBuilder 2021-11-06 06:50:28 -05:00
Alinson S. Xavier
ba59dc7ca9
Merge pull request #1177 from hiqua/fix_csv_exporter
Use the value of the Entry during CSV export
2021-11-06 06:12:27 -05:00
Quentin Hibon
d553c2f3f2 Delete unused test resources 2021-11-05 20:48:16 +01:00
Quentin Hibon
7776093217 Test CSV export file content 2021-11-05 20:47:23 +01:00
Quentin Hibon
b27f3f8540 Use the value of the Entry during CSV export
Fixes #1162.
2021-11-05 20:02:55 +01:00
sgallese
4fbf8a8ca2 DRYer offset tests 2021-10-03 22:32:14 -07:00
sgallese
707b2b4380 Add test helper for hour offset 2021-10-03 21:19:04 -07:00
sgallese
aae85c1170 Rename variable 2021-10-03 21:10:44 -07:00
sgallese
c12a6c6a4d Complete tests for DateUtils, move internal functions to private 2021-10-03 21:09:31 -07:00
sgallese
b15c02adbf Calendar tests for DateUtils 2021-10-03 21:09:31 -07:00
sgallese
9e24128675 DateUtils today offset tests 2021-10-03 21:09:31 -07:00
sgallese
66c61e2e6c More DateUtils tests 2021-10-03 21:09:31 -07:00
sgallese
7bddfbe5a7 Tests for DateUtils and FileExtensions 2021-10-03 21:09:31 -07:00
Bindu
8036b10ee6 improve yes/no dialog design 2021-10-03 04:43:53 -07:00
Bindu
71f400f587 improve numerical dialog design 2021-10-03 04:43:53 -07:00
Bindu
79e302f922 Change variable name 2021-10-03 04:43:53 -07:00
Bindu
af7f60fc4d Address review comments 2021-10-03 04:43:53 -07:00
Bindu
7cc4b66dfd Update HabitBullCSV test to accept notes 2021-10-03 04:43:53 -07:00
Bindu
a9fddf9963 Update tests and fix formatting. 2021-10-03 04:43:53 -07:00
Bindu
36c1504c6a Add dialog and notes indicator for HistoryChart 2021-10-03 04:43:53 -07:00
Bindu
d644170141 Implement dialog for Yes/No Habits 2021-10-03 04:43:53 -07:00
Bindu
d38f83e961 Added a notes field and implemented dialog for numeric habits 2021-10-03 04:43:53 -07:00
Alinson S. Xavier
75078ed52b
Merge pull request #1101 from KristianTashkov/kris/implement_at_most
Implement numerical habits with AT_MOST target type
2021-09-29 04:20:13 -05:00
Alinson S. Xavier
2a0afedb1d
SubtitleCard: Show at-most icon 2021-09-29 03:22:38 -05:00