tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
355 stars 39 forks source link

Toast notification does not fit #122

Closed Artem13327 closed 1 year ago

Artem13327 commented 1 year ago

IMG_20230722_183335

tmo1 commented 1 year ago

Which toast is this?

Artem13327 commented 1 year ago

Which asks to make this application the default

tmo1 commented 1 year ago

The problem seems to be that, as per the Android documentation,

If your app targets Android 12 (API level 31) or higher, its toast is limited to two lines of text and shows the application icon next to the text. Be aware that the line length of this text varies by screen size, so it's good to make the text as short as possible.

I'd rather not rewrite the app just to solve this problem - is there any way you can shorten the Russian translation of the notification text?

Artem13327 commented 1 year ago

is there any way you can shorten the Russian translation of the notification text?

Probably not. Since if you shorten the message, its informativeness will be lost