- 22 Feb, 2013 3 commits
-
-
Tom Taylor authored
* commit '49e29575': Don't allow clients to update or insert _data column data
-
Tom Taylor authored
* commit '21cf95e7': Don't allow clients to update or insert _data column data
-
Tom Taylor authored
Bug 8214355 Change-Id: I45c93047ced465277a46c6a33d6ef590ab0bf8bb
-
- 21 Feb, 2013 2 commits
-
-
Tom Taylor authored
* commit '8d4bb29c': Android MMS api allows arbitrary file access as the radio user
-
Tom Taylor authored
* commit '0ffb2dda': Android MMS api allows arbitrary file access as the radio user
-
- 20 Feb, 2013 1 commit
-
-
Tom Taylor authored
Bug 8214355 Only allow files in mms's app_parts directory to be opened. Tested with the code found in the bug, before and after this change. (cherry picked from commit 8168ff8c) Change-Id: Ieab4cf20f6191aba5c2118d454dcf69f5e268308
-
- 17 Oct, 2012 1 commit
-
-
Tom Taylor authored
Bug 7360609 Cleanup pdu table on db upgrade to remove all rows with a NULL threadId. An earlier change made sure we only inserted rows with a valid threadId or with 0. A NULL threadId in the pdu table causes deleting a thread to fail. Change-Id: I38824aa879fed80fe2385633c46d3c7eab0ae3b8
-
- 12 Oct, 2012 1 commit
-
-
Jason Chen authored
Add mipmap-* launcher icon assets. Clean up drawable based assets and reference to them. Bug: 6718166 Change-Id: Icf63d51f6bbd2e319d46f43a149ab336726eaf49
-
- 26 Sep, 2012 1 commit
-
-
Tom Taylor authored
Bug 7175606 Wrap the delete operations in a transaction. Change-Id: I6b07a83f2dbac6e2bdb4da872863708aac27f5bc
-
- 09 Sep, 2012 1 commit
-
-
Tom Taylor authored
Bug 6602473 Don't reuse part and pdu ids because their uri's are used as keys for the pdu and thumbnail caches. Change the part and pdu tables to use AUTOINCREMENT keys. When copying over a table to a temp table, dropping the original, and renaming the temp to the original, all triggers associated with the original table are dropped. Those triggers have to be recreated. The changes look more extensive than they really are. There were many mms-related triggers in createCommonTriggers() that had to be moved to CreateMmsTriggers(). I used a diff tool to compare the schema dumps from the database before and after to verify the tables and triggers are the same (and used that same tool in the first place to identify those missing triggers). Change-Id: I92a100db7479e28f3c1d62ff6adab961c5871113
-
- 07 Sep, 2012 1 commit
-
-
Tom Taylor authored
Bug 7113015 Add a new column in the pdu that keeps track of whether a message is text-only. The UI can use that flag to decide whether to show the attachment box or not. Change-Id: I158dd07d415f24f0200c81f39de6feac03f37f8b
-
- 17 Aug, 2012 1 commit
-
-
Robert Greenwalt authored
Since the DB may contain corp passwords, we should secure it. Using the same permission as writing to the DB as the read is potentially as damaging as a write. bug:6922610 Change-Id: If0c7382b0809d254410274588fab7a0e89594c71
-
- 28 Jul, 2012 1 commit
-
-
Nick Kralevich authored
In a future version of Android, the default value for <provider android:exported> will change from true to false. Explicitly set android:exported="true" Bug: 3306452 Change-Id: Ifeadde3495d249e27bd19e0ae573b8c85b750948
-
- 17 Jul, 2012 3 commits
-
-
Wink Saville authored
* commit '8c15b8cf': Use telephony-common and mms-common - DO NOT MERGE
-
Wink Saville authored
* commit '000a2d60': Use telephony-common and mms-common - DO NOT MERGE
-
Wink Saville authored
Change-Id: I5378acae02693356ca4a0546cd9346910c29d9dc
-
- 12 Jul, 2012 1 commit
-
-
Wink Saville authored
* commit 'bf7c617b': Use telephony-common and mms-common
-
- 14 Jun, 2012 1 commit
-
-
Wink Saville authored
Change-Id: I5378acae02693356ca4a0546cd9346910c29d9dc
-
- 07 Jun, 2012 2 commits
-
-
The Android Open Source Project authored
* commit '44a2f1a8': Crash on deleting messaging thread
-
The Android Open Source Project authored
Change-Id: I47647e60f50f0a504a674e9fe084d9d2d2144d01
-
- 05 Jun, 2012 3 commits
-
-
Tom Taylor authored
Bug 6609647 Change-Id: I6cce1746238cb02b112340298adfd23896c39b3f
-
Tom Taylor authored
* commit '10a8c9b2': Crash on deleting messaging thread
-
Tom Taylor authored
Bug 6609647 Change-Id: I6cce1746238cb02b112340298adfd23896c39b3f
-
- 02 Jun, 2012 1 commit
-
-
Tom Taylor authored
* commit '4b14c35e': Thread can't be deleted
-
- 01 Jun, 2012 1 commit
-
-
Tom Taylor authored
Bug 6593778 Delete all the messages in a thread and the thread comes back. If you get a row in the pdu or sms table with an empty thread_id, the query to delete threads that aren't referenced by any message fails. The query has to weed out messages with no thread_ids. Change-Id: I2a2121a27a4d4ce9ed02b8415dc50b0a59623d94
-
- 25 May, 2012 1 commit
-
-
Eric Fischer authored
Change-Id: I2cd24c78fb195be29a52abf2b39a863013b50515
-
- 11 May, 2012 1 commit
-
-
Tom Taylor authored
Bug 6476357 Mms provider search query would choke on quoted words. Use selection arguments instead of string building to pass in search string. Change-Id: Ida45cc0a16366779012c264ffbda021985f01fa6
-
- 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
-