Remove unneeded files

This commit is contained in:
2025-08-29 16:00:31 -06:00
parent 7650e6487d
commit e4ea44f766
28 changed files with 1 additions and 49 deletions

View File

@@ -1,16 +0,0 @@
"preserve_hierarchy": true
files: [
{
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/strings.xml"
},
{
"source": "/app/src/main/res/values/plurals.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/plurals.xml"
},
{
"source": "/features/shopping_lists/src/main/res/values/strings.xml",
"translation": "/features/shopping_lists/src/main/res/values-%two_letters_code%/strings.xml"
}
]

View File

@@ -1,2 +0,0 @@
Share recipes from a web browser to Mealient to save them in Mealie.
Fixed a case when "No recipes" text was shown on top of recipes.

View File

@@ -1 +0,0 @@
Ingredient amounts and ingredient titles are now supported.

View File

@@ -1,2 +0,0 @@
Mealient will generate an API token and use it instead of the e-mail and password.
The app will allow deleting recipes or marking them as favorites.

View File

@@ -1 +0,0 @@
Mealient will fallback to HTTP if HTTPS is not available.

View File

@@ -1,2 +0,0 @@
Added support for nightly versions of Mealie.
Added some UI/UX improvements.

View File

@@ -1,2 +0,0 @@
Added support for per-app language settings.
Added translation to Spanish language.

View File

@@ -1,3 +0,0 @@
Added an option to display the shopping lists.
Added an option to accept self-signed SSL certificates.
Added machine translation to Dutch, German, French, and Portuguese.

View File

@@ -1 +0,0 @@
The app will keep screen on while viewing a recipe

View File

@@ -1 +0,0 @@
Ingredients that are linked to a specific recipe step are shown under that step.

View File

@@ -1 +0,0 @@
Display notes under each recipe ingredient.

View File

@@ -1 +0,0 @@
Removed crash reporting.

View File

@@ -1,2 +0,0 @@
Fix authentication issues with some Mealie instances.
Allow sending logs to the developer.

View File

@@ -1,2 +0,0 @@
Now authentication screen is shown automatically when authentication fails.
The recipe ingredient notes are no longer duplicated.

View File

@@ -1 +0,0 @@
Now you can add new shopping lists as well as rename and remove existing ones.

View File

@@ -1 +0,0 @@
Fixed incompatibility with Mealie v1.11.0.

View File

@@ -1 +0,0 @@
Mealient enables you to easily access the recipes stored in your Mealie instance using your phone.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -1 +0,0 @@
Unofficial client for the self-hosted recipe manager Mealie.

View File

@@ -1 +0,0 @@
Mealient

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true

View File

@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}