forked from jeena/FeedTheMonkey
After a successful article refresh, all images referenced in article content are downloaded in the background so articles can be read offline. The prefetch only runs when the cache-images setting is enabled and the connection is not metered. Read/unread state changes that fail to reach the server (e.g. when offline) are now persisted to a local queue in ~/.cache/net.jeena.FeedTheMonkey/pending_sync.json. The queue is flushed at the start of the next successful fetch. |
||
|---|---|---|
| .. | ||
| api.rs | ||
| app.rs | ||
| article_row.rs | ||
| cache.rs | ||
| credentials.rs | ||
| filters.rs | ||
| image_cache.rs | ||
| login_dialog.rs | ||
| main.rs | ||
| model.rs | ||
| pending_actions.rs | ||
| preferences_dialog.rs | ||
| runtime.rs | ||
| window.rs | ||