Quentin Hibon
b1da72dc3a
Bump org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0 ( #786 )
2021-02-12 07:07:39 -06:00
fca9557108
Merge pull request #776 from hiqua/fix_766
...
Restore notification sound customization setting
2021-02-09 07:36:31 -06:00
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>
2021-02-09 07:33:57 -06:00
Quentin Hibon
8790c0e87b
Delete snooze_interval preference
2021-02-09 10:14:25 +01:00
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 .
2021-02-09 09:22:53 +01:00
589fd2f0f1
build.sh: Restore fetch-images and accept-images
2021-02-08 21:38:15 -06:00
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>
2021-02-08 21:26:35 -06:00
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>
2021-02-08 21:26:20 -06:00
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>
2021-02-08 21:25:56 -06:00
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>
2021-02-08 21:25:48 -06:00
Quentin Hibon
7fb3489ca8
Fix shellcheck warnings ( #778 )
2021-02-08 21:23:26 -06:00
129c86a030
about.xml: Sort developers by number of commits
2021-01-31 11:35:44 -06:00
e4121b2564
Merge branch 'master' into dev
2021-01-30 21:41:14 -06:00
98abebe099
Merge branch 'hotfix/v1.8.12'
v1.8.12
2021-01-30 20:47:36 -06:00
0f86cb4d53
Update list of developers
2021-01-30 20:39:19 -06:00
Kristian Tashkov
4dd77463fb
Update widgets at midnight ( #634 )
2021-01-30 20:36:37 -06:00
Quentin Hibon
2cf3347f8c
Set dataOffset when attaching a new CardView
...
Fixes #713 .
2021-01-30 20:15:26 -06:00
5516f40571
Bump version to 1.8.12; update CHANGELOG and release notes
2021-01-30 19:53:57 -06:00
c006659ba4
Use Nexus 4 screen size in build.sh; adjust BackupSteps accordingly
2021-01-30 19:42:10 -06:00
5be2c51d79
Regression tests: minor code cleanup
2021-01-30 19:22:32 -06:00
Quentin Hibon
2dcce080d3
Set dataOffset when attaching a new CardView
...
Fixes #713 .
2021-01-30 18:36:07 -06:00
Quentin Hibon
6c3b4135c2
Implement test reproducing #713
2021-01-30 18:36:07 -06:00
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.
2021-01-30 10:28:42 -06:00
89bde4c9ae
verifyDisplayGraphs: Update class names
2021-01-30 09:49:35 -06:00
a7e2e0e8da
Acceptance tests: fix imports; remove unused function
2021-01-30 08:45:43 -06:00
64d77fbb6b
build.sh: Use avdmanager from cmdline-tools
2021-01-30 08:30:14 -06:00
Quentin Hibon
4b80e60b2b
Fix typo ( #755 )
2021-01-30 07:48:09 -06:00
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>
2021-01-28 21:37:59 -06:00
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>
2021-01-28 21:37:22 -06:00
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>
2021-01-28 21:35:48 -06:00
a5255690ed
Revert to Kotlin 1.4.21
...
Kotlin 1.4.21-2 seems to be a pre-release.
2021-01-28 21:35:08 -06:00
56f0bbb7bd
Remove unused equalsverifier dependency
2021-01-28 21:35:08 -06:00
4e72bf93f8
Issue templates: sort feature requests by popularity
2021-01-28 08:04:07 -06:00
d31e42446e
Add "Help & FAQ" to issue template
2021-01-28 07:59:25 -06:00
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>
2021-01-28 07:11:08 -06:00
3ba26ac67e
Merge pull request #747 from iSoron/dependabot/gradle/org.hamcrest-hamcrest-2.2
...
Bump hamcrest from 2.1 to 2.2
2021-01-28 07:01:51 -06:00
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 >
2021-01-28 07:17:40 +00:00
a6c9ea22e6
Merge branch 'midnight_delay_option_2' into dev
2021-01-27 20:06:44 -06:00
5767817de2
Midnight delay: Make text shorter
2021-01-27 20:06:31 -06:00
b80344a443
Merge pull request #743 from hiqua/update_mockito
...
Delete obsolete mockito dependencies
2021-01-27 20:01:40 -06:00
f36bc788c7
Merge pull request #740 from hiqua/sdk_30
...
Increase targetSdk to 30
2021-01-27 19:59:13 -06:00
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>
2021-01-27 19:57:38 -06:00
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>
2021-01-27 19:56:24 -06:00
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>
2021-01-27 19:54:55 -06:00
Quentin Hibon
8d2aebaf7f
Delete obsolete mockito dependencies
2021-01-27 15:44:22 +01:00
dependabot[bot]
1c2efb6c22
Bump junit from 4.12 to 4.13.1 ( #737 )
2021-01-27 07:13:46 -06:00
dependabot[bot]
784877871a
Bump opencsv from 3.10 to 5.3 ( #735 )
2021-01-27 07:13:27 -06:00
Quentin Hibon
4a2fb2ac47
Fix visual glitch on popups when using dark theme ( #730 )
2021-01-27 07:11:40 -06:00
dependabot[bot]
7caf22bd7a
Bump ktorVersion from 1.4.2 to 1.5.0 ( #728 )
2021-01-27 07:11:06 -06:00
Quentin Hibon
2d943b5942
Fix signature of onSharedPreferenceChanged
...
The 'key' argument is null when called from android.app.SharedPreferencesImpl.
2021-01-27 12:09:23 +01:00