summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 64-bit file size/offset support for DRM frameworkGloria Wang2010-11-1916-62/+62
| | | | Change-Id: I0ba7147607825234df9fa28732e1bba344e82e79
* Merge "Support for cubemaps."Alex Sakhartchouk2010-11-1821-72/+444
|\
| * Support for cubemaps.Alex Sakhartchouk2010-11-1821-72/+444
| | | | | | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* | am 550b1e17: am 671a6ff4: Add support for virtual sensors.Mathias Agopian2010-11-1815-204/+1296
|\ \ | | | | | | | | | | | | * commit '550b1e17c332b1302299af0b3a8a2fa81d7cde65': Add support for virtual sensors.
| * \ am 671a6ff4: Add support for virtual sensors.Mathias Agopian2010-11-1815-204/+1296
| |\ \ | | | | | | | | | | | | | | | | * commit '671a6ff4be11b3e2d8eb017e0c7a78e6133fb2b8': Add support for virtual sensors.
| | * | Add support for virtual sensors.Mathias Agopian2010-11-1815-204/+1296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework sensorservice to allow "virtual sensors", that is sensors that report a synthetized value based on real sensors. the main change to sensorservice is around managing which real sensor need to be activated and which rate to use. The logic for all this has been moved into SensorDevice, which essentially wraps the sensor HAL but adds two features to it: - it keeps track of which sensors need to be activated - it keeps track of what rate needs to be used For this purpose an "identity" is associated with each real sensor activation, so we can track them. On start-up we check for gravity, linear-acceleration and rotation-vector sensors, if they're not present in the HAL, we synthetize them in sensor-service. Change-Id: I841db2c1b37ef127ed571efa21732ecc5adf1800
* | | | Merge "Set the external display usage bit in Stagefright."Jamie Gennis2010-11-182-2/+2
|\ \ \ \
| * | | | Set the external display usage bit in Stagefright.Jamie Gennis2010-11-182-2/+2
| | |_|/ | |/| | | | | | | | | | Change-Id: Ie18fa773fdb83508d96300dd7e4e4c7c3cdc4540
* | | | Merge "Fix SPN_STRINGS_UPDATED_ACTION."Wink Saville2010-11-182-33/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SPN_STRINGS_UPDATED_ACTION.Wink Saville2010-11-182-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change EXTRA_SHOW_SPN and EXTRA_SHOW_PLMN to be false if spn and plmn are null or empty respectively. For CDMA EXTRA_SHOW_SPN is always false. bug: 3191159 Change-Id: Ic13b946cee10b123ec4960f2d22e13c8cb1dd20d
* | | | am 5e5c2a19: (-s ours) am 80381ab4: Merge "DO NOT MERGE - Updated ringtones ↵Justin Ho2010-11-180-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | for Crespo, fixing looping problem" into gingerbread * commit '5e5c2a199a9e44ef56c6638a52b9a9153f3d8c0d': DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem
| * | | am 80381ab4: Merge "DO NOT MERGE - Updated ringtones for Crespo, fixing ↵Justin Ho2010-11-182-0/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | looping problem" into gingerbread * commit '80381ab4ed44bd69c3e3464a848ca15851365b03': DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem
| | * | Merge "DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem" ↵Justin Ho2010-11-182-0/+0
| | |\ \ | | | | | | | | | | | | | | | into gingerbread
| | | * | DO NOT MERGE - Updated ringtones for Crespo, fixing looping problemJustin Ho2010-11-182-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Id5947197bdb6599bb7a3a15ab1e1a9541a4d31b2
* | | | | Merge "Added IOException to WaveformData constructor"Gil Dobjanschi2010-11-184-3/+11
|\ \ \ \ \
| * | | | | Added IOException to WaveformData constructorGil Dobjanschi2010-11-184-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic00b582beaa2701ffa72e99194693fd7cfa45a6d
* | | | | | Merge "Added support for full PC-style keyboards."Jeff Brown2010-11-1846-1284/+3890
|\ \ \ \ \ \
| * | | | | | Added support for full PC-style keyboards.Jeff Brown2010-11-1846-1284/+3890
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: Redesigned the key character map format to accomodate full keyboards with more comprehensive suite of modifiers. Old key character maps will not work anymore and must be updated. The new format is plain text only and it not compiled to a binary file (so the "kcm" tool will be removed in a subsequent check-in). Added FULL keyboard type to support full PC-style keyboards. Added SPECIAL_FUNCTION keyboard type to support special function keypads that do not have any printable keys suitable for typing and only have keys like HOME and POWER Added a special VIRTUAL_KEYBOARD device id convention that maps to a virtual keyboard with a fixed known layout. This is designed to work around issues injecting input events on devices whose built-in keyboard does not have a useful key character map (ie. when the built-in keyboard is a special function keyboard only.) Modified several places where events were being synthesized to use the virtual keyboard. Removed support for the "qwerty" default layout. The new default layout is "Generic". For the most part "qwerty" was being used as a backstop in case the built-in keyboard did not have a key character map (probably because it was a special function keypad) and the framework needed to be able to inject key events anyways. The latter issue is resolved by using the special VIRTUAL_KEYBOARD device instead of BUILT_IN_KEYBOARD. Added the concept of a key modifier behavior so that MetaKeyKeyListener can distinguish between keyboards that use chorded vs. toggled modifiers. Wrote more robust key layout and key character map parsers to enable support for new keyboard features and user installable key maps. Fixed a bug in InputReader generating key ups when keys are released out of sequence. Updated tons of documentation. Currently QwertyKeyListener is being used for full keyboards with autotext and capitalization disabled. This mostly works but causes some problems with character pickers, etc. These issues will be resolved in subsequent changes. Change-Id: Ica48f6097a551141c215bc0d2c6f7b3fb634d354
* | | | | | | Merge "Log H.264 profile/level in OMXCodec"Andreas Huber2010-11-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Log H.264 profile/level in OMXCodecAndreas Huber2010-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5bf98e1ace701b543234dd9dae1315037ff363c2
* | | | | | | | Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f497e8ec4dcfb878ce9491577e46d4c1ea09723
* | | | | | | | Merge "Support for "chunked" HTTP transfer encoding."Andreas Huber2010-11-184-21/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-184-21/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f20d2d9ec0fa0c840b429049b0385289a30e774 related-to-bug: 3205131
* | | | | | | | | Merge "Fix an issue wherre error notification will not be sent after ↵James Dong2010-11-181-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mediaplayer reset"
| * | | | | | | | | Fix an issue wherre error notification will not be sent after mediaplayer resetJames Dong2010-11-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug - 3198642 Change-Id: Ieab13e12af9fdd0ad0873c522885e1350e7cd24c
* | | | | | | | | | Merge "Layoutlib: support XML based ColorStateList."Xavier Ducrohet2010-11-181-7/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Layoutlib: support XML based ColorStateList.Xavier Ducrohet2010-11-171-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the rendering of the TabHost in Eclipse. Change-Id: I333c4d65b18df76871e24a04f0a888ae42ba40ef
* | | | | | | | | | | am bed67e99: (-s ours) am b27b8c0c: Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-180-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bed67e9925157d97986f6ff46bd1d4314522f92d': Fix a key repeating bug. (DO NOT MERGE)
| * | | | | | | | | | am b27b8c0c: Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-181-40/+40
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b27b8c0caf8ff23d10eea655085769f314050427': Fix a key repeating bug. (DO NOT MERGE)
| | * | | | | | | | | Fix a key repeating bug. (DO NOT MERGE)Jeff Brown2010-11-171-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. Repeating keys could also get stuck down. Bug: 3159581 Bug: 3208156 Change-Id: I1145487cfcc41a7850dba4cafc63c4a5951ace5b
* | | | | | | | | | | am a4846be1: (-s ours) am bfc1cc2d: Fix stuck keys when released out of ↵Jeff Brown2010-11-180-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | / / / / / / | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | order. (DO NOT MERGE) * commit 'a4846be127e4158c5b9da7d32e5f596c569235aa': Fix stuck keys when released out of order. (DO NOT MERGE)
| * | | | | | | | | am bfc1cc2d: Fix stuck keys when released out of order. (DO NOT MERGE)Jeff Brown2010-11-181-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bfc1cc2d1ea85cc754e63b422eb8cef8ae6a3667': Fix stuck keys when released out of order. (DO NOT MERGE)
| | * | | | | | | | Fix stuck keys when released out of order. (DO NOT MERGE)Jeff Brown2010-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3208156 Change-Id: I14e4d54f4912de5e2fabcd8638120623aa2d16e0
* | | | | | | | | | Fix bug 3208911 - apps not getting default ActionBar style valuesAdam Powell2010-11-183-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie2855d6ebbaf49d187dc8bd63fda7f1b397325b5
* | | | | | | | | | Revert "Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support ↵Ed Heyl2010-11-1820-69/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "up""" This reverts commit 8b8914b50d36734305d582485fa839b7d04b8872. Change-Id: Ib3ee99257ed10af5f729f3d29af37b5b48a8e139
* | | | | | | | | | Merge "Make AsyncQueryHandler emit more helpful log."Daisuke Miyakawa2010-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make AsyncQueryHandler emit more helpful log.Daisuke Miyakawa2010-11-181-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The log is introduced in a5f743f1fc7c5037ee7ad4ab611115b6d44af5b8 We need more info for understanding what is happening. Bug: 3204897 Change-Id: Ie2fbc838cb76757837c8dedb05055fbcc287d2b4
* | | | | | | | | | Merge "Add getUri() for streaming"Gloria Wang2010-11-185-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add getUri() for streamingGloria Wang2010-11-185-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I56e15e67cc5f4d0f41c9e2985404a4d89d757e7e
* | | | | | | | | | | Merge "Hello, HoloClock."Daniel Sandler2010-11-185-17/+205
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Hello, HoloClock.Daniel Sandler2010-11-185-17/+205
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3203162 Change-Id: I3c4fb47eb4fd7f6de966055e0d0a5de77b0c4eac
* | | | | | | | | | | Merge "Added new timepicker assets"Gilles Debunne2010-11-1848-0/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added new timepicker assetsGilles Debunne2010-11-1748-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5f5ff07b331fd1644bba1352db75143bdd84d08c
* | | | | | | | | | | | Merge "docs: revise menu resources to account for action bar"Scott Main2010-11-181-55/+89
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | docs: revise menu resources to account for action barScott Main2010-11-171-55/+89
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I40d61653e02735f6a0b47449191b71c233b36fa3
* | | | | | | | | | | | Merge "Add supported video/m4v mimeType to the support list."Shimeng (Simon) Wang2010-11-181-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add supported video/m4v mimeType to the support list.Shimeng (Simon) Wang2010-11-181-1/+3
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to support video/m4v mimeType in the Browser. Even though it's not listed in MediaFile.java, it's supported and plays well. issue:3207898 Change-Id: I35c7905527ce2c46f8861662b3a2ee94a690b38e
* | | | | | | | | | | | Temp fix; Revert "Fix bug 3167081 - Action Bar redesign to support "up""android-build SharedAccount2010-11-1820-91/+69
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 432e5f9f167e622d03fee0e10215b6e2234c1a3c. Conflicts: core/res/res/values/public.xml Change-Id: I7212626479da7aef80b9bcb4c2144435364dafae
* | | | | | | | | | | Merge "Don't waste memory creating new Boolean objects"Kenny Root2010-11-182-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |