[PR #480] Fix issue with Message Results not being sent to sync URL #493

Open
opened 2026-02-28 01:24:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/480
Author: @MajorChump
Created: 11/2/2017
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

  • 985488d Fix issue with Message Results not being sent to sync URL
  • 86bd24f Fix NullPointerException issue
  • da3c8c1 Fix NullPointExceptions causing app to crash if App fails to contact Server

📊 Changes

5 files changed (+18 additions, -12 deletions)

View changed files

📝 build.gradle (+2 -2)
📝 gradle/wrapper/gradle-wrapper.properties (+1 -1)
📝 smssync/build.gradle (+1 -1)
📝 smssync/src/main/java/org/addhen/smssync/data/message/PostMessage.java (+5 -3)
📝 smssync/src/main/java/org/addhen/smssync/data/message/ProcessMessageResult.java (+9 -5)

📄 Description

Fixes #463

This PR makes the following changes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/480 **Author:** [@MajorChump](https://github.com/MajorChump) **Created:** 11/2/2017 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`985488d`](https://github.com/ushahidi/SMSSync/commit/985488d6009902e62ec39059e0c1f6d447acde33) Fix issue with Message Results not being sent to sync URL - [`86bd24f`](https://github.com/ushahidi/SMSSync/commit/86bd24fbf0f63dfb68861d8cde6086b44f8bdef1) Fix NullPointerException issue - [`da3c8c1`](https://github.com/ushahidi/SMSSync/commit/da3c8c1a61628daffa2741de86f7ccf4335c6a00) Fix NullPointExceptions causing app to crash if App fails to contact Server ### 📊 Changes **5 files changed** (+18 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `build.gradle` (+2 -2) 📝 `gradle/wrapper/gradle-wrapper.properties` (+1 -1) 📝 `smssync/build.gradle` (+1 -1) 📝 `smssync/src/main/java/org/addhen/smssync/data/message/PostMessage.java` (+5 -3) 📝 `smssync/src/main/java/org/addhen/smssync/data/message/ProcessMessageResult.java` (+9 -5) </details> ### 📄 Description Fixes #463 This `PR` makes the following changes: - --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#493
No description provided.