Quentin Hibon
4f9ab6d263
Migrate EditHabitActivity to view bindings
2023-08-03 22:55:05 +02:00
Quentin Hibon
af21fd25db
Migrate FrequencyPickerDialog to view bindings
2023-08-03 22:55:05 +02:00
Quentin Hibon
11ca993a75
Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.4.2
...
Also run ./gradlew ktlintFormat to follow new format.
2023-07-25 17:37:59 +02:00
f70d33878c
Remove obsolete permission
2023-05-27 19:55:07 -05:00
6a55d3c01a
Merge branch 'master' into dev
2023-05-27 16:14:03 -05:00
11eb3713e5
Reschedule reminders on resume
2023-05-26 19:55:53 -05:00
1df9cc7664
Widgets: Remove option to create StackWidgets
...
StackWidgets have been unfortunately been very unreliable on multiple phones,
and fixing it does not appear to be simple. This commit removes the ability
to create new StackWidgets, but existing ones should remain functional.
2023-05-01 18:52:53 -05:00
b76da35752
Widgets: Increase corner radius to match Android 12
2023-03-24 05:24:58 -05:00
908eb4ac99
Convert NumberDialog to AppCompatDialogFragment; remove unused classes
2023-03-18 05:04:43 -05:00
71a05d598a
CheckmarkDialog: Switch to AppCompatDialogFragment
...
Fixes issues with the soft keyboard covering the popup.
2023-01-30 05:59:42 -06:00
1470dcd560
Remove toggle delay
2023-01-23 03:50:38 -06:00
Jakub Kalinowski
c423d2b3ca
Issue 1574: Fixed the almost invisible watch hands in snooze activity ( #1592 )
...
* Setting the current theme correctly
* Ktlint correction
2022-12-18 04:25:06 -06:00
Jakub Kalinowski
c7d1e92cae
Issue 1589: Fixed crash after choosing Settings/Rate app when there's no Play Store on the device ( #1590 )
...
* Using startActivitySafely when launching Play Store
* Returning true for rateApp click
2022-12-12 00:55:58 +01:00
471f977209
Replace some incorrect usages of getToday by getTodayWithOffset
...
Fixes #1541
2022-10-22 17:11:59 -05:00
2ba5f5fb98
Dismiss current dialog onPause
...
Fixes #1545
2022-10-22 16:19:49 -05:00
0bb82a48a5
NumberPopup: Accept comma (instead of dot) in certain locales
...
Fixes #1532
2022-10-22 15:44:30 -05:00
a94c6e8b9f
Merge branch 'master' into dev
2022-09-24 19:44:31 -05:00
177d01edd9
Fix Tasker plugin; bump version to 2.1.1
...
Fixes #1503
2022-09-24 19:25:42 -05:00
e42d41ef30
Bump minSdk to 28
...
This change is mostly to reduce the number of APIs we need to run tests
for (from 11 APIs to 6). API 27 was released 5 years ago. Also, as of
2022-09-01, 95.1% of our monthly active users are on API 28 or higher.
2022-09-10 19:57:57 -05:00
318aa3c821
Fix ListHabitsScreen.showColorPicker
2022-09-10 16:50:16 -05:00
73712e0d10
Always update widgets on launch
...
Helps mitigate situations where the widgets mysteriously fail to render.
The user can always force a refresh by opening the app.
2022-09-10 16:50:16 -05:00
bf504641c6
Merge pull request #1488 from iSoron/fix/stackwidget-api33
...
Widget fixes
2022-09-10 16:11:55 -05:00
ec1f0c5356
StackWidget: Remove unused remoteViews; fix invalid check
2022-09-09 06:02:57 -05:00
2154d8c192
StackWidget: Remove unused remoteViews; fix invalid check
2022-09-09 05:57:13 -05:00
11f726064a
StackWidget: Avoid storing RemoteViews reference
2022-09-09 05:39:15 -05:00
ee39ff0eda
StackWidget: Avoid storing RemoteViews reference
2022-09-08 20:35:59 -05:00
cheer
eeacc5eef8
Support for Android 13 Themed Icons ( #1497 )
2022-09-08 20:08:12 -05:00
Eduardo Esparza
16c65f19fd
fix marker scaling for numerical habits in frequency display ( #1489 )
2022-09-08 20:08:05 -05:00
cheer
6a9c3a36eb
Support for Android 13 Themed Icons ( #1497 )
2022-09-08 20:06:57 -05:00
Eduardo Esparza
99ccb44ad3
fix marker scaling for numerical habits in frequency display ( #1489 )
2022-09-08 20:01:12 -05:00
f7c6bc716c
Fix ListHabitsScreen.showColorPicker
2022-09-03 19:52:13 -05:00
2535347d5a
Always update widgets on launch
...
Helps mitigate situations where the widgets mysteriously fail to render.
The user can always force a refresh by opening the app.
2022-09-03 19:45:31 -05:00
13af054214
Use different request codes for showNumberPicker pendingIntent
...
Fixes #1468
2022-09-03 18:46:52 -05:00
fcbb586e80
Use pending intent templates on StackWidget
...
Fixes #1463
2022-09-03 17:51:55 -05:00
458c9f3b15
Merge branch 'release/2.1.0' into dev
2022-08-17 05:53:48 -05:00
dfa74960b3
Merge branch 'release/2.1.0' into dev
2022-08-17 05:51:36 -05:00
f082842fbe
Update Gradle, AGP & Kotlin
2022-08-17 05:36:37 -05:00
Jakub Kalinowski
f94bc62a94
Replaced activity!! with requireActivity, context!! with requireContext etc. ( #1458 )
2022-08-15 06:36:03 -05:00
Jakub Kalinowski
428bf42e79
Reimplementing the multiple popups handling in the new popup solution. ( #1454 )
...
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com >
2022-08-14 13:25:01 -05:00
838e13f30c
Prevent crashes in AutoBackup from blocking app launch
2022-08-13 07:25:12 -05:00
0eae43fe55
Fix "enter" notification action on API 31
2022-08-11 05:17:41 -05:00
79e2402c9d
Merge pull request #1425 from eduebernal/freq-display-normal
...
fix marker scaling in frequency display
2022-08-11 04:04:29 -05:00
2fc6c67432
Merge pull request #1425 from eduebernal/freq-display-normal
...
fix marker scaling in frequency display
2022-07-30 18:30:53 -05:00
53c270ee12
Merge branch 'number-popup' into release/2.1.0
2022-07-30 16:41:05 -05:00
e4b16f6d59
Replace PopupWindow by Dialog
...
Fixes issues with copy & paste, text selection and spell checking.
2022-07-30 16:33:16 -05:00
3021e408a7
Remove unused imports
2022-07-24 06:01:40 -05:00
7649119db7
Popup: Do not save on dismiss
2022-07-24 05:47:52 -05:00
b0a4f26e7a
Popup: Fix crash on suggestions
2022-07-24 05:47:52 -05:00
eduebernal
e15e06034c
remove unused maxFreq var and get method
2022-07-06 10:46:50 -07:00
eduebernal
a6180a5049
fix marker scaling in freq display
2022-07-05 21:41:27 -07:00