summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add Free Flight ringtone to source tree.Dave Sparks2009-10-272-0/+0
|
* 7 more ringtones. Now with more Dr. No!Dave Sparks2009-10-1415-0/+92
|
* The touch screen is probably a feature.Dianne Hackborn2009-09-262-0/+22
| | | | | | Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
* Add more features.Dianne Hackborn2009-09-167-0/+147
| | | | | | | The base set of features probably still needs to be fleshed out, but it's a start. Change-Id: Ifca80943810d48764d6ad0c6361abb1fae482d9f
* Add platform infrastructure for features.Dianne Hackborn2009-08-271-0/+21
| | | | | | | | | | | | | | This introduces a new mechanism to define features associated with a platform, query the current device for the available features, and enforce that apps requiring features that aren't available can't be installed. Also now allows uses-library to specify that a library is optional, so the lack of such a library will not prevent the app from being installed (but if it does exist it will be correctly linked into the app). Change-Id: I5b369b46cfa0b3d37c9e08fd14ef1098a978e67b
* Remove the decleration of com.android.im.plugin.jar in platform.xmlScott Su2009-08-221-2/+0
| | | | Add a column definition for keep_signed_in when query the active account with a given provider
* am 38673014: Merge change 8336 into donutAndroid (Google) Code Review2009-07-233-2/+0
|\ | | | | | | | | | | | | Merge commit '3867301423b5fce95b4b86313bc55e0be5e06c6b' * commit '3867301423b5fce95b4b86313bc55e0be5e06c6b': Remove the silent ringtone.
| * Remove the silent ringtone.Marco Nelissen2009-07-233-2/+0
| | | | | | | | | | | | I didn't realize that the ringtone picker already has an option to show a "Silent" item at the top, and having a separate silent ringtone conflicts with that in apps that choose to show it.
* | am 37b939a6: Merge change 7395 into donutAndroid (Google) Code Review2009-07-152-2/+2
|\ \ | |/ | | | | | | | | | | Merge commit '37b939a63742c9a0cea4e6982bfb0581def45d6d' * commit '37b939a63742c9a0cea4e6982bfb0581def45d6d': Move the silent ringtone to ringtones/notifications, so it can be used for both.
| * Move the silent ringtone to ringtones/notifications, so it can be used for both.Marco Nelissen2009-07-152-2/+2
| |
* | Fix minor obex bugs and re-format the commentsTao Liejun2009-07-141-0/+2
| | | | | | | | | | | | | | | | | | | | re-format comments move connectible to connectable remove unnecessary throws remove not-used function ClientOperation.readResponse() fix client abort case for PUT set mOpen for PrivateOutputStream add to platform.xml
* | Grant adb the BACKUP permissionChristopher Tate2009-07-141-0/+1
|/ | | | | | This also means we should no longer do explicit calling-identity fiddling in dump(), relying instead on the usual permission enforcement mechanism to handle things.
* Removed reference to awt jar from platform.xml.Bob Lee2009-07-081-2/+0
|
* Add a silent ringtone.Marco Nelissen2009-07-063-0/+2
|
* Use 'LOCAL_PATH' instead of 'local_path', so it's easier to see a diff of ↵Marco Nelissen2009-07-021-84/+84
| | | | the two .mk files.
* base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-2/+2
| | | | Signed-off-by: San Mehat <san@google.com>
* Manual merge from cupcake_dcm.Daisuke Miyakawa2009-05-251-0/+0
|
* split boot animation out of SurfaceFlingerMathias Agopian2009-05-211-0/+2
| | | | | | Conflicts: data/etc/platform.xml
* location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-211-1/+0
| | | | | | | | | | | | This change replaces ILocationCollector with a more general mechanism that passes locations received from a provider to all other providers. The network location provider now uses this to implement the location collector. In the future, this could be used to inject network locations to the GPS as aiding data. This change also removes the now obsolete permission INSTALL_LOCATION_COLLECTOR. Signed-off-by: Mike Lockwood <lockwood@android.com>
* Implement compatibility support for WRITE_SDCARD permission.Dianne Hackborn2009-05-151-1/+21
| | | | | | | | | | | Now old applications will automatically be granted it. Also renamed it from SDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions, and re-arranged how we do targetSdkVersion to actually be usuable for this kind of stuff. Note that right now this results in basically all apps being given the WRITE_SDCARD permission, because their targetSdkVersion is not set. I will be dealing with that in a future change.
* New font that fixes the accent shape/orientation on 1EDDMike Reed2009-04-291-0/+0
|
* API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated ↵San Mehat2009-04-231-0/+4
| | | | | | strings Signed-off-by: San Mehat <san@google.com>
* AI 144740: am: CL 144739 More notification soundsDave Sparks2009-04-069-1/+5
| | | | | | | Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 144740
* Automated import from //branches/donutburger/...@142693,142693Dave Sparks2009-03-252-0/+0
|
* Automated import from //branches/donutburger/...@142022,142022Dave Sparks2009-03-242-0/+0
|
* Automated import from //branches/donutburger/...@141498,141498Dave Sparks2009-03-241-1/+1
|
* Automated import from //branches/donutburger/...@141476,141476Dave Sparks2009-03-241-1/+23
|
* Automated import from //branches/donutburger/...@141469,141469Jason Sams2009-03-243-0/+3
|
* Automated import from //branches/donutburger/...@141210,141210Dave Sparks2009-03-243-0/+1
|
* Automated import from //branches/donutburger/...@141139,141139Mike Reed2009-03-241-0/+0
|
* Automated import from //branches/donutburger/...@141015,141015Dave Sparks2009-03-2441-0/+68
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-0911-241/+69
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03101-0/+691
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03101-691/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-1911-7/+22
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1034-202/+1
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-1/+6
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-154-2/+105
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-093-9/+10
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1710-2/+89
|
* Initial ContributionThe Android Open Source Project2008-10-2193-0/+681