mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[PR #190] [CLOSED] Issue 182: added sms-portals and flavors #399
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#399
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/190
Author: @kkanigowski
Created: 7/23/2014
Status: ❌ Closed
Base:
develop← Head:issue-182-after-merge📝 Commits (3)
4caf6baIssue#157: Now when we check "Use Sms Portals" option application send messages throuh installed Sms Portal packages.d64a9f0minor changes to sms portals settings.c73ede9Issue#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.
smsreference more finely in SmsReceiverService #466