Razeeman / Android-SimpleTimeTracker

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

[Feature request] Show record tab selection when an activity is started by "start activity" action (automated tracking) #100

Open george9816 opened 1 year ago

george9816 commented 1 year ago

When "Show record tab selection" option is on, the record tab selection should also appear when an activity is started by using the start activity action (i.e. com.razeeman.util.simpletimetracker.ACTION_START_ACTIVITY) in an automated tracking context.

Razeeman commented 1 year ago

Hello! Thank you for the suggestion. Can you explain a little how it would be used? If a user will need to use tag selection and interact with the app anyway, why use automated tracking actions in the first place in this case.

george9816 commented 1 year ago

I would need the tag selection in this case: I use Tasker shortcuts for quickly change activities with up/down gestures from the home screen using Nova Launcher. So, when I change an activity, I don't enter the STT app, nor I use an STT widget.

I'd just need the tag selector to appear for selecting a tag when I start an activity with the shortcut. I think a practical implementation of this would be another Extra to be specified in the intent used in Tasker.