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
2024-06-30 15:37:40 +00:00
2024-06-30 15:01:44 +00:00
2024-06-30 15:01:44 +00:00
2024-06-30 15:37:40 +00:00
2024-06-30 15:37:40 +00:00
2022-04-05 14:54:59 +05:00
2022-11-22 20:19:24 +01:00
2024-02-24 17:08:00 +00:00

Crowdin

Get it on Google Play Get it on F-Droid

Mealient

DISCLAIMER

This project is developed independently from the core Mealie project. It is NOT associated with the core Mealie developers. Any issues must be reported to the Mealient repository, NOT the Mealie repository.

What is this?

An unofficial Android client for Mealie. It enables you to easily access your recipes using an Android device. The main advantage over website is that recipe data is stored locally and can be accessed without the Internet connection.

Status

Current version is a very early alpha which supports a small subset of the Mealie capabilities. Displays the list of recipes, some information about each of the recipes, even recipe creation is available! The list of shopping lists is also available, each shopping list can be viewed and modified.

Screenshots

How to install

There are three ways:

  1. Install it with Google Play using the badge above.
  2. Install it with F-droid using the badge above.
  3. Download the latest apk from the releases page.

Contribution

Any contribution is greatly appreciated: translations, bug reports, feature requests and any PR.

Description
An Android client for a self-hosted recipe manager Mealie.
Readme MIT 87 MiB
2025-08-31 18:36:54 -06:00
Languages
Kotlin 97.7%
DM 2.3%