88cc3a2a12
Update CHANGELOG
2023-05-26 20:12:06 -05:00
26526a71a9
Update test screenshots
2023-05-26 19:56:01 -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
dependabot[bot]
499eb467cb
Bump daggerVersion from 2.44.2 to 2.46
...
Bumps `daggerVersion` from 2.44.2 to 2.46.
Updates `com.google.dagger:dagger` from 2.44.2 to 2.46
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.46 )
Updates `com.google.dagger:dagger-compiler` from 2.44.2 to 2.46
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.46 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 10:00:19 +02:00
dependabot[bot]
9d4df73c56
Bump androidx.test.ext:junit from 1.1.4 to 1.1.5
...
Bumps androidx.test.ext:junit from 1.1.4 to 1.1.5.
---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-08 11:58:02 +02:00
dependabot[bot]
d0f32dfa0a
Bump espressoVersion from 3.5.0 to 3.5.1
...
Bumps `espressoVersion` from 3.5.0 to 3.5.1.
Updates `androidx.test.espresso:espresso-contrib` from 3.5.0 to 3.5.1
Updates `androidx.test.espresso:espresso-core` from 3.5.0 to 3.5.1
---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-contrib
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.test.espresso:espresso-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-08 11:57:47 +02:00
Adrian Miozga
c609eceefc
Update Play Store and F-Droid badges ( #1668 )
...
* Update Play Store and F-Droid badges
* Increase size of badges
2023-03-26 12:48:53 -05:00
Quentin Hibon
eb68220b8d
Remove dependency on kotlin stdlib ( #1669 )
...
According to:
https://kotlinlang.org/docs/whatsnew14.html#dependency-on-the-standard-library-added-by-default
the explicit dependency is no longer needed.
2023-03-26 12:48:12 -05:00
dependabot[bot]
f1a003fabf
Bump com.google.android.material:material from 1.7.0 to 1.8.0
...
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.7.0...1.8.0 )
---
updated-dependencies:
- dependency-name: com.google.android.material:material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-26 12:49:27 +02:00
b76da35752
Widgets: Increase corner radius to match Android 12
2023-03-24 05:24:58 -05:00
abead88ceb
GH Actions: Fix build.sh
2023-03-23 04:48:40 -05:00
908eb4ac99
Convert NumberDialog to AppCompatDialogFragment; remove unused classes
2023-03-18 05:04:43 -05:00
dependabot[bot]
856a0726f7
Bump logback-classic from 1.4.4 to 1.4.5
...
Bumps [logback-classic](https://github.com/qos-ch/logback ) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/qos-ch/logback/releases )
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.4...v_1.4.5 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 09:43:07 +01:00
dependabot[bot]
df97b1fd4f
Bump espressoVersion from 3.4.0 to 3.5.0
...
Bumps `espressoVersion` from 3.4.0 to 3.5.0.
Updates `espresso-contrib` from 3.4.0 to 3.5.0
Updates `espresso-core` from 3.4.0 to 3.5.0
---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-contrib
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: androidx.test.espresso:espresso-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 09:42:46 +01:00
71a05d598a
CheckmarkDialog: Switch to AppCompatDialogFragment
...
Fixes issues with the soft keyboard covering the popup.
2023-01-30 05:59:42 -06:00
2131fb3a3d
EntryList: Copy notes from original entries
...
Fixes #1566
2023-01-24 05:59:23 -06:00
1470dcd560
Remove toggle delay
2023-01-23 03:50:38 -06:00
dc678e59df
GH Actions: Set job timeout
2022-12-23 10:31:30 -06:00
dependabot[bot]
d95084500f
Bump daggerVersion from 2.43.2 to 2.44.2 ( #1582 )
...
Bumps `daggerVersion` from 2.43.2 to 2.44.2.
Updates `dagger` from 2.43.2 to 2.44.2
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.43.2...dagger-2.44.2 )
Updates `dagger-compiler` from 2.43.2 to 2.44.2
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.43.2...dagger-2.44.2 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 04:10:18 -06:00
6f7215b46f
Update dependencies
2022-12-19 08:57:30 -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
758fc56277
Issue 1576: Solving problems with habitbull import ( #1591 )
...
* Recomputing the habit after import, corrected order of magnitude
* Corrected HabitBullCSV3 test and added a new one
2022-12-18 04:05:14 -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
dependabot[bot]
d24dcbf2ca
Bump kotlinVersion from 1.7.10 to 1.7.21
...
Bumps `kotlinVersion` from 1.7.10 to 1.7.21.
Updates `org.jetbrains.kotlin.android` from 1.7.10 to 1.7.21
Updates `org.jetbrains.kotlin.kapt` from 1.7.10 to 1.7.21
Updates `org.jetbrains.kotlin.android.extensions` from 1.7.10 to 1.7.21
Updates `org.jetbrains.kotlin.multiplatform` from 1.7.10 to 1.7.21
Updates `kotlin-stdlib-jdk8` from 1.7.10 to 1.7.21
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.21 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.kapt
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.android.extensions
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.multiplatform
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-26 22:12:04 +01:00
dependabot[bot]
579b33cc78
Bump appcompat from 1.5.0 to 1.5.1
...
Bumps appcompat from 1.5.0 to 1.5.1.
---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-25 22:12:00 +01:00
dependabot[bot]
1a3e6315a1
Bump opencsv from 5.6 to 5.7.1
...
Bumps opencsv from 5.6 to 5.7.1.
---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-25 17:29:07 +01:00
dependabot[bot]
7f4d06d15d
Bump logback-classic from 1.4.0 to 1.4.4
...
Bumps [logback-classic](https://github.com/qos-ch/logback ) from 1.4.0 to 1.4.4.
- [Release notes](https://github.com/qos-ch/logback/releases )
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.0...v_1.4.4 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-25 17:28:46 +01:00
dependabot[bot]
b8033a6012
Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.39.2.1 to 3.39.3.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases )
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG )
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.39.2.1...3.39.3.0 )
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-25 17:28:36 +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
4de67bd27a
GH Actions: Remove API 27
2022-10-22 16:01:36 -05:00
0bb82a48a5
NumberPopup: Accept comma (instead of dot) in certain locales
...
Fixes #1532
2022-10-22 15:44:30 -05:00
d5a5273607
Bump version to 2.1.2
2022-10-22 15:25:42 -05:00
404671546c
Revert "uhabits-core: Add js targets"
...
This reverts commit da09df2dd1 .
2022-09-24 20:39:54 -05:00
a94c6e8b9f
Merge branch 'master' into dev
2022-09-24 19:44:31 -05:00
da09df2dd1
uhabits-core: Add js targets
2022-09-24 19:42:09 -05:00
40a4d254f5
Merge branch 'hotfix/2.1.1'
v2.1.1
2022-09-24 19:40:04 -05:00
177d01edd9
Fix Tasker plugin; bump version to 2.1.1
...
Fixes #1503
2022-09-24 19:25:42 -05:00
9f5da7b4fe
Update TEST.md
...
[skip ci]
2022-09-10 20:44:00 -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
5498ff8a87
Switch emulator to google_apis; test APIs 28 to 33
2022-09-10 19:25:40 -05:00
20dcc7929b
Remove unused folders
2022-09-10 17:04:43 -05:00
1283cf979d
Update CHANGELOG
2022-09-10 16:51:20 -05:00
0a493ff065
Merge branch 'master' into dev
2022-09-10 16:50:48 -05:00
16cd249bae
Update CHANGELOG
2022-09-10 16:50:16 -05:00
d136572960
Minor fix to BarChart
2022-09-10 16:50:16 -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