Commit Graph

392 Commits

Author SHA1 Message Date
Dharanish
d9213ed239 Implement option to remove sub habits from groups 2024-07-13 15:44:27 +02:00
Dharanish
fc16c7078a Fix database issues 2024-07-13 15:09:17 +02:00
Dharanish
0de7c7f8bd Change implementation to use ids instead of uuids 2024-07-11 23:32:14 +02:00
Dharanish
6abea29736 Implement score and frequency widgets for habit groups 2024-07-11 10:19:53 +02:00
Dharanish
8fac8afadf Implement notifications for both habit groups and sub habits 2024-07-10 20:28:40 +02:00
Dharanish
32c69772ae Make ids unique across both habits and groups 2024-07-09 23:23:44 +02:00
Dharanish
30b124ae6e Implement all relevant card views for habit groups 2024-07-09 12:14:04 +02:00
Dharanish
6b1eed0bdc Fix updating of group score ring on appropriate action 2024-07-07 14:36:50 +02:00
Dharanish
3ba214ff61 Fix streaks of HabitGroups 2024-07-07 13:32:27 +02:00
Dharanish
584aace548 Fix filtering by status 2024-07-07 12:08:06 +02:00
Dharanish
26260fbbc4 Implement partial reordering or habit groups 2024-07-07 10:26:28 +02:00
Dharanish
8df1fb765c Implement sub habit reordering within group 2024-07-07 00:29:58 +02:00
Dharanish
be81a06e62 Sub habits and groups are filtered correctly 2024-07-07 00:05:04 +02:00
Dharanish
c77da1803f Implement saving of sub habits but breaks updating group score ring 2024-07-06 21:21:04 +02:00
Dharanish
c060249806 Fixed sorting habit groups and sub habits by score 2024-07-06 11:29:55 +02:00
Dharanish
c1f0dae683 Implement habit group score ring, sorting sub habits (except with score) 2024-07-06 09:00:25 +02:00
Dharanish
b043c90770 Implement edits sub habits 2024-07-05 16:02:36 +02:00
Dharanish
35c9a1a0ab Implement listing sub habits 2024-07-05 15:12:20 +02:00
Dharanish
0a1cdd45cb Implement edit habit group activity 2024-07-03 10:30:57 +02:00
Dharanish
a2cf78f823 Add show habit group activity 2024-07-03 09:14:16 +02:00
Dharanish
cac62c0278 Add Habits to groups without displaying 2024-07-03 00:17:40 +02:00
Dharanish
17e6c4f6e9 Fix habit group creation 2024-07-02 16:10:02 +02:00
Dharanish
506086f003 Can show habit group without interaction / scrolling 2024-07-01 23:33:38 +02:00
Dharanish
af3283e52f Can create habit groups now 2024-06-26 22:00:02 +02:00
Dharanish
08113a57ac Remove SkipDays feature 2024-06-25 12:06:40 +02:00
Dharanish
2146ce71a0 Revert "Skip days implemented. Scores not correct yet"
This reverts commit ec08b602
2024-06-25 11:46:48 +02:00
Dharanish
832d51a055 Make HabitGroups simpler
No subgroups
2024-05-28 19:39:53 +02:00
Dharanish
73387e5e63 Creating the Habitgroup model 2024-05-26 10:02:43 +02:00
Dharanish
340bde9f69 Create HabitGroup and HabitGroup list classes 2024-05-23 22:29:57 +02:00
Dharanish
053bfe116a Fix linting 2024-05-20 17:22:41 +02:00
Dharanish
c764461726 Change db version 2024-05-20 15:52:52 +02:00
Dharanish
f5da00a989 All scores, frequency, history, etc. corrected for the skip days features. 2024-05-20 12:56:56 +02:00
Dharanish
ec08b602f3 Skip days implemented. Scores not correct yet 2024-05-18 13:28:39 +02:00
7f6248123c DateUtilsTest: Simplify getCalendarUTC 2024-04-04 21:55:01 -05:00
2024277ebe Merge branch 'dev' into #1941_DateUtilsTest_failing 2024-04-04 21:52:27 -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
foralost
10074ded32 UTC Calendar fix 2024-03-04 11:31:45 +01:00
Manish Kumar Verma
ab86cee70b Fix: No notification when goal type is set to "maximum" (#1931) 2024-02-02 19:21:40 -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]
ef7f78bff0 Bump org.xerial:sqlite-jdbc from 3.42.0.0 to 3.45.1.0 (#1929)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.42.0.0 to 3.45.1.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.42.0.0...3.45.1.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  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:43 -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
08f77a5cae Merge branch 'master' into release/2.2.0 2023-12-01 18:31:53 -06:00
dependabot[bot]
0762699a86 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#1881)
Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  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>
2023-12-01 18:07:26 -06:00
dependabot[bot]
8837326d44 Bump com.opencsv:opencsv from 5.8 to 5.9 (#1880)
Bumps com.opencsv:opencsv from 5.8 to 5.9.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 18:07:17 -06:00
dependabot[bot]
481a3d5784 Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 (#1878)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  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>
2023-12-01 18:07:03 -06:00