summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/telephony/MmsSmsProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Enable messaging search based on conversationxiaohuin2016-08-241-2/+291
* Android M sytle upgrade : P3 featureRuijie Bai2016-08-241-2/+8
* Mms: Fix Message thread time display as current time after restoreMengjun Leng2016-08-241-0/+6
* Mms: Support SMS full indicatorMengjun Leng2016-08-241-0/+17
* Make SMS restore robust to device reboots.Roman Sorokin2016-04-141-0/+1
* Move all sms tables except raw into credential encryptedJi Yang2016-02-121-1/+1
* Dump default SMS app package nameYe Wen2015-06-111-0/+13
* Restricted view of SMS/MMS providers (2/2)Ye Wen2015-03-191-78/+112
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-211-1/+1
* Make CREATOR columns read-only and auto set them in providerYe Wen2014-11-201-10/+21
* Singleton providers should post change notifs to all usersAmith Yamasani2014-09-111-3/+6
* Move archived column from pdu/sms to threads (3/4)Ye Wen2014-07-301-0/+10
* MmsService always has WRITE_SMS AppOps permission (2/2)Ye Wen2014-07-281-18/+2
* Messaging auto persist switch (3/4)Ye Wen2014-07-161-8/+18
* New SMS and MMS APIs and semantics (3/4)Ye Wen2014-07-111-1/+1
* MMS auto persisting (4/4)Ye Wen2014-07-011-1/+8
* Add SUB_ID columns for SmsProvider and MmsProviderYe Wen2014-06-171-1/+2
* Merge "addr.msg_id is the foreign key of the pdu._id"Tom Taylor2013-08-021-4/+4
|\
| * addr.msg_id is the foreign key of the pdu._idwhliang2012-11-061-4/+4
* | App ops: new ops for reading/writing SMS/MMS.Dianne Hackborn2013-02-051-0/+2
* | App crashed as it was moving to foreground and message was receivedTom Taylor2012-11-151-14/+30
* | Group MMS flickers between white square and received message when initially c...Tom Taylor2012-09-071-1/+1
|/
* Thread can't be deletedTom Taylor2012-06-011-2/+2
* Android.database.sqlite.SQLiteException when searching words through voice se...Tom Taylor2012-05-111-3/+6
* Thread with no recipients getting createdTom Taylor2012-05-091-3/+9
* MMS appears after delay in the threadTom Taylor2012-02-031-3/+8
* bugfix 5342861 The search result highlighted result is not seen on the screen...Mark Wagner2011-09-301-1/+5
* bugfix 5264282 Search results are not accurate when the search criteria is a ...Mark Wagner2011-09-201-3/+3
* Fix selectionargsTom Taylor2011-05-131-41/+34
* Add the field date_sent to keep track of the date a message was sent.Fredrik Roubert2011-03-071-3/+3
* am ba323c85: am 8d960cfe: Merge "Alpha addresses get put in the same thread" ...Tom Taylor2011-01-111-1/+7
|\
| * am 8d960cfe: Merge "Alpha addresses get put in the same thread" into gingerbreadTom Taylor2011-01-081-1/+7
| |\
| | * Alpha addresses get put in the same threadTom Taylor2011-01-071-1/+7
* | | resolved conflicts for merge of fc85d2bc to masterJean-Baptiste Queru2010-12-281-39/+30
|\| |
| * | Dont use the default locale when formatting SQL statementsChen Mike2010-12-281-39/+30
| |/
* | am ea59f866: Remove some PII.Wink Saville2010-10-131-5/+7
|\|
| * Remove some PII.Wink Saville2010-10-111-5/+7
* | search workMark Wagner2010-05-101-3/+32
|/
* bug #2438230: add more logging for catching the bug.Wei Huang2010-04-081-20/+44
* do not exlucde null address rows in searchMark Wagner2010-03-171-1/+1
* Remove mms-common libTom Taylor2010-03-081-1/+1
* Remove MMS from the frameworkTom Taylor2010-01-281-1/+1
* search workMark Wagner2010-01-141-14/+42
* am 1ecf192c: bug 2236535: find a way to update the stale canonical_addresses ...Wei Huang2009-11-091-6/+35
|\
| * bug 2236535: find a way to update the stale canonical_addresses entries with ...Wei Huang2009-11-081-6/+35
* | Add new error code column to SMSTom Taylor2009-10-281-1/+1
|/
* bug 2150183: fix SMS address comparison so "foo"=="foo".Wei Huang2009-09-281-14/+22
* Use strict phone number comparation algorithm if the config tells the package...Daisuke Miyakawa2009-09-191-3/+11
* check if the address column is null when selecting for searchMark Wagner2009-09-161-1/+1
* Greatly simplify queryTom Taylor2009-09-031-37/+21