corphish / TextTools

Text related functions accessible on text selection
Apache License 2.0
76 stars 2 forks source link

FR: ability to disable context menus #10

Open sming opened 2 months ago

sming commented 2 months ago

Hi there , I love the idea of the app, but for me, sadly, it was an instant uninstall, because it basically polluted my context menu with things I will never use such as the WhatsApp phone call functionality. If you could add check boxes to each of the functions, that would be awesome.

This app seems to have great potential, and you've done a great job so far, keep it up!

corphish commented 2 months ago

You should try the single variant (app-release-single.apk in the releases section). This will provide you with only 1 option (Text Tools) in the context menu, which will then reveal all the supported options in the apps own UI, which keeps the context menu clean.

Having check boxes to let users what they want in the context menu would be difficult as the context menu entries have to be defined in manifest, and in manifest I am not sure if we can read user preferences to enable/disable an option.