-->\r
<manifest package="eu.alefzero.owncloud"\r
android:versionCode="1"\r
- android:versionName="0.1.144B" xmlns:android="http://schemas.android.com/apk/res/android">\r
+ android:versionName="0.1.145B" xmlns:android="http://schemas.android.com/apk/res/android">\r
\r
<uses-permission android:name="android.permission.GET_ACCOUNTS" />\r
<uses-permission android:name="android.permission.USE_CREDENTIALS" />\r
} catch (DavException e) {\r
syncResult.stats.numIoExceptions++;\r
e.printStackTrace();\r
+ } catch (Throwable t) {\r
+ //TODO count ; any type of exception should be treated, and the progress indicator finished;\r
+ // reporting the user about bad synchronizations should be discussed\r
+ t.printStackTrace();\r
}\r
sendStickyBroadcast(false, -1); \r
}\r