0cccecec77
Widgets: Update test images
2025-03-23 19:27:12 -05:00
f1ed875256
Further increase widget corner radius to match current Android style
2025-03-23 17:10:39 -05:00
e82bd47aab
Increase minimum widget size to 50x50 and 100x100
...
Some Samsung phones were allowing graph widgets to occupy 1x2 or
2x1 grid cells, leading to very small text. This commit bumps up
the minimum widget size to 100x100 to ensure they always occupy at
least 2x2 cells. Tested on Pixel 4, Pixel 7 and Samsung Galaxy S24.
Closes #2118
2025-03-23 16:52:23 -05:00
e9517f7378
Bump targetSdk to 36
2025-03-23 07:22:36 -05:00
12cc70a51a
Confetti: Always emit from checkmark, not popup button
2025-03-23 07:06:45 -05:00
fa670b19b7
HabitCardView: Fix confetti position in API 36+
2025-03-22 23:03:59 -05:00
66fa56ea62
Merge branch 'improve-gradle' into dev
2025-03-21 22:16:29 -05:00
951dabea8b
Merge branch 'isse_1857_reset_measurable_entry' into dev
2025-03-21 21:41:55 -05:00
76b9dd8bd9
Checkmark popup: Minor changes to layout
2025-03-21 21:41:23 -05:00
f68510f860
Allow user to disable confetti animation
2025-03-21 21:29:49 -05:00
245b0eb4d6
Update translators
2025-03-21 21:05:17 -05:00
4a0599fce4
Update translations from Crowdin
2025-03-21 21:01:54 -05:00
kalina559
cc720e3dcb
Removed an unnecessary change
2025-02-18 23:19:20 +01:00
kalina559
6e3d06cff9
Corrected formatting in the layout file
2025-02-18 22:32:48 +01:00
kalina559
d458cbd47a
COrrected formatting
2025-02-18 20:51:16 +01:00
kalina559
74ce269446
Added 'UNKNOWN' button for measurable habits
2025-02-18 20:47:12 +01:00
Jimly Asshiddiqy
9eb8624863
Migrate to KSP
2025-02-17 09:56:21 +07:00
Jimly Asshiddiqy
c4bc301fb2
Implement version catalog
2025-02-14 16:56:04 +07:00
Abdul Majeed
4a7d7ef490
Added Streaks info for numeric habits
2025-02-08 22:07:28 -06:00
Abdul Majeed
13ecc2a386
Added Streaks info for numeric habits
2025-02-08 22:07:28 -06:00
451b536e71
Upgrade dependencies
2025-02-08 21:37:16 -06:00
14dbf90c23
Upgrade Kotlin, AGP
2025-02-08 21:12:11 -06:00
280a5ddceb
Bump targedSdk to 35
2025-02-08 20:58:23 -06:00
getgo-nobugs
fec73af665
Update styles.xml
2024-07-28 11:16:23 +08:00
fc9cc423d0
Multiple fixes to edge-to-edge display (API 35)
2024-05-20 20:30:09 -05:00
e7165d993f
Make compatible with edge-to-edge (API 35)
2024-05-20 09:33:00 -05:00
732ec1c70a
Update AGP; disable lint
2024-05-19 20:36:43 -05:00
e823cd5758
Update lint-baseline
2024-05-19 20:01:32 -05:00
7cb32f486b
lint: disable GradleDependency
2024-04-04 21:36:51 -05:00
093591fbaf
Update lint baseline
2024-04-04 21:24:09 -05:00
985234cdf3
Merge branch 'dev' into android_lint_baseline
2024-04-04 21:18:22 -05:00
06090e238a
Merge branch 'feature/konfetti' into dev
2024-04-02 19:51:59 -05:00
e48452f724
Move showConfetti to ListHabitsScreen; use button location; other tweaks
2024-04-02 19:34:00 -05:00
dependabot[bot]
936986e110
Bump daggerVersion from 2.50 to 2.51.1
...
Bumps `daggerVersion` from 2.50 to 2.51.1.
Updates `com.google.dagger:dagger` from 2.50 to 2.51.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.50...dagger-2.51.1 )
Updates `com.google.dagger:dagger-compiler` from 2.50 to 2.51.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.50...dagger-2.51.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 >
2024-04-02 22:04:24 +02:00
dependabot[bot]
4b3910aea8
Bump com.google.guava:guava from 33.0.0-android to 33.1.0-android
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 33.0.0-android to 33.1.0-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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-01 18:11:48 +02:00
Gokul K
1280e798d2
rendering only if layout and konfetti view exists - to avoid null reference errors
2024-02-03 23:14:58 -06:00
Gokul K
b09306e793
fixing another lint error
2024-02-03 23:14:58 -06:00
Gokul K
e30636a447
fixed ktlint erorrs and is building successfully now
2024-02-03 23:14:58 -06:00
Gokul K
ad8738180c
fixing some comments from @hiqua
2024-02-03 23:14:58 -06:00
Gokul K
08410c59d0
introducing confetti animation using konfetti library
2024-02-03 23:14:58 -06:00
dependabot[bot]
3a0603605b
Bump androidx.annotation:annotation from 1.7.0 to 1.7.1
...
Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1.
---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-01 04:43:18 -06:00
dependabot[bot]
6a78b4d853
Bump daggerVersion from 2.48.1 to 2.50 ( #1907 )
...
Bumps `daggerVersion` from 2.48.1 to 2.50.
Updates `com.google.dagger:dagger` from 2.48.1 to 2.50
- [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.48.1...dagger-2.50 )
Updates `com.google.dagger:dagger-compiler` from 2.48.1 to 2.50
- [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.48.1...dagger-2.50 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 04:34:40 -06:00
dependabot[bot]
12503b8a6d
Bump com.google.guava:guava from 32.1.3-android to 33.0.0-android ( #1902 )
...
Bumps [com.google.guava:guava](https://github.com/google/guava ) from 32.1.3-android to 33.0.0-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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 04:33:03 -06:00
dependabot[bot]
53c208ded5
Bump com.google.android.material:material from 1.10.0 to 1.11.0 ( #1908 )
...
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.10.0...1.11.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 04:32:23 -06:00
dependabot[bot]
1bdc83e92f
Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 ( #1906 )
...
Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin ) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases )
- [Commits](https://github.com/mockito/mockito-kotlin/compare/5.1.0...5.2.1 )
---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 04:32:08 -06:00
dependabot[bot]
680c1cdc76
Bump kotlinVersion from 1.9.21 to 1.9.22 ( #1904 )
...
Bumps `kotlinVersion` from 1.9.21 to 1.9.22.
Updates `org.jetbrains.kotlin.android` from 1.9.21 to 1.9.22
Updates `org.jetbrains.kotlin.kapt` from 1.9.21 to 1.9.22
Updates `org.jetbrains.kotlin.multiplatform` from 1.9.21 to 1.9.22
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.21 to 1.9.22
- [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.9.21...v1.9.22 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.kapt
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.multiplatform
dependency-type: direct:production
update-type: version-update:semver-patch
- 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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 04:31:50 -06:00
Leon Todd
a5e3e9b3cf
Unset measurable habits ( #1899 )
2024-01-30 19:42:53 -06:00
248ba50a8e
Reformat source code
2024-01-30 19:38:32 -06:00
Andreas Gebhardt
45a82b3c2d
Changed Checkmark Widget Color on implicit check
...
As proposed in #615 , the background is now solid color on implicit check but has a stroked checkmark instead of a full one.
2024-01-30 19:25:57 -06:00
Serhii K
b627ff4413
Use colorBackground property instead of splash screen lib
2024-01-30 19:06:43 -06:00