summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add APIs to remove tasks.Dianne Hackborn2011-04-122-14/+62
* Merge "Rework thumbnails in activity manager."Dianne Hackborn2011-04-084-0/+158
|\
| * Rework thumbnails in activity manager.Dianne Hackborn2011-04-084-0/+158
* | Merge "TextLayoutCache - add glyphs caching"Fabrice Di Meglio2011-04-081-4/+11
|\ \
| * | TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-081-4/+11
| |/
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-076-16/+10
|/
* Merge "First draft of fbo in renderscript. Updating samples and benchmark"Alex Sakhartchouk2011-04-0410-85/+838
|\
| * First draft of fbo in renderscript.Alex Sakhartchouk2011-04-0110-85/+838
* | am 5db7fd6b: am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control...Brad Fitzpatrick2011-03-301-0/+42
|\ \
| * \ am f7a9b869: am 1e7fb7ae: Merge "Error in compound cache-control header."Brad Fitzpatrick2011-03-301-0/+42
| |\ \
| | * | Error in compound cache-control header.Henrik Baard2011-03-291-0/+42
| | * | Delete browerplugin tests - do not mergeJean-Baptiste Queru2011-01-2913-1160/+0
| | * | am ba501785: Merge "Implement issue #3116702: New manifest tags for supported...Dianne Hackborn2010-10-211-0/+6
| | |\ \
| | | * | Implement issue #3116702: New manifest tags for supported screen sizes DO NO...Dianne Hackborn2010-10-211-0/+6
* | | | | Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-295-36/+117
| |_|_|/ |/| | |
* | | | Merge "Use Harfbuzz instead of ICU4C for computing advances"Fabrice Di Meglio2011-03-237-0/+380
|\ \ \ \
| * | | | Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-227-0/+380
* | | | | Update GL textures when changing a Bitmap's pixelsRomain Guy2011-03-212-0/+115
* | | | | Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-2/+30
* | | | | am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4...Romain Guy2011-03-143-1/+40
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1Romain Guy2011-03-143-1/+40
| |\ \ \ \
| | * | | | Fix rendering artifact in edge fades.Romain Guy2011-03-143-1/+40
* | | | | | frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
|/ / / / /
* | | | | Add a test app: quota exceeded doing a backupChristopher Tate2011-03-117-0/+652
|/ / / /
* | | | Add support for partial invalidates in WebViewRomain Guy2011-03-071-5/+7
|/ / /
* | | Add a new Camera API to control the camera's locationRomain Guy2011-02-233-0/+61
* | | Moving renderscript tests away from the library to a dedicated test folder.Alex Sakhartchouk2011-02-2271-0/+5810
* | | Merge "Dirty layers in the area covered by a drawBitmapMesh() call Bug #3410827"Romain Guy2011-02-103-2/+88
|\ \ \
| * | | Dirty layers in the area covered by a drawBitmapMesh() callRomain Guy2011-02-103-2/+88
* | | | Merge "Adds CookieManager methods to configure policy for cookies for file sc...Steve Block2011-02-101-0/+2
|\ \ \ \
| * | | | Adds CookieManager methods to configure policy for cookies for file scheme URLsKristian Monsen2010-12-211-0/+2
* | | | | Merge "Remove SSLPerformanceTest and DatabaseSessionCache."Jesse Wilson2011-02-102-744/+0
|\ \ \ \ \
| * | | | | Remove SSLPerformanceTest and DatabaseSessionCache.Jesse Wilson2011-02-102-744/+0
| | |/ / / | |/| | |
* | | | | Merge "Increase DRT timeout while waiting for WebView to dump as text"Steve Block2011-02-101-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Increase DRT timeout while waiting for WebView to dump as textSteve Block2011-02-101-1/+1
* | | | | Remove LayoutTest http/tests/xmlhttprequest/simple-cross-origin-progress-even...Steve Block2011-02-091-1/+0
|/ / / /
* | | | am 80038fbc: am ba27cf75: Merge "Empty the clip rect when intersection is emp...Romain Guy2011-02-074-0/+118
|\ \ \ \
| * | | | Empty the clip rect when intersection is empty.Romain Guy2011-02-044-0/+118
* | | | | resolved conflicts for merge of 31796297 to masterDaniel Sandler2011-02-071-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | Ongoing notification for GPS use.Daniel Sandler2011-02-031-0/+37
* | | | | am 109da7df: am 5bfd1aff: Merge "Allocate layers from the layers pool. Bug #3...Romain Guy2011-02-033-1/+201
|\ \ \ \ \ | |/ / / /
| * | | | Allocate layers from the layers pool.Romain Guy2011-02-023-1/+201
* | | | | Removing android.security.MessageDigestBrian Carlstrom2011-02-011-1/+1
|/ / / /
* | | | New API to let apps draw without layers.Romain Guy2011-02-013-0/+178
* | | | Correctly set the alpha of a hardware layer before drawing it.Romain Guy2011-02-013-0/+172
* | | | Allow the status bar disable flags to be used as View's system ui visibility ...Joe Onorato2011-01-271-1/+7
* | | | Merge "Fit and finish on status bar:" into honeycombDaniel Sandler2011-01-252-0/+0
|\ \ \ \
| * | | | Fit and finish on status bar:Daniel Sandler2011-01-252-0/+0
* | | | | change the way test app waits for gcGuang Zhu2011-01-251-10/+20
|/ / / /
* | | | Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-242-2/+2