summaryrefslogtreecommitdiff
path: root/mms-common/java
AgeCommit message (Collapse)Author
2010-03-08Remove mms-common libraryTom Taylor
Put the Mms files back in the framework where they've been since 1.0. Change-Id: I3c449468053ddd82d35c45a06d71957de660bf99
2010-03-01define the "seen" column for sms and pdu tables.Wei Huang
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
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.
2010-02-16use framework base64 implementationDoug Zongker
Change-Id: Ib1dc595e53d64901f81d06350c6ab9b138beff7e
2010-02-02Fix mms-common's pathnames to match package spec.Ficus Kirkpatrick
Change-Id: I4ae65227ea29dff8a79bd1d9373dec46c4b53598
2010-01-28Remove MMS from the frameworkTom Taylor
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