feat: Support settings controlling tag picking
The phone app has several settings controlling the behavior of
when to show a tag picker.
This commit implements support for the following settings
- Whether or not to show a tag picker at all
- If a tag picker is allowed, only show it for activities which have
at least one non-general tag.
closes thehale/SimpleTimeTracker-WearOS#15