Check this bug, maybe we should take care before the beta release:
Current: app crashes
Expected: share view displayed
fixed https://github.com/owncloud/android/issues/2221#issuecomment-392487886
@jesmrec initial tasks done, ready to test
Steps:
Current: Quota is displayed as Loading quota forever in portrait. Quota is displayed as %1$s of %2$s used
Expected: Quota is displayed correctly
Tested with Nexus 6P v7.1.2
Steps:
Current: Thumbnail (top left corner) is too small

Expected: as before

fixed (4)
I noticed that the items in the drawer overlap the cloud in portrait mode if the screen of the phone is to small.

i think that the cloud image as background does not look bad at all
@jesmrec could become a problem with some brandings and color combinations.
@michaelstingl yes, we have taken it in account. This oB issue is opened: https://github.com/owncloud/ownbrander/issues/801
i think that the cloud image as background does not look bad at all
It should be lighter if we want it to be a background image. @davigonz and me decided to not show it behind the items. Therefore I removed it on smaller screens now.
The new options in the drawer has some dependency on the device language. For example, the spanish translation for Feedback is Mensajes de retroalimentaci贸n https://github.com/owncloud/android/blob/5f54c3aa83f894eacf02637a61004b0b3ff85a9e/res/values-es/strings.xml#L31
there is not enough room for such translation:

this is only an example, maybe translations in other languages for other options in the drawer happens the same.
out of the scope: this spanish translation for Feedback is absolutely absurd.
It should be lighter if we want it to be a background image. @davigonz and me decided to not show it behind the items. Therefore I removed it on smaller screens now.
@theScrabi It is not possible to include the cloud resource in ldpi or mdpi resources so it looks smaller?
there is not enough room for such translation:
@jesmrec IMHO, we cannot handle this in a proper way unless we include a better translation, because ellipsizing the text like Mensajes de... wouldn't work for us either.
What about "Sugerencias"?
it is an option, i like als other ones like: D谩nos tu Feedback or D谩nos tu opini贸n. But, if we can not handle the room for the length of the options (technical fix), it is out of the scope and we can fix it it transifex.
Steps:
orVideo Uploads` Current: app crashes
Expected: option disabled
Stack trace:
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetLong(Native Method)
at android.database.CursorWindow.getLong(CursorWindow.java:511)
at android.database.AbstractWindowedCursor.getLong(AbstractWindowedCursor.java:75)
at android.database.CursorWrapper.getLong(CursorWrapper.java:127)
at com.owncloud.android.datamodel.CameraUploadsSyncStorageManager.createOCCameraUploadSyncFromCursor(CameraUploadsSyncStorageManager.java:147)
at com.owncloud.android.datamodel.CameraUploadsSyncStorageManager.getCameraUploadSync(CameraUploadsSyncStorageManager.java:133)
at com.owncloud.android.files.services.CameraUploadsHandler.updatePicturesLastSync(CameraUploadsHandler.java:181)
at com.owncloud.android.ui.activity.Preferences$15.onClick(Preferences.java:547)
at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
Tested with Android 8, Android 6
maybe same bug as (7)
Steps:
Picture upload or Video UploadsCurrent: app crashes
Expected: no crash
Tested with Android 8, Android 6
All stuff fixed and test performed. approved.
All stuff fixed and test performed. approved.
Great @jesmrec , can you please review the changelog before merging the beta branch?
Changelog is correct 馃憤
PR for f-droid got created