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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
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>
3 years ago
Alinson S. Xavier
68740b4043
SettingsFragment: Minor changes to theme
3 years ago
Alinson S. Xavier
b66a6ff717
Write release notes
3 years ago
Alinson S. Xavier
7c1a91e35a
Update list of translators
3 years ago
Alinson S. Xavier
366e9af167
Update translations
3 years ago
Alinson S. Xavier
03b02aaa06
Merge branch 'number-popup' into release/2.1.0
3 years ago
Quentin Hibon
180cf25ad3
Fix tests in APIs 30, 31
3 years ago
Quentin Hibon
0c292d1eaa
Make some rendering tests more tolerant
3 years ago
Alinson S. Xavier
9609bee0f7
Update CHANGELOG and list of developers
3 years ago
Alinson S. Xavier
5b23a3f960
Bump version to 2.1.0
3 years ago
Alinson S. Xavier
d2d45991b0
Always show popups at the center of the screen; remove ScreenLocation
3 years ago
Alinson S. Xavier
9045ae5c24
Remove previous NumberPicker
3 years ago
Alinson S. Xavier
555873354c
Use NumberPopup in HistoryCard
3 years ago
Alinson S. Xavier
2a012619a7
Use NumberPopup in widgets
3 years ago
Alinson S. Xavier
d1de3a852b
Implement NumberPopup
3 years ago
Alinson S. Xavier
f04e37e905
Remove CheckmarkDialog
3 years ago
Alinson S. Xavier
825a5f2cb9
Implement CheckmarkPopup
3 years ago
Alinson S. Xavier
0de6896691
Add notes to DelayedToggle, make delay skipable
3 years ago
Alinson S. Xavier
7187214282
Replace notesIndicator by notes
3 years ago
Jakub Kalinowski
9d4161a255
Issue 1332: Multiple numeric dialogs appearing ( #1356 )
...
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com>
3 years ago
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>
3 years ago
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>
3 years ago
Quentin Hibon
c453810785
Resort habit list after habit edit ( #1350 )
...
* Add regression test for #1131
* Resort habit list after habit edit
Fixes #1131 .
3 years ago
Quentin Hibon
2245347e28
Clean up SDK_INT branches ( #1348 )
...
Fixes #1347 .
4 years ago
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>
4 years ago
Jakub Kalinowski
3b12ec4bfe
Issue 1316: Skip measurable habit ( #1319 )
...
Co-authored-by: Jakub Kalinowski <kalj@netcompany.com>
4 years ago
Alinson S. Xavier
ca4618579e
Reduce toggle delay
4 years ago
Alinson S. Xavier
2f13aba22c
CheckmarkButtonView: Make focusable
4 years ago
Alinson S. Xavier
dba5912ecd
Remove leading/trailing whitespace from notes
4 years ago
Alinson S. Xavier
88b8663484
Remove pref_led_notifications
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Quentin Hibon
8ccb9bbab1
Bumps appcompat from 1.3.1 to 1.4.0.
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
7ba9a7e4e7
Update translations
4 years ago
Alinson S. Xavier
5b8a7c39e2
HistoryCard: Make colors more consistent for AT_MOST habits
4 years ago
Alinson S. Xavier
d40a5a89cd
Notes: Update test screenshots
4 years ago
Alinson S. Xavier
308d558347
NumberPicker: Show keyboard more reliably
4 years ago
Alinson S. Xavier
9770ce187a
NumberPicker: Fix formatting
4 years ago
Alinson S. Xavier
535bc03b70
NumberPicker: Clear focus of both pickers
4 years ago
Alinson S. Xavier
642e45af89
NumberPicker: Replace "5" by "50" instead of "05" on decimal picker
4 years ago
Alinson S. Xavier
56d2307b75
Habit notes: left align
4 years ago
Alinson S. Xavier
d875af8a8e
CheckmarkDialog: Format date using current locale
4 years ago
Alinson S. Xavier
feeb4f057d
Update translations
4 years ago
Alinson S. Xavier
1ad5c6b896
Restore x_times_per_y_days translations
4 years ago
Quentin Hibon
1c15e7742e
Disable custom snoozing for recent Android
4 years ago
Quentin Hibon
072ba63789
Add immutable flag to pending intents
4 years ago
Quentin Hibon
0fa0daa058
Ask for SCHEDULE_EXACT_ALARM permission
4 years ago
Quentin Hibon
5a5ed3d631
Bump SDK from 30 to 31
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
e26b643423
HabitCardView: Remove flickering due to toggle delay
4 years ago
Alinson S. Xavier
621534d610
Merge pull request #1184 from hiqua/unfocus_every_day
...
Don't unfocus after select 'every day' frequency
4 years ago
Alinson S. Xavier
a01300e9c6
Update list of developers
4 years ago
Alinson S. Xavier
32ef3c14f7
Settings: Update short toggle description
4 years ago
Alinson S. Xavier
4972257635
Merge branch 'dev' into feat-1074
4 years ago
Alinson S. Xavier
c98cb50baa
CheckmarkDialog: Always set up all buttons
4 years ago
Alinson S. Xavier
a1aea532b5
NumberPicker: Fix vertical alignment
4 years ago
Alinson S. Xavier
43489aeb4c
CheckmarkDialog: Replace setText by append
...
Replace `etNotes.setText` by `etNotes.append` so that the cursor moves
to the end of the line.
4 years ago
Alinson S. Xavier
990c85aedd
CheckmarkDialog: Use theme color instead of CSV
4 years ago
Quentin Hibon
8bdfaa2434
Don't explicitly change focus while switching between frequencies
4 years ago
Quentin Hibon
5f6060858d
Don't unfocus after select 'every day' frequency
...
Fixes #1182 .
4 years ago
Alinson S. Xavier
b62e436054
Fix "hide completed" for numerical habits
...
Fixes #1179
4 years ago
Alinson S. Xavier
bf63b4dbcf
Remove HabitMatcherBuilder
4 years ago
Alinson S. Xavier
a82d940bcc
Small tweaks to checkmark size
4 years ago
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>
4 years ago
Jakub Kalinowski
6531445d7f
Add delay after toggling a habit
4 years ago
Bindu
8036b10ee6
improve yes/no dialog design
4 years ago
Bindu
71f400f587
improve numerical dialog design
4 years ago
Bindu
79e302f922
Change variable name
4 years ago
Bindu
af7f60fc4d
Address review comments
4 years ago
Bindu
a9fddf9963
Update tests and fix formatting.
4 years ago
Bindu
36c1504c6a
Add dialog and notes indicator for HistoryChart
4 years ago
Bindu
d644170141
Implement dialog for Yes/No Habits
4 years ago
Bindu
d38f83e961
Added a notes field and implemented dialog for numeric habits
4 years ago
Quentin Hibon
fa3774a32b
Bump org.jlleitschuh.gradle.ktlint from 10.1.0 to 10.2.0
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
75078ed52b
Merge pull request #1101 from KristianTashkov/kris/implement_at_most
...
Implement numerical habits with AT_MOST target type
4 years ago
Alinson S. Xavier
2a0afedb1d
SubtitleCard: Show at-most icon
4 years ago
Alinson S. Xavier
66a2b41250
Target type: use dropdown instead of radio button
4 years ago
Alinson S. Xavier
4ee5dd910b
Merge pull request #1116 from sgallese/feature/update-app-intro
...
Implement skipPressed for Intro, update to latest version of AppIntro
4 years ago
sgallese
c79d1e82a5
Update AppIntro to latest version
4 years ago
sgallese
4aebeedec6
Finish intro when skipped pressed
4 years ago
KristianTashkov
7de94f2caf
Add border to create habit buttons
4 years ago
KristianTashkov
17ed85fc1b
fix test
4 years ago
KristianTashkov
4355fb4d68
start score from 1.0 for at most and reflect the same in history
4 years ago
sgallese
9d3c63cf62
Removes JVM dependencies from StringUtils
...
See Issue #1075
4 years ago
KristianTashkov
113a5028af
Simplify the code
4 years ago
KristianTashkov
1a56260757
add more tests for AT_MOST
4 years ago
KristianTashkov
697fffbc99
fix tests
4 years ago
KristianTashkov
804edfa64e
Implement numerical habits with AT_MOST target type
4 years ago
Alinson S. Xavier
2ab6c396d0
Merge pull request #1100 from kalina559/vector_drawables
...
Replaced .png drawables with vector assets where possible
4 years ago
Alinson S. Xavier
a55f467339
Minor changes to ic_colorpicker_swatch_selected
4 years ago
Jakub Kalinowski
cf682f68c9
Dialog's positive button has bigger font size now ( #1096 )
4 years ago
Jakub Kalinowski
f119cbf8e7
Added copyright notice
4 years ago
Jakub Kalinowski
056f5f6fce
Added last .svg icons
4 years ago
Jakub Kalinowski
42f6125d5e
Removed last .png icons
4 years ago
Jakub Kalinowski
3e20fc4d1d
Added new .svg icons
4 years ago
Jakub Kalinowski
1f763feb69
Removed .png icons
4 years ago
Jakub Kalinowski
6e7ad329fe
Added copyright notice
4 years ago
Jakub Kalinowski
5cb241475d
Corrected the dark theme icon color
4 years ago
Jakub Kalinowski
27e76c7243
New edit icon
4 years ago
Jakub Kalinowski
576ad04064
Deleted edit icon
4 years ago
Jakub Kalinowski
5f8187ef6d
Replaced some more .png icons with vector assets
4 years ago
Jakub Kalinowski
f16f919e27
Resolved naming issue
4 years ago
Jakub Kalinowski
736bb8a75e
Added new .svg icons
4 years ago
Jakub Kalinowski
de9ad6d4a4
Deleted some old .png icons
4 years ago
Quentin Hibon
1d37ce54ea
Focus fractional part after entering a decimal separator
4 years ago
Quentin Hibon
f88f1cfb54
Improve NumberPicker usage in numerical habits
4 years ago
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>
4 years ago
Quentin Hibon
a58a8005e1
Bump AGP from 4.2.2 to 7.0.2
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
ec202aa9a7
Merge pull request #1079 from hiqua/reimplement_custom_freq
...
Reimplement custom frequencies
4 years ago
Quentin Hibon
1fb56c8777
Fix typo
4 years ago
Quentin Hibon
a5d4a37da8
Improve digit constraints in frequency picker
4 years ago
Quentin Hibon
4804a48549
Reimplement custom frequencies
...
Closes #961 .
4 years ago
Alinson S. Xavier
57f5f6ed5b
Cycle through through all checkmark states
4 years ago
Alinson S. Xavier
f15c660d33
Merge branch 'master' into dev
4 years ago
Alinson S. Xavier
2a5725f382
Small tweaks to CheckmarkWidget padding and aspect ratio
4 years ago
Alinson S. Xavier
edeabb6ee3
Update CHANGELOG and release notes
4 years ago
Alinson S. Xavier
24a9fbe414
Update translations
4 years ago
Quentin Hibon
f8c7abfff4
Use 'entered' instead of 'completed' when ? or skips are enabled
4 years ago
Quentin Hibon
b9eb244b0b
Introduce HabitType and NumericalHabitType enums
4 years ago
Quentin Hibon
91ff5f7a0c
Use empty array instead of sentinel value -1 as habitId
4 years ago
Quentin Hibon
67b55a4ecf
Fix off-by-one bug in StackWidgetService
4 years ago
Quentin Hibon
a5ae2eaa63
Improve one 'when'
4 years ago
Quentin Hibon
0bc2a8b6d4
Handle target widget type in stacked widget
...
Fixes #965 .
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Quentin Hibon
250dabfe58
Bump com.github.triplet.play from 3.2.0 to 3.5.0
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
705dfb9cbd
Bitmap.createBitmap: Ensure width, height > 0
...
Fixes #966
4 years ago
Alinson S. Xavier
d0ef749f19
StackWidget: Raise exception instead of returning invalid default value
4 years ago
Alinson S. Xavier
b54711243f
Remove color.toThemedAndroidColor
...
Fixes #907
4 years ago
Alinson S. Xavier
37f03aca37
Merge branch 'hotfix/2.0.3' into dev
4 years ago
Quentin Hibon
271de59a94
Use notification timestamp when pressing "no"
...
Fixes #969 .
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Quentin Hibon
64966d3c86
Bumps org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0
4 years ago
Alinson S. Xavier
be51538704
Avoid calling textPaint.getTextBounds repeatedly
...
This operation seems to be very expensive on some Samsung phones,
which causes ANRs.
Fixes #962
4 years ago
Alinson S. Xavier
89b24911ba
Fix imports
4 years ago
Alinson S. Xavier
1cf71b3973
Use dark theme in HabitPickerDialog.kt
...
Fixes #916
4 years ago
Alinson S. Xavier
2fe3b15806
Fix small issues with the pure black theme
4 years ago
Alinson S. Xavier
33468bfc1c
Improve automatic checkmarks for monthly habits
...
Fixes #947
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
12c76245e6
Merge branch 'master' into dev
4 years ago
Alinson S. Xavier
afad56ab91
Update test screenshots; automatically fetch
4 years ago
Alinson S. Xavier
88f8581acc
Make CheckmarkWidget resizable; remove fixed aspect ratio
4 years ago
Alinson S. Xavier
b33dd2a994
Ensure RingView.diameter is never zero
...
In rare cases, it seems either that `onDraw` is called before `onMeasure` or
that `onMeasure` is called with a view that has zero height/width. This causes
`reallocateCache` to produce an IllegalArgumentException. This patch ensures
that diameter is never zero.
Fixes #904
4 years ago
Alinson S. Xavier
d87961d800
Fix missing placeholder in some translations; update remaining ones
...
Fixes #926
4 years ago
Alinson S. Xavier
38d2606d6d
Fix IllegalStateException in androidx.customview.view
...
Fixes #906
4 years ago
sumanabhi
b1c53bd820
Added the Decimal Support while entering target for any Habit.
4 years ago
Alinson S. Xavier
c973f93424
Fix small issues with font size
4 years ago
Alinson S. Xavier
fcadbe7c38
Handle numerical habits with target value of zero
...
Fixes #903
4 years ago
Alinson S. Xavier
59a4d7552c
Update translations; reorganize play/listings
4 years ago
Alinson S. Xavier
9d7840bdd1
Merge branch 'master' into dev
4 years ago
Alinson S. Xavier
df56608a5d
Re-add signing config
4 years ago
Alinson S. Xavier
dd1999681f
Small adjustments to numeric checkmark widget
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
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>
4 years ago
Alinson S. Xavier
63883032c4
Update screenshots and description
4 years ago
Alinson S. Xavier
61529fde4d
Update translations
4 years ago
Alinson S. Xavier
a7845c9290
Make large-tests pass on API 23
4 years ago
Alinson S. Xavier
1feefe107c
Make large-tests pass on API 25
4 years ago
Alinson S. Xavier
2728c311d8
Large tests: Make compatible with API 27
4 years ago
Alinson S. Xavier
b561dfe90d
GitHub Actions: Large tests
4 years ago