[PR #158] [CLOSED] #157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages. #384

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

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/158
Author: @mblaszkowski
Created: 4/23/2014
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 70c1e61 #157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages.

📊 Changes

6 files changed (+206 additions, -31 deletions)

View changed files

📝 smssync/src/main/java/org/addhen/smssync/Prefs.java (+4 -0)
📝 smssync/src/main/java/org/addhen/smssync/Settings.java (+37 -0)
📝 smssync/src/main/java/org/addhen/smssync/messages/ProcessSms.java (+66 -31)
smssync/src/main/java/org/addhen/smssync/services/SmsPortal.java (+86 -0)
📝 smssync/src/main/res/values/strings.xml (+7 -0)
📝 smssync/src/main/res/xml/preferences.xml (+6 -0)

📄 Description

No description provided


🔄 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/158 **Author:** [@mblaszkowski](https://github.com/mblaszkowski) **Created:** 4/23/2014 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`70c1e61`](https://github.com/ushahidi/SMSSync/commit/70c1e61789abdf96453cc996b4c52b02eafff781) #157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages. ### 📊 Changes **6 files changed** (+206 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `smssync/src/main/java/org/addhen/smssync/Prefs.java` (+4 -0) 📝 `smssync/src/main/java/org/addhen/smssync/Settings.java` (+37 -0) 📝 `smssync/src/main/java/org/addhen/smssync/messages/ProcessSms.java` (+66 -31) ➕ `smssync/src/main/java/org/addhen/smssync/services/SmsPortal.java` (+86 -0) 📝 `smssync/src/main/res/values/strings.xml` (+7 -0) 📝 `smssync/src/main/res/xml/preferences.xml` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:25 +03:00
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#384
No description provided.