ios-legacy icon indicating copy to clipboard operation
ios-legacy copied to clipboard

As an OC user I want to be notified when I do not have a connection available on my device

Open nasli opened this issue 8 years ago • 3 comments

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

nasli avatar Mar 29 '17 14:03 nasli

  • 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

michaelstingl avatar Oct 20 '17 15:10 michaelstingl

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"

nasli avatar Oct 31 '17 10:10 nasli

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

nasli avatar Nov 15 '17 18:11 nasli