Kirill Kamakin 44458dd146 Fix a number of lint issues (#2)
* Fix systemUiVisibility deprecation warnings

This commit extracts setSystemUiVisibility as
an extension and uses the new API depending on
the Build.VERSION

* Fix splash fragment vector issues

Clip-path isn't available before V24 and
width/height should not exceed 200 dp.

* Remove unused disclaimer fragment header

* Remove unused ic_launcher_round

* Ignore IconMissingDensityFolder lint

Ignoring it because all the images are vector

* Ignore UnusedAttribute lint

It warns about networkSecurityConfig which
is used only in debug builds to allow
user SSL certificates. Lint says it's not
available before v24. But it doesn't matter
since before v24 the user SSL certificates
were allowed by default.

* Use plurals for disclaimer count down
2021-11-27 13:10:00 +00:00
2021-11-27 13:10:00 +00:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:40 +03:00
2021-11-20 14:24:59 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:26 +03:00
2021-11-13 15:09:26 +03:00
2021-11-20 21:16:46 +03:00
2021-11-25 20:41:39 +03:00

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 via Android phone. The main goal is to have everything stored locally to access it without Internet connection which is impossible with web site version.

Status

Current version is a very early alpha which supports a tiny portion of the Mealie capabilites. There is a lot of work ahead, do not expect much. Having said that, you can list your recipes and read the instructions/ingredients for each of them.

Screenshots

How to install

Download the latest apk from the releases page.

Contribution

Any contribution is greatly appreciated. Including translations, new issues, feature requests and typo corrections. I won't specify any rules until I have to ask the same thing multiple times. Just use the common sense.

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%