From 634880a4edf90ec19c3a037996cdc406d40cf185 Mon Sep 17 00:00:00 2001 From: VincentM <35202538+VincentMeilinger@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:21:45 +0200 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e6710..1cb0a19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ # Nextcloud-Cookbook-iOS -A Nextcloud Cookbook native iOS client. + +A Nextcloud Cookbook native iOS client, built using Swift and SwiftUI. + +:warning: This is not a standalone application! :warning: + +See [here](https://github.com/nextcloud/cookbook) for the corresponding Nextcloud server application. + +## Features + +- [x] Load recipes from nextcloud instance +- [x] Offline recipes +- [ ] Share recipes +- [ ] Recipe search function +- [ ] Add new recipes +- [ ] Edit recipes +- [ ] Delete recipes +- [ ] Login with Nextcloud account using two factor authentication +- [x] Login with Nextcloud account using app-tokens +- [ ] Support for multiple languages +- [ ] Theming (optional) +- [ ] MacOS support: (This is almost done. ToDos: UIImage not supported, app layout could be adjusted) + +## Screenshots + +... will follow as soon as there won't be any major user interface changes anymore. + +## Further information + +I plan on uploading the app to the App Store for free, but there are still some bugs to fix before that. This app is a hobby project, which is why development progress may be slower than desired. If you are interested in an iOS native CookBook client, you are welcome to contribute! In case you discover any bugs or encounter problems, feel free to point them out by creating an Issue.