mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[PR #75] [CLOSED] By passing the 100 sms per hour per app limit on android #358
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#358
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/75
Author: @vaneyck
Created: 1/21/2013
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
b3f3fdaadded code smssync portal one9a3e841got first sms portal to work0295a4aremoved unecessary filesc94d940added .gitignore for sms-portal4750ab0Removed smssyncportal so as to move it to reperate repo345bb55deleted smssycportal code66c0a6dcan enable or disable use of sms-portal from the settins screend9ecebcallow smssync to use sms-portal-1 and sms-portal-286c4988fixed naming erroraaa6636app detects whether to connect to the sms-portals📊 Changes
24 files changed (+2195 additions, -21 deletions)
View changed files
➕
abslib/.settings/org.eclipse.jdt.core.prefs(+11 -0)➕
abslib/bin/classes/com/actionbarsherlock/internal/nineoldandroids/animation/PropertyValuesHolder.class(+0 -0)➕
abslib/gen/.gitignore(+1 -0)➕
abslib/gen/R.java.d(+597 -0)➕
abslib/libs/android-support-v4.jar(+0 -0)➕
abslib/local.properties(+10 -0)➕
smssync/.classpath(+9 -0)➕
smssync/.gitignore(+11 -0)➕
smssync/lint.xml(+3 -0)➕
smssync/proguard-project.txt(+20 -0)➕
smssync/res/drawable-hdpi/sms_portal_installed.png(+0 -0)➕
smssync/res/drawable-ldpi/sms_portal_installed.png(+0 -0)➕
smssync/res/drawable-mdpi/sms_portal_installed.png(+0 -0)➕
smssync/res/drawable-xhdpi/sms_portal_installed.png(+0 -0)➕
smssync/res/layout/sms_portals.xml(+94 -0)📝
smssync/src/main/AndroidManifest.xml(+7 -0)📝
smssync/src/main/java/org/addhen/smssync/MainApplication.java(+83 -20)📝
smssync/src/main/res/values/strings.xml(+7 -1)📝
smssync/src/main/res/xml/preferences.xml(+13 -0)➕
smssync/src/org/addhen/smssync/MessengerConnection.java(+8 -0)...and 4 more files
📄 Description
Hi, So to by pass the 100 sms per hour per app limit on android i have developed a "sms-portal". The "sms-portal" is an app that has a service that works as an sms sender. SMSSync round robins between itself and the sms-portal when sending the messages. Ideally we can have as many senders as we can.
Please have a look and let me know.
Thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.