-
Notifications
You must be signed in to change notification settings - Fork 18
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
Simple Offline Viewer Bugs #14
Comments
eliminated both problems by switching over to json. |
Need to figure out how to store image urls and display them programatically in offline viewer due to unknown number of image attachments |
ImagesAndMedia update Removed unused fields in HeraldItem (#14) Deleted ImageDownloaderService Deleted PostDownloadService BootBroadcastReceiver updates only 1 page of Herald UpdateCheckerService major updates (#4) Reduced MAC logo size Added placehoder for herald removed Screen.jpg reduced marker icon size Gradle updates BugFixes: Fixed UpdateCheckerService being called for first time (#4)
PostDownloaderActivity improved ImagesAndMedia update Removed unused fields in HeraldItem (#14) Deleted ImageDownloaderService Deleted PostDownloadService BootBroadcastReceiver updates only 1 page of Herald UpdateCheckerService major updates (#4) Reduced MAC logo size Added placehoder for herald removed Screen.jpg reduced marker icon size Gradle updates Fixed UpdateCheckerService being called for first time (#4) Added calendar intent and fixed other minor bugs Fixed AlarmReceiver bug which caused UpdateCheckerService being called multiple times performance increase in HeraldAdapter and EventsAdapter #51 ViewPagerAdapter now uses SparseArray instead of List Methods enhanced in EventItem and HeraldItem Gazettes back at ValueEventListener Realm version bump Minor fixes #39 About Us Changes Utilities now show more columns on orientation change Added setTheme() in IssuesActivity Fixed IssuesActivity Fixed "currentItem" key in MainActivity Fixed issue #46 Added a few method docs in DHC Added collapsable toolbar in MainActivity (#53)
@kukreja-vikramaditya can we just save all the images with a definite name , and if already exists in the sd card , it will display all images by loading from the card . |
@hardik124 |
All issues marked as |
can we not switch to picasso ? Or we can use getImageEncoded of fresco library , and then use fileoutputstream to save it. |
Please stick to Fresco. See http://stackoverflow.com/a/29567946/5262677 for more. Please send PR with your solution. |
Added a new activity to show article data in offline mode...
Problems include -
The text was updated successfully, but these errors were encountered: