Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AI 149133: Enable the camera permission check. | Dave Sparks | 2009-05-21 | 2 | -4/+3 |
| | | | | | | | | | Some debugging code was added to camera service. Later it was #ifdef'd out, but this change also removed the camera permission check. This change puts the permission check back in. BUG=1869264 Automated import of CL 149133 | ||||
* | AI 145382: API review: change new media keycode names to avoid ambiguity. | Dianne Hackborn | 2009-04-09 | 1 | -6/+6 |
| | | | | | | | Updates the key maps. During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...! So this is now changed to match. BUG=1779435 Automated import of CL 145382 | ||||
* | AI 144150: Fix heap corruption. | Nick Pelly | 2009-04-01 | 2 | -12/+43 |
| | | | | | | | Take mutex in close(), and skip write path after turning bluetooth off. BUG=1751710 Automated import of CL 144150 | ||||
* | AI 143620: Attempt for fixing crash in ↵ | Eric Laurent | 2009-03-31 | 1 | -8/+5 |
| | | | | | | | | | AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119. AudioFlinger::MixerThread::dumpTracks() was reading mTracks[] vector instead of mActiveTracks[] when dumping active tracks. BUG=1747119 Automated import of CL 143620 | ||||
* | Automated import from //branches/cupcake/...@142889,142889 | Eric Laurent | 2009-03-26 | 2 | -4/+15 |
| | |||||
* | Automated import from //branches/cupcake/...@142875,142875 | Mathias Agopian | 2009-03-25 | 2 | -7/+8 |
| | |||||
* | Automated import from //branches/cupcake/...@142873,142873 | Mathias Agopian | 2009-03-25 | 8 | -29/+52 |
| | |||||
* | Automated import from //branches/cupcake/...@142856,142856 | Mathias Agopian | 2009-03-25 | 11 | -77/+514 |
| | |||||
* | Automated import from //branches/cupcake/...@142663,142663 | Dianne Hackborn | 2009-03-25 | 1 | -0/+1 |
| | |||||
* | Automated import from //branches/cupcake/...@142481,142481 | Jack Palevich | 2009-03-24 | 2 | -21/+38 |
| | |||||
* | Automated import from //branches/cupcake/...@142445,142445 | Mathias Agopian | 2009-03-24 | 6 | -113/+105 |
| | |||||
* | Automated import from //branches/cupcake/...@142427,142427 | Mathias Agopian | 2009-03-24 | 1 | -5/+7 |
| | |||||
* | Automated import from //branches/cupcake/...@141708,141708 | Andreas Huber | 2009-03-24 | 1 | -0/+3 |
| | |||||
* | Automated import from //branches/cupcake/...@141613,141613 | Wu-cheng Li | 2009-03-24 | 1 | -4/+5 |
| | |||||
* | Automated import from //branches/cupcake/...@141597,141597 | Jason Sams | 2009-03-24 | 1 | -5/+12 |
| | |||||
* | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 11 | -292/+173 |
| | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 4 | -94/+77 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 2 | -11/+28 |
| | |||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 4 | -18/+112 |
| | |||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 5 | -214/+208 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 6 | -225/+79 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 807 | -0/+207817 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 807 | -207790/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 15 | -102/+69 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 15 | -69/+102 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -1/+3 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 10 | -40/+87 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 18 | -2332/+1746 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 100 | -2629/+4967 |
| | |||||
* | auto import from //branches/cupcake/...@127436 | The Android Open Source Project | 2009-01-22 | 2 | -9/+84 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 8 | -58/+166 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 27 | -56/+219 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 45 | -565/+1060 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 416 | -25217/+38215 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 727 | -0/+192150 |