summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added audio and video codec parameters to the export method.Gil Dobjanschi2010-11-042-15/+27
| | | | Change-Id: I1badd08ce7148da540bf91df0e19c3da59287756
* Merge "Use SoftReference for WaveformData"Gil Dobjanschi2010-11-022-8/+38
|\
| * Use SoftReference for WaveformDataGil Dobjanschi2010-11-022-8/+38
| | | | | | | | Change-Id: I801a4eb4f55e0c6244f868bf8b474a2a79d81642
* | Merge "More implementation of the layoutlib Paint/Canvas delegates."Xavier Ducrohet2010-11-023-127/+720
|\ \
| * | More implementation of the layoutlib Paint/Canvas delegates.Xavier Ducrohet2010-11-013-127/+720
| | | | | | | | | | | | Change-Id: I0c0029b9a679af4ae0178488f70b2a90292ea42d
* | | Merge "Fix a key repeating bug."Jeff Brown2010-11-021-40/+40
|\ \ \
| * | | Fix a key repeating bug.Jeff Brown2010-11-021-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes a bug in the dispatcher where the window manager policy would incorrectly receive a key repeat count of 0 in the case where the key repeat was generated by the hardware or driver. Long-press on HOME was broken as a result. Bug: 3159581 Change-Id: If0f02662313f5b879a4e566fbb461389e274a550
* | | | Fix bug 3093591 - add richer control over default tab selection in ActionBarAdam Powell2010-11-024-18/+79
|/ / / | | | | | | | | | | | | | | | | | | Added overloads to ActionBar#addTab with control over whether the added tab will become selected or not. Old versions implemented in terms of the new. Change-Id: I810c64652bb7e755b81151ce8a2c765266d78a66
* | | Merge "Add plumbing for volume mute key."Jeff Brown2010-11-0215-34/+98
|\ \ \
| * | | Add plumbing for volume mute key.Jeff Brown2010-11-0215-34/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full support for the volume mute key will be implemented in a later change. Bug: 2912307 Change-Id: I98c27d6360f159c8b7447e04b45f442eff87b38a
* | | | Merge "Use SystemProperties.get() instead of System.getProperty()"Gloria Wang2010-11-021-1/+1
|\ \ \ \
| * | | | Use SystemProperties.get() instead of System.getProperty()Gloria Wang2010-11-021-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: I92571fa217e6623345bbd84cf87ab939fbe63b0a
* | | | Fix text color in paste popup.Gilles Debunne2010-11-022-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ic4ca2ec0bb19016b7a633684c60f2c00923784cc
* | | | Merge "Optimize FBO drawing with regions. This optimization is currently ↵Romain Guy2010-11-0243-235/+670
|\ \ \ \ | | | | | | | | | | | | | | | disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file."
| * | | | Optimize FBO drawing with regions.Romain Guy2010-11-0243-235/+670
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This optimization is currently disabled until Launcher is modified to take advantage of it. The optimization can be enabled by turning on RENDER_LAYERS_AS_REGIONS in the OpenGLRenderer.h file. Change-Id: I2fdf59d0f4dc690a3d7f712173ab8db3848b27b1
* | | | | Merge "Use AsynChannel for synchronous API"Irfan Sheriff2010-11-024-223/+294
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use AsynChannel for synchronous APIIrfan Sheriff2010-11-024-223/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also cleaned up some unnecessary synchronous commands from state machine, and fixed an issue with a synchronous WPS command Change-Id: I55bf4379d9810e11f2ba2e03e2e703b132d1488f
* | | | | Merge "Disable some logs"Gloria Wang2010-11-022-5/+0
|\ \ \ \ \
| * | | | | Disable some logsGloria Wang2010-11-022-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I05fcf6869916504367814fd2abd2b1af88619f5b
* | | | | | Merge "Use Holo theme for Ringtone picker."Amith Yamasani2010-11-021-1/+1
|\ \ \ \ \ \
| * | | | | | Use Holo theme for Ringtone picker.Amith Yamasani2010-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3148863
* | | | | | | Merge "New RS types test for checking compilation."Stephen Hines2010-11-027-8/+138
|\ \ \ \ \ \ \
| * | | | | | | New RS types test for checking compilation.Stephen Hines2010-11-027-8/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb
* | | | | | | | Merge "Fix bug 2248975, edits to load error HTML pages."Roy West2010-11-022-12/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug 2248975, edits to load error HTML pages.Roy West2010-11-022-12/+10
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I17e98926ef3b0d792bb85200847d649425b9aeb5
* | | | | | | | In java, System.getProperty returns null when the property doesn't exist,Marco Nelissen2010-11-021-3/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than an empty string like it does in native code. b/3157546 Change-Id: I7985a405e4d2d1f20be0a151aa2cf2e5a83b380b
* | | | | | | fix broken buildVasu Nori2010-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6fb1996932a75199fa42f43367c9ed266d3ba85c
* | | | | | | Merge "Fix default return code for getResource"Kenny Root2010-11-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix default return code for getResourceKenny Root2010-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganization of getResource to allow for other densities accidentally overrode the default return code for getResource from BAD_VALUE to BAD_INDEX. This corrects the default return to BAD_VALUE which restores other things to working. Bug: 3155824 Change-Id: I13dafff85bc6978c5f5435fc09ab0474c7885c4d
* | | | | | | | Merge "deperecate Cursor requery() and sa, Loader should be used instead"Vasu Nori2010-11-023-63/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | deperecate Cursor requery() and sa, Loader should be used insteadVasu Nori2010-11-023-63/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the warning printed currently "do requery on background thread" is not that useful in processes such as gapps, acore. to reduce the deluge of bugs assigned to me, I think a simple deprecation warning is better. Change-Id: I7a1129ea889f10e72895092a3cdd48cc96d0d1f0
* | | | | | | | Merge "Put back the back button"Joe Onorato2010-11-022-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Put back the back buttonJoe Onorato2010-11-022-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0aea487eb2123d3d7e689c2f8ef24e9025a34aee
* | | | | | | | | Merge "Made paste window nicer: asset and padding"Gilles Debunne2010-11-023-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Made paste window nicer: asset and paddingGilles Debunne2010-11-013-0/+16
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I149c6b2bff42c73bcff427c2e0f866d42b16e51b
* | | | | | | | | Merge "Update the subtype icon properly."satok2010-11-023-16/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update the subtype icon properly.satok2010-11-023-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib89959d1ea13f1e6f56e6280f90532e6695c4a00
* | | | | | | | | | am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.Jeff Brown2010-11-022-5/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7ab5d2d951792c9b1a1e7cfb279280c2d076506f': Fix bugs related to cheek event suppression.
| * | | | | | | | | am a87ea46c: Fix bugs related to cheek event suppression.Jeff Brown2010-11-012-5/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a87ea46cb023763e0a9b0222da20b0a354f79d8d': Fix bugs related to cheek event suppression.
| | * | | | | | | | | Fix bugs related to cheek event suppression.Jeff Brown2010-11-012-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two issues: 1. First, due to an inverted conditional in the input dispatcher, we were reporting touches as long touches and vice-versa to the power manager. 2. Power manager user activity cheek event suppression also suppresses touch events (but not long touch or up events). As a result, if cheek event suppression was enabled, touches would not poke the user activity timer. However due to the above logic inversion, this actually affected long touches. Net result, if cheek suppression was enabled in the power manager and you held your thumb on the screen long enough, the phone would go to sleep! Cheek event suppression is commonly turned on when making a phone call. Interestingly, it does not seem to get turned off afterward... This change fixes the logic inversion and exempts touches from the cheek suppression. The reason we do the latter is because the old behavior was actually harmful in other ways too: a touch down would be suppressed but not a long touch or the touch up. This would cause bizarre behavior if you touched the screen while it was dimmed. Instead of brightening immediately, it would brighten either when you lifted your finger or 300ms later, whichever came first. Bug: 3154895 Change-Id: Ied9ccec6718fbe86506322ff47a4e3eb58f81834
* | | | | | | | | | | Adding click feedback to widget collectionsAdam Cohen2010-11-018-127/+168
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I97fceb6c68ca6eb1b703eafacf201e1aed7c38e7
* | | | | | | | | | Merge "Added missing label and char limits"Daniel Lehmann2010-11-012-5/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added missing label and char limitsDaniel Lehmann2010-11-012-5/+7
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I950c065dcf965872a541dfc4b55daec045d65d6a
* | | | | | | | | | am 424963ef: am 5dda76a7: Adding some StorageManager integration test ↵Neal Nguyen2010-11-019-0/+888
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | infrastructure and some basic tests. * commit '424963ef8d46c34d67ea24d25735944c0d87409c': Adding some StorageManager integration test infrastructure and some basic tests.
| * | | | | | | | | am 5dda76a7: Adding some StorageManager integration test infrastructure and ↵Neal Nguyen2010-11-019-0/+888
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some basic tests. * commit '5dda76a72e8bb4630fb5fd38a42e7bceb5b9c954': Adding some StorageManager integration test infrastructure and some basic tests.
| | * | | | | | | | Adding some StorageManager integration test infrastructure and some basic tests.Neal Nguyen2010-11-019-0/+888
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More interesting tests to come in the form of host-based tests. Change-Id: Ifdedf7ef26ed9889871c902af20164df0498cf07
* | | | | | | | | | Merge "Fix a bug that enabled Subtype ID can't be saved propery."satok2010-11-011-5/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix a bug that enabled Subtype ID can't be saved propery.satok2010-11-011-5/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iccf175c55ebfd86f3045ad27bff4f34d7963ebc7
* | | | | | | | | | Added support for dock headset observerPraveen Bharathi2010-11-0110-200/+446
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I06b2e65e3bfa10735e6c7fd3349afa9ae7d45292 Signed-off-by: Praveen Bharathi <pbharathi@motorola.com>
* | | | | | | | | | am af35b8f4: am bd06f02d: Cleaning up some more flakiness in DownloadManager ↵Neal Nguyen2010-11-012-6/+11
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests. * commit 'af35b8f43262a27c941c396186501a9695954cd8': Cleaning up some more flakiness in DownloadManager tests.