Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating forked dev #1

Merged
merged 148 commits into from
Mar 9, 2022
Merged

Updating forked dev #1

merged 148 commits into from
Mar 9, 2022

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    f88f1cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d37ce5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    de9ad6d View commit details
    Browse the repository at this point in the history
  2. Added new .svg icons

    kalina559 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    736bb8a View commit details
    Browse the repository at this point in the history
  3. Resolved naming issue

    kalina559 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f16f919 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8187e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Deleted edit icon

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    576ad04 View commit details
    Browse the repository at this point in the history
  2. New edit icon

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    27e76c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cb2414 View commit details
    Browse the repository at this point in the history
  4. Added copyright notice

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    6e7ad32 View commit details
    Browse the repository at this point in the history
  5. Removed .png icons

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    1f763fe View commit details
    Browse the repository at this point in the history
  6. Added new .svg icons

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3e20fc4 View commit details
    Browse the repository at this point in the history
  7. Removed last .png icons

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    42f6125 View commit details
    Browse the repository at this point in the history
  8. Added last .svg icons

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    056f5f6 View commit details
    Browse the repository at this point in the history
  9. Added copyright notice

    kalina559 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f119cbf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Merge pull request #1082 from hiqua/improve_number_picker

    Make numpad work better in number picker dialog
    iSoron committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    0e988e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf682f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55f467 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1100 from kalina559/vector_drawables

    Replaced .png drawables with vector assets where possible
    iSoron committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2ab6c39 View commit details
    Browse the repository at this point in the history
  5. Implement numerical habits with AT_MOST target type

    KristianTashkov committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    804edfa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. fix tests

    KristianTashkov committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    697fffb View commit details
    Browse the repository at this point in the history
  2. add more tests for AT_MOST

    KristianTashkov committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    1a56260 View commit details
    Browse the repository at this point in the history
  3. Simplify the code

    KristianTashkov committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    113a502 View commit details
    Browse the repository at this point in the history
  4. fix bug in history card

    KristianTashkov committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    fe1d5c6 View commit details
    Browse the repository at this point in the history
  5. simplify scoring code

    KristianTashkov committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    65d2372 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Removes JVM dependencies from StringUtils

    See Issue #1075
    sgallese committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    9d3c63c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2951a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge pull request #1107 from sgallese/feature/string-utils-remove-jvm

    Removes JVM dependencies from StringUtils
    iSoron committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1fe3a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6a918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29943e View commit details
    Browse the repository at this point in the history
  4. Format classes with ktlint

    sgallese committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    508200a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4355fb4 View commit details
    Browse the repository at this point in the history
  6. fix test

    KristianTashkov committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    17ed85f View commit details
    Browse the repository at this point in the history
  7. Add border to create habit buttons

    KristianTashkov committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7de94f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    4aebeed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c79d1e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1113 from KristianTashkov/kris/create_habit_border

    Add border to create habit buttons
    iSoron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    bb0b5e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1108 from sgallese/feature/midnight-timer-remove-jvm

    Place MidnightTimer under test
    iSoron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    87f071b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1116 from sgallese/feature/update-app-intro

    Implement skipPressed for Intro, update to latest version of AppIntro
    iSoron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4ee5dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. modify review comments

    KristianTashkov committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    07e55f1 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for numerical habits

    KristianTashkov committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d6a7fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    66a2b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0afed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1101 from KristianTashkov/kris/implement_at_most

    Implement numerical habits with AT_MOST target type
    iSoron committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    75078ed View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. 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](Kotlin/kotlinx.coroutines@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6d98f7a View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    23479c7 View commit details
    Browse the repository at this point in the history
  3. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6ab4a69 View commit details
    Browse the repository at this point in the history
  4. 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](Kotlin/kotlinx.coroutines@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](Kotlin/kotlinx.coroutines@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    29615b6 View commit details
    Browse the repository at this point in the history
  5. 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](google/dagger@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](google/dagger@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c033051 View commit details
    Browse the repository at this point in the history
  6. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4c269c5 View commit details
    Browse the repository at this point in the history
  7. 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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    265b65e View commit details
    Browse the repository at this point in the history
  8. 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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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>
    dependabot[bot] authored and hiqua committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    fd124f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa3774a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. 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>
    dependabot[bot] authored and hiqua committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c50c5af View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    d38f83e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d644170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c1504 View commit details
    Browse the repository at this point in the history
  4. Update tests and fix formatting.

    vbh committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    a9fddf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc4b66 View commit details
    Browse the repository at this point in the history
  6. Address review comments

    vbh committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    af7f60f View commit details
    Browse the repository at this point in the history
  7. Change variable name

    vbh committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    79e302f View commit details
    Browse the repository at this point in the history
  8. improve numerical dialog design

    vbh committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    71f400f View commit details
    Browse the repository at this point in the history
  9. improve yes/no dialog design

    vbh committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    8036b10 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    7bddfbe View commit details
    Browse the repository at this point in the history
  2. More DateUtils tests

    sgallese committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    66c61e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e24128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b15c02a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c12a6c6 View commit details
    Browse the repository at this point in the history
  6. Rename variable

    sgallese committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    aae85c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    707b2b4 View commit details
    Browse the repository at this point in the history
  8. DRYer offset tests

    sgallese committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    4fbf8a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Add delay after toggling a habit

    kalina559 authored and hiqua committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6531445 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    2615795 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. 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>
    dependabot[bot] authored and hiqua committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    9ddab6e View commit details
    Browse the repository at this point in the history
  2. 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](google/dagger@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](google/dagger@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>
    dependabot[bot] authored and hiqua committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e3c53bf View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge pull request #1111 from sgallese/feature/file-extensions-test

    Tests for DateUtils and FileExtensions
    iSoron committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    eb041bf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    b27f3f8 View commit details
    Browse the repository at this point in the history
  2. Test CSV export file content

    hiqua committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7776093 View commit details
    Browse the repository at this point in the history
  3. Delete unused test resources

    hiqua committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d553c2f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Merge pull request #1178 from hiqua/delete_unused_test_resources

    Delete unused test resources
    iSoron committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    181290a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1177 from hiqua/fix_csv_exporter

    Use the value of the Entry during CSV export
    iSoron committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ba59dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82d940 View commit details
    Browse the repository at this point in the history
  4. Remove HabitMatcherBuilder

    iSoron committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    bf63b4d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Fix "hide completed" for numerical habits

    Fixes #1179
    iSoron authored and hiqua committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b62e436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f60608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bdfaa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Bump AGP from 7.0.2 to 7.0.3

    hiqua committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    64337b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    990c85a View commit details
    Browse the repository at this point in the history
  2. CheckmarkDialog: Replace setText by append

    Replace `etNotes.setText` by `etNotes.append` so that the cursor moves
    to the end of the line.
    iSoron committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    43489ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1aea53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c331f34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c98cb50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4972257 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32ef3c1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1103 from vbh/feat-1074

    Add notes to specific dates
    iSoron committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ecb8ce1 View commit details
    Browse the repository at this point in the history
  9. Update list of developers

    iSoron committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a01300e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1184 from hiqua/unfocus_every_day

    Don't unfocus after select 'every day' frequency
    iSoron committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    621534d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e26b643 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. 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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5de0fc8 View commit details
    Browse the repository at this point in the history
  2. 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](google/dagger@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](google/dagger@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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4e1d01d View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e82994c View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    779ef5d View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    35365bb View commit details
    Browse the repository at this point in the history
  6. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    fc645a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    7bf7463 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    3dfa376 View commit details
    Browse the repository at this point in the history
  2. Bump SDK from 30 to 31

    hiqua committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    5a5ed3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa0daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    072ba63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c15e77 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    e6167ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baee3b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad5c6b View commit details
    Browse the repository at this point in the history
  4. Update translations

    iSoron committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    feeb4f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    d875af8 View commit details
    Browse the repository at this point in the history
  2. Habit notes: left align

    iSoron committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    56d2307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642e45a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    535bc03 View commit details
    Browse the repository at this point in the history
  5. NumberPicker: Fix formatting

    iSoron committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    9770ce1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    308d558 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d40a5a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    5b8a7c3 View commit details
    Browse the repository at this point in the history
  2. Update translations

    iSoron committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    7ba9a7e View commit details
    Browse the repository at this point in the history
  3. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    18e2670 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and hiqua committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    d5d6e46 View commit details
    Browse the repository at this point in the history
  5. 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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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](ktorio/ktor@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>
    dependabot[bot] authored and hiqua committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    3f4780c View commit details
    Browse the repository at this point in the history
  6. 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](Kotlin/kotlinx.coroutines@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>
    dependabot[bot] authored and hiqua committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    1860abf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    92fb9db View commit details
    Browse the repository at this point in the history
  2. 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](google/dagger@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](google/dagger@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>
    dependabot[bot] authored and hiqua committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    0b5894e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. 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>
    dependabot[bot] authored and hiqua committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    075542d View commit details
    Browse the repository at this point in the history
  2. 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](Kotlin/kotlinx.coroutines@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](Kotlin/kotlinx.coroutines@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>
    dependabot[bot] authored and hiqua committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    1902b88 View commit details
    Browse the repository at this point in the history
  3. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    79d40d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4ae85f1 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored and hiqua committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d84abc3 View commit details
    Browse the repository at this point in the history
  3. 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](JetBrains/kotlin@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>
    dependabot[bot] authored and hiqua committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c47bd4c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    743b8d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    8ccb9bb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Handle numerical habits from HabitBull

    Fixes #1265.
    hiqua committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a07a50e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. 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](AppIntro/AppIntro@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>
    dependabot[bot] authored and hiqua committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1943fac View commit details
    Browse the repository at this point in the history
  2. 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](material-components/material-components-android@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>
    dependabot[bot] authored and hiqua committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    20ae9d2 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored and hiqua committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    694446b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge pull request #1278 from hiqua/fix_habit_bull_numerical

    Handle numerical habits from HabitBull
    iSoron committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1d3bd48 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    22820f4 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5d7677b View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6c631b1 View commit details
    Browse the repository at this point in the history
  4. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    24a99d5 View commit details
    Browse the repository at this point in the history
  5. 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](google/dagger@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](google/dagger@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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6d3791d View commit details
    Browse the repository at this point in the history
  6. 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](prometheus/client_java@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>
    dependabot[bot] authored and hiqua committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    472092d View commit details
    Browse the repository at this point in the history