Quentin Hibon
af21fd25db
Migrate FrequencyPickerDialog to view bindings
2 years ago
Quentin Hibon
35097e1263
Bump targetSdk to 32
2 years ago
Quentin Hibon
8e4274d923
Use assertThrows instead of ExpectedException
2 years ago
Quentin Hibon
12649141b1
Migrate junit.framework.Assert.assertEquals to kotlin.test.assertEquals
...
Also fix some warnings, e.g. shadowed variables.
2 years ago
Quentin Hibon
0526d37fbd
Use official version of mockito-kotlin
2 years ago
Quentin Hibon
b083899ec8
Make AGP version explicit
...
This makes it possible to run the AGP upgrade assistant from Android Studio.
2 years ago
Quentin Hibon
6b793c7c16
Bump com.android.application from 7.3.1 to 7.4.2
2 years ago
Quentin Hibon
11ca993a75
Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.4.2
...
Also run ./gradlew ktlintFormat to follow new format.
2 years ago
Quentin Hibon
7348ddeffa
Bump minSdk back to 28 from 23 ( #1759 )
...
Fixes #1758 .
2 years ago
dependabot[bot]
e4d2c93a1d
Bump actions/upload-artifact from 2 to 3 ( #1724 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Ezio Melotti
07065a60ad
Add "github-actions" ecosystem to dependabot.yml ( #1716 )
2 years ago
Jean-Baptiste
916cd76be1
Update checkout actions ( #1715 )
2 years ago
Alinson S. Xavier
f70d33878c
Remove obsolete permission
2 years ago
Alinson S. Xavier
6a55d3c01a
Merge branch 'master' into dev
2 years ago
Alinson S. Xavier
69b5ed3a6d
Merge branch 'hotfix/2.1.2'
2 years ago
Alinson S. Xavier
8b2adbf301
GH Actions: Remove API 23
2 years ago
Alinson S. Xavier
88cc3a2a12
Update CHANGELOG
2 years ago
Alinson S. Xavier
26526a71a9
Update test screenshots
2 years ago
Alinson S. Xavier
11eb3713e5
Reschedule reminders on resume
2 years ago
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.
2 years ago
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>
2 years ago
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>
3 years ago
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>
3 years ago
Adrian Miozga
c609eceefc
Update Play Store and F-Droid badges ( #1668 )
...
* Update Play Store and F-Droid badges
* Increase size of badges
3 years ago
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.
3 years ago
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>
3 years ago
Alinson S. Xavier
b76da35752
Widgets: Increase corner radius to match Android 12
3 years ago
Alinson S. Xavier
abead88ceb
GH Actions: Fix build.sh
3 years ago
Alinson S. Xavier
908eb4ac99
Convert NumberDialog to AppCompatDialogFragment; remove unused classes
3 years ago
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>
3 years ago
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>
3 years ago
Alinson S. Xavier
71a05d598a
CheckmarkDialog: Switch to AppCompatDialogFragment
...
Fixes issues with the soft keyboard covering the popup.
3 years ago
Alinson S. Xavier
2131fb3a3d
EntryList: Copy notes from original entries
...
Fixes #1566
3 years ago
Alinson S. Xavier
1470dcd560
Remove toggle delay
3 years ago
Alinson S. Xavier
dc678e59df
GH Actions: Set job timeout
3 years ago
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>
3 years ago
Alinson S. Xavier
6f7215b46f
Update dependencies
3 years ago
Jakub Kalinowski
c423d2b3ca
Issue 1574: Fixed the almost invisible watch hands in snooze activity ( #1592 )
...
* Setting the current theme correctly
* Ktlint correction
3 years ago
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
3 years ago
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
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
Alinson S. Xavier
471f977209
Replace some incorrect usages of getToday by getTodayWithOffset
...
Fixes #1541
3 years ago
Alinson S. Xavier
2ba5f5fb98
Dismiss current dialog onPause
...
Fixes #1545
3 years ago
Alinson S. Xavier
4de67bd27a
GH Actions: Remove API 27
3 years ago
Alinson S. Xavier
0bb82a48a5
NumberPopup: Accept comma (instead of dot) in certain locales
...
Fixes #1532
3 years ago
Alinson S. Xavier
d5a5273607
Bump version to 2.1.2
3 years ago