Somehow related to this: I was always wondering… why does the Android app always download a file from the remote repository,
<ul>
<li> even if it has been favorited (in Dropbox, it would be loaded from local/cache)
<li> even if I had downloaded the file (via download function): when double clicking on the preview in the document details view, it will not take the downloaded version but again loads the files from the remote repo. (Would be good if the app would to a check, either by modification date (fetching meta data is much faster than fetching a large xx MB pdf) or by comparing a content hash (which of course would required an aspect property in the content model).
</ul>
And not 100% sure if the Android app does this: when offline, I am not sure if I can navigate through the folder structure (of course only those branches that I visited before and are therefore cached).
Just comparing the Android app to Dropbox (often necessary when discussing with customers or potential customers), and some behaviors still don't feel as slick as I wished.