summaryrefslogtreecommitdiffstats
path: root/mms-common
Commit message (Collapse)AuthorAgeFilesLines
* define the "seen" column for sms and pdu tables.Wei Huang2010-03-012-31/+24
|
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-252-1/+2
| | | | | | | This is the framework part, moving classes around so the framework no longer needs to link to android-common. Makes some APIs public, others that didn't need to be public are private in the framework, some small things are copied.
* use framework base64 implementationDoug Zongker2010-02-162-169/+3
| | | | Change-Id: Ib1dc595e53d64901f81d06350c6ab9b138beff7e
* Fix mms-common's pathnames to match package spec.Ficus Kirkpatrick2010-02-0230-1/+1
| | | | Change-Id: I4ae65227ea29dff8a79bd1d9373dec46c4b53598
* Remove MMS from the frameworkTom Taylor2010-01-2831-0/+11170
The MMS code has been moved into the mms-common library. Move SqliteWrapper (and make it hidden) into the database directory because Telephony.java depends on it. Create a mmscommon library similar to androidcommon for a number of files used both by the telephony layer, by mms, and by myfaves. Change-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec