mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
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#395
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/185
Author: @rafalsliwinski
Created: 7/11/2014
Status: ✅ Merged
Merged: 7/23/2014
Merged by: @eyedol
Base:
develop← Head:issue-173_2📝 Commits (2)
79cd025Upgrade to build script to use gradle 0.120a73a98Issue #173 value of sent_to is taken from device_id in case of no registered phone number📊 Changes
10 files changed (+88 additions, -172 deletions)
View changed files
📝
.travis.yml(+13 -4)📝
build.gradle(+1 -1)📝
smssync/build.gradle(+2 -2)➕
smssync/proguard-android.txt(+57 -0)📝
smssync/src/androidTest/java/org/addhen/smssync/tests/services/SyncSchemeTest.java(+9 -7)➖
smssync/src/main/java/org/addhen/smssync/fragments/BaseFragment.java(+0 -153)📝
smssync/src/main/java/org/addhen/smssync/util/Util.java(+1 -1)📝
smssync/src/main/res/layout/list_log_item.xml(+1 -2)📝
smssync/src/main/res/values/strings.xml(+3 -1)📝
website-src/_root/developers.html(+1 -1)📄 Description
Beside the main fix I changed
.travis.ymland some minor things in a couple files like:-updating
string.xmlto ignore lack of translation-making copy of
proguard-android.txtfromsdkfolder insmssync-updating some tests
-changing
baseFragmentconstructor to have no argument ( I haven't find any usages of this class but if someone want to use it he should take care of passing argument in a different way).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.