As an OC user I want to be notified when I do not have a connection available on my device
AC: Show a proper error message instead of the actual "It is not possible to connect to the server at the time" As @davivel suggest, show the connectivity state with an icon in some part of the app that will be always visible and easy to know the current state
Other option could be instead of show a popup alert (which need the interaction of the user) show a notification in the top that will fade
- Error message should explain, it's not a server issue
- Error message should be shown only once, better show it in a way to not intercept the user interaction (I like example "3) Share … without permission" in https://github.com/owncloud/ios/issues/906)
- I would prefer an error message that stays while user is offline, not fade away
- Navigation to or inside a folder marked as "Available offline" should never raise error messges that require user interaction
Error message should explain, it's not a server issue
Already improved within 3.7.0 with the refactor of the network error messages in login view. Now will show "Device is not connected to a network"
Also within 3.7.0 will be another improvement that will avoid user interaction with all network warnings when we navigate through folders. Details https://github.com/owncloud/ios/pull/957