-->\r
<manifest package="eu.alefzero.owncloud"\r
android:versionCode="1"\r
- android:versionName="0.1.133B" xmlns:android="http://schemas.android.com/apk/res/android">\r
+ android:versionName="0.1.134B" 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
<activity android:name="CrashlogSendActivity"></activity>\r
</application>\r
\r
-</manifest>
\ No newline at end of file
+</manifest>
\r
fileName.setText(name);\r
ImageView fileIcon = (ImageView) view.findViewById(R.id.imageView1);\r
- if (!file.getMimetype().equals("DIR")) {\r
+ if (file.getMimetype() == null || !file.getMimetype().equals("DIR")) {\r
fileIcon.setImageResource(R.drawable.file);\r
} else {\r
fileIcon.setImageResource(R.drawable.ic_menu_archive);\r