wallabag / ios-app

wallabag app for iOS (for wallabag v2)
170 stars 41 forks source link

Offline mode #405

Open Shocker opened 11 months ago

Shocker commented 11 months ago

iOS app is missing the Offline mode already implemented in the Android app https://github.com/wallabag/android-app/issues/246 (I assume it's implemented in the Android app based on the comments and commits, I don't have Android to test).

I consider this a CRITICAL issue, this makes the iOS app mostly unusable while offline: if you read/delete/etc articles while offline, when you come back online and refresh/resync all the articles are reverted to their original server-saved state (read articles will be marked back as unread and all the deleted articles will reappear)

This would require a queue system for pending actions (mark article read, delete article, mark article favorite, etc) when the network is offline and once the network is back online all the queued actions should trigger.