bogkonstantin / android_income_sms_gateway_webhook

Simple Android incoming SMS to URL forwarder
MIT License
352 stars 96 forks source link

Implement fixed Content-Length instead of Transfer-Encoding Chunked #50

Closed pmalecka closed 2 months ago

pmalecka commented 1 year ago

Fixes #49

Tested on Android 10, release apk.

Fixes compatibility with Microsoft Teams Incoming Webhooks.

musabbari commented 1 year ago

Where can I download the signed apk with this fix? Thanks

scottmconway commented 1 year ago

@musabbari that'd be on @bogkonstantin to merge, but you can always build this branch in android studio and make your own release for the time being. Just note that you won't be able to transfer application data from official releases to your own build and back, since they'll be signed by different signatures.