summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Non-opaque views with fading edges cannot be marked dirty opaque. Bug ↵Romain Guy2011-01-071-3/+9
|\ | | | | | | #3325084" into honeycomb
| * Non-opaque views with fading edges cannot be marked dirty opaque.Romain Guy2011-01-071-3/+9
| | | | | | | | | | | | Bug #3325084 Change-Id: I80b7653daa2ae3cc6d81da1063911aa4cb69e8f4
* | Merge "WM part of #3293405: Screen needs to be redrawn when HDMI is plugged ↵Dianne Hackborn2011-01-071-0/+11
|\ \ | | | | | | | | | in" into honeycomb
| * | WM part of #3293405: Screen needs to be redrawn when HDMI is plugged inDianne Hackborn2011-01-071-0/+11
| | | | | | | | | | | | Change-Id: If5ceb28073c6abf14165871bd99cb481b31a863b
* | | Merge "Fix bug 3158976 - Search box is too small" into honeycombAdam Powell2011-01-074-1/+27
|\ \ \
| * | | Fix bug 3158976 - Search box is too smallAdam Powell2011-01-074-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set default minimum widths for SearchView text fields. Fix an issue with the ActionButton style. Change-Id: I2315df334479ba66fed16e2ca59c4a49e2437442
* | | | bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-073-27/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added a mechanism to select the cursor ring content if accessibility is enabled - This is achieved by sending an event to the WebCore thread (if accessibility is enabled) to select the content of the cursor when the latter moves. Added code in WebViewCore to select the given node and notify the UI thread for the selection markup which is delivered of the accessibility injector which manages sending accessibility events. This is relevant for adding accessibility to WebView if JavaScript is not enabled. (If JS is enabled we inject a screenreader written in JS). 2. Fixed the event delegation to the accessibility injector since it should be able to consume key events of interest and perform some action which leads to sending appropriate accessibility event. In the previous implementation it was possible that the injector consumes the event but the latter was bubbled up. 3. Added function to scroll the selection into view while moving it around based on user commands. Note: This is a part of two project commmit. Change-Id: Ibb81d0468726efbe3bf6e3add1b19c69e3206638
* | | | Merge "Don't match wrap_content/match_parent children with child count = 1. ↵Romain Guy2011-01-073-3/+7
|\ \ \ \ | | |_|/ | |/| | | | | | Bug #3328711" into honeycomb
| * | | Don't match wrap_content/match_parent children with child count = 1.Romain Guy2011-01-073-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | Bug #3328711 Change-Id: Ic131f2feecbeec4a7250d47193c9794aa70d22ee
* | | | Merge "Do not update matches string when there are no matches." into honeycombLeon Scroggins2011-01-071-0/+6
|\ \ \ \
| * | | | Do not update matches string when there are no matches.Leon Scroggins2011-01-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Bug:2927451 Change-Id: I6374ffcc9d0710d69206d2f1f31a908b010a75bf
* | | | | Merge "Added support for Unicode surrogate characters in word selection" ↵Gilles Debunne2011-01-072-23/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into honeycomb
| * | | | | Added support for Unicode surrogate characters in word selectionGilles Debunne2011-01-072-23/+28
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Inspired by https://review.source.android.com/#change,16606 Change-Id: I896354f5aba83c1919c008f07b6d0b2abf0b8e01
* | | | | Merge "Import some unabbreviated translations for large screens." into honeycombEric Fischer2011-01-071-0/+331
|\ \ \ \ \
| * | | | | Import some unabbreviated translations for large screens.Eric Fischer2011-01-061-0/+331
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I41c5b010bfa14d84f8802b415e6bb465663c722c
* | | | | Merge "Add support for the "compilation" tag in mp3, mp4 and ogg, and also ↵Marco Nelissen2011-01-071-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | add support for two common ways of specifying album artist in ogg files. b/3311831" into honeycomb
| * | | | | Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-071-0/+7
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for two common ways of specifying album artist in ogg files. b/3311831 (cherry-picked from GB because of weird automerger failure) Change-Id: Ibf12a3d6bc8bbc2ac5ea815de6b33414b8f53f0f
* | | | | Merge "Removed XmlAdapters from frameworks." into honeycombGilles Debunne2011-01-073-1316/+0
|\ \ \ \ \
| * | | | | Removed XmlAdapters from frameworks.Gilles Debunne2011-01-073-1316/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Has been moved to samples. Change-Id: Icc0530d78df9755a4a1fe9314fa557a91da408c6
* | | | | Merge "in requery(), when exception is caught, print warning + stacktrace" ↵Vasu Nori2011-01-071-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into honeycomb
| * | | | in requery(), when exception is caught, print warning + stacktraceVasu Nori2011-01-061-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifa03e2c4bcf09fbba5ac028d4c7a74e092450612
* | | | | Fix bug 3330223 - onCreateOptionsMenu() unable to getActionView()Adam Powell2011-01-072-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately after orientation change Inflate action view layout resource earlier so that calls to getActionView are valid immediately after menu inflation. Change-Id: I8023328b1a77670ac42a783f6e4b46aa5c2a798e
* | | | | Merge "Fix typo bug in FrameLayout's measurement code. Bug #3327185" into ↵Romain Guy2011-01-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | honeycomb
| * | | Fix typo bug in FrameLayout's measurement code.Romain Guy2011-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug #3327185 Change-Id: If9a897efd8766b158749d053dabee3477bf1b053
* | | | Adding AsyncTaskLoader.waitForLoader() for testingDmitri Plotnikov2011-01-071-1/+28
| | | | | | | | | | | | | | | | Change-Id: I8a4c13d48c9deca70594be58beafb68f08da65ea
* | | | Avoid superfluous calls to CacheManager with the Chromium HTTP stackSteve Block2011-01-078-20/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the Chromium HTTP stack, most of the calls to CacheManager methods are not required, as we're not using its cache. These methods are now marked with asserts to make this clear. Also avoid creating the cache database in WebViewDatabase. This will avoid creating the database databases/webviewCache.db and the directory cache/webviewCache. Bug: 3270236 Change-Id: I68f94dde16830ed817454d5e1af961f41b71d018
* | | | Merge "Remove some superfluous null-checks when constructing a CacheResult" ↵Steve Block2011-01-071-11/+6
|\ \ \ \ | | | | | | | | | | | | | | | into honeycomb
| * | | | Remove some superfluous null-checks when constructing a CacheResultSteve Block2011-01-061-11/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: I57f0283872b788f84fef1667f79c37f4d92a5868
* | | | | Merge "fix a long-standing 'typo' bug" into honeycombVasu Nori2011-01-061-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix a long-standing 'typo' bugVasu Nori2011-01-061-1/+1
| | |/ / | |/| | | | | | | | | | | | | | bug:2676368 Change-Id: Ie7381f343223c3bd4757de962efab7b75fe2cf1d
* | | | New layers API for Views.Romain Guy2011-01-065-19/+250
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | This API can be used to back a view and its children with either a software layer (bitmap) or hardware layer (FBO). Layers have various usages, including color filtering and performance improvements during animations. Change-Id: Ifc3bea847918042730fc5a8c2d4206dd6c9420a3
* | | Merge "Add SurfaceTexture JNI registration." into honeycombJamie Gennis2011-01-061-0/+2
|\ \ \
| * | | Add SurfaceTexture JNI registration.Jamie Gennis2011-01-061-0/+2
| | | | | | | | | | | | | | | | Change-Id: I5441600b334e11e6ef88eb96ebb010df75080ad6
* | | | Merge "in GB requery() didn't throw exceptions (mostly). replicate that in ↵Vasu Nori2011-01-061-3/+25
|\ \ \ \ | | | | | | | | | | | | | | | HC" into honeycomb
| * | | | in GB requery() didn't throw exceptions (mostly). replicate that in HCVasu Nori2011-01-061-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | bug:3302851 Change-Id: I56e0bd178b200472cb1dbcbd2e80b844690b8964
* | | | | Merge changes Ib809d4c5,I05d69da4 into honeycombJoe Onorato2011-01-061-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | * changes: This makes the events at the edge of the screen find the button. some touch event debugging
| * | | | some touch event debuggingJoe Onorato2011-01-061-0/+23
| | |/ / | |/| | | | | | | | | | Change-Id: I05d69da4db8c03f9c5131cd271bd9ee1b4996ca9
* | | | Merge "Remove auto connection on ACL connection." into honeycombJaikumar Ganesh2011-01-061-4/+0
|\ \ \ \
| * | | | Remove auto connection on ACL connection.Jaikumar Ganesh2011-01-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need for this and causes problems with HID. Its the reponsibility of the remote device to initiate connection when back in range. Fixes bug: 3282682 Change-Id: I9fed15d4ce0ae4539059001db54cc302a55e2015
* | | | | Merge "Add the SurfaceTexture java class." into honeycombJamie Gennis2011-01-062-0/+111
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add the SurfaceTexture java class.Jamie Gennis2011-01-062-0/+111
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | This class exposes to Java the application-side interface to the SurfaceTexture C++ class. Change-Id: I0dba42aad90257c7adbde6fa362658c0717b70d0
* | | | Merge "Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% ↵Adam Powell2011-01-063-19/+10
|\ \ \ \ | | | | | | | | | | | | | | | more useful" into honeycomb
| * | | | Fix bug 3212471 - Widget.Holo.ActionButton style and friends now 76% more usefulAdam Powell2011-01-063-19/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: Ideb37c8a31e37df8fcfc549d12b4b6cafc983ca1
* | | | | Merge "Make sure the reading level scale is within min/max limits." into ↵Shimeng (Simon) Wang2011-01-061-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | Make sure the reading level scale is within min/max limits.Shimeng (Simon) Wang2011-01-061-2/+3
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This potentially helps the following issue. But anyway, this change is good to have. issue: 3292648 Change-Id: I0ad74b802d7ce2c3d66de8115187638f1d5e72ff
* | | | | Merge "Reuse of native display list objects" into honeycombChet Haase2011-01-063-30/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Reuse of native display list objectsChet Haase2011-01-063-30/+47
| |/ / / | | | | | | | | | | | | Change-Id: Ia4553e23930ad20e56c11faa7809be788a1ad4bb
* | | | Add temporary hack for keyboards not following spec.Jaikumar Ganesh2011-01-061-8/+19
| | | | | | | | | | | | | | | | Change-Id: Ic206d45e54f0dc2ccf8124adb08df0c768d7e130
* | | | Follow the spec recommendation for keyboard pairing.Jaikumar Ganesh2011-01-063-40/+137
|/ / / | | | | | | | | | | | | | | | Generate a variable pin and show it to the user. Change-Id: Id4aae7a16f25c67d6c6ead6fd936cb14087f3c7a
* | | Merge "requery() should close cursorwindow insead of setting it to null." ↵Vasu Nori2011-01-062-5/+21
|\ \ \ | | | | | | | | | | | | into honeycomb