shaded2 / Tasquid

This fork of the popular astrid to-do task manager, we're calling it tasquid
http://www.tasquid.com
GNU General Public License v3.0
19 stars 8 forks source link

Enhancement: Provide way to edit tasks from connected desktop without requiring cloud synchronization #20

Open toddgee opened 11 years ago

toddgee commented 11 years ago

Allowing for direct manipulating of task data from a connected desktop (over LAN or USB/Bluetooth) would be a win on many levels:

toddgee commented 11 years ago

It would be nice if tools like AirDroid (http://airdroid.com/) or Kies Air (https://play.google.com/store/apps/details?id=com.samsung.swift.app.kiesair) supported a plug-in system.

toddgee commented 11 years ago

It was suggested that this is not on the feature road-map for the project. Would anyone else be interested in working on such a feature? I'll ask the AirDroid folks and the Kies Air folks (Samsung) if they have any plans for a plug in system. (This would greatly facilitate such an effort.)

toddgee commented 11 years ago

I contacted AirDroid, they said it was a good idea (to support external apps), but didn't say whether they'd support it.

I wonder if the best solution might be to just include a NanoHTTPD module in the code which can be turned on at will. When on, I'm thinking, the app could be locked to prevent interaction. Turning off the webserver would return it to normal mode. (Caches would need to be cleared to pick up any data modified by the webserver.)

Maybe the screen could present a randomly generated password that would need to be entered to authenticate.

Performing everything over HTTP would make it simple, but insecure to snooping on the local network.

toddgee commented 11 years ago

(accidentally closed issue)