summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge "Refactoring in TextViews' handles"Gilles Debunne2011-04-221-118/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Refactoring in TextViews' handlesGilles Debunne2011-04-221-118/+59
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The position of the container has to be updated on each frame in preDraw, since the handles' positions can be modified programatically. Updating position when the handle is dragged is no longer sufficient and now redundent. Change-Id: I304b13089f4327baad2e8d4c0974c649bef1e883
* | | | | | | | | | | | | Merge "sped up the ui in image processing test app"Alex Sakhartchouk2011-04-228-188/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sped up the ui in image processing test appAlex Sakhartchouk2011-04-228-188/+45
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5e8637cf4386b31d961d41c64019f9ac98d21905
* | | | | | | | | | | | | Remove the assertion and report content malform error to applicationJames Dong2011-04-221-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e30c586048d38334fd4366959a124a99d8efe28 related-to-bug: 4267147
* | | | | | | | | | | | | Merge "Import revised translations."Eric Fischer2011-04-221-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Import revised translations.Eric Fischer2011-04-221-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife651e15da4a9e008bef758c6d92f6e2fb7102ef
* | | | | | | | | | | | | | Merge "Fix for issue 3385135 "source code cleanup" engine part - remove the ↵hongteng2011-04-224-15/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | unused header files"
| * | | | | | | | | | | | | Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-224-15/+0
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove the unused header files Change-Id: I78971f7a6ae9325ce96a474e448c6f3d586d7ba6
* | | | | | | | | | | | | Merge "Start work on simulating landscape/portrait when orientation is locked."Dianne Hackborn2011-04-224-61/+181
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Start work on simulating landscape/portrait when orientation is locked.Dianne Hackborn2011-04-224-61/+181
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet working, so turned off. Also fix a bug where the display size configuration became inconsistent after a configuration change -- we now figure out everything about the display size when computing a new configuration.
* | | | | | | | | | | | | Merge "Adding KeyChain API and IKeyChainService"Brian Carlstrom2011-04-223-0/+404
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Adding KeyChain API and IKeyChainServiceBrian Carlstrom2011-04-203-0/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id3eaa2d1315481f199777b50e875811e3532988a
* | | | | | | | | | | | | Merge "Fix for issue 4133431 "Remove OSAL layer" in JNI part"Shyam Pallapothu2011-04-216-84/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix for issue 4133431 "Remove OSAL layer" in JNI partShyam Pallapothu2011-04-216-84/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d38454cdf32cb87dadeedcecd19261dd0b0b927
* | | | | | | | | | | | | | Action bar work for phonesAdam Powell2011-04-2116-32/+215
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak sizing and layouts for action bar on smaller devices. The action bar's size is now partially dependent on form factor and orientation to conserve screen space, especially in landscape mode. Alter the max action menu items for smaller devices. Disallow text on action menu items with a horizontal width of less than 480dp when an icon is available. Remove the "Done" text on the action mode close button. (TODO: get a properly sized 9-patch resource for this - the current one has an intrinsic width that is too large.) When setting an action bar icon as a resource ID, the bar will attempt to load a mipmapped resource that is the closest available for the target size. Change-Id: I2498c640666ade310fdd1d3a2078bd4000b392a2
* | | | | | | | | | | | | am 66140cc1: am a2c180a0: am caf60ebd: am 48c187f9: docs: fix typo in 3.0 notesScott Main2011-04-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '66140cc1eadce6de4370d1078172e1a7eca6b919': docs: fix typo in 3.0 notes
| * | | | | | | | | | | | am a2c180a0: am caf60ebd: am 48c187f9: docs: fix typo in 3.0 notesScott Main2011-04-211-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a2c180a0dde842d76d75c8b22ee7db29b482757e': docs: fix typo in 3.0 notes
| | * | | | | | | | | | | am caf60ebd: am 48c187f9: docs: fix typo in 3.0 notesScott Main2011-04-211-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'caf60ebdbdf9769624f17395aabac4cf11ee130d': docs: fix typo in 3.0 notes
| | | * | | | | | | | | | am 48c187f9: docs: fix typo in 3.0 notesScott Main2011-04-211-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '48c187f9cf2bcb51f446a5a62346f9ef5920c7f3': docs: fix typo in 3.0 notes
| | | | * | | | | | | | | docs: fix typo in 3.0 notesScott Main2011-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0925a21b5eb53811736cfe04498917371c8bb67c
* | | | | | | | | | | | | Merge "Fix bug in deciding which rotation to use for an orientation."Dianne Hackborn2011-04-215-46/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix bug in deciding which rotation to use for an orientation.Dianne Hackborn2011-04-215-46/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icc928c2188a5865035cafcdab2efd5bae3132b1f
* | | | | | | | | | | | | | Merge "Extracted WordIterator class."Gilles Debunne2011-04-213-108/+220
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Extracted WordIterator class.Gilles Debunne2011-04-203-108/+220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class will be used by TextView and the IMEs to cut the text into words. New getBeginning and getEnd methods that return word limits. Added Locale to constructor. Change-Id: Ie8ad590ebca4b48517ec7b4c3768b3e41879166e
* | | | | | | | | | | | | | | Merge "Get rid of the "pid" parameter from createSurface"Mathias Agopian2011-04-2111-27/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-2011-27/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I28635e3f803e6abe965d79998e305f54a202465d
* | | | | | | | | | | | | | | Merge "TextLayout cache - update size and improve logging"Fabrice Di Meglio2011-04-212-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | TextLayout cache - update size and improve loggingFabrice Di Meglio2011-04-212-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - set size to 256K - add pid logging - fix percent gain computation Change-Id: Id6da4d606147294e05597022414531c346860f45
* | | | | | | | | | | | | | | Merge "Rework display size access."Dianne Hackborn2011-04-2120-89/+346
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rework display size access.Dianne Hackborn2011-04-2120-89/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applications now get the display size from the window manager. No behavior should be changed yet, this is just prep for some real changes. Change-Id: I2958a6660895c1cba2b670509600014e55ee9273
* | | | | | | | | | | | | | | | Merge "Remove config_caseSensitiveExternalStorage; no longer needed."Dianne Hackborn2011-04-212-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove config_caseSensitiveExternalStorage; no longer needed.Dianne Hackborn2011-04-212-6/+1
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id51c9e05be21d8087359cf918081109ba325569a
* | | | | | | | | | | | | | | | Fix typo in Matrix.mPerspective.Jack Palevich2011-04-211-1/+1
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Introduced by a copy-and-paste mistake when factoring out a common expression. D'Oh!) Change-Id: I5e97dde2d2f4564fc74ba69bfa4a2f9db44c8873
* | | | | | | | | | | | | | | Merge "Move TLS behind hal."Jason Sams2011-04-217-134/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Move TLS behind hal.Jason Sams2011-04-217-134/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9e84acb3736bc98fa5fb0720bddb13a030285319
* | | | | | | | | | | | | | | | Merge "Add utility method Matrix.perspectiveM"Jack Palevich2011-04-212-2/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add utility method Matrix.perspectiveMJack Palevich2011-04-212-2/+38
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic9d5e5d967bbc08acc524c5092ce61a1cdbfd360
* | | | | | | | | | | | | | | | Merge "Pool strings in JsonReader."Jesse Wilson2011-04-211-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Pool strings in JsonReader.Jesse Wilson2011-04-211-5/+8
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This yields a 10% improvement in parsing both Twitter and Google Reader streams. Change-Id: Ifc238777e929b5b3e9a4480098b315e418378f8b http://b/3201883
* | | | | | | | | | | | | | | | Merge "Fix bug 4329016 - Refresh menus properly while in batch update mode"Adam Powell2011-04-211-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix bug 4329016 - Refresh menus properly while in batch update modeAdam Powell2011-04-211-2/+4
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia4a4feffb0a77a99e0b241c9cf1d737577d9154d
* | | | | | | | | | | | | | | Merge "Enable anti-aliasing for hw-accelerated lines"Chet Haase2011-04-219-87/+453
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Enable anti-aliasing for hw-accelerated linesChet Haase2011-04-219-87/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Draw anti-aliased lines with OpenGL by constructing a quad with a border that fades out (to mimic fragment coverage). Change-Id: Ib81a3e62d663acdf1b46b401ac4aa7ee9855cc7e
* | | | | | | | | | | | | | | am a23ae0d7: am 69ccfd7a: am ca7f30eb: am b8a57841: Merge "docs: add a ↵Scott Main2011-04-211-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | / / / / / / / / | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little info to Configuration class description" into honeycomb * commit 'a23ae0d7be890b7590a87891b894a30f25bbd3ef': docs: add a little info to Configuration class description
| * | | | | | | | | | | | | am 69ccfd7a: am ca7f30eb: am b8a57841: Merge "docs: add a little info to ↵Scott Main2011-04-211-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration class description" into honeycomb * commit '69ccfd7a29fc492c25dcb96dc74daf2e900118f5': docs: add a little info to Configuration class description
| | * | | | | | | | | | | | am ca7f30eb: am b8a57841: Merge "docs: add a little info to Configuration ↵Scott Main2011-04-211-1/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class description" into honeycomb * commit 'ca7f30ebb20dcf4c056f57a8c4ab3342cafaed83': docs: add a little info to Configuration class description
| | | * | | | | | | | | | | am b8a57841: Merge "docs: add a little info to Configuration class ↵Scott Main2011-04-211-1/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | description" into honeycomb * commit 'b8a57841316171d6db4311a65914720213516153': docs: add a little info to Configuration class description
| | | | * | | | | | | | | | Merge "docs: add a little info to Configuration class description" into ↵Scott Main2011-04-211-1/+5
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb
| | | | | * | | | | | | | | | docs: add a little info to Configuration class descriptionScott Main2011-04-201-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3278759bd1c323330c1143ef71d0644872caa085