zhanghai / TextSelectionWebSearch

Add web search to text selection toolbar on Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.textselectionwebsearch
GNU General Public License v3.0
84 stars 11 forks source link

[Feature request] Add more than 1 search engine to the toolbar #6

Closed Iz-zzzzz closed 1 year ago

Iz-zzzzz commented 1 year ago

Add more than 1 search engine to the toolbar. For example, I can add both Google search and Bing search button to the toolbar. And let the user modify the button name, too. Hence, users can choose what search engine to want to use while selecting text.

zhanghai commented 1 year ago

Unfortunately that's not possible - the names in the toolbar has to be statically baked in the APK, which is an Android restriction.

Iz-zzzzz commented 1 year ago

At least please change the button name to something else like "Selection to search". There are 2 "Web search" buttons, one is the browser's(or maybe system idk), another one is this app's. tempFileForShare_20231003-212337

zhanghai commented 1 year ago

They are indeed basically the same action, so they should be named the same. When there are two, the first one should be your browser's and that only happens in your browser app, so just always use the first one.