summaryrefslogtreecommitdiff
path: root/apptests
AgeCommit message (Collapse)Author
2013-03-12Remove hardwired phone number from Sms Tester appTom Taylor
Bug 8357667 Change-Id: I6e65c9a766d6988b6c91c8006c2834da8a9f56fe
2012-03-20"Respond via SMS": Non-secure keyguard bogusly appears when using "Custom ↵Tom Taylor
message" Bug 4998569 Change-Id: Ib307c638d36e647e47262b6fa2cc0ecdec707bc8
2012-03-16Import translations. DO NOT MERGEEric Fischer
Change-Id: Ib9154b278356a863550a624d62e3ac85fd3b7082
2012-01-25String w/o Description in TC -- Please update string .xml fileTom Taylor
Bug 5651906 This is a test app. Mark all the strings as translatable=false. Change-Id: I389c1166d8426f3ba4e4a07f187ea1ed2aaf8b71
2011-11-29Import revised translations.Eric Fischer
Change-Id: I2af44556c9820bb626b52f66609aee303f4672e6
2011-11-10Add a new intent to allow 3rd party apps to disable SMS's notificationTom Taylor
Bug 5552615 In response to the new intent, the messaging app will put up a dialog that let's the user turn off messaging notifications. Change-Id: I36f7e561fd85e3ba45ca8831943fdae50a14f432
2011-11-01Import revised translations. DO NOT MERGEEric Fischer
Change-Id: Icc198765eff2e9ba1b33db51a0bc8b3db80e0298
2011-10-18Import revised translations.Eric Fischer
Change-Id: Ib53560be548942b9b3957457e59c7ce17ce0fcc3
2011-09-30Import revised translations.Eric Fischer
Change-Id: Ia91852758c9b2e929357863aee71df690b378fbc
2011-08-22Import revised translations.Eric Fischer
Change-Id: Ia5fa115062064c5f1a0320ed8d72533f634d0c46
2011-08-15Add new send sms intentTom Taylor
Add a new intent to send an sms message without any UI interaction. Presently, the Messaging app can already respond to intents with the android.intent.action.SENDTO action, but this brings up the ComposeMessageActivity primed with a destination and message. It's up to the user to review the message and hit send. This new intent will send the message to the user without the user seeing the compose screen and having to hit send. Apps could already send sms's by talking directly to the SmsManager. Using this new intent, however, has the benefit of adding the outgoing message to a thread so the user will be able to see what was sent. In addition, sending a message via the Messaging app compare to the SmsManager will add automatica retry when there's no connection, etc. This new feature could be used by the phone app so the user could easily respond to an incoming phone call by sending a canned sms that reads, "I'm busy, but I'll call you right back." A caller of this new intent must have android.permission.SEND_SMS_NO_CONFIRMATION. An accompanying CL adds the private permission to the framework. An included test app tests the feature. Bug 4563486 Change-Id: I9292ea6d52e135cdabcfe68091d4d24d15524c97 Signed-off-by: Tom Taylor <tomtaylor@google.com>