ManeraKai / simplytranslate_mobile

Privacy friendly frontend to Google Translate
https://manerakai.github.io/simplytranslate_mobile/
GNU General Public License v3.0
173 stars 15 forks source link

Add hints for text recognition #190

Closed Aga-C closed 2 years ago

Aga-C commented 2 years ago

I think it would be very useful to add 2 hints related to this function:

ManeraKai commented 2 years ago

The second picture has a bug that I saw too.

ManeraKai commented 2 years ago

I've fixed that weird bug.

a help icon at the top of the text recognition screen - after tapping it, the popup opens with the information how to use the tool

It's just drawing. Was it weird for you at the beginning @Aga-C?

ManeraKai commented 2 years ago

Added a hint for the camera: https://github.com/ManeraKai/simplytranslate_mobile/actions/runs/2047328527

btw I really like the AlertDialog more than the little notification at the bottom that is called SnackBar. I may change everything like that so the user won't unnotice it unintentionally.

Aga-C commented 2 years ago

It's just drawing. Was it weird for you at the beginning @Aga-C?

Nothing says so, it's not intuitive. At first, I thought that it's clicking to select. There should be any hint saying that it's drawing.

Added a hint for the camera

I'd change the text a bit. Please select another language implies that autodetect is a language. Also, the dot is missing at the end. Maybe Please select a specific language.?

ManeraKai commented 2 years ago

What should the text be for informing the user about how to draw/paint?

ManeraKai commented 2 years ago

This is my text: Paint the green boxes with your finger. The parts where the paint touch are registered

Aga-C commented 2 years ago

It can be simpler: Select text to translate by painting the green boxes with your finger.. I think that the second part is not really necessary.

ManeraKai commented 2 years ago

Alright: https://github.com/ManeraKai/simplytranslate_mobile/actions/runs/2047639814

Aga-C commented 2 years ago

Looks ok 👍 BTW. Why there is no OK button on the dialog?

ManeraKai commented 2 years ago

oh forgot that. Will add it

ManeraKai commented 2 years ago

image