capcom6 / android-sms-gateway

An Android SMS Gateway app that enables sending SMS messages via a local or cloud server API
https://sms.capcom.me
Apache License 2.0
124 stars 32 forks source link

crashed with local server on android 6 #65

Closed hmollercl closed 1 month ago

hmollercl commented 1 month ago

Hi, I was trying to make it run in a Samsung J2 Prime with Android 6 with local server, but when I enable local server and press to start it (hit offline to make it online) it crashes. First run it crashes soon after I give the privileges to send sms, following times it is each time I start (hit offline) in local server. With cloud server it does not happens.

I have tested in 3 different phones with versions 1.12.1 and 1.12.2

Is there possible start with debug mode to see what happens?

capcom6 commented 1 month ago

Hello,

Thank you for bringing this to my attention. I have tested the app on Android 6 and discovered an issue related to date formatting when Local Server mode is enabled. I've addressed this problem in a new pull request. Could you please try the APK from the PR here and let me know if it resolves the issue on your device?

hmollercl commented 1 month ago

PR 66 worked ok! Thanks!

capcom6 commented 1 month ago

Thanks for your feedback!