diff --git a/README.md b/README.md index 9809f73..2d3faaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,36 @@ -# DISCLAIMER +# Mealient -This is an unofficial client for recipe manager Mealie. The application is developed independently from the core Mealie project. Any issues or feature request must be sent to the Mealient repository, NOT the Mealie repository. +## DISCLAIMER -# Mealient Android Application +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. -An Android client for [Mealie](https://hay-kot.github.io/mealie/). Easily access your recipes using your phone. \ No newline at end of file +## What is this? + +An unofficial Android client for [Mealie](https://hay-kot.github.io/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 + +[login-screen](screenshots/login.webp) +[recipes-screen](screenshots/recipes.webp) +[recipe-info-screen](screenshots/recipe_info.webp) +[usage](screenshots/usage.gif) + +## 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. \ No newline at end of file diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 5a78257..c54f186 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -13,5 +13,5 @@ Шаг: %d Хорошо ДИСКЛЕЙМЕР - Это неофициальный клиент к менеджеру рецептов Mealie. Он разрабатывается независимо от основного проекта Mealie. Любые проблемы и предложения по улучшению следует отправлять в репозиторий Mealient, НЕ в репозиторий Mealie. + Этот проект разрабатывается независимо от основного проекта Meale. Он не связан с разработчиками Mealie. О любых проблемах следует писать в репозиторий Mealient, НЕ в репозиторий Mealie. \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f3d617e..fd7a1ed 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -12,7 +12,7 @@ Ingredients Instructions Okay (%d seconds) - This is an unofficial client for recipe manager Mealie. The application is developed independently from the core Mealie project. Any issues or feature request must be sent to the Mealient repository, NOT the Mealie repository. + 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. DISCLAIMER Okay Step: %d diff --git a/screenshots/login.webp b/screenshots/login.webp new file mode 100644 index 0000000..bafe878 Binary files /dev/null and b/screenshots/login.webp differ diff --git a/screenshots/recipe_info.webp b/screenshots/recipe_info.webp new file mode 100644 index 0000000..dc191ce Binary files /dev/null and b/screenshots/recipe_info.webp differ diff --git a/screenshots/recipes.webp b/screenshots/recipes.webp new file mode 100644 index 0000000..481b02b Binary files /dev/null and b/screenshots/recipes.webp differ diff --git a/screenshots/usage.gif b/screenshots/usage.gif new file mode 100644 index 0000000..ba54b1e Binary files /dev/null and b/screenshots/usage.gif differ