sms-translate/app
Tom Levy 1198a8c495 Report OutOfMemoryError when importing and exporting messages
When importing/exporting large files we can run out of memory, in
which case we should display a toast to the user (as we do for other
exceptions). Previously, the OutOfMemoryError was not caught because
it inherits from Error, not from Exception.

(We have to manually call .toString() because Context.showErrorToast()
from Commons takes an Exception or a String, not Throwable.)
2024-05-20 01:43:25 +00:00
..
src Report OutOfMemoryError when importing and exporting messages 2024-05-20 01:43:25 +00:00
.gitignore Update .gitignore 2024-01-23 00:08:18 +05:30
build.gradle.kts Exclude dependency info from APKs 2024-01-22 19:33:59 +05:30
proguard-rules.pro Rename package to org.fossify.messages 2024-01-18 01:05:03 +05:30