934 Commits

Author SHA1 Message Date
6da10a0612 Update README.md 2025-09-01 07:19:57 +00:00
2e163f8354 Dependency Updates 1.0.0 2025-08-31 18:24:41 -06:00
d10622c382 1.0.0 - Material you rework 2025-08-31 02:24:26 -06:00
e4ea44f766 Remove unneeded files 2025-08-29 16:00:31 -06:00
7650e6487d Merge pull request 'README' (#3) from feature-profile into main
Reviewed-on: #3
2025-08-12 07:35:06 +00:00
7fb8b195f0 README change 2025-08-12 01:21:34 -06:00
77f48c603d 0.6.0 2025-08-05 10:52:12 -06:00
2d4214562a Added the profile feature 2025-08-05 10:51:31 -06:00
f7bd6643cb Update README.md 2025-08-01 15:42:23 -06:00
1be2cb425c Merge pull request 'BUG FIX: Favourite state was not showing' (#2) from bugfix-round into main
Reviewed-on: #2
0.5.1
2025-08-01 19:59:27 +00:00
571db144c4 Fixed a bug with favourites 2025-08-01 13:57:52 -06:00
49c9a6dce1 Update LICENSE 2025-08-01 06:34:19 +00:00
c4e6d6b69f Build 0.5.0 0.5.0 2025-07-31 18:44:36 -06:00
9ecfcc2a74 No actions 2025-07-31 18:36:31 -06:00
f5db153ac2 plssss
Some checks failed
Check / check (pull_request) Has been cancelled
Check / uiTests (30) (pull_request) Has been cancelled
Sign / sign (push) Has been cancelled
2025-07-31 18:35:40 -06:00
3c83f740d4 Sorry one more
Some checks failed
Check / uiTests (30) (pull_request) Has been cancelled
Check / check (pull_request) Has been cancelled
Sign / sign (push) Has been cancelled
2025-07-31 18:33:22 -06:00
1b4323c2bb Convert to my app, so I can continue a fork! 2025-07-31 18:33:10 -06:00
mroetsc
dc4ba51896 Fixed Shopping List API paths for compatibility with Mealie 2.0 2025-05-17 10:34:24 +02:00
Kirill Kamakin
2dd0ec3403 Update README.md 2024-11-09 17:44:27 +01:00
renovate[bot]
fd39b7ebe6 Update lifecycle to v2.8.6 (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 18:28:01 +00:00
renovate[bot]
79e0ef62e5 Update dependency androidx.compose.material:material to v1.7.3 (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 20:15:36 +02:00
renovate[bot]
459294cec7 Update dependency gradle to v8.10.2 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 17:57:20 +00:00
renovate[bot]
e160580f69 Update dependency androidx.compose:compose-bom to v2024.09.03 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 17:43:44 +00:00
renovate[bot]
c5bc5fad22 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 19:32:51 +02:00
renovate[bot]
a471251ff3 Update dependency com.google.accompanist:accompanist-themeadapter-material3 to v0.36.0 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-29 07:00:48 +00:00
renovate[bot]
e5fdd7fed2 Update dependency androidx.compose.material:material to v1.7.2 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-29 06:46:23 +00:00
renovate[bot]
6c75fe1b3c Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-29 06:32:54 +00:00
Erik
b68cf9a1ae Various addtions to ShoppingList page (#325)
* Improve design of ShoppingListItems

* Improve scrolling behaviour of ShoppingListItemEditor

* Add search functionality to food and unit fields in ShoppingListItemEditor

* Add functionality to display plurals of units in shopping lists

* Fix tests

* Ensure editor displays correctly when switching to food mode.

- Fixed a bug causing the editor to display incorrectly when switching to food mode while at the bottom of the screen

* Fix regressions caused in 5dff173

- Fixed a regression introducing incorrect scrolling behaviour when editing items at the bottom of the page
- Fixed a regression causing the add button to not be hidden

* Prefill fields in ShoppingListItemEditorFoodRow if possible

* Remove unnecessary trigger for bringIntoView function

- Remove unnecessary trigger for bringIntoView function of ShoppingListItemEditor

* Display showAddButton dynamically

* Add support for food plurals

* Extract plural functionality to function

* Remember filtering options

* Use ExposedDropdownMenu instead of DropdownMenu

- Updated selection of foods and units to use ExposedDropdownMenu
- Updated composeBom to 2024.09.02
- Updated composeBom to 2024.09.02 to increment androidx.compose.material3 to 1.3.0 needed for androidx.compose.material3.MenuAnchorType

* Only allow one edit menu to be open at a time
2024-09-29 08:22:50 +02:00
Erik
7c825970ea Group items in shopping lists based on labels (#319)
* Add data classes to hold food label information

- Created `GetFoodLabelResponse` data class to represent food label details
- Updated `GetFoodResponse` to include `label` property of type `GetFoodLabelResponse`

* Add backend to sort items in shopping lists by label

* Add UI code to sort items in shopping lists by label

* Use label from ShoppingListItem instead of Food

* Use list for ShoppingListItems and labels storage

* Fix incorrect routing code

* Only add DefaultLabel if there are items with a label

* Small improvements to comments and formatting
2024-09-07 22:01:02 +02:00
renovate[bot]
5aa2327c01 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 21:04:20 +02:00
renovate[bot]
a934c006de Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-28 18:46:40 +02:00
renovate[bot]
7431c8a4b2 Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 16:46:14 +00:00
renovate[bot]
37d89857c7 Update dependency androidx.test:runner to v1.6.2 (#309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 16:46:01 +00:00
renovate[bot]
3e134b1816 Update dependency gradle to v8.10 (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-15 18:32:29 +02:00
renovate[bot]
ac8dd73c43 Update dependency com.google.devtools.ksp to v2.0.10-1.0.24 (#305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 16:20:56 +00:00
renovate[bot]
02083d45e2 Update kotlin monorepo to v2.0.10 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 18:08:50 +02:00
renovate[bot]
882b099eb0 Update gradle/actions action to v4 (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 17:33:51 +02:00
renovate[bot]
e04dbef1c1 Update dependency com.android.tools.build:gradle to v8.5.2 (#307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 14:52:42 +00:00
renovate[bot]
699bfe1919 Update paging to v3.3.2 (#306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-07 21:10:44 +02:00
renovate[bot]
edafb1078b Update hilt to v2.52 (#303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 20:03:02 +02:00
Kirill Kamakin
5819d0c03d Fix incompatibility with Mealie v1.11.0 (#302)
* Allow dateUpdated field to contain time zone

* Remove unused dateUpdated field

* Update version code
2024-08-04 14:52:40 +00:00
renovate[bot]
8500ba5b9c Update protobuf to v4.27.3 (#299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-31 21:10:21 +02:00
renovate[bot]
48ef77560e Update dependency com.google.devtools.ksp to v2.0.0-1.0.24 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-30 07:03:31 +02:00
Kirill Kamakin
16fdd956e8 Add changelog (#297)
* Add changelog

* Fix changelog version mismatch
2024-07-28 07:52:43 +00:00
Kirill Kamakin
e71055930c Update Kover to 0.8.3 (#296) 2024-07-28 07:31:06 +00:00
Kirill Kamakin
f9277208b9 New Crowdin updates (#282)
* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Dutch)

* New translations strings.xml (Portuguese)

* New translations strings.xml (Russian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Dutch)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)

* New translations strings.xml (Russian)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (Dutch)

* New translations strings.xml (Portuguese)

* New translations strings.xml (German)
2024-07-28 07:07:54 +00:00
Kirill Kamakin
86e70e03d0 Implement the dialog to add a new shopping list (#280)
* Add endpoint to create new shopping lists

* Initialize editing of lists names

* Implement adding new lists

* Fix invalid password for demo

* Use StateFlow to avoid lost state updates

* Refactor the list update to support empty lists

* Hide add new list button if there's a new list

* Scroll to the newly added list or item

* Replace deprecated Divider

* Move new field name input to dialog

* Display a modal dialog instead of bottom sheet

* Reduce unnecessary recompositions

* Do not hide button since it is overlapped by dialog

* Extract Composable for editable items

* Remove unused imports

* Add UI for removing and editing shopping lists

* Implement editing list name and removing lists

* Fix initial cursor state when editing name

* Add capitalization of list names

* Fix color of divider in dark mode
2024-07-27 18:12:00 +00:00
renovate[bot]
f0098af3f6 Update dependency com.google.truth:truth to v1.4.4 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-27 15:30:50 +00:00
renovate[bot]
1d87cf2a92 Update dependency com.android.tools.build:gradle to v8.5.1 (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-27 15:21:34 +00:00
renovate[bot]
f0153728a7 Update lifecycle to v2.8.4 (#293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-27 15:12:03 +00:00