Author Topic: Is it possible to search for some text within the opened message?  (Read 5238 times)

StR

  • Hero Member
  • *****
  • Posts: 1558
Is it possible to search for some particular text within the message that is open? I cannot find it.
Am I missing it somewhere?

Thank you!

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Is it possible to search for some text within the opened message?
« Reply #1 on: December 20, 2014, 02:14:41 am »
Android used to provide is automatically (by long pressing inside message content), then they removed it in 4.4 and 5.0...

Sorry, not something I've had the time to implement yet.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Is it possible to search for some text within the opened message?
« Reply #2 on: December 20, 2014, 07:39:56 am »
Thank you, Kostya!

You'd be surprised, but I am on 4.1.2, because the updates for my model brought some serious problems.
So, your solution works for me for now.
... But it will not work on a new tablet, which I believe comes with 4.4.

It is not a bit deal! Don't worry!

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: Is it possible to search for some text within the opened message?
« Reply #3 on: December 20, 2014, 06:57:38 pm »
Kostya,
You've done an unbelievable job with all the customizations you made available. I love it. But I have a theoretical question: does adding more customization possibilities make the app run slower because of increased file size? I've not noticed any slowdown so this is just a theoretical question I'm wondering about.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Is it possible to search for some text within the opened message?
« Reply #4 on: December 21, 2014, 01:37:13 am »
The app's size is still pretty small -- the current "fashion" for developing Android apps is:

"Grab three or four of Google's libraries to being with, then a dozen other libraries from GitHub, and if your app is 20 megabytes now, it's ok, just tell users they need newer devices..."

But I don't work that way (and I would be despised and laughed at if I worked for a "real" company.... "those old farts just don't get it").

---

What adding more stuff DOES do is -- feature X needs to work when setting Y is set to A or B or C... and oh, they're also affected by feature Z, because ....

So sometimes it gets kind of messy, handling all the combinations and permutations... and sometimes there are bugs that happen "only if X is enabled, and Y is set to B not A or C and Z is disabled".

Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: Is it possible to search for some text within the opened message?
« Reply #5 on: December 21, 2014, 02:01:18 am »
I understand. Thanks for the explanation and keep up the excellent work.