Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Free Flight ringtone to source tree. | Dave Sparks | 2009-10-27 | 2 | -0/+0 |
| | |||||
* | 7 more ringtones. Now with more Dr. No! | Dave Sparks | 2009-10-14 | 15 | -0/+92 |
| | |||||
* | The touch screen is probably a feature. | Dianne Hackborn | 2009-09-26 | 2 | -0/+22 |
| | | | | | | Also extend the feature APIs a bit. Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d | ||||
* | Add more features. | Dianne Hackborn | 2009-09-16 | 7 | -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 Hackborn | 2009-08-27 | 1 | -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.xml | Scott Su | 2009-08-22 | 1 | -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 donut | Android (Google) Code Review | 2009-07-23 | 3 | -2/+0 |
|\ | | | | | | | | | | | | | Merge commit '3867301423b5fce95b4b86313bc55e0be5e06c6b' * commit '3867301423b5fce95b4b86313bc55e0be5e06c6b': Remove the silent ringtone. | ||||
| * | Remove the silent ringtone. | Marco Nelissen | 2009-07-23 | 3 | -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 donut | Android (Google) Code Review | 2009-07-15 | 2 | -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 Nelissen | 2009-07-15 | 2 | -2/+2 |
| | | |||||
* | | Fix minor obex bugs and re-format the comments | Tao Liejun | 2009-07-14 | 1 | -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 permission | Christopher Tate | 2009-07-14 | 1 | -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 Lee | 2009-07-08 | 1 | -2/+0 |
| | |||||
* | Add a silent ringtone. | Marco Nelissen | 2009-07-06 | 3 | -0/+2 |
| | |||||
* | Use 'LOCAL_PATH' instead of 'local_path', so it's easier to see a diff of ↵ | Marco Nelissen | 2009-07-02 | 1 | -84/+84 |
| | | | | the two .mk files. | ||||
* | base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE | San Mehat | 2009-06-01 | 1 | -2/+2 |
| | | | | Signed-off-by: San Mehat <san@google.com> | ||||
* | Manual merge from cupcake_dcm. | Daisuke Miyakawa | 2009-05-25 | 1 | -0/+0 |
| | |||||
* | split boot animation out of SurfaceFlinger | Mathias Agopian | 2009-05-21 | 1 | -0/+2 |
| | | | | | | Conflicts: data/etc/platform.xml | ||||
* | location: Replace ILocationCollector interface with new ILocationProvider method | Mike Lockwood | 2009-05-21 | 1 | -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 Hackborn | 2009-05-15 | 1 | -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 1EDD | Mike Reed | 2009-04-29 | 1 | -0/+0 |
| | |||||
* | API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated ↵ | San Mehat | 2009-04-23 | 1 | -0/+4 |
| | | | | | | strings Signed-off-by: San Mehat <san@google.com> | ||||
* | AI 144740: am: CL 144739 More notification sounds | Dave Sparks | 2009-04-06 | 9 | -1/+5 |
| | | | | | | | Original author: davidsparks Merged from: //branches/cupcake/... Automated import of CL 144740 | ||||
* | Automated import from //branches/donutburger/...@142693,142693 | Dave Sparks | 2009-03-25 | 2 | -0/+0 |
| | |||||
* | Automated import from //branches/donutburger/...@142022,142022 | Dave Sparks | 2009-03-24 | 2 | -0/+0 |
| | |||||
* | Automated import from //branches/donutburger/...@141498,141498 | Dave Sparks | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | Automated import from //branches/donutburger/...@141476,141476 | Dave Sparks | 2009-03-24 | 1 | -1/+23 |
| | |||||
* | Automated import from //branches/donutburger/...@141469,141469 | Jason Sams | 2009-03-24 | 3 | -0/+3 |
| | |||||
* | Automated import from //branches/donutburger/...@141210,141210 | Dave Sparks | 2009-03-24 | 3 | -0/+1 |
| | |||||
* | Automated import from //branches/donutburger/...@141139,141139 | Mike Reed | 2009-03-24 | 1 | -0/+0 |
| | |||||
* | Automated import from //branches/donutburger/...@141015,141015 | Dave Sparks | 2009-03-24 | 41 | -0/+68 |
| | |||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 11 | -241/+69 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 101 | -0/+691 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 101 | -691/+0 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 11 | -7/+22 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 34 | -202/+1 |
| | |||||
* | auto import from //branches/cupcake/...@127436 | The Android Open Source Project | 2009-01-22 | 1 | -1/+6 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 4 | -2/+105 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 3 | -9/+10 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 10 | -2/+89 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 93 | -0/+681 |