- 09 May, 2012 1 commit
-
-
Tom Taylor authored
Bug 6453254 Don't allow a thread to be created with no recipients. Return null so the situation can be dealt with by the caller. Change-Id: Idd82ac5967524287e894ecd72b2bc01a1d3f639f
-
- 03 Apr, 2012 1 commit
-
-
Mike Lockwood authored
-
- 27 Mar, 2012 1 commit
-
-
Tom Taylor authored
Bug 5158047 Needed changes for new drm scheme. Change-Id: I48ec9e435c02a2d2b225aabfc11ae59fad97a902
-
- 16 Mar, 2012 1 commit
-
-
Eric Fischer authored
Change-Id: I2d135948245f63a338bb63b73065f11ddd17c8ba
-
- 03 Feb, 2012 1 commit
-
-
Tom Taylor authored
Bug 5032682 We need to manually insert an item in the pending messages table in order to speed up sending. Previously, this insert was done by a trigger when a pdu was moved to the OUTBOX. Change-Id: I4f848199862729f005073194d5e618ad4908d523
-
- 19 Jan, 2012 2 commits
-
-
Kazuhiro Ondo authored
* commit 'd616ee6f': Added a new URI updating preferred APN w/o change notification
-
Kazuhiro Ondo authored
* commit 'd616ee6f': Added a new URI updating preferred APN w/o change notification
-
- 14 Jan, 2012 1 commit
-
-
Kazuhiro Ondo authored
Solving the issue that setting preferred APN from GDCT triggers back APN change event and force unnecessary data call disconnects and setups. This patch adds one new URI used for preferred APN entry without causing change notification via ContentObserver. Bug:5448858 Change-Id: I2c132f367188b9a9da797fec65b3ff974c59a1b4
-
- 19 Dec, 2011 1 commit
-
-
Tom Taylor authored
Bug 5763490 The previous DB query for deleting unreferenced recipient id's didn't work on threads addressed to multiple recipients because the recipient id's are stored as a space-separated list of ids in a single column. With this change, the work for identifying unreferenced recipient id's is done in java, rather than in an sqlite3 selection statement. Change-Id: Id6ad32408a67dc7550b32ce8ab095635c324a799
-
- 07 Dec, 2011 3 commits
-
-
Tom Taylor authored
* commit '09710cec': Message received with wrong sender
-
Tom Taylor authored
* commit '09710cec': Message received with wrong sender
-
Tom Taylor authored
Bug 5622048 If the last message of a thread is deleted which results in the very last recipient in the canonical_addresses table getting deleted, and the messaging app is still running, and a new message arrives for an address the messaging app has never seen before, then the new message will appear to have been sent from the recently deleted recipient. The recipient id cache in the app doesn't know the recipient was deleted and its cache it out of date. The fix is to never reuse recipient ids by setting the _id on the canonical_addresses table to AUTOINCREMENT. Change-Id: Ia3618fb906e09b3a305ac778b8d73983586fa938
-
- 29 Nov, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Ib8ca90147db0695e0fdbed1f6659b6a445427b7f
-
- 17 Nov, 2011 1 commit
-
-
Eric Fischer authored
* commit 'a120cb9c': Import revised translations. DO NOT MERGE
-
- 16 Nov, 2011 2 commits
-
-
Eric Fischer authored
* commit 'a120cb9c': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I996f517da9f17c31641234f9df20ed5fb2624646
-
- 15 Nov, 2011 2 commits
-
-
Tom Taylor authored
* commit '16756646': Manage SIM card messages shows multiple copies of the same message
-
Tom Taylor authored
* commit '16756646': Manage SIM card messages shows multiple copies of the same message
-
- 14 Nov, 2011 1 commit
-
-
Tom Taylor authored
Bug 5614340 The provider needs to assign each SIM message a unique id. Change-Id: I9329a0770423fcbb04c5906ec60453ee695fbfff
-
- 02 Nov, 2011 2 commits
-
-
Eric Fischer authored
-
Eric Fischer authored
Change-Id: I12a6db92ab35eb8e4af5285270c52099e9d85fca
-
- 01 Nov, 2011 2 commits
-
-
Eric Fischer authored
* commit '9ba3a3f7': Import revised translations.
-
Eric Fischer authored
Change-Id: I1f1c4366f0942c2018eb4f0d9df4c6825efd5a43
-
- 28 Oct, 2011 1 commit
-
-
Ed Heyl authored
-
- 26 Oct, 2011 2 commits
- 18 Oct, 2011 6 commits
-
-
Eric Fischer authored
* commit '0b76f650': Import revised translations.
-
Eric Fischer authored
-
Eric Fischer authored
Change-Id: I5220bcabf6004d53d60d2616ed897048c4b81be0
-
Eric Fischer authored
* commit 'c1125204': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
* commit '0506adaa': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I6225d87ae6a5041592556237e4f504d7f97d56d4
-
- 13 Oct, 2011 2 commits
-
-
Jeff Brown authored
* commit 'b6bf84c5': Remove references to ArrayListCursor which is deprecated.
-
Jeff Brown authored
Change-Id: I2d46932c79883d2601be8531a00ba8dbfd165076
-
- 03 Oct, 2011 1 commit
-
-
Mark Wagner authored
* commit '9e1fd446': bugfix 5342861 The search result highlighted result is not seen on the screen for MMS
-
- 30 Sep, 2011 2 commits
-
-
Mark Wagner authored
part 2 of a 2 part fix. Change-Id: I419ecfbe6441e31cd89e305b89b4bdd0dd5d6651
-
Mark Wagner authored
* commit 'c40bd51d': bugfix 5381702 MMS app puts temporary files on sdcard in wrong location
-
- 29 Sep, 2011 1 commit
-
-
Mark Wagner authored
part 3 of this fix; remove this logic from the provider Change-Id: I2ec21587b37523ddb20e8b3ec645136dc178942b
-
- 28 Sep, 2011 1 commit
-
-
Tom Taylor authored
* commit '3ce9cb8e': Delete unreferenced phone numbers
-
- 27 Sep, 2011 1 commit
-
-
Tom Taylor authored
Bug 5375782. Bug 5172594 The canonical_addresses table in mmssms.db is used to keep a reference between recipientIds and phone numbers/email addresses. The threads table contains references to these recipient ids. When a thread is deleted, the recipients are orphaned. With this change, whenever a thread is deleted, we delete unreferenced numbers. Change-Id: I7e1b7a11317d2e6662fab3f434239fe21ca313ec
-