NewsBlur/clients/ios/Classes/offline
David Sinclair a4f827d7f0 Fixed offline images not appearing
- Adjusted the timeout and caching of images.
- Cleans up cached image URLs if needed.
- When offline, now replaces an uncached image with a blank image, to avoid the broken image.
- When online, now loads the remote image if no cached image.
- Experimented with using cleaner cache filenames, but that wasn’t needed (it initially looked like the MD5 was changing between invocations).
- Now uses “jpeg” for the cache extension, since the image URL can have parameter junk that messes with caching.
2024-09-19 22:12:04 -07:00
..
OfflineCleanImages.h
OfflineCleanImages.m
OfflineFetchImages.h
OfflineFetchImages.m
OfflineFetchStories.h
OfflineFetchStories.m
OfflineFetchText.h
OfflineFetchText.m
OfflineSyncUnreads.h
OfflineSyncUnreads.m