[PR #195] [MERGED] Issue #182 #402

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

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/195
Author: @KamilKalfas
Created: 8/18/2014
Status: Merged
Merged: 8/27/2014
Merged by: @eyedol

Base: developHead: issue-182


📝 Commits (4)

  • c819355 Issue#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages.
  • eafddcf minor changes to sms portals settings.
  • 82db629 Issue#182: added sms-portals and modified gradle to build flavors
  • 57f458e Added missing bracket. Changed tabs for space chars.

📊 Changes

12 files changed (+310 additions, -6 deletions)

View changed files

📝 settings.gradle (+1 -1)
sms-portals/build.gradle (+41 -0)
sms-portals/src/main/AndroidManifest.xml (+21 -0)
sms-portals/src/main/java/com/smssync/portal/one/SmsSyncPortal.java (+82 -0)
sms-portals/src/main/res/layout/main.xml (+17 -0)
sms-portals/src/main/res/values/strings.xml (+7 -0)
📝 smssync/src/main/java/org/addhen/smssync/Prefs.java (+4 -0)
📝 smssync/src/main/java/org/addhen/smssync/Settings.java (+37 -2)
📝 smssync/src/main/java/org/addhen/smssync/messages/ProcessSms.java (+2 -2)
smssync/src/main/java/org/addhen/smssync/services/SmsPortal.java (+86 -0)
📝 smssync/src/main/res/values/strings.xml (+6 -1)
📝 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/195 **Author:** [@KamilKalfas](https://github.com/KamilKalfas) **Created:** 8/18/2014 **Status:** ✅ Merged **Merged:** 8/27/2014 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `develop` ← **Head:** `issue-182` --- ### 📝 Commits (4) - [`c819355`](https://github.com/ushahidi/SMSSync/commit/c819355bb64a172fbb71a1a5f7e9d04bd58f4147) Issue#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages. - [`eafddcf`](https://github.com/ushahidi/SMSSync/commit/eafddcf4e9d82cb1948cb97e0fea059ff81b6f5c) minor changes to sms portals settings. - [`82db629`](https://github.com/ushahidi/SMSSync/commit/82db629fe22029b407f0ea4023294c717a606d12) Issue#182: added sms-portals and modified gradle to build flavors - [`57f458e`](https://github.com/ushahidi/SMSSync/commit/57f458e5b2f728609653c086f1fbfbd0939f9adf) Added missing bracket. Changed tabs for space chars. ### 📊 Changes **12 files changed** (+310 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `settings.gradle` (+1 -1) ➕ `sms-portals/build.gradle` (+41 -0) ➕ `sms-portals/src/main/AndroidManifest.xml` (+21 -0) ➕ `sms-portals/src/main/java/com/smssync/portal/one/SmsSyncPortal.java` (+82 -0) ➕ `sms-portals/src/main/res/layout/main.xml` (+17 -0) ➕ `sms-portals/src/main/res/values/strings.xml` (+7 -0) 📝 `smssync/src/main/java/org/addhen/smssync/Prefs.java` (+4 -0) 📝 `smssync/src/main/java/org/addhen/smssync/Settings.java` (+37 -2) 📝 `smssync/src/main/java/org/addhen/smssync/messages/ProcessSms.java` (+2 -2) ➕ `smssync/src/main/java/org/addhen/smssync/services/SmsPortal.java` (+86 -0) 📝 `smssync/src/main/res/values/strings.xml` (+6 -1) 📝 `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:28 +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#402
No description provided.