ese-unibe-ch / ese2013-team5

3 stars 4 forks source link

App crashes with wifi available but no internet #47

Closed exside closed 10 years ago

exside commented 10 years ago

When your Wifi is on and looks for networks, eg connects to anything it can (basically that is open like public_unibe, swisscom hotspots, wlan@thenet etc.), but then can't get a real internet connection to the server because there is a "login"-screen first, the app will just crash, this is probably also related to the webservice @NicolasKessler

it would be nice if we can verify that a connection to the server is possible and then maybe do something to not make the app crash

PlekszyGladz commented 10 years ago

For this I don't really know how to fix this. I guess we must manage the network exceptions some where centrally and let the app react accordingly to it. To do that we should first complete the data caching and loading (including the async tasks etc) and then layout the error management

PlekszyGladz commented 10 years ago

the procedure implemented for a failed download should now also apply to this, so we can consider this fixed