Quentin Hibon
b1da72dc3a
Bump org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0 ( #786 )
5 years ago
Quentin Hibon
91bd17bb9e
Upgrade fontawesome to 5.15.2
5 years ago
Alinson S. Xavier
fca9557108
Merge pull request #776 from hiqua/fix_766
...
Restore notification sound customization setting
5 years ago
dependabot[bot]
d76a4a84d0
Bump daggerVersion from 2.31.2 to 2.32 ( #779 )
...
Bumps `daggerVersion` from 2.31.2 to 2.32.
Updates `dagger` from 2.31.2 to 2.32
- [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.31.2...dagger-2.32 )
Updates `dagger-compiler` from 2.31.2 to 2.32
- [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.31.2...dagger-2.32 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Quentin Hibon
8790c0e87b
Delete snooze_interval preference
5 years ago
Quentin Hibon
bc461e1239
Restore notification sound customization setting
...
For devices older than Android Oreo, notification sound customization has been
disabled since aadfac68cd
. We enable it again.
Fixes #766 .
5 years ago
Alinson S. Xavier
589fd2f0f1
build.sh: Restore fetch-images and accept-images
5 years ago
dependabot[bot]
2e94bebcac
Bump material from 1.2.1 to 1.3.0 ( #764 )
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.2.1...1.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
ff748b27a5
Bump kotlin-css-jvm ( #763 )
...
Bumps kotlin-css-jvm from 1.0.0-pre.144-kotlin-1.4.21 to 1.0.0-pre.144-kotlin-1.4.30.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
8522318ed1
Bump kotlin-stdlib from 1.4.21 to 1.4.30 ( #761 )
...
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin ) from 1.4.21 to 1.4.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.4.21...v1.4.30 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
1f08d2f71c
Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.30 ( #760 )
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.4.21 to 1.4.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.4.21...v1.4.30 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Quentin Hibon
7fb3489ca8
Fix shellcheck warnings ( #778 )
5 years ago
Alinson S. Xavier
129c86a030
about.xml: Sort developers by number of commits
5 years ago
Alinson S. Xavier
e4121b2564
Merge branch 'master' into dev
5 years ago
Alinson S. Xavier
98abebe099
Merge branch 'hotfix/v1.8.12'
5 years ago
Alinson S. Xavier
0f86cb4d53
Update list of developers
5 years ago
Kristian Tashkov
4dd77463fb
Update widgets at midnight ( #634 )
5 years ago
Quentin Hibon
2cf3347f8c
Set dataOffset when attaching a new CardView
...
Fixes #713 .
5 years ago
Alinson S. Xavier
5516f40571
Bump version to 1.8.12; update CHANGELOG and release notes
5 years ago
Alinson S. Xavier
c006659ba4
Use Nexus 4 screen size in build.sh; adjust BackupSteps accordingly
5 years ago
Alinson S. Xavier
5be2c51d79
Regression tests: minor code cleanup
5 years ago
Quentin Hibon
2dcce080d3
Set dataOffset when attaching a new CardView
...
Fixes #713 .
5 years ago
Quentin Hibon
6c3b4135c2
Implement test reproducing #713
5 years ago
Alinson S. Xavier
48c1adb3bb
HabitCardListAdapter: Return copy of list of selected items
...
Previously, HabitCardListAdapter returned a pointer to the list, instead of a
copy. By the time other parts of the application were reading the list, its
contents had already changed. This prevented the user from deleting or
archiving habits.
5 years ago
Alinson S. Xavier
89bde4c9ae
verifyDisplayGraphs: Update class names
5 years ago
Alinson S. Xavier
a7e2e0e8da
Acceptance tests: fix imports; remove unused function
5 years ago
Alinson S. Xavier
64d77fbb6b
build.sh: Use avdmanager from cmdline-tools
5 years ago
Quentin Hibon
4b80e60b2b
Fix typo ( #755 )
5 years ago
dependabot[bot]
0f80505735
Bump guava from 30.0-android to 30.1-android ( #750 )
...
Bumps [guava](https://github.com/google/guava ) from 30.0-android to 30.1-android.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
c26c140310
Bump ktorVersion from 1.5.0 to 1.5.1 ( #751 )
...
Bumps `ktorVersion` from 1.5.0 to 1.5.1.
Updates `ktor-client-mock` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-jackson` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-client-android` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-client-core` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-client-jackson` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-client-json` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-server-netty` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-server-core` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-html-builder` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Updates `ktor-server-tests` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/ktorio/ktor/releases )
- [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ktorio/ktor/compare/1.5.0...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
c05e008569
Bump sqlite-jdbc from 3.25.2 to 3.34.0 ( #748 )
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.25.2 to 3.34.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases )
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG )
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.25.2...3.34.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Alinson S. Xavier
a5255690ed
Revert to Kotlin 1.4.21
...
Kotlin 1.4.21-2 seems to be a pre-release.
5 years ago
Alinson S. Xavier
56f0bbb7bd
Remove unused equalsverifier dependency
5 years ago
Alinson S. Xavier
4e72bf93f8
Issue templates: sort feature requests by popularity
5 years ago
Alinson S. Xavier
d31e42446e
Add "Help & FAQ" to issue template
5 years ago
dependabot[bot]
8ea71dc2b5
Bump kotlin-css-jvm ( #744 )
...
Bumps kotlin-css-jvm from 1.0.0-pre.143-kotlin-1.4.21 to 1.0.0-pre.144-kotlin-1.4.21.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Alinson S. Xavier
3ba26ac67e
Merge pull request #747 from iSoron/dependabot/gradle/org.hamcrest-hamcrest-2.2
...
Bump hamcrest from 2.1 to 2.2
5 years ago
dependabot[bot]
8537e0f910
Bump hamcrest from 2.1 to 2.2
...
Bumps [hamcrest](https://github.com/hamcrest/JavaHamcrest ) from 2.1 to 2.2.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases )
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md )
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.1...v2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Alinson S. Xavier
a6c9ea22e6
Merge branch 'midnight_delay_option_2' into dev
5 years ago
Alinson S. Xavier
5767817de2
Midnight delay: Make text shorter
5 years ago
Alinson S. Xavier
b80344a443
Merge pull request #743 from hiqua/update_mockito
...
Delete obsolete mockito dependencies
5 years ago
Alinson S. Xavier
f36bc788c7
Merge pull request #740 from hiqua/sdk_30
...
Increase targetSdk to 30
5 years ago
dependabot[bot]
22136774de
Bump simpleclient_hotspot from 0.9.0 to 0.10.0 ( #742 )
...
Bumps [simpleclient_hotspot](https://github.com/prometheus/client_java ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.9.0...parent-0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
be39237a22
Bump simpleclient from 0.9.0 to 0.10.0 ( #741 )
...
Bumps [simpleclient](https://github.com/prometheus/client_java ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/prometheus/client_java/releases )
- [Commits](https://github.com/prometheus/client_java/compare/parent-0.9.0...parent-0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
836eebd20b
Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.21-2 ( #738 )
...
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) from 1.4.21 to 1.4.21-2.
- [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.4.21...v1.4.21-2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Quentin Hibon
8d2aebaf7f
Delete obsolete mockito dependencies
5 years ago
dependabot[bot]
1c2efb6c22
Bump junit from 4.12 to 4.13.1 ( #737 )
5 years ago
dependabot[bot]
784877871a
Bump opencsv from 3.10 to 5.3 ( #735 )
5 years ago
Quentin Hibon
4a2fb2ac47
Fix visual glitch on popups when using dark theme ( #730 )
5 years ago
dependabot[bot]
7caf22bd7a
Bump ktorVersion from 1.4.2 to 1.5.0 ( #728 )
5 years ago