Remove unneeded files
16
crowdin.yml
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -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.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Ingredient amounts and ingredient titles are now supported.
|
|
||||||
@@ -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.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Mealient will fallback to HTTP if HTTPS is not available.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Added support for nightly versions of Mealie.
|
|
||||||
Added some UI/UX improvements.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Added support for per-app language settings.
|
|
||||||
Added translation to Spanish language.
|
|
||||||
@@ -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.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
The app will keep screen on while viewing a recipe
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Ingredients that are linked to a specific recipe step are shown under that step.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Display notes under each recipe ingredient.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Removed crash reporting.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Fix authentication issues with some Mealie instances.
|
|
||||||
Allow sending logs to the developer.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Now authentication screen is shown automatically when authentication fails.
|
|
||||||
The recipe ingredient notes are no longer duplicated.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Now you can add new shopping lists as well as rename and remove existing ones.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Fixed incompatibility with Mealie v1.11.0.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Mealient enables you to easily access the recipes stored in your Mealie instance using your phone.
|
|
||||||
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 64 KiB |
@@ -1 +0,0 @@
|
|||||||
Unofficial client for the self-hosted recipe manager Mealie.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Mealient
|
|
||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
|
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:recommended"
|
|
||||||
]
|
|
||||||
}
|
|
||||||