Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Implement selected text activities in context menu #22

Closed
bagajohny opened this issue Jul 22, 2023 · 7 comments
Closed

feature: Implement selected text activities in context menu #22

bagajohny opened this issue Jul 22, 2023 · 7 comments
Labels
enhancement New feature or request

Comments

@bagajohny
Copy link

Describe the problem

I know that since we cannot login to twitter we dont get the translate option from twitter. I am not talking about that here.

My issue is that when you select any text in squawker there is only one option to "copy" the text. There are no additional options to share, translate text. I have installed DeepL translate app from f-droid so when I select any text in firefox browser, I get an option to translate the text using DeepL but since that option does not show up insquawker I am unable to translate tweets. I hope you understand what I am trying to say here. Here are some screenshots to help you understand better.

I notices one more issue. Twitter videos that are geoblocked dont play at all on squawker. Is this a bug or just the way it works?

Describe the solution

We should be able to translate text by selecting it and using other translator apps.

@bagajohny bagajohny added the enhancement New feature or request label Jul 22, 2023
@j-fbriere
Copy link
Owner

j-fbriere commented Jul 22, 2023

You can translate any tweet by tapping on the little blue icon at the bottom right of the tweet .

icon_translate

@Wjxfi
Copy link

Wjxfi commented Jul 23, 2023

it's a bad translation. deepl is the best translator in the world and what is there looks like a google translator icon.

@bagajohny
Copy link
Author

@j-fbriere here is a comparison example

@scubajeff
Copy link

I once asked quawker for this feature.

Basically for java/kotlin app, the following lines needed to be added in Manifest.xml

   <queries>
        <intent>
            <action android:name="android.intent.action.PROCESS_TEXT" />
            <data android:mimeType="text/plain" />
        </intent>
    </queries>

Not sure if it's the same for flutter.

@j-fbriere
Copy link
Owner

j-fbriere commented Aug 1, 2023

@scubajeff Squawker already has those lines added to its AndroidManifest.xml file.

But I'll check what else is needed to make it work.

@j-fbriere j-fbriere changed the title Unable to translate text feature: Implement selected text activities in context menu Aug 3, 2023
@j-fbriere
Copy link
Owner

Version 3.3.0 implements this feature.

@j-fbriere
Copy link
Owner

Closing since there is no feedback, so everything must be OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants