diff --git a/README.md b/README.md index e860b998..119f32d3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The benefits of removing tracking parameters are: - Improves readability of links - Saves characters (in Tweets for example) - + _Painting by [Mondstern](https://mastodon.green/@mondstern/111993655182793928) (CC BY-SA)_ @@ -31,6 +31,11 @@ Cleaner share the cleaned URL to the actual target application. +It's also possible to select editable text in any application which supports it, then in the +context menu choose Léon to sanitize text in place. + + + ## Issues & feedback Did you find a bug or have an idea of how the app could be improved? Please report @@ -39,7 +44,8 @@ Did you find a bug or have an idea of how the app could be improved? Please repo ## API -It is possible to call Léon programmatically from other applications. See [API.md](./API.md) for details. +It is possible to call Léon programmatically from other applications. See [API.md](./API.md) for +details. ## Technical implementation diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 5b59b973..fcf26f5d 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -26,7 +26,7 @@ Link in Zwischenablage kopiert Zwischenablage ist leer Anleitung - Wähle die App \"URL Cleaner\" beim Teilen von Text aus. Klicke anschließend in dieser App auf \"Teilen\", um den Text an die Ziel-App zu schicken. Alternativ, klicke die Schaltflächte oben, um den Inhalt aus der Zwischenablage zu importieren. + Wähle die App \"URL Cleaner\" beim Teilen von Text aus. Klicke anschließend in dieser App auf \"Teilen\", um den Text an die Ziel-App zu schicken. Alternativ, klicke die Schaltflächte oben, um den Inhalt aus der Zwischenablage zu importieren.\n\nEs ist auch möglich editierbaren Text in einer App auszuwählen und anschließend in dem Kontextmenü Léon zu wählen, um den Text and Ort und Stelle zu reinigen. Gesäuberte URL Original URL Reiniger diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6737b0f9..c39e90b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -27,7 +27,7 @@ Link copied to clipboard Clipboard is empty How-to - When sharing text, choose \"URL Cleaner\". Then click on \"Share\" in this app to send text to target app. Alternatively, click the button above to import contents from the clipboard. + When sharing text, choose \"URL Cleaner\". Then click on \"Share\" in this app to send text to target app. Alternatively, click the button above to import contents from the clipboard.\n\nIt\'s also possible to select editable text in an application, then in the context menu choose Léon to sanitize text in place. Cleaned URL Original URL Sanitizers diff --git a/etc/context_menu.png b/etc/context_menu.png new file mode 100644 index 00000000..025d9e53 Binary files /dev/null and b/etc/context_menu.png differ