vickychijwani / quill

:ghost: [MOVED TO https://github.com/TryGhost/Ghost-Android] The beautiful Android app for your Ghost blog.
MIT License
553 stars 84 forks source link

Periodically save post when editor is open, for Doomsday scenarios #86

Open vickychijwani opened 9 years ago

vickychijwani commented 9 years ago

In what I call Doomsday scenarios (like OS crashes, 0% battery, etc), the user may lose their edits if onPause isn't called. We can pre-emptively save edits (for both drafts and published posts) locally to minimize data loss. This auto-saving may happen periodically, or after the user stops editing the post for x seconds, or with some other policy.

vickychijwani commented 8 years ago

See #144 for a caveat to this.