[PR #190] [CLOSED] Issue 182: added sms-portals and flavors #399

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/190
Author: @kkanigowski
Created: 7/23/2014
Status: Closed

Base: developHead: issue-182-after-merge


📝 Commits (3)

  • 4caf6ba Issue#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages.
  • d64a9f0 minor changes to sms portals settings.
  • c73ede9 Issue#182: added sms-portals and modified gradle to build flavors

📊 Changes

12 files changed (+309 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 (+81 -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/190 **Author:** [@kkanigowski](https://github.com/kkanigowski) **Created:** 7/23/2014 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `issue-182-after-merge` --- ### 📝 Commits (3) - [`4caf6ba`](https://github.com/ushahidi/SMSSync/commit/4caf6babd248e07735143b87d7864d8b3907f6a9) Issue#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages. - [`d64a9f0`](https://github.com/ushahidi/SMSSync/commit/d64a9f0975a04a3277d11c98453863e6176cf25a) minor changes to sms portals settings. - [`c73ede9`](https://github.com/ushahidi/SMSSync/commit/c73ede9165f72cc77a3b2053f99b7072882f2bde) Issue#182: added sms-portals and modified gradle to build flavors ### 📊 Changes **12 files changed** (+309 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` (+81 -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#399
No description provided.