Nextcloud Cookbook
View the recipes from your Nextcloud Cookbook
Screenshots
Description
This app is a viewer for recipes in Nextcloud App.
The synchronisation can be done direct (with nextloud) or with the local storage.
Synchronize directly works with Single Sign On (SSO) per nextcloud client.
The local storage can synchronized in other ways, there is no dependency to a client.
<b>First steps</b>
After first installation (or with the current update from 2.x.x to 3.0.0) it shows the login screen.
If the nextcloud client is installed and you want to synchronize direct with the nextcloud server, you can use
the login button to show a list of accounts and you choose the account to login.
Then the app will download the recipes with the REST api.
If you want to synchronize with the local storage, you can skip the login ("Skip for local storage").
After that, you have to choose the recipe directory in the settings and permit access.
In the app "All categories" is the main view, there the app is loading the recipes from the choosen directory.
When using the Nextcloud Android client, you find the directory on your storage under <code>Android/media/com.nextcloud
.client/nextcloud/<your account>/<folder></code>.
You also can choose the theme in the settings.
After that, the start view has a list of recipes and you select a recipe to view the details.
<b>IMPORTANT</b>: With direct pick of the nextcloud folder there will no images shown and the uri can't be stored right. Perhaps at next app start no recipes can be loaded.
Therefore it is better to use the above mentioned path on the SD card (see First steps).
What’s new (3.0.2)
- Update login flows (thanks to newhinton)
- Connectivity checks before syncing (thanks to TnSb)
- Improve themeable icon (thanks to TnSb)
- Fix categories
- Update libraries
- Fix permissions
- MinSDK to 26
- Fix double entries (#92)
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Network stateCheck whether and how the device is connected.
- Internet accessSend and receive data over the internet.
- Wi-Fi stateRead information about the Wi-Fi connection.
- NotificationsShow notifications.
- Read storageRead files on the device storage.
- Exact alarmsTrigger actions at a precise time.
- Write storageCreate and change files on the device storage.
- Foreground serviceKeep running in the background, visible in the status bar.
Show 6 more permissions
- FOREGROUND_SERVICE_SPECIAL_USE
- FOREGROUND_SERVICE_DATA_SYNC
- VibrationControl the vibration alert.
- Run at startupStart automatically after the device is switched on.
- Accounts on the deviceRead the list of configured accounts.
- nextcloudcookbook.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments