summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Don't waste memory creating new Boolean objectsKenny Root2010-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating a new Boolean is wasteful since there's already a static Boolean.TRUE and Boolean.FALSE. Using Boolean.valueOf will return one of those static objects and reduce memory usage a bit. Change-Id: Id497f951c8a894ec03ac6c3181e6055b56db9db4
* | | | | | | | | | Add caching support of BCC binaries.Shih-wei Liao2010-11-186-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1e75bb84d88319cb6f1bbe6d907cf6e8ed546142
* | | | | | | | | | Status bar formatting tweaksJoe Onorato2010-11-178-59/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
* | | | | | | | | | Add an opacity attribute to LayerDrawable that lets you control the opacity ↵Joe Onorato2010-11-174-2/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directly instead of collecting the values from the children-- a task that is much harder to get right than we want to spend startup time on. Change-Id: Idf5b1d612472c6accfdc935c6a6fadb1eb239a73
* | | | | | | | | | Use an triangle instead of a gearJoe Onorato2010-11-172-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2a04045133a1d328bd1b3a4eee11ad3dc54143f
* | | | | | | | | | Fix bug 3167081 - Action Bar redesign to support "up"Adam Powell2010-11-1720-69/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate new assets for action bar "up" and menu. Restructure action bar layout to support the new design. First pass at metrics. Change-Id: Iefc502bf398905208129ef41072bdf4a0225bfe0
* | | | | | | | | | Merge "StrictMode: shut up VM penalty logging on debug builds."Brad Fitzpatrick2010-11-171-2/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | StrictMode: shut up VM penalty logging on debug builds.Brad Fitzpatrick2010-11-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thread penalties were just dropboxing, but VM penalties were both dropboxing *and* logging, and most annoyingly. Change-Id: Ifc64b642dd0e2b17f0234ce3724650489883f62b
* | | | | | | | | | am 705c179e: am 0fe33a48: am 2cbe92ea: docs: add better visibility to app ↵Scott Main2010-11-171-1/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | install location doc * commit '705c179e3aade32f0e288299ba4519d4ee0a333f': docs: add better visibility to app install location doc
| * | | | | | | | | am 0fe33a48: am 2cbe92ea: docs: add better visibility to app install ↵Scott Main2010-11-171-1/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location doc * commit '0fe33a4835ae3721f6302f3f2112d79e43b2b4f6': docs: add better visibility to app install location doc