Gokul K
b09306e793
fixing another lint error
2024-02-03 23:14:58 -06:00
Gokul K
e30636a447
fixed ktlint erorrs and is building successfully now
2024-02-03 23:14:58 -06:00
Gokul K
ad8738180c
fixing some comments from @hiqua
2024-02-03 23:14:58 -06:00
Gokul K
08410c59d0
introducing confetti animation using konfetti library
2024-02-03 23:14:58 -06:00
Leon Todd
a5e3e9b3cf
Unset measurable habits ( #1899 )
2024-01-30 19:42:53 -06:00
Alinson S. Xavier
248ba50a8e
Reformat source code
2024-01-30 19:38:32 -06:00
Andreas Gebhardt
45a82b3c2d
Changed Checkmark Widget Color on implicit check
...
As proposed in #615 , the background is now solid color on implicit check but has a stroked checkmark instead of a full one.
2024-01-30 19:25:57 -06:00
Serhii K
b627ff4413
Use colorBackground property instead of splash screen lib
2024-01-30 19:06:43 -06:00
Serhii K
0683ea43f4
Fix splash screen background color in dark mode
2024-01-30 19:06:43 -06:00
Alinson S. Xavier
08f77a5cae
Merge branch 'master' into release/2.2.0
2023-12-01 18:31:53 -06:00
Leonard Dizon
800f92f255
Create locales_config.xml for per-app language
2023-12-01 18:14:06 -06:00
Alinson S. Xavier
70fe513e52
Bump targetSdk to 34
2023-11-27 20:43:34 -06:00
Alinson S. Xavier
dee93fde8f
Upgrade to AGP 8.1.4
2023-11-27 19:46:54 -06:00
Alinson S. Xavier
f0ce05e06e
API 34: Implement workaround to keep sticky notifications non-dismissible
2023-11-25 15:42:04 -06:00
Alinson S. Xavier
4975ba2752
Add permission: USE_EXACT_ALARM
2023-11-25 15:30:29 -06:00
Alinson S. Xavier
ed8c60e52f
Implement runtime notification permission; bump targetSdk to 33
2023-11-25 07:12:16 -06:00
Quentin Hibon
3b0fba12f5
Remove unused imports in datetimepicker
2023-09-20 21:04:38 +02:00
Quentin Hibon
4139f09fb7
Add @Deprecated when overriding @Deprecated methods
2023-09-20 21:04:38 +02:00
Alinson S. Xavier
b0a4284b66
NumberDialog: Use text input on Samsung devices
...
Fixes #1719
2023-08-28 05:36:59 -05:00
Felix Schlegel
334dabb407
Use default locale instead of hardcoded US locale ( #1763 )
2023-08-18 18:35:54 +02:00
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
12649141b1
Migrate junit.framework.Assert.assertEquals to kotlin.test.assertEquals
...
Also fix some warnings, e.g. shadowed variables.
2023-08-03 19:07:04 +02:00
Quentin Hibon
0526d37fbd
Use official version of mockito-kotlin
2023-07-26 10:01:41 +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
Alinson S. Xavier
88df8d2552
Format source code
2023-07-08 17:13:45 -05:00
Alinson S. Xavier
d4f4f8b4a9
Prevent crash if exact alarm permission is revoked
2023-06-05 20:25:00 -05:00
Alinson S. Xavier
9ca1aa911a
Minor layout fixes
2023-06-05 20:11:50 -05:00
Alinson S. Xavier
727e88b7b1
Fix skip button in locales that use comma instead of dot
...
Fixes #1721
2023-06-04 17:30:38 -05:00
Alinson S. Xavier
f70d33878c
Remove obsolete permission
2023-05-27 19:55:07 -05:00
Alinson S. Xavier
6a55d3c01a
Merge branch 'master' into dev
2023-05-27 16:14:03 -05:00
Alinson S. Xavier
8b2adbf301
GH Actions: Remove API 23
2023-05-27 13:26:11 -05:00
Alinson S. Xavier
26526a71a9
Update test screenshots
2023-05-26 19:56:01 -05:00
Alinson S. Xavier
11eb3713e5
Reschedule reminders on resume
2023-05-26 19:55:53 -05:00
Alinson S. Xavier
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
Alinson S. Xavier
b76da35752
Widgets: Increase corner radius to match Android 12
2023-03-24 05:24:58 -05:00
Alinson S. Xavier
908eb4ac99
Convert NumberDialog to AppCompatDialogFragment; remove unused classes
2023-03-18 05:04:43 -05:00
Alinson S. Xavier
71a05d598a
CheckmarkDialog: Switch to AppCompatDialogFragment
...
Fixes issues with the soft keyboard covering the popup.
2023-01-30 05:59:42 -06:00
Alinson S. Xavier
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
Alinson S. Xavier
471f977209
Replace some incorrect usages of getToday by getTodayWithOffset
...
Fixes #1541
2022-10-22 17:11:59 -05:00
Alinson S. Xavier
2ba5f5fb98
Dismiss current dialog onPause
...
Fixes #1545
2022-10-22 16:19:49 -05:00
Alinson S. Xavier
0bb82a48a5
NumberPopup: Accept comma (instead of dot) in certain locales
...
Fixes #1532
2022-10-22 15:44:30 -05:00
Alinson S. Xavier
a94c6e8b9f
Merge branch 'master' into dev
2022-09-24 19:44:31 -05:00
Alinson S. Xavier
177d01edd9
Fix Tasker plugin; bump version to 2.1.1
...
Fixes #1503
2022-09-24 19:25:42 -05:00
Alinson S. Xavier
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
Alinson S. Xavier
5498ff8a87
Switch emulator to google_apis; test APIs 28 to 33
2022-09-10 19:25:40 -05:00
Alinson S. Xavier
318aa3c821
Fix ListHabitsScreen.showColorPicker
2022-09-10 16:50:16 -05:00
Alinson S. Xavier
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