Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
631 stars 80 forks source link

Multiple tags in the intent? #227

Closed dgudim closed 2 weeks ago

dgudim commented 3 weeks ago

Sorry if this is possible already, but I couldn't figure out how to start an activity with multiple tags from tasker.

Adding 2 extras for tags just uses the last one

Razeeman commented 3 weeks ago

Hello! Unfortunately it is not possible at the moment. Will try to add it in the next release or the one after the next. Probably will add ability to pass list of tags names as a comma separated string.

Razeeman commented 2 weeks ago

Added in the latest commits, wil be in the next release. Thank you for the feedback!

dgudim commented 2 weeks ago

Thank you for the great work!