sms-translate/app
Kevin Cotugno da117ecca4 Fix import for partial exports
The previous implementation assumed that each JSON object would have an
"SMS" key and a "MMS" key, and in that order. This caused an exception
when it tried to read the next NAME token because the next token is
actually the closing bracket of the object. This commit fixes this issue
by checking that the next token is actually a NAME. If it is, we consume
the token and handle it according to its value, which may be either
"sms" or "mms". If it's neither of those, we skip it.

Fixes #646
2023-05-19 07:07:07 -07:00
..
src Fix import for partial exports 2023-05-19 07:07:07 -07:00
.gitignore uploading the initial project files 2020-04-03 10:12:58 +02:00
build.gradle updating commons 2023-05-10 22:33:14 +02:00
proguard-rules.pro ignore blocked numbers below Android 7 2020-04-19 20:39:37 +02:00