-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enhancement: Save comics to SD card #15
Comments
Seems like you already have code in place to do this (share image). Adding a menu option to call that function shouldn't be too hard. |
Yes, it's not much work to implement it. What's been putting me off is what the behaviour should be. Should it ask the user for a location to save it, or should it save to a predictable location (e.g. /sdcard/xkcdViewer/123.png) and use toast to display it? Need to check what other apps do. |
I'm not sure I'd blindly follow other apps practices. Most of them like to For behavior, I suggest adding a preference to your settings activity that http://developer.android.com/guide/topics/data/data-storage.html#filesExternal |
Like the viewer. Would love to have things cached for offline reading. The reasonable default would probably be |
@horkana just in case you weren't aware, you can get the mouseover text by clicking on the image itself. I have a touchscreen so having it on hover obviously doesn't work on my phone -- not sure if there are other devices where it would make sense. |
Saw from the documentation that mouseover text was supported and after a while guessed that I just needed to click to support it. |
It's kind of disappointing to see that this viewer would the best, save for that missing feature... I found the in-app downloads in the app from Alex Avance (which I'm using) to be the most convenient. The comic is saved offline, accessed in-app from the catalogue and viewed just like the ones still online. |
Sorry, I haven't been giving this project the attention it deserves. I have more commitments now than I did 3 years ago, and it's hard to find the time to work on this. I'll still be fixing bugs and accepting pull requests, but I don't plan to implement any new features myself. If you find Alex Avance's app to work better for your needs then by all means go ahead and use it. :) |
One user requested this in comments.
The text was updated successfully, but these errors were encountered: