summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Doc change: add button link to developer console." into jb-devDirk Dougherty2012-07-181-2/+2
|\ \ \ \ \
| * | | | | Doc change: add button link to developer console.Dirk Dougherty2012-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib53dce17ef99b62e7de5b6ef716ab5a4a8617800
* | | | | | Merge "docs: Updating <uses-sdk> docs, bug fix: b/6836256" into jb-devJoe Fernandez2012-07-181-1/+7
|\ \ \ \ \ \
| * | | | | | docs: Updating <uses-sdk> docs, bug fix: b/6836256Joe Fernandez2012-07-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61e80e843db09b748417f2a234600edad922cdc5
* | | | | | | Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #6836448 External bug: http://code.google.com/p/android/issues/detail?id=34946 DO NOT MERGE DisplayListRenderer::drawPath was not invoking quickReject() properly, passing x,y,width,height instead of left,top,right,bottom. A path could thus get rejected when it should be drawn instead. While working on this change I found a similar issue with another drawing command, drawBitmapData(). Change-Id: I8306faf72db14d71b54ecb7de295c9a6957d9494
* | | | | | | Merge "docs: fix broken links" into jb-devScott Main2012-07-171-3/+3
|\ \ \ \ \ \ \
| * | | | | | | docs: fix broken linksScott Main2012-07-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2ca7a3ae1d8283d2b101028c5782159d822d98f
* | | | | | | | Merge "docs: SDK/ADT r20.0.1, NDK r8b, Platform 4.1.1 Release Notes" into jb-devJoe Fernandez2012-07-176-256/+594
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | docs: SDK/ADT r20.0.1, NDK r8b, Platform 4.1.1 Release NotesJoe Fernandez2012-07-176-256/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibaf20b014465df91fecfaccd79e778000fdbc90f
* | | | | | | | Merge "Fix our interpretation of apn setting's bearer." into jb-devRobert Greenwalt2012-07-171-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix our interpretation of apn setting's bearer.Robert Greenwalt2012-07-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Between ICS and JB we changed it to use TelephonyManager's network type enumeration. This changes it back to represent the RIL's radio technology. The only diff between the two is 13 and 14 are swapped, so the change was causing problems with LTE and eHRPD. bug:6830908 Change-Id: I85a7c8037f370f368e5cbf6dc2c9395c6889b541
* | | | | | | | docs: re-add download.jd file to support archived SDK downloadsScott Main2012-07-172-0/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If814238c8fa017ce10e7fe770826a1e162fe5e87
* | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-07-172-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Import translations. DO NOT MERGEYing Wang2012-07-172-4/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5c3c2a4556764f14d354ea0431b6cba175b2c49f Auto-generated-cl: translation import
* | | | | | | | Merge "Doc change: Fixes to IAB purchase state docs." into jb-devDirk Dougherty2012-07-174-14/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Doc change: Fixes to IAB purchase state docs.Dirk Dougherty2012-07-164-14/+28
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ae5db84c3783085e2c3fbbf3b43fab68e6e89e9
* | | | | | | | docs: Add link to action bar design pattern.Roman Nurik2012-07-171-1/+3
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e00c3bb81f785c70138ae1069e065d9118f031e related-to-bug: 5833099
* | | | | | | Merge "Properly switch MediaRouter to wired audio over a2dp." into jb-devAdam Powell2012-07-161-7/+19
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Properly switch MediaRouter to wired audio over a2dp.Adam Powell2012-07-121-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The system gives priority to physically connected headphones/speakers/docks/etc. Reflect this in MediaRouter and associated UI. Bug 6777592 Change-Id: Ibabf3d7512207117e892c99f004443490c3d0612
* | | | | | | Merge "docs: adjustments to correct text alignment" into jb-devScott Main2012-07-162-74/+57
|\ \ \ \ \ \ \
| * | | | | | | docs: adjustments to correct text alignmentScott Main2012-07-162-74/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaec7412d56431713cd6976f76bf1ab4e06efb1ce
* | | | | | | | Merge "Doc change: API diffs for 16." into jb-devDirk Dougherty2012-07-16263-304/+512
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Doc change: API diffs for 16.Dirk Dougherty2012-07-16263-304/+512
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: Id6c4f7f1f7d869847de580d8b2431b37e69260b4
* | | | | | | Merge "Fixing issue where you couldn't set null RemoteViews for a widget" ↵Adam Cohen2012-07-161-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev
| * | | | | | | Fixing issue where you couldn't set null RemoteViews for a widgetAdam Cohen2012-07-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> As noted here: http://code.google.com/p/android/issues/detail?id=35014 Change-Id: Id5d1c47b6961d4b448453d8b16700801c0137f2b
* | | | | | | | Merge "Doc update: GCM doc cleanup, continued." into jb-devKatie McCormick2012-07-1640-146/+8464
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Doc update: GCM doc cleanup, continued.Katie McCormick2012-07-1640-146/+8464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia668bc6b80b5d53c9fa815db888e75d8efbbc772
* | | | | | | | Import translations. DO NOT MERGEYing Wang2012-07-162-68/+68
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I90c2a81acb707d11c4268ed78c8c06871370faa6 Auto-generated-cl: translation import
* | | | | | | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-07-132-134/+134
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEYing Wang2012-07-132-134/+134
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iac7759bb253431f5b75c246938a3cc3a726c8439 Auto-generated-cl: translation import
* | | | | | | Text shadow alpha handling incorrectRomain Guy2012-07-132-16/+5
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE External bug: http://code.google.com/p/android/issues/detail?id=34879 This is a regression from ICS. This CL also fixes a bug where a View's alpha would be applied twice. Change-Id: I13a1546228f44d4c169259414b6fa103a6e4a0fa
* | | | | | Force invalidates on non-visible views. DO NOT MERGEChet Haase2012-07-122-12/+16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An optimization prunes invalidates on views which are not inside their parent's bounds. This works in most cases, but it is possible to run a situation where a view has been invalidated (and is thus waiting to be redrawn), but the pruning logic ensures that that draw call will not happen. Further, when/if the view comes into the bounds of its parent again, it may still not be redrawn, because now future invalidates on the view are noop'd because it is already in an invalidated state (and thus will not propagate invalidates up the hierarchy). The fix is to remove the optitmization. This will cause some overhead sending the invalidation request up to the view root, but this overhead is minimal (and only extra for cases of out-of-bounds views), and the more expensive part of rendering these views will still not be done since the view root will avoid re-drawing the hierarchy when the dirty rectangle is empty. Issue #6813661 offscreen views don't get invalidated properly (may remain invisible when returning onscreen) Change-Id: Ic4b439540084a7163be9afc585bea6560d073280
* | | | | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-07-121-2/+2
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEYing Wang2012-07-121-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Change-Id: I11573dc6817d3ef1756ecb6c889e83129317d239 Auto-generated-cl: translation import
* | | | | Import translations. DO NOT MERGEYing Wang2012-07-121-13/+13
|/ / / / | | | | | | | | | | | | | | | | Change-Id: I115e6356599b76597f52d5f0006d61f4324ae48b Auto-generated-cl: translation import
* | | | Merge "docs: ADK 2012 IDE for Windows download link update, plus minor ↵Joe Fernandez2012-07-111-4/+11
|\ \ \ \ | | | | | | | | | | | | | | | content fixes/updates" into jb-dev
| * | | | docs: ADK 2012 IDE for Windows download link update, plus minor content ↵Joe Fernandez2012-07-111-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes/updates Change-Id: I53fed5504b6d77185dc9715afcd3bdf0bc9182a8
* | | | | Merge "Handle keyguard visibility states separately. DO NOT MERGE" into jb-devCraig Mautner2012-07-111-6/+23
|\ \ \ \ \
| * | | | | Handle keyguard visibility states separately. DO NOT MERGECraig Mautner2012-07-111-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous to this change the forceHiding variable was a boolean. This change recognizes the different configurations of the keyguard by defining separate states for forceHiding and testing for window visibility differently in each state. Fixes bug 6786114. Change-Id: I3460c45ea6da772a4ff76bb016de7aa4b051a673
* | | | | | Merge "Doc change: New TTL error code." into jb-devKatie McCormick2012-07-111-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Doc change: New TTL error code.Katie McCormick2012-07-111-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I99844d28243e0d6592219f532db08855d73f338e
* | | | | | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-07-111-2/+2
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEYing Wang2012-07-111-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Change-Id: Idabf12464d73bf707daf0f870de2349731b574e2 Auto-generated-cl: translation import
* | | | | | Merge "Replace AndroidEmoji.ttf for UI optimization" into jb-devJustin Ho2012-07-111-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Replace AndroidEmoji.ttf for UI optimizationJunichi Monma2012-07-111-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6785630 Change-Id: Ie236c59704138263831930e3682a7ee9ac2f84b1
* | | | | | Merge "Remove gradients from navbar glow highlights." into jb-devJustin Ho2012-07-1112-0/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove gradients from navbar glow highlights.Daniel Sandler2012-07-1012-0/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Should reduce unsightly banding. Bug: 6789484 Change-Id: I1bd552d571651ff614a867c2e52b8532b6e22749
* | | | | Merge "Replace LruCache implementation for layoutlib. do not merge." into jb-devXavier Ducrohet2012-07-105-19/+428
|\ \ \ \ \
| * | | | | Replace LruCache implementation for layoutlib. do not merge.Xavier Ducrohet2012-07-105-19/+428
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The android version depends on a custom version of LinkedHashMap which is not present on desktop VMs. This new implementation is done in a way that minimizes the difference between the two. Also some minor fixes. (cherry picked from commit 01b6c755dbcf24e71192dc44757e2eea2a426091) Change-Id: Idc7bca820e472e281a3024a5b610fd55606cf428
* | | | | | Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE" ↵Raph Levien2012-07-101-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | into jb-dev