From e82f9664a35ea0d4cd38a2e42c925ec0b78f498d Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sun, 13 Dec 2020 17:14:46 +0530 Subject: [PATCH 01/23] added contribution instructions --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 893f5f78..1bf89f2f 100644 --- a/README.md +++ b/README.md @@ -49,18 +49,34 @@ You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) o ## Credits +This app was written in my free time using NativeScript. I would like to thank all those people who helped me understand the concepts during the process and my special thanks to the NativeScript team and the community. + ### Recipes used in the Screenshots - **Meen Pollichathu** by [Bency Veronica](https://www.instagram.com/bencys_lil_kitchen) - **Curd Vada** by P. Shanmugalakshmi - **Roasted Chicken Biriyani** by [Ranga](https://www.youtube.com/channel/UC6ONI92scjwMmk3IITKIx-g) -This app was written in my free time using NativeScript. I would like to thank all those people who helped me understand the concepts during the process and my special thanks to the NativeScript team and the community. - ## Contributors - [mondstern](https://codeberg.org/mondstern) (Translator) +### Instruction for translators + +You can contribute by translating EnRecipes in your native language. + +1. Fork this repository and head to this `app/i18n` folder. +2. Create a new JSON file or duplicate any existing file and start translating its values. +3. The filename should be as follows, `fr.json` for french +4. Once done, create a merge request. + +#### Don't know what fork means? No issues. + +1. Just [download the JSON file](https://raw.githubusercontent.com/vishnuraghavb/EnRecipes/main/app/i18n/en.default.json) and start translating its value(right side part after the colon":"). +2. Once done, share the file to the [EnRecipes Telegram group](http://t.me/enrecipes) for verification. + +If everything looks good, your translations will be included in the next update and you'll be added to the contributors list for your work. + ## Technologies - NativeScript-Vue From b1c2c5d63545cb065a9a86415e2acf41e204c046 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sun, 13 Dec 2020 17:17:11 +0530 Subject: [PATCH 02/23] moved credits down --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1bf89f2f..c0b57f52 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,6 @@ You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) o - [Roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) - [Translations](https://github.com/vishnuraghavb/EnRecipes/projects/1) - Contributors are welcome! No technical knowledge is required. -## Credits - -This app was written in my free time using NativeScript. I would like to thank all those people who helped me understand the concepts during the process and my special thanks to the NativeScript team and the community. - -### Recipes used in the Screenshots - -- **Meen Pollichathu** by [Bency Veronica](https://www.instagram.com/bencys_lil_kitchen) -- **Curd Vada** by P. Shanmugalakshmi -- **Roasted Chicken Biriyani** by [Ranga](https://www.youtube.com/channel/UC6ONI92scjwMmk3IITKIx-g) - ## Contributors - [mondstern](https://codeberg.org/mondstern) (Translator) @@ -77,6 +67,16 @@ You can contribute by translating EnRecipes in your native language. If everything looks good, your translations will be included in the next update and you'll be added to the contributors list for your work. +## Credits + +This app was written in my free time using NativeScript. I would like to thank all those people who helped me understand the concepts during the process and my special thanks to the NativeScript team and the community. + +### Recipes used in the Screenshots + +- **Meen Pollichathu** by [Bency Veronica](https://www.instagram.com/bencys_lil_kitchen) +- **Curd Vada** by P. Shanmugalakshmi +- **Roasted Chicken Biriyani** by [Ranga](https://www.youtube.com/channel/UC6ONI92scjwMmk3IITKIx-g) + ## Technologies - NativeScript-Vue From 87518fda392f9cf8290a5c27e10cdde0354d9948 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sun, 13 Dec 2020 19:43:27 +0530 Subject: [PATCH 03/23] added contributor --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0b57f52..3337561d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you cre - No internet access is required and never asks for any unwanted permissions - 100% free and open-source -Lots of interesting features on the way... +**Languages supported**: English, German, Portuguese, Tamil + +Check the [Roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) for upcoming features. ## Downloads @@ -45,19 +47,20 @@ You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) o ## Future - [Roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) -- [Translations](https://github.com/vishnuraghavb/EnRecipes/projects/1) - Contributors are welcome! No technical knowledge is required. +- [Translations](https://github.com/vishnuraghavb/EnRecipes/projects/1) - Contributors are welcome! ## Contributors - [mondstern](https://codeberg.org/mondstern) (Translator) +- [epicalxyz](https://github.com/epicalxyz) (Translator) ### Instruction for translators You can contribute by translating EnRecipes in your native language. -1. Fork this repository and head to this `app/i18n` folder. +1. Fork this repository and head to the `app/i18n` folder. 2. Create a new JSON file or duplicate any existing file and start translating its values. -3. The filename should be as follows, `fr.json` for french +3. The filenames should be based on this [gist](https://gist.github.com/vishnuraghavb/bf27b068acc35e331adfba66d18e2094) 4. Once done, create a merge request. #### Don't know what fork means? No issues. From 8b1fe6128f77df74b3d320182fb5e3f42ce5f706 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sun, 13 Dec 2020 23:12:42 +0530 Subject: [PATCH 04/23] minor fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3337561d..da516013 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) o ## Future - [Roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) -- [Translations](https://github.com/vishnuraghavb/EnRecipes/projects/1) - Contributors are welcome! +- [Translations](https://github.com/vishnuraghavb/EnRecipes/projects/2) - Contributors are welcome! ## Contributors @@ -60,8 +60,8 @@ You can contribute by translating EnRecipes in your native language. 1. Fork this repository and head to the `app/i18n` folder. 2. Create a new JSON file or duplicate any existing file and start translating its values. -3. The filenames should be based on this [gist](https://gist.github.com/vishnuraghavb/bf27b068acc35e331adfba66d18e2094) -4. Once done, create a merge request. +3. The filenames should be based on this [gist](https://gist.github.com/vishnuraghavb/bf27b068acc35e331adfba66d18e2094). +4. Once done, create a new pull request. #### Don't know what fork means? No issues. From bc1f17f5afc166fe8b2e46698380031277c7422d Mon Sep 17 00:00:00 2001 From: Vishnu Raghav B <39849268+vishnuraghavb@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:18:13 +0530 Subject: [PATCH 05/23] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..a1172f68 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at apps@vishnuraghav.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq From 4e9a81bc331877974a35993ed507cb26d35a00d3 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 13:44:46 +0530 Subject: [PATCH 06/23] updated docs --- CODE_OF_CONDUCT.md | 30 +++++++++++++++--------------- CONTRIBUTING.md | 23 +++++++++++++++++++++++ PRIVACY.md | 26 ++++++++++++++++++++++++++ README.md | 18 +++--------------- 4 files changed, 67 insertions(+), 30 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 PRIVACY.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a1172f68..a91b488c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation. Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or + advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic + address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Our Responsibilities @@ -68,9 +68,9 @@ members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html +available at [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..3e0c702c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# How to contribute + +:+1::tada: First off, thanks for taking the time to contribute! :+1::tada: + +Here are some important resources: + +- Our [roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) will tell you the future of EnRecipes +- You can help [translate](https://github.com/vishnuraghavb/EnRecipes/projects/2) EnRecipes in your native language(not limited to those existing in the `To do`) +- Bugs, suggestions or feedback? You can [create an issue here](https://github.com/vishnuraghavb/EnRecipes/issues) or [join the Telegram group](http://t.me/enrecipes)(quicker replies) to make the app better. + +### Instruction for translators + +1. Fork this repository and head to the `app/i18n` folder. +2. Create a new JSON file or duplicate any existing file and start translating its values. +3. The filenames should be based on this [gist](https://gist.github.com/vishnuraghavb/bf27b068acc35e331adfba66d18e2094). +4. Once done, create a new pull request. + +#### Don't know what fork means? No issues. + +1. Just [download the JSON file](https://raw.githubusercontent.com/vishnuraghavb/EnRecipes/main/app/i18n/en.default.json) and start translating its value(right side part after the colon":"). +2. Once done, share the file to the [EnRecipes Telegram group](http://t.me/enrecipes) or email it to apps@vishnuraghav.com for verification. + +If everything looks good, your translations will be included in the next update and you'll be added to the contributors list for your work. diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 00000000..766b3d8b --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,26 @@ +# Privacy Policy +Vishnu Raghav B built the app EnRecipes as an open source app for use as is. + + +## Your Privacy +I take your privacy seriously! That's why this app does NOT collect or share any personal information. + +The app also does NOT use third party services that collect information used to identify you. + + +## Links To Third Party Websites +The app may contain links to other sites. If you click on a third-party link, you will be directed to that site. Please aware that I am not responsible for the privacy policies on these websites. These sites are not subject to this privacy policy, and you should check their individual privacy policies. + + +## Changes To This Privacy Policy +I reserve the right to modify this privacy policy at any time but only in a way not affecting your privacy. Thus, you are advised to review this page periodically. I will notify you of any changes by posting the new privacy policy on this page. I will also change the “Last Updated” date at the end of this privacy policy. Any changes I make to the privacy policy are effective as of this Last Updated date and replace any prior privacy policies. + +If I make any material changes to this privacy policy, I will notify you by placing a prominent notice on my app. + + +## Contact Information +For any questions, suggestions or concerns regarding my privacy policy, please send me an email to apps@vishnuraghav.com. + +Last Updated: 14 December 2020 + +[Template source](https://gist.github.com/G00fY2/584cf4169a9a46b217c831a56b5da6cb) diff --git a/README.md b/README.md index da516013..b5f56926 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can get the latest release [here](https://github.com/vishnuraghavb/EnRecipes ## Having issues, suggestions and feedback? -You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) or [join the Telegram group](http://t.me/enrecipes)(quicker replies) +You can [create an issue here](https://github.com/vishnuraghavb/EnRecipes/issues) or [join the Telegram group](http://t.me/enrecipes)(quicker replies) ## Future @@ -54,21 +54,9 @@ You can add an issue [here](https://github.com/vishnuraghavb/EnRecipes/issues) o - [mondstern](https://codeberg.org/mondstern) (Translator) - [epicalxyz](https://github.com/epicalxyz) (Translator) -### Instruction for translators +### Want to contribute? -You can contribute by translating EnRecipes in your native language. - -1. Fork this repository and head to the `app/i18n` folder. -2. Create a new JSON file or duplicate any existing file and start translating its values. -3. The filenames should be based on this [gist](https://gist.github.com/vishnuraghavb/bf27b068acc35e331adfba66d18e2094). -4. Once done, create a new pull request. - -#### Don't know what fork means? No issues. - -1. Just [download the JSON file](https://raw.githubusercontent.com/vishnuraghavb/EnRecipes/main/app/i18n/en.default.json) and start translating its value(right side part after the colon":"). -2. Once done, share the file to the [EnRecipes Telegram group](http://t.me/enrecipes) for verification. - -If everything looks good, your translations will be included in the next update and you'll be added to the contributors list for your work. +Please read the [CONTRIBUTING.md](https://github.com/vishnuraghavb/EnRecipes/blob/main/CONTRIBUTING.md) ## Credits From fbc2d917efe717cc594cf9145643044db904a2c2 Mon Sep 17 00:00:00 2001 From: Vishnu Raghav B <39849268+vishnuraghavb@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:13:10 +0530 Subject: [PATCH 07/23] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..77592434 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: vishnuraghavb + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Device information (please complete the following information):** + - Android Version: [e.g. 8 or Oreo] + - EnRecipes Version(as in app's about page): [e.g. 1.1.4] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..73f2544b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE REQUEST]" +labels: enhancement +assignees: vishnuraghavb + +--- + +**Please check the [roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) for upcoming features before proceeding** +- [ ] I've checked the roadmap and my feature request is not listed there + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 4fd04c4c06b7d1c338a486f93008d23b2d1cc0ee Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 14:15:07 +0530 Subject: [PATCH 08/23] fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e0c702c..c63cfa8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Here are some important resources: -- Our [roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) will tell you the future of EnRecipes +- The [roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) will tell you whats the future of EnRecipes - You can help [translate](https://github.com/vishnuraghavb/EnRecipes/projects/2) EnRecipes in your native language(not limited to those existing in the `To do`) - Bugs, suggestions or feedback? You can [create an issue here](https://github.com/vishnuraghavb/EnRecipes/issues) or [join the Telegram group](http://t.me/enrecipes)(quicker replies) to make the app better. From ca1cca7ec8a87372068f5b4469d2ea3ee85702ae Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 16:58:50 +0530 Subject: [PATCH 09/23] update --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b5f56926..5dc99402 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# EnRecipes +

-> A simple, offline recipe manager. +

A simple, offline recipe manager

+

EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you create, manage and share your own recipes.

+
+

+ -EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you create, manage and share your own recipes. - -## Principles - -- Privacy by Design +


+

Features - Downloads - Screenshots - Future - Contribution - Credits - License - Website - Telegram group

+
## Features @@ -31,14 +33,14 @@ Check the [Roadmap](https://github.com/vishnuraghavb/EnRecipes/projects/1) for u ## Downloads -You can get the latest release [here](https://github.com/vishnuraghavb/EnRecipes/releases) +You can get the latest release [here](https://github.com/vishnuraghavb/EnRecipes/releases/latest) [![PlayStore](assets/Images/google-play-badge.png)](https://play.google.com/store/apps/details?id=com.vishnuraghav.enrecipes) [![IzzyOnDroid](assets/Images/IzzyOnDroid.png)](https://apt.izzysoft.de/fdroid/index/apk/com.vishnuraghav.enrecipes) ## Screenshots -![EnRecipe](assets/Screenshots/2.png)![View Recipe](assets/Screenshots/3.png)![Ingredients](assets/Screenshots/4.png)![Edit Recipe](assets/Screenshots/5.png)![Share](assets/Screenshots/6.png)![Side Drawer](assets/Screenshots/7.png)![Mealplanner](assets/Screenshots/8.png)![Dark Mode](assets/Screenshots/10.png) +[](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/10.png) ## Having issues, suggestions and feedback? @@ -68,6 +70,10 @@ This app was written in my free time using NativeScript. I would like to thank a - **Curd Vada** by P. Shanmugalakshmi - **Roasted Chicken Biriyani** by [Ranga](https://www.youtube.com/channel/UC6ONI92scjwMmk3IITKIx-g) +## Principles + +- Privacy by Design + ## Technologies - NativeScript-Vue From 8dff9f0d6295a639dc8548844d03cd64cb93d092 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 17:00:40 +0530 Subject: [PATCH 10/23] logo width --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc99402..292cb73e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

A simple, offline recipe manager

EnRecipes is an easy to use, privacy-friendly digital cookbook that lets you create, manage and share your own recipes.

From 327d90b9c564d7e142c9d79fb9ef54eb74043014 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 17:03:27 +0530 Subject: [PATCH 11/23] updated screenshot width --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292cb73e..0f1f3bcb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can get the latest release [here](https://github.com/vishnuraghavb/EnRecipes ## Screenshots -[](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/10.png) +[](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/10.png) ## Having issues, suggestions and feedback? From a066291e400c0ca6ae55b8f1b26c93ff639cf79f Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 17:04:25 +0530 Subject: [PATCH 12/23] reduces screenshot width --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1f3bcb..cc8cf1a4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can get the latest release [here](https://github.com/vishnuraghavb/EnRecipes ## Screenshots -[](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/10.png) +[](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/8.png)[](fastlane/metadata/android/en-US/images/phoneScreenshots/10.png) ## Having issues, suggestions and feedback? From f53e61d13685f4170c30ed78828135b997b0267a Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 17:06:46 +0530 Subject: [PATCH 13/23] added liberapay --- .github/FUNDING.YML | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.YML diff --git a/.github/FUNDING.YML b/.github/FUNDING.YML new file mode 100644 index 00000000..4c472b65 --- /dev/null +++ b/.github/FUNDING.YML @@ -0,0 +1 @@ +liberapay: vishnuraghavb From 6e506137f9f30426e8ddf6a0aca7f8bda0d7e41e Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 14 Dec 2020 18:49:19 +0530 Subject: [PATCH 14/23] added recipe count --- app/components/App.vue | 124 +++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 72 deletions(-) diff --git a/app/components/App.vue b/app/components/App.vue index 7827dbc0..df9d3076 100644 --- a/app/components/App.vue +++ b/app/components/App.vue @@ -1,22 +1,21 @@