Tobias Kaminsky

Results 660 comments of Tobias Kaminsky

Can you try it now? I got confirmation that 3.14.0 is released, also on chinese baseland.

I am/was not aware that xiaomi also has its own app store. A quick search does not reveal anything like that for me?

- centralize functions to start upload within FileUploader - either use fileUploader intent (old) or uploadWorker (new) - adopt from FileUploader.onStartCommand to worker - retry: start worker with retry-command to...

![image](https://user-images.githubusercontent.com/5836855/99944323-f4b5aa00-2d72-11eb-8123-03c888b9ccec.png) We have sort of header already in activities stream. @skjnldsv @jancborchardt what do you think? This would also be great on server photo app, or?

> Can close this one then ? thinking No :-) Thisis then about sectioned header and the other about fast scroll. :+1:

Timeline with sectioned header can be adjusted while loading more images. As it is always from new -> old, it should work nicely. Same for the fast scroll. Of course...

https://github.com/nextcloud/android/blob/master/app/src/main/java/com/owncloud/android/ui/adapter/GalleryAdapter.kt#L204 - we are first grouping it by month of modification date - then we sort it within those groups also by modification date, descending (newest first) https://github.com/nextcloud/android/blob/master/app/src/main/java/com/owncloud/android/utils/FileStorageUtils.java#L268

Once we have this info we can use it, and fall back to modification time, if "date taken" from exif is not present.

Do you have enabled nextcloud sync on android system settings -> accounts -> nextcloud?

@aPollO2k which version have you installed? There is now a release candidate for the upcoming version available at beta channel on google play store: https://play.google.com/apps/testing/com.nextcloud.client Please try this one as...