a7a95f2030
Merge pull request #1443 from iSoron/dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-1.7.10
...
Bump kotlin-stdlib from 1.7.0 to 1.7.10
2022-08-13 04:26:42 -05:00
dependabot[bot]
d3c90481be
Bump kotlin-stdlib from 1.7.0 to 1.7.10
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.7.0 to 1.7.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.0...v1.7.10 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-11 10:22:15 +00:00
f9bb0d7d7b
Merge pull request #1445 from iSoron/dependabot/gradle/com.linkedin.dexmaker-dexmaker-mockito-2.28.3
...
Bump dexmaker-mockito from 2.28.1 to 2.28.3
2022-08-11 05:20:29 -05:00
f23a1bedee
Merge pull request #1442 from iSoron/dependabot/gradle/daggerVersion-2.43.1
...
Bump daggerVersion from 2.42 to 2.43.1
2022-08-11 05:20:16 -05:00
dcf31ba115
Merge pull request #1441 from iSoron/dependabot/gradle/kxCoroutinesVersion-1.6.4
...
Bump kxCoroutinesVersion from 1.6.3 to 1.6.4
2022-08-11 05:20:04 -05:00
dependabot[bot]
5409a324e8
Bump dexmaker-mockito from 2.28.1 to 2.28.3
...
Bumps [dexmaker-mockito](https://github.com/linkedin/dexmaker ) from 2.28.1 to 2.28.3.
- [Release notes](https://github.com/linkedin/dexmaker/releases )
- [Changelog](https://github.com/linkedin/dexmaker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/linkedin/dexmaker/compare/2.28.1...2.28.3 )
---
updated-dependencies:
- dependency-name: com.linkedin.dexmaker:dexmaker-mockito
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 03:04:42 +00:00
dependabot[bot]
504362e680
Bump daggerVersion from 2.42 to 2.43.1
...
Bumps `daggerVersion` from 2.42 to 2.43.1.
Updates `dagger` from 2.42 to 2.43.1
- [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.42...dagger-2.43.1 )
Updates `dagger-compiler` from 2.42 to 2.43.1
- [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.42...dagger-2.43.1 )
---
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 >
2022-08-01 03:03:08 +00:00
dependabot[bot]
0ce2f8fae2
Bump kxCoroutinesVersion from 1.6.3 to 1.6.4
...
Bumps `kxCoroutinesVersion` from 1.6.3 to 1.6.4.
Updates `kotlinx-coroutines-android` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4 )
Updates `kotlinx-coroutines-core` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 03:02:48 +00: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
459cf02642
Merge pull request #1370 from iSoron/number-popup
...
Replace NumberPickerDialog by NumberPopup
2022-07-30 18:30:32 -05:00
44cb64601f
Update test screenshots
2022-07-30 17:28:46 -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
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
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
dependabot[bot]
7c69b17e77
Bump kxCoroutinesVersion from 1.6.2 to 1.6.3
...
Bumps `kxCoroutinesVersion` from 1.6.2 to 1.6.3.
Updates `kotlinx-coroutines-android` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3 )
Updates `kotlinx-coroutines-core` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 07:42:04 +02:00
dependabot[bot]
602a40a532
Bump simpleclient_httpserver from 0.15.0 to 0.16.0
...
Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.15.0...parent-0.16.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_httpserver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-03 21:27:22 +02:00
dependabot[bot]
e00998f913
Bump annotation from 1.3.0 to 1.4.0
...
Bumps annotation from 1.3.0 to 1.4.0.
---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-03 21:26:54 +02:00
dependabot[bot]
af5914c2db
Bump kotlinx-coroutines-core-jvm from 1.6.2 to 1.6.3
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-01 12:52:10 +02:00
dependabot[bot]
6c5f70638a
Bump kotlin-stdlib-jdk8 from 1.6.21 to 1.7.0
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.6.21 to 1.7.0.
- [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.6.21...v1.7.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-01 12:51:50 +02:00
dependabot[bot]
ba88552919
Bump appcompat from 1.4.1 to 1.4.2
...
Bumps appcompat from 1.4.1 to 1.4.2.
---
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-07-01 07:09:30 +02:00
dependabot[bot]
8c90c4f68d
Bump kotlin-stdlib from 1.6.21 to 1.7.0
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.6.21 to 1.7.0.
- [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.6.21...v1.7.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-01 07:09:11 +02:00
dependabot[bot]
08eb1a600d
Bump simpleclient_hotspot from 0.15.0 to 0.16.0
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.15.0...parent-0.16.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_hotspot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-01 07:08:57 +02:00
dependabot[bot]
8ea0480d4a
Bump simpleclient from 0.15.0 to 0.16.0
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.15.0...parent-0.16.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-01 07:08:46 +02:00
Hielke Morsink
36ee39589e
Fix small typo in build instructions
2022-06-28 20:02:46 +02:00
dependabot[bot]
ac7a721940
Bump daggerVersion from 2.41 to 2.42
...
Bumps `daggerVersion` from 2.41 to 2.42.
Updates `dagger` from 2.41 to 2.42
- [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.41...dagger-2.42 )
Updates `dagger-compiler` from 2.41 to 2.42
- [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.41...dagger-2.42 )
---
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 >
2022-06-02 10:30:33 +02:00
dependabot[bot]
b36ca8673a
Bump kxCoroutinesVersion from 1.6.1 to 1.6.2
...
Bumps `kxCoroutinesVersion` from 1.6.1 to 1.6.2.
Updates `kotlinx-coroutines-android` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.2 )
Updates `kotlinx-coroutines-core` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-02 10:30:27 +02:00
dependabot[bot]
7cfac486f9
Bump org.jlleitschuh.gradle.ktlint from 10.2.1 to 10.3.0
...
Bumps org.jlleitschuh.gradle.ktlint from 10.2.1 to 10.3.0.
---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 23:07:05 +02:00
dependabot[bot]
21dd413ab5
Bump material from 1.5.0 to 1.6.1
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.5.0...1.6.1 )
---
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 >
2022-06-01 23:04:11 +02:00
dependabot[bot]
39e10638b5
Bump kotlinx-coroutines-core-jvm from 1.6.1 to 1.6.2
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-01 23:04:01 +02:00
d2d45991b0
Always show popups at the center of the screen; remove ScreenLocation
2022-05-13 06:37:41 -05:00
25aeafb759
Remove unused imports
2022-05-13 05:21:29 -05:00
9045ae5c24
Remove previous NumberPicker
2022-05-13 05:21:29 -05:00
555873354c
Use NumberPopup in HistoryCard
2022-05-13 05:21:29 -05:00
2a012619a7
Use NumberPopup in widgets
2022-05-13 05:21:28 -05:00
d1de3a852b
Implement NumberPopup
2022-05-13 05:21:28 -05:00
f04e37e905
Remove CheckmarkDialog
2022-05-03 04:09:13 -05:00
825a5f2cb9
Implement CheckmarkPopup
2022-05-03 04:09:13 -05:00
0de6896691
Add notes to DelayedToggle, make delay skipable
2022-05-03 04:09:13 -05:00
7187214282
Replace notesIndicator by notes
2022-05-03 04:09:13 -05:00
Jakub Kalinowski
9d4161a255
Issue 1332: Multiple numeric dialogs appearing ( #1356 )
...
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com >
2022-05-01 20:01:13 -05:00
dependabot[bot]
d82a3c145d
Bump kotlin-stdlib-jdk8 from 1.6.10 to 1.6.21
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21 )
---
updated-dependencies:
- 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-05-01 23:14:37 +02:00
dependabot[bot]
a6cbd44e42
Bump kotlinx-coroutines-core-jvm from 1.6.0 to 1.6.1
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-01 23:14:28 +02:00
dependabot[bot]
45c62b4ab2
Bump kxCoroutinesVersion from 1.6.0 to 1.6.1
...
Bumps `kxCoroutinesVersion` from 1.6.0 to 1.6.1.
Updates `kotlinx-coroutines-android` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1 )
Updates `kotlinx-coroutines-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-01 19:44:14 +02:00
dependabot[bot]
d53312d261
Bump kotlin-stdlib from 1.6.10 to 1.6.21
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.6.10 to 1.6.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-01 19:43:58 +02: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
Quentin Hibon
999057300b
Bump kotlin from 1.5.0 to 1.6.10 ( #1349 )
2022-04-15 15:40:36 -05:00
Quentin Hibon
2245347e28
Clean up SDK_INT branches ( #1348 )
...
Fixes #1347 .
2022-04-15 09:34:43 -05:00
Kürşad Bumin Giray Saka
b79f7850ed
Add archive actions if there are archived habits ( #1345 )
2022-04-11 20:50:44 -05:00
dependabot[bot]
4469f86e46
Bump logback-classic from 1.2.10 to 1.2.11
...
Bumps logback-classic from 1.2.10 to 1.2.11.
---
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-04-01 21:44:03 +02:00
dependabot[bot]
bdeddb149e
Bump ktorVersion from 1.6.7 to 1.6.8
...
Bumps `ktorVersion` from 1.6.7 to 1.6.8.
Updates `ktor-client-mock` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-jackson` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-client-android` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-client-core` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-client-jackson` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-client-json` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-server-netty` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-server-core` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-html-builder` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
Updates `ktor-server-tests` from 1.6.7 to 1.6.8
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.7...1.6.8 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-01 21:43:45 +02: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
ca4618579e
Reduce toggle delay
2022-03-20 18:55:19 -05:00
2f13aba22c
CheckmarkButtonView: Make focusable
2022-03-20 18:55:19 -05:00
dba5912ecd
Remove leading/trailing whitespace from notes
2022-03-20 18:55:18 -05:00
88b8663484
Remove pref_led_notifications
2022-03-20 18:55:18 -05:00
609886fd09
Fix iOS build scripts
2022-03-20 11:14:53 -05:00
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
dependabot[bot]
472092d1bf
Bump simpleclient from 0.14.1 to 0.15.0
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.14.1...parent-0.15.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 21:14:31 +01:00
dependabot[bot]
6d3791de31
Bump daggerVersion from 2.40.5 to 2.41
...
Bumps `daggerVersion` from 2.40.5 to 2.41.
Updates `dagger` from 2.40.5 to 2.41
- [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.40.5...dagger-2.41 )
Updates `dagger-compiler` from 2.40.5 to 2.41
- [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.40.5...dagger-2.41 )
---
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 >
2022-03-01 18:17:46 +01:00
dependabot[bot]
24a99d5791
Bump simpleclient_httpserver from 0.14.1 to 0.15.0
...
Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.14.1...parent-0.15.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_httpserver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 18:17:39 +01:00
dependabot[bot]
6c631b1cf6
Bump opencsv from 5.5.2 to 5.6
...
Bumps opencsv from 5.5.2 to 5.6.
---
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-03-01 10:11:09 +01:00
dependabot[bot]
5d7677b354
Bump guava from 31.0.1-android to 31.1-android
...
Bumps [guava](https://github.com/google/guava ) from 31.0.1-android to 31.1-android.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 10:05:35 +01:00
dependabot[bot]
22820f4f24
Bump simpleclient_hotspot from 0.14.1 to 0.15.0
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.14.1...parent-0.15.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_hotspot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-01 10:05:09 +01:00
1d3bd48535
Merge pull request #1278 from hiqua/fix_habit_bull_numerical
...
Handle numerical habits from HabitBull
2022-02-02 03:08:30 -06:00
dependabot[bot]
694446b7e3
Bump appcompat from 1.4.0 to 1.4.1
...
Bumps appcompat from 1.4.0 to 1.4.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-02-01 12:13:14 +01:00
dependabot[bot]
20ae9d247e
Bump material from 1.4.0 to 1.5.0
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.4.0...1.5.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 >
2022-02-01 10:39:54 +01:00
dependabot[bot]
1943fac610
Bump AppIntro from 6.1.0 to 6.2.0
...
Bumps [AppIntro](https://github.com/AppIntro/AppIntro ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/AppIntro/AppIntro/releases )
- [Changelog](https://github.com/AppIntro/AppIntro/blob/main/CHANGELOG.md )
- [Commits](https://github.com/AppIntro/AppIntro/compare/6.1.0...6.2.0 )
---
updated-dependencies:
- dependency-name: com.github.AppIntro:AppIntro
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-01 10:39:47 +01:00
Quentin Hibon
a07a50e635
Handle numerical habits from HabitBull
...
Fixes #1265 .
2022-01-27 20:33:17 +01:00
Quentin Hibon
8ccb9bbab1
Bumps appcompat from 1.3.1 to 1.4.0.
2022-01-09 07:21:12 +01:00
Quentin Hibon
743b8d26ad
gradle.properties: remove deprecated MaxPermSize parameter
2022-01-08 22:49:40 +01:00
dependabot[bot]
c47bd4c328
Bump kotlin-stdlib-jdk8 from 1.6.0 to 1.6.10
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.6.0 to 1.6.10.
- [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.6.0...v1.6.10 )
---
updated-dependencies:
- 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-01-05 10:03:59 +01:00
dependabot[bot]
d84abc3a6a
Bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.2
...
Bumps com.github.johnrengelman.shadow from 7.1.0 to 7.1.2.
---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 10:03:52 +01:00
dependabot[bot]
4ae85f1ec0
Bump kotlin-stdlib from 1.6.0 to 1.6.10
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.6.0 to 1.6.10.
- [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.6.0...v1.6.10 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 10:03:44 +01:00
dependabot[bot]
79d40d1d79
Bump simpleclient_hotspot from 0.12.0 to 0.14.1
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.12.0 to 0.14.1.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.12.0...parent-0.14.1 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_hotspot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-04 19:04:33 +01:00
dependabot[bot]
1902b8821e
Bump kxCoroutinesVersion from 1.5.2 to 1.6.0
...
Bumps `kxCoroutinesVersion` from 1.5.2 to 1.6.0.
Updates `kotlinx-coroutines-android` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.2...1.6.0 )
Updates `kotlinx-coroutines-core` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.2...1.6.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-04 19:04:22 +01:00
dependabot[bot]
075542d605
Bump org.jlleitschuh.gradle.ktlint from 10.2.0 to 10.2.1
...
Bumps org.jlleitschuh.gradle.ktlint from 10.2.0 to 10.2.1.
---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-04 19:04:16 +01:00
dependabot[bot]
0b5894ee6d
Bump daggerVersion from 2.40.3 to 2.40.5
...
Bumps `daggerVersion` from 2.40.3 to 2.40.5.
Updates `dagger` from 2.40.3 to 2.40.5
- [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.40.3...dagger-2.40.5 )
Updates `dagger-compiler` from 2.40.3 to 2.40.5
- [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.40.3...dagger-2.40.5 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 22:49:41 +01:00
dependabot[bot]
92fb9dbdb6
Bump simpleclient_httpserver from 0.12.0 to 0.14.1
...
Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java ) from 0.12.0 to 0.14.1.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.12.0...parent-0.14.1 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_httpserver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-03 22:49:29 +01:00
dependabot[bot]
1860abf532
Bump kotlinx-coroutines-core-jvm from 1.5.2 to 1.6.0
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.2...1.6.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-02 21:42:17 +01:00
dependabot[bot]
3f4780c9fb
Bump ktorVersion from 1.6.6 to 1.6.7
...
Bumps `ktorVersion` from 1.6.6 to 1.6.7.
Updates `ktor-client-mock` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-jackson` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-client-android` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-client-core` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-client-jackson` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-client-json` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-server-netty` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-server-core` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-html-builder` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
Updates `ktor-server-tests` from 1.6.6 to 1.6.7
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.6...1.6.7 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-02 21:42:00 +01:00
dependabot[bot]
d5d6e4616e
Bump logback-classic from 1.2.7 to 1.2.10
...
Bumps logback-classic from 1.2.7 to 1.2.10.
---
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-01-02 21:41:52 +01:00
dependabot[bot]
18e267053d
Bump simpleclient from 0.12.0 to 0.14.1
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.12.0 to 0.14.1.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.12.0...parent-0.14.1 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-02 21:41:44 +01:00
7ba9a7e4e7
Update translations
2022-01-02 11:16:21 -06:00
5b8a7c39e2
HistoryCard: Make colors more consistent for AT_MOST habits
2022-01-02 11:06:37 -06:00
d40a5a89cd
Notes: Update test screenshots
2022-01-01 08:06:45 -06:00
308d558347
NumberPicker: Show keyboard more reliably
2022-01-01 07:36:40 -06:00
9770ce187a
NumberPicker: Fix formatting
2022-01-01 07:28:40 -06:00
535bc03b70
NumberPicker: Clear focus of both pickers
2022-01-01 07:22:26 -06:00
642e45af89
NumberPicker: Replace "5" by "50" instead of "05" on decimal picker
2022-01-01 07:21:29 -06:00
56d2307b75
Habit notes: left align
2022-01-01 06:40:28 -06:00
d875af8a8e
CheckmarkDialog: Format date using current locale
2022-01-01 06:30:57 -06:00
feeb4f057d
Update translations
2021-12-29 10:10:09 -06:00
1ad5c6b896
Restore x_times_per_y_days translations
2021-12-29 10:01:22 -06:00
baee3b9f86
Merge branch 'sdk_30_31' into dev
2021-12-29 08:51:20 -06:00
e6167baab1
NotificationTray: Use isCompletedToday instead of value != UNKNOWN
2021-12-29 08:13:54 -06:00
Quentin Hibon
1c15e7742e
Disable custom snoozing for recent Android
2021-12-11 15:22:37 +01:00
Quentin Hibon
072ba63789
Add immutable flag to pending intents
2021-12-11 15:22:37 +01:00
Quentin Hibon
0fa0daa058
Ask for SCHEDULE_EXACT_ALARM permission
2021-12-11 15:22:37 +01:00
Quentin Hibon
5a5ed3d631
Bump SDK from 30 to 31
2021-12-11 15:22:37 +01:00
Quentin Hibon
3dfa376f59
Remove deprecated bintray repositories
2021-12-11 13:51:30 +01:00
dependabot[bot]
7bf74634bb
Bump kotlin-stdlib-jdk8 from 1.5.31 to 1.6.0
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.31 to 1.6.0.
- [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.5.31...v1.6.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-02 08:40:02 +01:00
dependabot[bot]
fc645a81bc
Bump kotlin-stdlib from 1.5.31 to 1.6.0
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.31 to 1.6.0.
- [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.5.31...v1.6.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 21:58:08 +01:00
dependabot[bot]
35365bbdf3
Bump logback-classic from 1.2.6 to 1.2.7
...
Bumps logback-classic from 1.2.6 to 1.2.7.
---
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 >
2021-12-01 21:57:46 +01:00
dependabot[bot]
779ef5dbee
Bump com.github.triplet.play from 3.6.0 to 3.7.0
...
Bumps com.github.triplet.play from 3.6.0 to 3.7.0.
---
updated-dependencies:
- dependency-name: com.github.triplet.play
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 19:18:47 +01:00
dependabot[bot]
e82994c76b
Bump annotation from 1.2.0 to 1.3.0
...
Bumps annotation from 1.2.0 to 1.3.0.
---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 19:18:30 +01:00
dependabot[bot]
4e1d01d8d1
Bump daggerVersion from 2.40 to 2.40.3
...
Bumps `daggerVersion` from 2.40 to 2.40.3.
Updates `dagger` from 2.40 to 2.40.3
- [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.40...dagger-2.40.3 )
Updates `dagger-compiler` from 2.40 to 2.40.3
- [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.40...dagger-2.40.3 )
---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.dagger:dagger-compiler
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 19:18:25 +01:00
dependabot[bot]
5de0fc86e5
Bump ktorVersion from 1.6.4 to 1.6.6
...
Bumps `ktorVersion` from 1.6.4 to 1.6.6.
Updates `ktor-client-mock` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-jackson` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-client-android` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-client-core` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-client-jackson` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-client-json` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-server-netty` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-server-core` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-html-builder` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
Updates `ktor-server-tests` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.4...1.6.6 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 19:18:13 +01:00
e26b643423
HabitCardView: Remove flickering due to toggle delay
2021-11-11 17:57:21 -06:00
621534d610
Merge pull request #1184 from hiqua/unfocus_every_day
...
Don't unfocus after select 'every day' frequency
2021-11-11 07:37:52 -06:00
a01300e9c6
Update list of developers
2021-11-11 07:27:33 -06:00
ecb8ce105a
Merge pull request #1103 from vbh/feat-1074
...
Add notes to specific dates
2021-11-11 07:10:16 -06:00
32ef3c14f7
Settings: Update short toggle description
2021-11-11 06:54:46 -06:00
4972257635
Merge branch 'dev' into feat-1074
2021-11-11 06:43:20 -06:00
c98cb50baa
CheckmarkDialog: Always set up all buttons
2021-11-11 06:35:51 -06:00
c331f34fa9
HistoryCard: Swap short/long press
2021-11-11 06:08:03 -06:00
a1aea532b5
NumberPicker: Fix vertical alignment
2021-11-11 06:01:27 -06:00
43489aeb4c
CheckmarkDialog: Replace setText by append
...
Replace `etNotes.setText` by `etNotes.append` so that the cursor moves
to the end of the line.
2021-11-11 05:54:45 -06:00
990c85aedd
CheckmarkDialog: Use theme color instead of CSV
2021-11-11 05:25:47 -06:00
Quentin Hibon
64337b9bee
Bump AGP from 7.0.2 to 7.0.3
2021-11-08 20:02:43 +01:00
Quentin Hibon
8bdfaa2434
Don't explicitly change focus while switching between frequencies
2021-11-07 14:43:22 +01:00
Quentin Hibon
5f6060858d
Don't unfocus after select 'every day' frequency
...
Fixes #1182 .
2021-11-07 14:35:39 +01:00
b62e436054
Fix "hide completed" for numerical habits
...
Fixes #1179
2021-11-07 11:47:25 +01:00
bf63b4dbcf
Remove HabitMatcherBuilder
2021-11-06 06:50:28 -05:00
a82d940bcc
Small tweaks to checkmark size
2021-11-06 06:19:13 -05:00
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
181290a0f3
Merge pull request #1178 from hiqua/delete_unused_test_resources
...
Delete unused test resources
2021-11-06 06:09:51 -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
eb041bf6b2
Merge pull request #1111 from sgallese/feature/file-extensions-test
...
Tests for DateUtils and FileExtensions
2021-11-03 20:01:42 -05:00
dependabot[bot]
e3c53bf07f
Bump daggerVersion from 2.39 to 2.40
...
Bumps `daggerVersion` from 2.39 to 2.40.
Updates `dagger` from 2.39 to 2.40
- [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.39...dagger-2.40 )
Updates `dagger-compiler` from 2.39 to 2.40
- [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.39...dagger-2.40 )
---
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 >
2021-11-01 09:02:34 +01:00
dependabot[bot]
9ddab6ee59
Bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0
...
Bumps com.github.johnrengelman.shadow from 7.0.0 to 7.1.0.
---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-01 09:02:23 +01:00
Sebastian Gallese
2615795402
Merge branch 'iSoron:dev' into feature/file-extensions-test
2021-10-31 12:05:38 -07:00
Jakub Kalinowski
6531445d7f
Add delay after toggling a habit
2021-10-05 09:04:32 +02: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
dependabot[bot]
c50c5af497
Bump logback-classic from 1.2.5 to 1.2.6
...
Bumps logback-classic from 1.2.5 to 1.2.6.
---
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 >
2021-10-02 09:35:37 +02:00
Quentin Hibon
fa3774a32b
Bump org.jlleitschuh.gradle.ktlint from 10.1.0 to 10.2.0
2021-10-01 23:32:02 +02:00
dependabot[bot]
fd124f2a6c
Bump ktorVersion from 1.6.3 to 1.6.4
...
Bumps `ktorVersion` from 1.6.3 to 1.6.4.
Updates `ktor-client-mock` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-jackson` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-client-android` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-client-core` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-client-jackson` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-client-json` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-server-netty` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-server-core` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-html-builder` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
Updates `ktor-server-tests` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.3...1.6.4 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 22:55:56 +02:00
dependabot[bot]
265b65eb8a
Bump guava from 30.1.1-android to 31.0.1-android
...
Bumps [guava](https://github.com/google/guava ) from 30.1.1-android to 31.0.1-android.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 22:55:50 +02:00
dependabot[bot]
4c269c55d2
Bump kotlin-stdlib-jdk8 from 1.5.30 to 1.5.31
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.30 to 1.5.31.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31 )
---
updated-dependencies:
- 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 >
2021-10-01 17:39:37 +02:00
dependabot[bot]
c03305120e
Bump daggerVersion from 2.38.1 to 2.39
...
Bumps `daggerVersion` from 2.38.1 to 2.39.
Updates `dagger` from 2.38.1 to 2.39
- [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.38.1...dagger-2.39 )
Updates `dagger-compiler` from 2.38.1 to 2.39
- [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.38.1...dagger-2.39 )
---
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 >
2021-10-01 17:38:52 +02:00
dependabot[bot]
29615b670b
Bump kxCoroutinesVersion from 1.5.1 to 1.5.2
...
Bumps `kxCoroutinesVersion` from 1.5.1 to 1.5.2.
Updates `kotlinx-coroutines-android` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.1...1.5.2 )
Updates `kotlinx-coroutines-core` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.1...1.5.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 17:38:42 +02:00
dependabot[bot]
6ab4a696b6
Bump kotlin-stdlib from 1.5.30 to 1.5.31
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.30 to 1.5.31.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 17:38:35 +02:00
dependabot[bot]
23479c7765
Bump opencsv from 5.5.1 to 5.5.2
...
Bumps opencsv from 5.5.1 to 5.5.2.
---
updated-dependencies:
- dependency-name: com.opencsv:opencsv
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 08:06:26 +02:00
dependabot[bot]
6d98f7aafa
Bump kotlinx-coroutines-core-jvm from 1.5.1 to 1.5.2
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.1...1.5.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 07:58:57 +02:00
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
2a0afedb1d
SubtitleCard: Show at-most icon
2021-09-29 03:22:38 -05:00
66a2b41250
Target type: use dropdown instead of radio button
2021-09-29 03:22:31 -05:00
KristianTashkov
d6a7fa3d7a
Add unit tests for numerical habits
2021-09-27 00:36:02 +03:00
KristianTashkov
07e55f1c76
modify review comments
2021-09-26 22:58:24 +03:00
4ee5dd910b
Merge pull request #1116 from sgallese/feature/update-app-intro
...
Implement skipPressed for Intro, update to latest version of AppIntro
2021-09-23 07:06:24 -05:00
87f071b5b4
Merge pull request #1108 from sgallese/feature/midnight-timer-remove-jvm
...
Place MidnightTimer under test
2021-09-23 07:04:08 -05:00
bb0b5e8adf
Merge pull request #1113 from KristianTashkov/kris/create_habit_border
...
Add border to create habit buttons
2021-09-23 06:16:07 -05:00
sgallese
c79d1e82a5
Update AppIntro to latest version
2021-09-22 20:07:06 -07:00
sgallese
4aebeedec6
Finish intro when skipped pressed
2021-09-22 20:06:41 -07:00
KristianTashkov
7de94f2caf
Add border to create habit buttons
2021-09-22 16:42:40 +03:00
KristianTashkov
17ed85fc1b
fix test
2021-09-22 16:18:50 +03:00
KristianTashkov
4355fb4d68
start score from 1.0 for at most and reflect the same in history
2021-09-22 15:49:51 +03:00
sgallese
508200abeb
Format classes with ktlint
2021-09-21 19:25:21 -07:00
sgallese
a29943e783
Simplify midnight timer interface for testing
2021-09-21 19:21:35 -07:00
sgallese
3e6a9181d6
Code review- keep timer offset to one second
2021-09-21 19:16:37 -07:00
1fe3a3d1ca
Merge pull request #1107 from sgallese/feature/string-utils-remove-jvm
...
Removes JVM dependencies from StringUtils
2021-09-21 20:36:22 -05:00
sgallese
b2951a3475
Place MidnightTimer under test
2021-09-19 08:41:05 -07:00
sgallese
9d3c63cf62
Removes JVM dependencies from StringUtils
...
See Issue #1075
2021-09-18 23:19:34 -07:00
KristianTashkov
65d237254c
simplify scoring code
2021-09-12 16:56:08 +03:00
KristianTashkov
fe1d5c66cb
fix bug in history card
2021-09-12 16:23:42 +03:00
KristianTashkov
113a5028af
Simplify the code
2021-09-12 15:27:03 +03:00
KristianTashkov
1a56260757
add more tests for AT_MOST
2021-09-12 14:35:05 +03:00
KristianTashkov
697fffbc99
fix tests
2021-09-12 13:50:27 +03:00
KristianTashkov
804edfa64e
Implement numerical habits with AT_MOST target type
2021-09-12 00:51:54 +03:00
2ab6c396d0
Merge pull request #1100 from kalina559/vector_drawables
...
Replaced .png drawables with vector assets where possible
2021-09-11 15:14:08 -05:00
a55f467339
Minor changes to ic_colorpicker_swatch_selected
2021-09-11 07:21:45 -05:00
Jakub Kalinowski
cf682f68c9
Dialog's positive button has bigger font size now ( #1096 )
2021-09-11 07:03:06 -05:00
0e988e746c
Merge pull request #1082 from hiqua/improve_number_picker
...
Make numpad work better in number picker dialog
2021-09-11 06:56:17 -05:00
Jakub Kalinowski
f119cbf8e7
Added copyright notice
2021-09-08 19:41:13 +02:00
Jakub Kalinowski
056f5f6fce
Added last .svg icons
2021-09-08 19:39:59 +02:00
Jakub Kalinowski
42f6125d5e
Removed last .png icons
2021-09-08 19:39:34 +02:00
Jakub Kalinowski
3e20fc4d1d
Added new .svg icons
2021-09-08 18:09:26 +02:00
Jakub Kalinowski
1f763feb69
Removed .png icons
2021-09-08 18:09:04 +02:00
Jakub Kalinowski
6e7ad329fe
Added copyright notice
2021-09-08 17:49:42 +02:00
Jakub Kalinowski
5cb241475d
Corrected the dark theme icon color
2021-09-08 17:47:50 +02:00
Jakub Kalinowski
27e76c7243
New edit icon
2021-09-08 17:43:25 +02:00
Jakub Kalinowski
576ad04064
Deleted edit icon
2021-09-08 17:43:04 +02:00
Jakub Kalinowski
5f8187ef6d
Replaced some more .png icons with vector assets
2021-09-06 22:26:08 +02:00
Jakub Kalinowski
f16f919e27
Resolved naming issue
2021-09-06 21:54:10 +02:00
Jakub Kalinowski
736bb8a75e
Added new .svg icons
2021-09-06 21:47:38 +02:00
Jakub Kalinowski
de9ad6d4a4
Deleted some old .png icons
2021-09-06 21:47:10 +02:00
Quentin Hibon
1d37ce54ea
Focus fractional part after entering a decimal separator
2021-09-04 17:14:57 +02:00
Quentin Hibon
f88f1cfb54
Improve NumberPicker usage in numerical habits
2021-09-04 17:14:57 +02:00
dependabot[bot]
fc1478645b
Bump com.github.triplet.play from 3.5.0 to 3.6.0
...
Bumps com.github.triplet.play from 3.5.0 to 3.6.0.
---
updated-dependencies:
- dependency-name: com.github.triplet.play
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-03 09:56:03 +02:00
Quentin Hibon
ffab001b09
Bump JDK from 1.8 to 11
2021-09-03 08:08:34 +02:00
Quentin Hibon
a58a8005e1
Bump AGP from 4.2.2 to 7.0.2
2021-09-03 08:08:34 +02:00
Quentin Hibon
c884ada187
Bump gradle wrapper from 7.0 to 7.2
2021-09-03 08:08:34 +02:00
Quentin Hibon
e3d46ad5a0
Bump AGP from 4.2.0 to 4.2.2
2021-09-02 19:34:05 +02:00
dependabot[bot]
f4a2c03216
Bump ktorVersion from 1.6.2 to 1.6.3
...
Bumps `ktorVersion` from 1.6.2 to 1.6.3.
Updates `ktor-client-mock` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-jackson` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-client-android` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-client-core` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-client-jackson` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-client-json` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-server-netty` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-server-core` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-html-builder` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
Updates `ktor-server-tests` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.2...1.6.3 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 17:49:25 +02:00
dependabot[bot]
f2b8f2f98d
Bump simpleclient_hotspot from 0.11.0 to 0.12.0
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.11.0...parent-0.12.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_hotspot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 17:49:18 +02:00
dependabot[bot]
2c5fd87a2a
Bump simpleclient from 0.11.0 to 0.12.0
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.11.0...parent-0.12.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 07:54:39 +02:00
dependabot[bot]
39768f7f04
Bump kotlin-stdlib-jdk8 from 1.5.21 to 1.5.30
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.21 to 1.5.30.
- [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.5.21...v1.5.30 )
---
updated-dependencies:
- 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 >
2021-09-02 07:54:29 +02:00
dependabot[bot]
cc3e1ced15
Bump sqlite-jdbc from 3.36.0.1 to 3.36.0.3
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.36.0.1 to 3.36.0.3.
- [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.36.0.1...3.36.0.3 )
---
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 >
2021-09-02 07:54:13 +02:00
dependabot[bot]
2e26cc104e
Bump simpleclient_httpserver from 0.11.0 to 0.12.0
...
Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.11.0...parent-0.12.0 )
---
updated-dependencies:
- dependency-name: io.prometheus:simpleclient_httpserver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 08:12:08 +02:00
dependabot[bot]
42fd0926ef
Bump kotlin-stdlib from 1.5.21 to 1.5.30
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.21 to 1.5.30.
- [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.5.21...v1.5.30 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 08:12:00 +02:00
ec202aa9a7
Merge pull request #1079 from hiqua/reimplement_custom_freq
...
Reimplement custom frequencies
2021-08-23 05:02:38 -05:00
Quentin Hibon
1fb56c8777
Fix typo
2021-08-22 17:36:59 +02:00
Quentin Hibon
a5d4a37da8
Improve digit constraints in frequency picker
2021-08-22 17:12:37 +02:00
Quentin Hibon
4804a48549
Reimplement custom frequencies
...
Closes #961 .
2021-08-22 17:12:17 +02:00
Quentin Hibon
c892a845b4
Remove deprecated jcenter repository
2021-08-22 17:11:27 +02:00
Quentin Hibon
e98064b6a5
Update README.md: link guidelines
2021-08-22 15:11:42 +02:00
57f5f6ed5b
Cycle through through all checkmark states
2021-08-22 06:23:06 -05:00
79f5b8b7e8
uhabits-server: Add missing dependencies
2021-08-22 05:15:45 -05:00
f15c660d33
Merge branch 'master' into dev
2021-08-21 07:40:28 -05:00
1866743c47
Remove absolute path to flock; change PATH in GH Actions
2021-08-21 07:22:51 -05:00
Ganessh Kumar
a781a1f947
Updating links in README
...
Updating http links to https links. By using http links from browser - all of them are getting redirected to https automatically except http://www.gnu.org/licenses , which displays a warning message that the connection is not secure. Switching to https makes the connection secure as well.
2021-08-16 07:21:15 -05:00
Quentin Hibon
13e57b5026
Test isFailedToday
2021-08-06 06:14:16 -05:00
Quentin Hibon
f8c7abfff4
Use 'entered' instead of 'completed' when ? or skips are enabled
2021-08-06 06:14:16 -05:00
Quentin Hibon
7fe3ce970c
Hide failed habits along with completed ones
2021-08-06 06:14:16 -05:00
Quentin Hibon
b9eb244b0b
Introduce HabitType and NumericalHabitType enums
2021-08-06 05:48:15 -05:00
Quentin Hibon
95a1786c4a
build.sh: use full path for flock
...
Fixes #1044 .
2021-08-02 08:30:38 +02:00
dependabot[bot]
caa1c9d72e
Bump daggerVersion from 2.37 to 2.38.1
...
Bumps `daggerVersion` from 2.37 to 2.38.1.
Updates `dagger` from 2.37 to 2.38.1
- [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.37...dagger-2.38.1 )
Updates `dagger-compiler` from 2.37 to 2.38.1
- [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.37...dagger-2.38.1 )
---
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 >
2021-08-01 23:49:25 +02:00
dependabot[bot]
a7afe0b309
Bump logback-classic from 1.2.3 to 1.2.5
...
Bumps logback-classic from 1.2.3 to 1.2.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 >
2021-08-01 22:53:41 +02:00
dependabot[bot]
9c03174eef
Bump material from 1.3.0 to 1.4.0
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.3.0...1.4.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 >
2021-08-01 19:30:13 +02:00
dependabot[bot]
da02926fa6
Bump kotlin-stdlib-jdk8 from 1.5.20 to 1.5.21
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.20 to 1.5.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.5.20...v1.5.21 )
---
updated-dependencies:
- 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 >
2021-08-01 18:31:57 +02:00
Quentin Hibon
250dabfe58
Bump com.github.triplet.play from 3.2.0 to 3.5.0
2021-08-01 18:07:06 +02:00
dependabot[bot]
0bba3b76bc
Bump kotlinx-coroutines-core-jvm from 1.4.2 to 1.5.1
...
Bumps [kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines ) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.4.2...1.5.1 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-01 17:05:47 +02:00
dependabot[bot]
c2479278ba
Bump ktorVersion from 1.6.1 to 1.6.2
...
Bumps `ktorVersion` from 1.6.1 to 1.6.2.
Updates `ktor-client-mock` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-jackson` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-client-android` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-client-core` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-client-jackson` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-client-json` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-server-netty` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-server-core` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-html-builder` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
Updates `ktor-server-tests` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.1...1.6.2 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-01 14:00:24 +02:00
dependabot[bot]
499a403a06
Bump kotlin-stdlib from 1.5.20 to 1.5.21
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.20 to 1.5.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.5.20...v1.5.21 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-01 14:00:17 +02:00
dependabot[bot]
af5d622339
Bump opencsv from 5.4 to 5.5.1
...
Bumps opencsv from 5.4 to 5.5.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 >
2021-08-01 10:33:09 +02:00
dependabot[bot]
5eeb54bc47
Bump kxCoroutinesVersion from 1.4.2 to 1.5.1
...
Bumps `kxCoroutinesVersion` from 1.4.2 to 1.5.1.
Updates `kotlinx-coroutines-android` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.4.2...1.5.1 )
Updates `kotlinx-coroutines-core` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.4.2...1.5.1 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-01 10:32:46 +02:00
dependabot[bot]
e09e899aad
Bump appcompat from 1.3.0 to 1.3.1
...
Bumps appcompat from 1.3.0 to 1.3.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 >
2021-08-01 10:32:19 +02:00
37f03aca37
Merge branch 'hotfix/2.0.3' into dev
2021-07-31 12:49:01 -05:00
Quentin Hibon
0ab55f6f5a
Remove useless nullability
2021-07-30 21:12:33 +02:00
dependabot[bot]
43921721d4
Bump espressoVersion from 3.3.0 to 3.4.0
...
Bumps `espressoVersion` from 3.3.0 to 3.4.0.
Updates `espresso-contrib` from 3.3.0 to 3.4.0
Updates `espresso-core` from 3.3.0 to 3.4.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 >
2021-07-03 23:37:26 +02:00
dependabot[bot]
33c88cded3
Bump rules from 1.3.0 to 1.4.0
...
Bumps rules from 1.3.0 to 1.4.0.
---
updated-dependencies:
- dependency-name: androidx.test:rules
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-03 18:48:12 +02:00
dependabot[bot]
aecce891ea
Bump sqlite-jdbc from 3.36.0 to 3.36.0.1
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.36.0 to 3.36.0.1.
- [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.36.0...3.36.0.1 )
---
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 >
2021-07-03 18:47:59 +02:00
dependabot[bot]
2ea98a7756
Bump ktorVersion from 1.6.0 to 1.6.1
...
Bumps `ktorVersion` from 1.6.0 to 1.6.1.
Updates `ktor-client-mock` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-jackson` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-client-android` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-client-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-client-jackson` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-client-json` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-server-netty` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-server-core` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-html-builder` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
Updates `ktor-server-tests` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.6.0...1.6.1 )
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-jackson
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-html-builder
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-07-03 18:47:52 +02:00
dependabot[bot]
e667872d83
Bump junit from 1.1.2 to 1.1.3
...
Bumps junit from 1.1.2 to 1.1.3.
---
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 >
2021-07-03 18:47:47 +02:00
Quentin Hibon
3602a614c4
dependabot: do monthly checks rather than daily
2021-07-01 08:02:40 +02:00
dependabot[bot]
d8c5f4d93c
Bump sqlite-jdbc from 3.34.0 to 3.36.0
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.34.0 to 3.36.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.34.0...3.36.0 )
---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-28 08:23:03 +02:00
dependabot[bot]
c9f4df9dae
Bump kotlin-stdlib-jdk8 from 1.5.10 to 1.5.20
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.10 to 1.5.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20 )
---
updated-dependencies:
- 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 >
2021-06-25 08:26:27 +02:00
dependabot[bot]
feb384bca6
Bump kotlin-stdlib from 1.5.10 to 1.5.20
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.10 to 1.5.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-25 08:26:21 +02:00
dependabot[bot]
71e9160460
Bump daggerVersion from 2.36 to 2.37
...
Bumps `daggerVersion` from 2.36 to 2.37.
Updates `dagger` from 2.36 to 2.37
- [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.36...dagger-2.37 )
Updates `dagger-compiler` from 2.36 to 2.37
- [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.36...dagger-2.37 )
---
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 >
2021-06-11 10:37:47 +02:00
Quentin Hibon
64966d3c86
Bumps org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0
2021-06-09 12:06:35 +02:00
dependabot[bot]
4787df4074
Bump simpleclient_hotspot from 0.10.0 to 0.11.0
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.10.0...parent-0.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-09 11:57:42 +02:00
dependabot[bot]
5908692a5c
Bump ktorVersion from 1.5.4 to 1.6.0 ( #943 )
...
Bumps `ktorVersion` from 1.5.4 to 1.6.0.
Updates `ktor-client-mock` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-jackson` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-client-android` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-client-core` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-client-jackson` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-client-json` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-server-netty` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-server-core` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-html-builder` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Updates `ktor-server-tests` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.4...1.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 10:08:34 -05:00
dependabot[bot]
693dce8719
Bump simpleclient_httpserver from 0.10.0 to 0.11.0 ( #942 )
...
Bumps [simpleclient_httpserver](https://github.com/prometheus/client_java ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.10.0...parent-0.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 10:08:09 -05:00
b232827dfd
Update bug_report.md
2021-05-31 13:14:30 -05:00
dependabot[bot]
02f9f411ce
Bump simpleclient from 0.10.0 to 0.11.0 ( #941 )
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.10.0...parent-0.11.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 13:12:25 -05:00
bbf9da44e1
Update bug_report.md
2021-05-29 08:07:17 -05:00
dependabot[bot]
ee896fb4f9
Bump kotlin-stdlib from 1.5.0 to 1.5.10 ( #931 )
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.5.0 to 1.5.10.
- [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.5.0...v1.5.10 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 20:40:31 -05:00
dependabot[bot]
4d7d8b6206
Bump kotlin-stdlib-jdk8 from 1.5.0 to 1.5.10 ( #932 )
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.5.0 to 1.5.10.
- [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.5.0...v1.5.10 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 20:40:18 -05:00
dependabot[bot]
55b841a8b4
Bump daggerVersion from 2.35.1 to 2.36 ( #933 )
...
Bumps `daggerVersion` from 2.35.1 to 2.36.
Updates `dagger` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36 )
Updates `dagger-compiler` from 2.35.1 to 2.36
- [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.35.1...dagger-2.36 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 06:47:10 -05:00
7fac86b617
Update bug_report.md
2021-05-23 19:04:32 -05:00
dependabot[bot]
c31d42be2d
Bump com.github.johnrengelman.shadow from 6.1.0 to 7.0.0
...
Bumps com.github.johnrengelman.shadow from 6.1.0 to 7.0.0.
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-23 18:45:05 -05:00
31c09b9c0b
Upgrade to Gradle 7.0 and Kotlin 1.5.0
2021-05-23 18:33:57 -05:00
dependabot[bot]
db91dce57f
Bump appcompat from 1.2.0 to 1.3.0 ( #912 )
...
Bumps appcompat from 1.2.0 to 1.3.0.
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-23 18:01:18 -05:00
12c76245e6
Merge branch 'master' into dev
2021-05-23 17:47:14 -05:00
59a4d7552c
Update translations; reorganize play/listings
2021-05-09 18:03:04 -05:00
9d7840bdd1
Merge branch 'master' into dev
2021-05-09 17:24:50 -05:00
Quentin Hibon
32db4e363b
Add missing dependency to github workflow ( #894 )
2021-05-02 18:41:34 -05:00
dependabot[bot]
004bb8d71c
Bump daggerVersion from 2.34.1 to 2.35.1
...
Bumps `daggerVersion` from 2.34.1 to 2.35.1.
Updates `dagger` from 2.34.1 to 2.35.1
- [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.34.1...dagger-2.35.1 )
Updates `dagger-compiler` from 2.34.1 to 2.35.1
- [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.34.1...dagger-2.35.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-01 16:07:49 +02:00
dependabot[bot]
21a1e88c47
Bump ktorVersion from 1.5.3 to 1.5.4
...
Bumps `ktorVersion` from 1.5.3 to 1.5.4.
Updates `ktor-client-mock` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-jackson` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-client-android` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-client-core` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-client-jackson` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-client-json` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.3...1.5.4 )
Updates `ktor-server-netty` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.4 )
Updates `ktor-server-core` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.4 )
Updates `ktor-html-builder` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.4 )
Updates `ktor-server-tests` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-01 00:38:37 +02:00
dependabot[bot]
86fb718896
Bump appintro from 3.4.0 to 4.1.0
...
Bumps [appintro](https://github.com/PaoloRotolo/AppIntro ) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/PaoloRotolo/AppIntro/releases )
- [Changelog](https://github.com/AppIntro/AppIntro/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PaoloRotolo/AppIntro/commits/v4.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-01 00:38:10 +02:00
dependabot[bot]
a4e9b2f874
Bump kotlin-stdlib-jdk8 from 1.4.32 to 1.5.0
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.4.32 to 1.5.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-30 17:09:04 +02:00
dependabot[bot]
ac924470b8
Bump kotlin-stdlib from 1.4.32 to 1.5.0
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.4.32 to 1.5.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-30 17:08:54 +02:00