Improve disclaimer wording and fill README.md

This commit is contained in:
Kirill Kamakin
2021-11-21 11:42:38 +03:00
parent 0a0472c17d
commit e5edf045d8
7 changed files with 35 additions and 6 deletions

View File

@@ -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. ## 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.

View File

@@ -13,5 +13,5 @@
<string name="view_holder_recipe_instructions_step">Шаг: %d</string> <string name="view_holder_recipe_instructions_step">Шаг: %d</string>
<string name="fragment_disclaimer_button_okay">Хорошо</string> <string name="fragment_disclaimer_button_okay">Хорошо</string>
<string name="fragment_disclaimer_header">ДИСКЛЕЙМЕР</string> <string name="fragment_disclaimer_header">ДИСКЛЕЙМЕР</string>
<string name="fragment_disclaimer_main_text">Это неофициальный клиент к менеджеру рецептов Mealie. Он разрабатывается независимо от основного проекта Mealie. Любые проблемы и предложения по улучшению следует отправлять в репозиторий Mealient, НЕ в репозиторий Mealie.</string> <string name="fragment_disclaimer_main_text">Этот проект разрабатывается независимо от основного проекта Meale. Он не связан с разработчиками Mealie. О любых проблемах следует писать в репозиторий Mealient, НЕ в репозиторий Mealie.</string>
</resources> </resources>

View File

@@ -12,7 +12,7 @@
<string name="fragment_recipe_info_ingredients_header">Ingredients</string> <string name="fragment_recipe_info_ingredients_header">Ingredients</string>
<string name="fragment_recipe_info_instructions_header">Instructions</string> <string name="fragment_recipe_info_instructions_header">Instructions</string>
<string name="fragment_disclaimer_button_okay_timer">Okay (%d seconds)</string> <string name="fragment_disclaimer_button_okay_timer">Okay (%d seconds)</string>
<string name="fragment_disclaimer_main_text">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.</string> <string name="fragment_disclaimer_main_text">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.</string>
<string name="fragment_disclaimer_header">DISCLAIMER</string> <string name="fragment_disclaimer_header">DISCLAIMER</string>
<string name="fragment_disclaimer_button_okay">Okay</string> <string name="fragment_disclaimer_button_okay">Okay</string>
<string name="view_holder_recipe_instructions_step">Step: %d</string> <string name="view_holder_recipe_instructions_step">Step: %d</string>

BIN
screenshots/login.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
screenshots/recipes.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
screenshots/usage.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 MiB