Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Weird UX when opening a file #274

Closed
bnjbvr opened this issue Jun 30, 2016 · 2 comments
Closed

Weird UX when opening a file #274

bnjbvr opened this issue Jun 30, 2016 · 2 comments

Comments

@bnjbvr
Copy link

bnjbvr commented Jun 30, 2016

Steps to reproduce

  • on the android app, download a large file (e.g. music track or video).
  • then click on the file to open it

Expected

I expect opening the file to be instantaneous, as I've downloaded it on the local device.

Observed

There's a small loading bar that shows up when clicking on the file, suggesting it is getting downloaded again, or something else. Thinking about it, I guess this is because the file is getting extracted from the pouchdb (within the app) to the real filesystem (in a temporary location, probably). Although I understand the technical constraint here (in particular, the file is duplicated => more SD memory taken, metadata is duplicated and needs sync, etc.), it seems quite weird to not be able to Just Open the file and have it available from other apps. For instance, I'd expect a mp3 file that I've downloaded to be available in the Android music player, by default.

@clochix clochix added the bug label Jun 30, 2016
@kosssi
Copy link
Contributor

kosssi commented Aug 11, 2016

Hello @bnjbvr

This bug was fixed. When the app display progress bar it's only to download the file. The binary are not on pouchdb on mobile ;) So we don't have duplicate binary.

@babolivier create this issue #303 to display all file on default app. Can you close this issue?

Thanks for your contribution,

@bnjbvr
Copy link
Author

bnjbvr commented Aug 11, 2016

Yes, please go ahead with closing.

On Thu, Aug 11, 2016, at 12:46, Simon wrote:

Hello @bnjbvr[1]
This bug was fixed. When the app display progress bar it's only to
download the file. The binary are not on pouchdb on mobile ;) So we
don't have duplicate binary.
@babolivier[2] create this issue #303[3] to display all file on
default app. Can you close this issue?
Thanks for your contribution,
— You are receiving this because you were mentioned. Reply to this
email directly, view it on GitHub[4], or mute the thread[5].

Links:

  1. https://github.com/bnjbvr
  2. https://github.com/babolivier
  3. Store downloaded files in the phone's Downloads folder #303
  4. Weird UX when opening a file #274 (comment)
  5. https://github.com/notifications/unsubscribe-auth/ABIBc9UkXv2Fq5OkrJzJ0W-pc7yX1vNuks5qev16gaJpZM4JB_Ne

@kosssi kosssi closed this as completed Aug 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants