mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #182] SMS portals #136
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#136
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?
Originally created by @eyedol on GitHub (Jul 9, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/182
Inside the root project
Create an SMS app that will be used to send SMS by SMSSync to solve the inability to send out more than 100 SMS per minute. Make sure it works with Android v4.4 and above.
Feel free to fork the repo at https://github.com/vaneyck/sms-portals or start from scratch.
Use Gradle to build about 5 flavors of the SMS portal main source code.
Use the following packages
com.smssync.portal.one
com.smssync.portal.two
com.smssync.portal.one
com.smssync.portal.three
com.smssync.portal....
Build this inside the root folder of the project in a folder called
sms-portals@mandric commented on GitHub (Jul 9, 2014):
#158 is related, I have a branch there and could start work on this next week.
@KamilKalfas commented on GitHub (Jul 10, 2014):
@mandric I think that you should start work on issue #11 instead of this one.
@mandric commented on GitHub (Jul 12, 2014):
ok
@kkanigowski commented on GitHub (Jul 21, 2014):
@eyedol Should it generates apks from all modules in same time when the project is built or two separate builds are enough?
@eyedol commented on GitHub (Jul 21, 2014):
if I issue
./gradlew assembleit should generate the apk for all the defined flavors.@mandric commented on GitHub (Jul 22, 2014):
@kkanigowski I made some minor changes in my branch here: https://github.com/mandric/SMSSync/commits/sms-portals
It just cleans up some variable names and improves the settings descriptions. I'm not sure if it merges cleanly though. Let know if you have problems merging it.