mpcjanssen / simpletask-android

GNU General Public License v3.0
543 stars 124 forks source link

Sharing Feature Requests #556

Open ComedyTomedy opened 7 years ago

ComedyTomedy commented 7 years ago

A couple of things I'd like...

A settings checkbox to make sharing tasks strip off tags, context, Priority, dates etc. I imagine you'd mostly want to just send task text.

A hook to automatically pop up the share dialogue on task completion. Use case here is tweeting / sending a worklog (I'd like to Tweet most of mine)

smichel17 commented 7 years ago
  1. There's an existing issue about that. I believe the solution I favored there is not to add an option, but to make it so only the currently visible parts of the task are shared.
  2. This functionality seems niche, so I think the best way to support it would be with an onCompletion lua callback and adding support for sending intents from lua.
ComedyTomedy commented 7 years ago
  1. Lua hook for oncomplete is a great idea, and is actually the first thing I looked for (not gone into lua yet)
  2. Wouldn't be as good for me, but sounds like a good idea anyway :)

Thanks!