sdex / ActivityManager

Launch any application activity
Apache License 2.0
592 stars 33 forks source link

feat: add activity label in shortcut dialog #53

Closed Jesse205 closed 11 months ago

Jesse205 commented 1 year ago

When creating shortcuts, people will also want to use the activity label rather than the activity name, especially for people who use non-English languages.

I've added a drop down selection box so that the user can select the event name directly after clearing the edit box. Screenshot_2023-08-21-03-49-09-649_com activitymanager dev Screenshot_2023-08-21-03-49-03-596_com activitymanager dev

sdex commented 11 months ago

It's a great idea! Thank you for implementing it!