mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[PR #186] [CLOSED] Issue 182 #393
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ushahidi/SMSSync/pull/186
Author: @kkanigowski
Created: 7/21/2014
Status: ❌ Closed
Base:
develop← Head:issue-182📝 Commits (8)
ec2840cAdd a Bitdeli badge to READMEb960788Merge pull request #136 from bitdeli-chef/master66d8e1cMerge changes35fc685Merge branch 'develop'70c1e61#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages.c511de5Merge branch 'develop'318eba9Merge branch 'develop'93998a2Issue#182: added sms-portals module and flavors, merged with #157 changes📊 Changes
13 files changed (+306 additions, -6 deletions)
View changed files
📝
build.gradle(+1 -1)📝
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/million/SmsSyncPortal.java(+79 -0)➕
sms-portals/src/main/res/layout/main.xml(+17 -0)➕
sms-portals/src/main/res/values/strings.xml(+4 -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(+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.