Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress indicator #3

Open
inducer opened this issue May 30, 2015 · 2 comments
Open

Progress indicator #3

inducer opened this issue May 30, 2015 · 2 comments

Comments

@inducer
Copy link

inducer commented May 30, 2015

It'd be great if there were a progress indicator. I'm trying to use togozip to pull a few hundred photos (about a gigabyte of data) off my phone, and it'd be great if I could get a rough idea of how long that might take.

@zz-ha-dum
Copy link

Like statusbar download progress 1 to 5 pixel screenwide ribbon below status bar?

https://forum.xda-developers.com/xposed/modules/app-statusbar-download-progress-v1-0-t2933867

@k3b
Copy link
Owner

k3b commented Dec 25, 2018

@zz-ha-dum the example statusbar is for an xposed module, which more than 99.9999% of the appusers will not have installed so i cannot use the proposed module.

Showing a traditional statusbar only works if the app has a visible gui of it-s own. The current app does not have a statusbar.

Currently Add2ZipActivity which does the zipping is invilisble.

If somebody likes to implement this feature, mergerequests are welcome.


Currently i am implementing k3b/APhotoManager#108 which adds "backup to zip" for the selected photos to my android photo management app. this app has a visible gui and should get some progress indicator....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants