tomboy-notes / tomdroid

Tomboy notes on Android
https://play.google.com/store/apps/details?id=org.tomdroid
GNU Lesser General Public License v2.1
17 stars 14 forks source link

Auto background synchronization #140

Open obilodeau opened 8 years ago

obilodeau commented 8 years ago

Tomboy recently added the support for this, and I'm jealous.

Background syncing in itself is not very difficult to implement but good integration with the global Android ecosystem requires some attention to detail (eg. detecting if the network is up or if the user has disabled the data synchronization settings).


Imported from Launchpad using lp2gh.

obilodeau commented 8 years ago

(by trappe) All sync code should move to an Android Service. Activities can then bind to this service for consistent UI feedback.