orgzly-revived / orgzly-android-revived

Outliner for taking notes and managing to-do lists
https://www.orgzlyrevived.com
GNU General Public License v3.0
673 stars 42 forks source link

Sync at determined intervals #92

Open 9z0 opened 1 year ago

9z0 commented 1 year ago

Sync with repos should happen in the background:

  1. at predetermined intervals.
  2. monitoring external files of a repo for change.

The second one may cause (modestly?) increased battery consumption but is very important to avoid conflicts. It can be off by default.

amberin commented 9 months ago

Regularly scheduled sync is a good idea. Feels like it should be easy to add.

amberin commented 6 months ago

This is part of https://github.com/orgzly/orgzly-android/issues/8 in the original repo, the "most liked" issue.