Commit graph

1999 commits

Author SHA1 Message Date
Dirk Dougherty
6fb7e23bba Add file path above h1 in samplecode files.
Change-Id: I91adb197b478ea476bbf0e07650486581c1ca8ec
2013-08-30 19:06:57 -07:00
Clay Murphy
287bd6449a am 6c6be899: am 5711d73e: Merge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym.mtv.corp.google.com:8083/guide/getting_started.html" into klp-dev
* commit '6c6be899e023e6fee7779c7d109976f6a5fbd27c':
  Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym.mtv.corp.google.com:8083/guide/getting_started.html
2013-08-28 09:05:16 -07:00
Clay Murphy
6c6be899e0 am 5711d73e: Merge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym.mtv.corp.google.com:8083/guide/getting_started.html" into klp-dev
* commit '5711d73ed04e1c8d3c877565796a632c14a2b5fb':
  Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym.mtv.corp.google.com:8083/guide/getting_started.html
2013-08-28 08:59:19 -07:00
Clay Murphy
87aa83befb Docs: Fixing link from logo in PDK
Bug: 9177537
Staging location:
http://claym.mtv.corp.google.com:8083/guide/getting_started.html

Change-Id: I4c4708a168688fdfc79468b955115d7f37df1bc2
2013-08-27 16:04:35 -07:00
Jianxun Zhang
098494981d Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS
The existing logic in common.py breaks string arguments incorrectly:
e.g. --para1 val1 --para2 "val2 is a string" will be output as:

'--para', 'val1, '--para2', 'val2' 'is' 'a' 'string'

This will cause mkbootimg command fails due to the invalid arguments
generated from the wrong parsing.

The patch fixes this issue to get:

'--para', 'val1, '--para2', 'val2 is a string'

Change-Id: Ia34ec357550f11ae9d6adc719d86a0c6a9099fbc
Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
2013-08-27 15:31:13 -07:00
Dirk Dougherty
cfdb424783 am fa35b2b3: am 5d2a0a0b: am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.
* commit 'fa35b2b3fbe161ac90c54862e70d11747a34be7e':
  Add breadcrumb for sample code html pages.
2013-08-26 15:17:26 -07:00
Dirk Dougherty
fa35b2b3fb am 5d2a0a0b: am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.
* commit '5d2a0a0ba7df0338e6dc1a4ee359abc69478553e':
  Add breadcrumb for sample code html pages.
2013-08-26 15:04:29 -07:00
Dirk Dougherty
5d2a0a0ba7 am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.
* commit '13ab927a81256c8cb03bcbd31344ae979ab78617':
  Add breadcrumb for sample code html pages.
2013-08-26 11:56:37 -07:00
Dirk Dougherty
981effcc96 Add breadcrumb for sample code html pages.
Change-Id: Iaec2e2686ce2fba4169f0d2ee80c122c6ae55bee
2013-08-26 11:36:00 -07:00
Scott Main
2ea9e9de95 am c4abb72d: am bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages
* commit 'c4abb72d68a95e49fc96ab03d0a6d41e2b4d928e':
  remove project structure from sample landing pages
2013-08-22 16:44:43 -07:00
Scott Main
c4abb72d68 am bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages
* commit 'bdee9fbe939d13e76cb45aabbcc85a22551ae297':
  remove project structure from sample landing pages
2013-08-22 16:42:50 -07:00
Scott Main
bdee9fbe93 am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages
* commit '504dbfc3b984e3e7981acba8f0b6e65348838bcd':
  remove project structure from sample landing pages
2013-08-22 16:39:35 -07:00
Scott Main
d0ba25c941 am 59516a5f: am 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs
* commit '59516a5f5bde535652afbcde8cfb76d11ff87bfc':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav
2013-08-22 16:35:52 -07:00
Scott Main
eac3900bfe am b11ea03f: am ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
* commit 'b11ea03ff8e875e4777c47ac3c80dfafc9cbae5f':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
2013-08-22 16:35:51 -07:00
Scott Main
59516a5f5b am 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs
* commit '1ebd160a823668d42a3f8216370035da2b8e7d36':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav
2013-08-22 16:34:00 -07:00
Scott Main
b11ea03ff8 am ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
* commit 'ac2fbe8507f7295681a528e6858a0fb6676f7324':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
2013-08-22 16:34:00 -07:00
Scott Main
1ebd160a82 am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs
* commit 'c120c3fecb193835d56beec245913111f2fc8e41':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav
2013-08-22 16:32:12 -07:00
Scott Main
ac2fbe8507 am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
* commit 'f1d5a3b117ca827c26d901875ac69e2fde0fb106':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.
2013-08-22 16:32:12 -07:00
Scott Main
d4645ea9d4 remove project structure from sample landing pages
Change-Id: I646aa996ce518421567c09bbb3a0cd8b4875d530
2013-08-22 16:29:20 -07:00
Scott Main
285f07722d Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs 2013-08-22 23:22:09 +00:00
Scott Main
dc63ddaabb clean up the sample template files to remove unused stuff
and fix the collapsible project list
and highlight the Samples nav

Change-Id: I8baf5874ae709c914aae47ffb04fc8e0b84e8dea
2013-08-22 16:09:59 -07:00
Scott Main
f009385738 fix a couple bugs in sidenav for samples.
Previously, clicking a link still invoked the expand collapse behavior.
Previously, collapsing a parent item did not also collapse its children.

Change-Id: Iac0b9208bfbab79e9715850f9a192c22250d0673
2013-08-22 11:37:11 -07:00
Scott Main
36e8cf163d am 1a3abca0: am 40371463: am fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on th
* commit '1a3abca0d8b773d10ea87d61c4e052dc81d85ef3':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.
2013-08-21 19:26:12 -07:00
Scott Main
1a3abca0d8 am 40371463: am fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and ma
* commit '40371463865331f3d7604891bb70c0a37dbf36ae':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.
2013-08-21 19:18:48 -07:00
Scott Main
4037146386 am fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-
* commit 'fa704681f9109eb25e19ab4eeb53636e92501c55':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.
2013-08-21 17:44:52 -07:00
Scott Main
498d710a4f modify sample template and add new css/script for new numbered code.
The line numbers are included inside the <pre> block initially, but
hidden, so this script moves the numbers to a separate block on
the left and makes them non-selectable. Also includes script for
features like single-click to highlight a line of code and double-click
to invoke the link for that line.

Change-Id: I17ebb1255ff036948028b4722cc8e9758fb96553
2013-08-21 16:12:26 -07:00
Scott Main
744806dfcc am 69edd19a: am 0dcef01e: am feb45280: am 8088dd2f: am ad08f07c: new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we\'ll later update to handle the Google reference nav as well
* commit '69edd19accd7e3277e7399acc2b710ec3ecba226':
  new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we'll later update to handle the Google reference nav as well
2013-08-20 17:34:39 -07:00
Scott Main
69edd19acc am 0dcef01e: am feb45280: am 8088dd2f: am ad08f07c: new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we\'ll later update to handle the Google reference nav as well
* commit '0dcef01e1e08ca61754cbfd8ebe8d13696beb31e':
  new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we'll later update to handle the Google reference nav as well
2013-08-20 17:32:44 -07:00
Scott Main
0dcef01e1e am feb45280: am 8088dd2f: am ad08f07c: new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we\'ll later update to handle the Google reference nav as well
* commit 'feb45280aa67e4fd7280d15caae3673b82895624':
  new version of script to build sidenav lists dynamically. This is currently used only by the samples nav, but we'll later update to handle the Google reference nav as well
2013-08-20 17:28:14 -07:00
Scott Main
ad08f07cf2 new version of script to build sidenav lists dynamically.
This is currently used only by the samples nav, but we'll
later update to handle the Google reference nav as well

Change-Id: I907ea8cb096148ba50808623ed872c8defc9a135
2013-08-20 17:01:42 -07:00
Dirk Dougherty
5d5b7e63a7 am 3fb9cec4: am b9fe2d2c: am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.
* commit '3fb9cec4f5f6890175f4451654bdd1d84f9c8792':
  Clean up core css changes brought in with samples css.
2013-08-19 15:09:29 -07:00
Dirk Dougherty
3fb9cec4f5 am b9fe2d2c: am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.
* commit 'b9fe2d2c93ae9734d174f07427ebb3d17b7b346c':
  Clean up core css changes brought in with samples css.
2013-08-19 15:06:09 -07:00
Dirk Dougherty
b9fe2d2c93 am 337ebc19: am 62c755a5: am f5ffd4a4: Clean up core css changes brought in with samples css.
* commit '337ebc195ff7ebb4f12b9012ccfc9f89a8a66570':
  Clean up core css changes brought in with samples css.
2013-08-19 15:02:50 -07:00
Ying Wang
430a46c024 am a3ee330a: am fa67740a: am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"
* commit 'a3ee330ac52e188c9545c022552572e0e9541577':
  mkbootimg: Support custom mkbootimg implementation
2013-08-19 14:31:17 -07:00
Ying Wang
a3ee330ac5 am fa67740a: am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"
* commit 'fa67740ae41fc068d9a9b5fbf5a7a06c36dbbdb1':
  mkbootimg: Support custom mkbootimg implementation
2013-08-19 14:29:32 -07:00
Ying Wang
fa67740ae4 am 25977365: Merge "mkbootimg: Support custom mkbootimg implementation"
* commit '259773656ac0c0c4ef588c949aaf21216c44b339':
  mkbootimg: Support custom mkbootimg implementation
2013-08-19 14:26:35 -07:00
Dirk Dougherty
f5ffd4a40c Clean up core css changes brought in with samples css.
Change-Id: I0920695be4f6ed7085508a4451c13bc7d9e65d9a
2013-08-19 12:26:07 -07:00
Dirk Dougherty
84ec0bab28 am 03fb7473: am 2d028379: am 6d244fb2: am d5ac8330: am 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.
* commit '03fb7473c4e21b2ae1ce9d31596416dc921c565f':
  doc change: Samples browsing: basic support in templates and js/css.
2013-08-19 12:20:54 -07:00
Dirk Dougherty
03fb7473c4 am 2d028379: am 6d244fb2: am d5ac8330: am 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.
* commit '2d0283792d1fd2fcb4f1dcdc4b34e40515f7393c':
  doc change: Samples browsing: basic support in templates and js/css.
2013-08-19 12:19:15 -07:00
Dirk Dougherty
2d0283792d am 6d244fb2: am d5ac8330: am 4f7e5159: doc change: Samples browsing: basic support in templates and js/css.
* commit '6d244fb2ed0abdf843c33fca3a2ba2557ac921aa':
  doc change: Samples browsing: basic support in templates and js/css.
2013-08-19 12:14:19 -07:00
Dirk Dougherty
4f7e515940 doc change: Samples browsing: basic support in templates and js/css.
Change-Id: Ie2323f5323c624420c90c8c782b840f183238f7c
2013-08-19 11:28:59 -07:00
Scott Main
32347f77a7 am b8edbc0f: am 6f03bd60: am ce478d54: am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default
* commit 'b8edbc0f7e5fbd1ef337cda0465ef9f4eedbe05c':
  fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appear. 2. Fix the recent change to the 'scroll into view' script so that it works properly in a multi-pane sidenav (reference docs) by again making the offset measurement relative to the parent container (but much better than was done before).
2013-08-15 15:02:10 -07:00
Scott Main
b8edbc0f7e am 6f03bd60: am ce478d54: am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions an
* commit '6f03bd6092cba47d073e8bdc131d1cba89fa6c7c':
  fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appear. 2. Fix the recent change to the 'scroll into view' script so that it works properly in a multi-pane sidenav (reference docs) by again making the offset measurement relative to the parent container (but much better than was done before).
2013-08-15 14:57:11 -07:00
Scott Main
6f03bd6092 am ce478d54: am 7e453280: am 52dd2067: fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the referen
* commit 'ce478d54ad619c11b796b6286357c3203544d90d':
  fix two bugs in site script. 1. Fix URL path check for reference docs to initalize api level and sidenav. Previously, this condition was never true, so the sidenav would not be initialized under default conditions and the reference drag bar would not appear. 2. Fix the recent change to the 'scroll into view' script so that it works properly in a multi-pane sidenav (reference docs) by again making the offset measurement relative to the parent container (but much better than was done before).
2013-08-15 14:51:37 -07:00
Scott Main
52dd206715 fix two bugs in site script.
1. Fix URL path check for reference docs to initalize api level and sidenav.
Previously, this condition was never true, so the sidenav would not be initialized
under default conditions and the reference drag bar would not appear.
2. Fix the recent change to the 'scroll into view' script so that it works
properly in a multi-pane sidenav (reference docs) by again making the offset
measurement relative to the parent container (but much better than was done before).

Change-Id: I2a31ed59d772346651c2432f0ed26530983c49ff
2013-08-15 12:22:28 -07:00
Bjorn Andersson
612e2cd0e8 mkbootimg: Support custom mkbootimg implementation
Support using custom mkbootimg to allow boards to specify custom
boot image formats. Also export this as the environment variable
MKBOOTIMG to the *_from_target_files releasetools scripts.

Change-Id: I2084273b1175de097fb7da5c4f2264ea8014d74f
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
2013-08-09 16:29:02 -07:00
Doug Zongker
bbd6073430 fix sign_target_files_apks on non-user builds
Not that these should ever be signed, but still, it shouldn't crash.

Change-Id: I2b837e2c77f6e81743f93c96f361fc187b4fb82b
2013-08-09 13:20:36 -07:00
Ying Wang
412bc2329f am 0a7e26e2: am a3f69c93: Merge "Modify release tools to replace certs in MMAC files."
* commit '0a7e26e29dfb5efbb008ced7509931e5e5eb4d71':
  Modify release tools to replace certs in MMAC files.
2013-08-09 12:47:17 -07:00
Ying Wang
0a7e26e29d am a3f69c93: Merge "Modify release tools to replace certs in MMAC files."
* commit 'a3f69c933430e5117b5e37e786487abd3a3488ce':
  Modify release tools to replace certs in MMAC files.
2013-08-09 12:45:01 -07:00
Robert Craig
817c574d75 Modify release tools to replace certs in MMAC files.
Added support to perform a string replace of specified
dev keys with release keys when using the release tool
scripts.

Change-Id: Id0e945b0d62720c41f5ca9764a00de4bcdecaab4
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
2013-08-09 07:20:52 -04:00
Ying Wang
07c07062df Let apicheck visible to unbundled build.
Change-Id: I22cd1e67aeb6bf23229016215ee0a15f5116513f
(cherry picked from commit 48d132659ebf99cf41d9fbf62ab1f09604938ca7)
2013-08-02 21:35:15 +00:00
Scott Main
ad0f14f4ef am 76451706: am bb385125: am 3b90aff0: add fixed size to training icons (and remove whitespaces)
* commit '76451706d86daaf38889254f56e47ba989619b9c':
  add fixed size to training icons (and remove whitespaces)
2013-08-01 18:37:40 -07:00
Scott Main
3b90aff04c add fixed size to training icons (and remove whitespaces)
Change-Id: Iad8b597b9f181833d9f1d63e128abb49486fa543
2013-08-01 18:21:31 -07:00
Scott Main
3c70a5caf9 am bc36e229: am d1d606b4: am c774a312: Merge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913" into jb-mr2-docs
* commit 'bc36e22992e11e9a3856f1c78bb73ee44a748e92':
  fix sidebar autoscroll when the selected doc is not visible. bug: 9676913
2013-07-30 20:18:41 -07:00
Scott Main
e0d430d409 am 65c92265: am 14066e74: am 5eccda8d: add \'wide\' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box
* commit '65c922653bbdd779bc250befe5c78b1b78f8577c':
  add 'wide' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box
2013-07-30 20:18:40 -07:00
Scott Main
c774a31235 Merge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913" into jb-mr2-docs 2013-07-31 01:14:34 +00:00
Scott Main
bc72957e92 fix sidebar autoscroll when the selected doc is not visible.
bug: 9676913

This was not working for third generation list items. Switching
the position measurement to be relative to the entire page rather than
the parent container fixes it. I then added 125px to account for
the site header and set the threshold and placement of scrolled items
to be at 80% the nav height.

Change-Id: Idda1896d11069e56325ba830ed745dae9e0fc483
2013-07-30 18:00:51 -07:00
Scott Main
5eccda8d6b add 'wide' version of design/develop cross-link buttons.
Primarily for training pages, which have a wider TOC box

Change-Id: I29644596e72e43432f7bd00fd6a5aabf7e3a6bb7
2013-07-30 14:56:45 -07:00
Joe Fernandez
3c1da3e2c9 DO NOT MERGE
cherrypick from jb-mr2-ub-dev
docs: small fix for NDK download table

Change-Id: Ib014e0310960cf10566a6d04aee2acb81346a20c
2013-07-25 18:21:00 -07:00
Joe Fernandez
1c1eebcbd5 am cb4a1e67: am 8d936902: docs: small fix for NDK download table
* commit 'cb4a1e673eafc52c496dfed294c5431c80c52688':
  docs: small fix for NDK download table
2013-07-25 17:23:04 -07:00
Joe Fernandez
8d93690239 docs: small fix for NDK download table
Change-Id: Ib014e0310960cf10566a6d04aee2acb81346a20c
2013-07-25 17:05:06 -07:00
Dirk Dougherty
45924686eb am 8574e7d9: am 48e3f1d6: Add new table rows for legacy ndk downloads.
* commit '8574e7d93e28069983da51ef40fa47bdc2e51daa':
  Add new table rows for legacy ndk downloads.
2013-07-25 17:04:24 -07:00
Dirk Dougherty
48e3f1d6e4 Add new table rows for legacy ndk downloads.
Change-Id: If8ebc459415a22719d351d87a55ddeb4ddb6b3ba
2013-07-25 15:54:26 -07:00
Scott Main
c5955bb1ef am 1a980beb: am 5430d20d: fix the api level filter (wasn\'t greying out APIs on page load)
* commit '1a980bebd48940688ae078e29f46b174a8c92e99':
  fix the api level filter (wasn't greying out APIs on page load)
2013-07-24 16:27:48 -07:00
Scott Main
5430d20dda fix the api level filter (wasn't greying out APIs on page load)
Change-Id: Iaafe8c0652856eaff6725491f21581969e94f430
2013-07-23 20:48:54 -07:00
Scott Main
0c1cd6865b am d039c5e2: am 701a07fd: remove margin changes for paragraphs in collapse container
* commit 'd039c5e27bdec1898709cb715e4410c885b218d3':
  remove margin changes for paragraphs in collapse container
2013-07-23 12:51:29 -07:00
Scott Main
701a07fd33 remove margin changes for paragraphs in collapse container
Change-Id: I5ee51699cb473334e1c3cfb520c8145466eea265
2013-07-23 12:41:25 -07:00
Doug Zongker
1f790c9733 Merge "distinguish signed and unsigned user builds in UI" 2013-07-23 19:10:05 +00:00
Doug Zongker
a8608a7f7c distinguish signed and unsigned user builds in UI
Add "dev-keys" or "test-keys" to the value of ro.build.display.id for
user builds.  (This is the property that is displayed under "Build
number" in the Settings UI.)  Modify the signing script to remove the
keys tag from this value when signing.

Change-Id: I3d9d92056f8567d7f84b1be047619be7c6e4c419
2013-07-23 11:51:04 -07:00
Michael Runge
065ab7f0df Merge "Revert "Update OTA to understand SELinux filesystem labels"" 2013-07-22 21:57:00 +00:00
Michael Runge
fb9bb205fc Revert "Update OTA to understand SELinux filesystem labels"
This reverts commit fbbd79530a.

All incremental auto OTAs broken b/9964074

Change-Id: I500d2ac194804abd20a0e01d9862fd42e8f5d2de
2013-07-22 20:42:44 +00:00
Scott Main
bc66ddea44 am 3497ef57: am 98a2a71f: edit code-caption style margin
* commit '3497ef575318aafbe06387a474ae6d5152fae82f':
  edit code-caption style margin
2013-07-19 15:48:46 -07:00
Nick Kralevich
fbbd79530a Update OTA to understand SELinux filesystem labels
Make fs_config aware of SELinux contexts, and output the context
whenever we output the UID / GID / file perms.

Pass the selinux context to the set_perm2() and set_perm2_recursive()
calls. When the OTA script fixes up filesystem permissions, it will
also fix up the SELinux context on the files.

Bug: 8985290
Change-Id: I6419b64c06309a93ac6b2f2cf9fc7f8815adeaf3
2013-07-18 15:04:22 -07:00
Scott Main
98a2a71f9e edit code-caption style margin
Change-Id: I63c58015ca9037621c5d4c3929620ebd2203f5ad
2013-07-17 13:15:04 -07:00
Scott Main
6fa4910941 am 5951d1ea: am d67d0227: Merge changes Id6de3e74,I1e96cbd7 into jb-mr2-dev
* commit '5951d1ea0d7a85da510eb06f8b73e62113ef800a':
  fix design/develop boxes float
  add style to add nexus 4 frame to screenshots
2013-07-15 14:22:59 -07:00
Scott Main
e80ddbe976 fix design/develop boxes float
Change-Id: Id6de3e74667f5cc485290509919e0f5cce689505
2013-07-12 19:22:24 -07:00
Scott Main
27403b8036 add style to add nexus 4 frame to screenshots
Change-Id: I1e96cbd755c4c6f88c807160b9a86b77a5ebed74
2013-07-10 16:36:05 -07:00
Dirk Dougherty
9b825319cb am ae3be8a5: am 8c01be68: am ccc15faf: am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
* commit 'ae3be8a5f4df872a149cbfc537e315cbb6bc592b':
  Doc change: Move butterbar css to template assets.
2013-07-08 17:42:22 -07:00
Dirk Dougherty
8c01be686c am ccc15faf: am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
* commit 'ccc15faf56ad46f973800cb6bd41b4634b9192a0':
  Doc change: Move butterbar css to template assets.
2013-07-08 17:33:58 -07:00
Dirk Dougherty
ccc15faf56 am 56811475: am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
* commit '56811475202ededf0c76bf9b28d3e27d5761d747':
  Doc change: Move butterbar css to template assets.
2013-07-08 17:32:03 -07:00
Dirk Dougherty
5681147520 am 5386532e: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
* commit '5386532e03bbc76bcdf8a76877ef460bfe764925':
  Doc change: Move butterbar css to template assets.
2013-07-08 17:29:54 -07:00
Dirk Dougherty
5386532e03 Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev 2013-07-09 00:28:40 +00:00
Dirk Dougherty
4c2dfcfd6d Doc change: Move butterbar css to template assets.
Change-Id: Ifa116fe304150c7c663b8088e00349ffdc69017c
2013-07-08 16:05:05 -07:00
Scott Main
91c62aef19 am c9e0fac8: am 7672ccb3: am fb2bb3d8: am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox
* commit 'c9e0fac8dcc25ec84b285042af9156c6660002ae':
  enable download box style for qv sidebox
2013-07-08 15:33:42 -07:00
Scott Main
7672ccb3d7 am fb2bb3d8: am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox
* commit 'fb2bb3d867fcdd3add7e30d1cbb6b956d3fce89e':
  enable download box style for qv sidebox
2013-07-08 15:28:53 -07:00
Scott Main
fb2bb3d867 am 51852a3f: am 8c0f5b3a: enable download box style for qv sidebox
* commit '51852a3fc1120fdad1f309613439e9b42e497318':
  enable download box style for qv sidebox
2013-07-08 15:27:50 -07:00
Scott Main
51852a3fc1 am 8c0f5b3a: enable download box style for qv sidebox
* commit '8c0f5b3aefac3c824155cf883e61b021a6d8fd8f':
  enable download box style for qv sidebox
2013-07-08 15:25:55 -07:00
Scott Main
8c0f5b3aef enable download box style for qv sidebox
Change-Id: I209e9971d886e45498aab0b4d43241ded5285f24
2013-07-08 15:12:02 -07:00
Scott Main
1d71ff7d73 am 79130825: am cef39240: align sidebox with content body
* commit '791308251247538bbeec8e1f10caff11ba8b5f48':
  align sidebox with content body
2013-06-19 20:36:20 -07:00
Scott Main
cef39240fb align sidebox with content body
Change-Id: Id6cd8cdd1b21b8ceda2a6931bb69f096c0d6deb1
2013-06-19 20:29:47 -07:00
Scott Main
63addf195f am e608723a: am d19c2c82: update design/develop link icons to 2x for high res display
* commit 'e608723a927384baadeb09a575c387a6a0e00b47':
  update design/develop link icons to 2x for high res display
2013-06-19 20:22:50 -07:00
Scott Main
a0d3d0b8b6 am 20a047b8: am aaf7664d: add style for links to Design docs from developer docs
* commit '20a047b8b0585e09d661ee459352e5404e0eda7d':
  add style for links to Design docs from developer docs
2013-06-19 18:49:52 -07:00
Scott Main
d19c2c82c1 update design/develop link icons to 2x for high res display
Change-Id: I09560c395088e0f8d835199a6eb4267af50bddaa
2013-06-19 18:48:27 -07:00
Scott Main
aaf7664d88 add style for links to Design docs from developer docs
Change-Id: I0f7e561c98277fb1b6b9c0b95a2ed7eef890c6db
2013-06-19 18:39:16 -07:00
Scott Main
42d96a4012 am e721f9df: am d7026f7a: add new script to toggle visibility of nested list items. call hideNestedItems(), giving it the parent list to toggle and the <a> element that performs the toggle
* commit 'e721f9df243534ca4b414641c109db3a24d36357':
  add new script to toggle visibility of nested list items. call hideNestedItems(), giving it the parent list to toggle and the <a> element that performs the toggle
2013-06-17 15:32:59 -07:00
Scott Main
d7026f7a5f add new script to toggle visibility of nested list items.
call hideNestedItems(), giving it the parent list to toggle and the <a> element that performs the toggle

Change-Id: I6f1ee74b957f88c23550145c6ed057d8e7797c99
2013-06-17 15:09:57 -07:00
T.R. Fullhart
37e1052c99 Add support for using custom signapk.jar.
Details:
* New --signapk_path, --extra_signapk_args, --java_path.
* New --public_key_suffix, --private_key_suffix so you can change the filenames.
* Fixes raising exceptions on error.

Change-Id: I0b7014b6d779d52ae896f95dfecb1bcccf536cf4
(cherry picked from commit a28acc6972)
2013-06-05 22:17:59 +00:00
Clay Murphy
8d03f9e519 am 0b6a52d9: am 49d86864: docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html Bug: 8905394
* commit '0b6a52d955c23ab40a1585f832a5f68b20078214':
  docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html Bug: 8905394
2013-06-05 14:00:20 -07:00
Clay Murphy
49d8686488 docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html
Bug: 8905394

Change-Id: I3a89f9da01d92efd2ea6d9900305ea16a0316d63
2013-06-05 12:06:06 -07:00
T.R. Fullhart
e9a1f47e65 Merge "Add support for using custom signapk.jar." 2013-06-05 17:50:40 +00:00
T.R. Fullhart
a28acc6972 Add support for using custom signapk.jar.
Details:
* New --signapk_path, --extra_signapk_args, --java_path.
* New --public_key_suffix, --private_key_suffix so you can change the filenames.
* Fixes raising exceptions on error.

Change-Id: I0b7014b6d779d52ae896f95dfecb1bcccf536cf4
2013-06-05 09:57:55 -07:00
Doug Zongker
0d92f1f13a improve OTA failure messages
Replace OTA script constructs of the form:

   assert(foo);

with

   foo || abort("sensible message");

so that the log and the on-screen display is somewhat more accessible
to non-experts.  (assert() displays the source code of the false
expression 'foo'.)

Change-Id: Ic99448e4466561d305b167cd4d5c1f0f2dbadcce
2013-06-03 12:07:12 -07:00
Kenny Root
f957acbedf am a422266b: am 9016d0ae: Merge "Fix signing process for SELinux file_contexts" into jb-mr2-dev
* commit 'a422266b1c66e9fa37fbfcf22f273aaa99f16f00':
  Fix signing process for SELinux file_contexts
2013-05-29 15:30:23 -07:00
Kenny Root
9016d0aef4 Merge "Fix signing process for SELinux file_contexts" into jb-mr2-dev 2013-05-29 22:13:31 +00:00
Kenny Root
e2e9f613b5 Fix signing process for SELinux file_contexts
When not building locally and just using a target-files.zip from some
other build, it still tries to access the file_contexts from the out/
directory. This change instead looks at the unzipped target-files.zip
hierarchy to grab that information.

Bug: 9191141
Change-Id: I6ea12e82d6c6376fcada412314c5eefc97ff4853
2013-05-29 14:38:48 -07:00
Dirk Dougherty
a7eeb5d4fe am 10e6d807: am f7787853: am 246089b1: am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.
* commit '10e6d8071d6184adab072ee40fc41fb3c70faefe':
  Doc change: css for distribute links.
2013-05-15 05:36:07 -07:00
Dirk Dougherty
f7787853ff am 246089b1: am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.
* commit '246089b15a168ff6e632b23b24f2904faa90fd1b':
  Doc change: css for distribute links.
2013-05-15 05:32:02 -07:00
Dirk Dougherty
246089b15a am 87ef69ef: am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.
* commit '87ef69eff92c56b13532e1732e9950c6497e7eca':
  Doc change: css for distribute links.
2013-05-15 05:28:09 -07:00
Dirk Dougherty
87ef69eff9 am 686f55a5: am 5b146f22: am e5862e8a: Doc change: css for distribute links.
* commit '686f55a596f3abcb17184e6005fbd3d5691b9dbb':
  Doc change: css for distribute links.
2013-05-15 04:29:44 -07:00
Dirk Dougherty
686f55a596 am 5b146f22: am e5862e8a: Doc change: css for distribute links.
* commit '5b146f227a3dfaa62b8e40f3a2b7a21991c09a4a':
  Doc change: css for distribute links.
2013-05-15 04:25:47 -07:00
Dirk Dougherty
e5862e8a1e Doc change: css for distribute links.
Change-Id: Ifc74ea3f6099484b9c7549f8e8684dda4aeaf96f
2013-05-15 02:20:53 -07:00
Scott Main
b341ee3a43 am b5a45aae: am 054ad87b: am 34198387: am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit 'b5a45aaee9e6d344914752bc48666111956a4fff':
  add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:33:34 -07:00
Scott Main
054ad87bb5 am 34198387: am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '34198387201affd9409ad78a918c988e6a92036c':
  add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:31:21 -07:00
Scott Main
3419838720 am 216c09a0: am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '216c09a0787498960be53a3e6bb185d4982e3466':
  add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:29:01 -07:00
Scott Main
216c09a078 am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '382b121c0c65758d33690f79eb97fca727bdfcb5':
  add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:26:59 -07:00
Scott Main
382b121c0c am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '3d2121f0c951c6e6b621bd892da5836f005f00e1':
  add 'go-link' style for "next" style arrows w/o the javascript effects
2013-05-15 01:25:00 -07:00
Scott Main
0b2db169cb add 'go-link' style for "next" style arrows w/o the javascript effects
Change-Id: I2950579b2657bdacfe038790668959d607a60277
2013-05-15 01:15:50 -07:00
Scott Main
5c1b7ed05d am 66329cb9: am ae2394a8: am 7a36c073: am 50eb3c47: am 9bfcd733: adjustments to developer notice style
* commit '66329cb95ff45fb8dddefef810a2b508fa5022f5':
  adjustments to developer notice style
2013-05-14 11:13:40 -07:00
Scott Main
ae2394a85f am 7a36c073: am 50eb3c47: am 9bfcd733: adjustments to developer notice style
* commit '7a36c07308e8883023186bf2165ea675bf183969':
  adjustments to developer notice style
2013-05-14 11:08:18 -07:00
Scott Main
7a36c07308 am 50eb3c47: am 9bfcd733: adjustments to developer notice style
* commit '50eb3c47def75cffefe5ed2ef2d442a196ed6a14':
  adjustments to developer notice style
2013-05-14 11:06:50 -07:00
Scott Main
50eb3c47de am 9bfcd733: adjustments to developer notice style
* commit '9bfcd733cf13aa837c41c7c48cbfa7b612e79665':
  adjustments to developer notice style
2013-05-14 11:05:03 -07:00
Scott Main
9bfcd733cf adjustments to developer notice style
Change-Id: Id5ffd85524afc79c005dc3884e442e777fe54b5f
2013-05-14 09:33:19 -07:00
Scott Main
07ff4c9ef8 am 171ac914: am 82346048: am 5ea9ac16: am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
* commit '171ac914888d937b8f7b04366fb2b80cf8dfd393':
  add styles for crosslink from design to develop docs
2013-05-13 23:39:09 -07:00
Scott Main
8234604834 am 5ea9ac16: am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
* commit '5ea9ac1696bc2e92f037eda9bd27492bfcf0af50':
  add styles for crosslink from design to develop docs
2013-05-13 23:30:24 -07:00
Scott Main
5ea9ac1696 am 85739fc5: am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
* commit '85739fc5e4d8fff0b082befe89f9a0e96098f178':
  add styles for crosslink from design to develop docs
2013-05-13 23:28:16 -07:00
Scott Main
85739fc5e4 am e1b9d41f: Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev
* commit 'e1b9d41f0b37eba6ad7e13381e648d2b00e80962':
  add styles for crosslink from design to develop docs
2013-05-13 23:26:44 -07:00
Scott Main
e1b9d41f0b Merge "add styles for crosslink from design to develop docs" into jb-mr1.1-ub-dev 2013-05-14 01:54:48 +00:00
Scott Main
d2af6d2284 add styles for crosslink from design to develop docs
Change-Id: Ia6ad4f03cec5a26fd9b7585be05f46efa2eeca7e
2013-05-13 18:47:03 -07:00
Robert Ly
c04c19da9e am 3eaf7b48: am a59f1b25: am 6ec4a2c6: am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
* commit '3eaf7b48bb7c43233b7998d6fd8beef8c889dd95':
  fix links
2013-05-08 16:25:30 -07:00
Robert Ly
a59f1b2590 am 6ec4a2c6: am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
* commit '6ec4a2c6836c1e0b83613ab033f29503b22977bf':
  fix links
2013-05-08 16:21:03 -07:00
Robert Ly
6ec4a2c683 am 3d86e283: am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
* commit '3d86e2833e94e0cfa6b04ff159bcdd98b062a4d2':
  fix links
2013-05-08 16:19:08 -07:00
Robert Ly
3d86e2833e am 3fe8acbc: am 4c9a8dc2: am d458f0a9: fix links
* commit '3fe8acbcdc42999160ebbf232af501bf5b1cd4a8':
  fix links
2013-05-08 16:17:07 -07:00
Robert Ly
654ad5ed0c am 3534b142: am 37a14b15: am cbac1239: am c80298b0: am 557528a1: am 3f5fee62: am c942e879: fix sac search
* commit '3534b142bc6f80502ed57a414ab22ba07bcf0955':
  fix sac search
2013-05-08 15:03:07 -07:00
Robert Ly
d458f0a91f fix links
Change-Id: Ied393fa6ba3c2e9240dd8d2af9633252015a098b
2013-05-08 14:59:46 -07:00
Mathias Agopian
f14d85d6fc libutils clean-up
Change-Id: I93a0fef582580282d62379ddba3ae2d50f3ea0c5
2013-05-07 16:31:04 -07:00
Robert Ly
37a14b15e9 am cbac1239: am c80298b0: am 557528a1: am 3f5fee62: am c942e879: fix sac search
* commit 'cbac12396a0b4081f579d6eb8342bbb5b68bdbfc':
  fix sac search
2013-05-07 13:38:08 -07:00
Robert Ly
cbac12396a am c80298b0: am 557528a1: am 3f5fee62: am c942e879: fix sac search
* commit 'c80298b08d47023fd5c259ce066089149ff7b6e3':
  fix sac search
2013-05-07 13:37:06 -07:00
Robert Ly
c80298b08d am 557528a1: am 3f5fee62: am c942e879: fix sac search
* commit '557528a1542239026127c60e4da0e978e71bb6ad':
  fix sac search
2013-05-07 13:35:21 -07:00
Robert Ly
c942e8799e fix sac search
Change-Id: If34b834f5c7bca09bc59feb3f9eeb1a004209e23
2013-05-07 12:09:01 -07:00
Dirk Dougherty
e2a92eb00e am 49c0d603: am 3e792a64: am 0abb321f: am 3256dac3: am 4338eac1: am 665021a4: am 0b026ce6: Update cs file to use devsite-compatible lowercase lang ids.
* commit '49c0d603496a9999a1922905ddbd8c1eb80e3789':
  Update cs file to use devsite-compatible lowercase lang ids.
2013-05-07 10:25:17 -07:00
Dirk Dougherty
3e792a6488 am 0abb321f: am 3256dac3: am 4338eac1: am 665021a4: am 0b026ce6: Update cs file to use devsite-compatible lowercase lang ids.
* commit '0abb321f49f84dd53dccdc13cf219b60c15882a1':
  Update cs file to use devsite-compatible lowercase lang ids.
2013-05-06 18:56:42 -07:00
Dirk Dougherty
0abb321f49 am 3256dac3: am 4338eac1: am 665021a4: am 0b026ce6: Update cs file to use devsite-compatible lowercase lang ids.
* commit '3256dac3de5404d518fc8fc5a5bb419030c70a38':
  Update cs file to use devsite-compatible lowercase lang ids.
2013-05-06 18:54:59 -07:00
Dirk Dougherty
3256dac3de am 4338eac1: am 665021a4: am 0b026ce6: Update cs file to use devsite-compatible lowercase lang ids.
* commit '4338eac1d4ec2af0571f195d1a8428ab541dccdd':
  Update cs file to use devsite-compatible lowercase lang ids.
2013-05-06 18:48:10 -07:00
Dirk Dougherty
0b026ce6eb Update cs file to use devsite-compatible lowercase lang ids.
Change-Id: Ie20e5977464199648fd91515ebe71c250162c0ee
2013-05-04 13:13:21 -07:00
Scott Main
54b15b5dd6 am 366ac666: am 2b3b1409: am 6873be9e: am 5d2265cb: am ed5ea12b: am f09c7628: am 0e76e7e4: provide search suggestions for api guides, training, etc. also: - demote deprecated APIs in suggestions - focus search bar with / and exit search with ESC
* commit '366ac666f7208c7e6bb223671f7026b4107c8b95':
  provide search suggestions for api guides, training, etc. also:  - demote deprecated APIs in suggestions  - focus search bar with / and exit search with ESC
2013-05-02 10:59:37 -07:00
Scott Main
2b3b140904 am 6873be9e: am 5d2265cb: am ed5ea12b: am f09c7628: am 0e76e7e4: provide search suggestions for api guides, training, etc. also: - demote deprecated APIs in suggestions - focus search bar with / and exit search with ESC
* commit '6873be9eaa509380a54ec13c50d137608e124b51':
  provide search suggestions for api guides, training, etc. also:  - demote deprecated APIs in suggestions  - focus search bar with / and exit search with ESC
2013-05-02 10:54:09 -07:00
Scott Main
6873be9eaa am 5d2265cb: am ed5ea12b: am f09c7628: am 0e76e7e4: provide search suggestions for api guides, training, etc. also: - demote deprecated APIs in suggestions - focus search bar with / and exit search with ESC
* commit '5d2265cb53dca92dd2fb347fc9c020b50c77f8e1':
  provide search suggestions for api guides, training, etc. also:  - demote deprecated APIs in suggestions  - focus search bar with / and exit search with ESC
2013-05-02 10:52:03 -07:00
Scott Main
5d2265cb53 am ed5ea12b: am f09c7628: am 0e76e7e4: provide search suggestions for api guides, training, etc. also: - demote deprecated APIs in suggestions - focus search bar with / and exit search with ESC
* commit 'ed5ea12b0ff8cfbc11d5b7dbda43f390b3a7d58c':
  provide search suggestions for api guides, training, etc. also:  - demote deprecated APIs in suggestions  - focus search bar with / and exit search with ESC
2013-05-02 10:50:13 -07:00
Scott Main
0e76e7e4dd provide search suggestions for api guides, training, etc.
also:
 - demote deprecated APIs in suggestions
 - focus search bar with / and exit search with ESC

Change-Id: I78818d76375d63b9eb42922d6c20ebbea30c353b
2013-05-02 10:38:45 -07:00
Scott Main
345e90ebae am 8579320f: am 9a720b75: am 499dc52c: am 8e1d22bc: am 55d6070a: am 78568286: am 8aa725e6: re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
* commit '8579320f382199b86e406f2bbac35dfe2bab4e08':
  re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
2013-04-25 13:50:29 -07:00
Scott Main
9a720b759e am 499dc52c: am 8e1d22bc: am 55d6070a: am 78568286: am 8aa725e6: re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
* commit '499dc52cb073d98d2168a75ff312db5e3cee49dd':
  re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
2013-04-25 11:24:08 -07:00
Scott Main
499dc52cb0 am 8e1d22bc: am 55d6070a: am 78568286: am 8aa725e6: re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
* commit '8e1d22bc7edf9dd75e3cfbf373fc1170b809818a':
  re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
2013-04-25 11:22:01 -07:00
Scott Main
8e1d22bc7e am 55d6070a: am 78568286: am 8aa725e6: re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
* commit '55d6070ad9d9d1f0d603434d77e2c6a22b858b0d':
  re-add styles for xml definition lists. used in manifest reference pages and was lost during switch to DAC2
2013-04-25 11:19:13 -07:00
Scott Main
8aa725e694 re-add styles for xml definition lists.
used in manifest reference pages and was lost during switch to DAC2

Change-Id: I0fcaebc37fe1665bfced4b109945c9dbf6389818
2013-04-25 11:12:51 -07:00
Chad Jones
bd157c3017 Merge commit 'f0df12ae' 2013-04-19 20:56:28 -07:00
Chad Jones
b6c2e6b60c Merge commit '3359ffe4' into jb-mr2-dev 2013-04-19 20:24:07 -07:00
Robert Ly
f0df12ae6a am 3359ffe4: am 062dc2c6: am cd197b24: am 17a52ff0: am 8b4f4f6b: Merge "sac template fixes" into jb-mr1.1-docs
* commit '3359ffe4ddd083dc76034ac0284b1c216fa7a633':
  sac template fixes
2013-04-19 14:34:25 -07:00
Robert Ly
3359ffe4dd am 062dc2c6: am cd197b24: am 17a52ff0: am 8b4f4f6b: Merge "sac template fixes" into jb-mr1.1-docs
* commit '062dc2c6b2b8bab43241c2d4c93f0d35e9180b2e':
  sac template fixes
2013-04-19 14:32:15 -07:00
Robert Ly
062dc2c6b2 am cd197b24: am 17a52ff0: am 8b4f4f6b: Merge "sac template fixes" into jb-mr1.1-docs
* commit 'cd197b2461281ff1d123b987dbd1c2a5b5236cd2':
  sac template fixes
2013-04-19 14:29:17 -07:00
Robert Ly
8b4f4f6bb3 Merge "sac template fixes" into jb-mr1.1-docs 2013-04-19 21:21:47 +00:00
Robert Ly
dbfc4bbc95 sac template fixes
Change-Id: I9e3c6b60c1fab71c53408f34d388653e85e6ba30
2013-04-18 11:35:16 -07:00
Dirk Dougherty
070733887a am c7ac60de: am 9b855f67: am b676ec7b: am 6cdbe88d: am f23bdf78: am 1e1244bf: am a32f1bb4: am 547d9e93: Doc change: css for checklist more resources blocks.
* commit 'c7ac60deed026137f56d7ea2181d41239cd74398':
  Doc change: css for checklist more resources blocks.
2013-04-15 21:55:23 -07:00
Dirk Dougherty
9b855f672b am b676ec7b: am 6cdbe88d: am f23bdf78: am 1e1244bf: am a32f1bb4: am 547d9e93: Doc change: css for checklist more resources blocks.
* commit 'b676ec7b1e2e0764de85547a4b91294d16d32a3b':
  Doc change: css for checklist more resources blocks.
2013-04-15 20:45:47 -07:00
Dirk Dougherty
b676ec7b1e am 6cdbe88d: am f23bdf78: am 1e1244bf: am a32f1bb4: am 547d9e93: Doc change: css for checklist more resources blocks.
* commit '6cdbe88d0bad6723e50d91585a1f3328e5b77368':
  Doc change: css for checklist more resources blocks.
2013-04-15 20:43:10 -07:00
Dirk Dougherty
6cdbe88d0b am f23bdf78: am 1e1244bf: am a32f1bb4: am 547d9e93: Doc change: css for checklist more resources blocks.
* commit 'f23bdf7843782671f1f15439e4b74cbe56031f8c':
  Doc change: css for checklist more resources blocks.
2013-04-15 20:40:41 -07:00
Dirk Dougherty
a32f1bb4e4 am 547d9e93: Doc change: css for checklist more resources blocks.
* commit '547d9e93b21e62f1153aaac49c22b1f648b4fef5':
  Doc change: css for checklist more resources blocks.
2013-04-15 20:30:00 -07:00
Dirk Dougherty
547d9e93b2 Doc change: css for checklist more resources blocks.
Change-Id: If0678b08d135f708bf6ecee49831ef233a862389
2013-04-15 18:45:42 -07:00
Dirk Dougherty
116f87d913 am 31482656: am befd7fe6: am 7f8fd3b1: am 7098897f: am 53facc05: am 4f425e42: am 48732d9a: am bec14294: Doc change: css for policy docs.
* commit '31482656f894ff1ef45e0914f54ba4dc47599990':
  Doc change: css for policy docs.
2013-04-15 15:56:44 -07:00
Dirk Dougherty
befd7fe6e7 am 7f8fd3b1: am 7098897f: am 53facc05: am 4f425e42: am 48732d9a: am bec14294: Doc change: css for policy docs.
* commit '7f8fd3b1333084f9e291a1948d6ef73daeccbc70':
  Doc change: css for policy docs.
2013-04-15 15:51:22 -07:00
Dirk Dougherty
7f8fd3b133 am 7098897f: am 53facc05: am 4f425e42: am 48732d9a: am bec14294: Doc change: css for policy docs.
* commit '7098897fecff6ec586a078025676b8203ab2060d':
  Doc change: css for policy docs.
2013-04-15 15:47:08 -07:00
Dirk Dougherty
7098897fec am 53facc05: am 4f425e42: am 48732d9a: am bec14294: Doc change: css for policy docs.
* commit '53facc05af437f0721646102442c61c49b2e33be':
  Doc change: css for policy docs.
2013-04-15 15:44:44 -07:00
Dirk Dougherty
48732d9aaa am bec14294: Doc change: css for policy docs.
* commit 'bec142949a33bf7d195d022e9ec99a1a84197065':
  Doc change: css for policy docs.
2013-04-15 15:34:05 -07:00
Dirk Dougherty
bec142949a Doc change: css for policy docs.
Change-Id: I5d8609d7e20315e5bb022f057704b2814ad9e172
2013-04-11 21:48:54 -07:00
Doug Zongker
2fc51cbc16 Merge "SignApk: update SignApk to support SHA256withRSA signing" 2013-04-11 22:02:16 +00:00
Doug Zongker
c0581a02ed SignApk: update SignApk to support SHA256withRSA signing
Change-Id: I849b05addba69b74c9b0b65de5b24dd233e57d7c
2013-04-10 09:19:32 -07:00
Ying Wang
8c431c157d Add liblog
Bug: 8580410
Change-Id: Id3c26ff084950f8cbfa87f4425747ee322de7624
2013-04-09 22:33:58 -07:00
Ying Wang
fd068148d6 Merge "Revert "Add liblog"" into jb-mr2-dev 2013-04-10 05:32:37 +00:00
Ying Wang
cd3190a9f5 Revert "Add liblog"
This reverts commit 8722580d90

Change-Id: Iafdbb7f540a53ddc9dc2e21c0afddb62c44c4af8
2013-04-10 05:32:21 +00:00
Ying Wang
134ec88c94 Merge "Add liblog" into jb-mr2-dev 2013-04-10 05:12:00 +00:00
Ying Wang
8722580d90 Add liblog
Bug: 8580410
Change-Id: I45e17b786b8d221a071b5de2432bb1367e245fb4
2013-04-09 21:41:48 -07:00
Robert Ly
e26c63bedd am 645c6887: am 7b0422e5: am 969c4c0c: am b6b3da3c: am a4d2d0ef: s.a.c templates
* commit '645c6887287c78590eabd8c8f2d7486bfda32544':
  s.a.c templates
2013-04-09 13:43:50 -07:00
Robert Ly
645c688728 am 7b0422e5: am 969c4c0c: am b6b3da3c: am a4d2d0ef: s.a.c templates
* commit '7b0422e5ba911b8864ed89e76698f9d332732d77':
  s.a.c templates
2013-04-09 13:40:36 -07:00
Robert Ly
7b0422e5ba am 969c4c0c: am b6b3da3c: am a4d2d0ef: s.a.c templates
* commit '969c4c0c3c0d24d00bb27606de477f4c0cfc24fc':
  s.a.c templates
2013-04-09 13:37:01 -07:00
Robert Ly
a4d2d0ef55 s.a.c templates
Change-Id: Ia6554ba55d10af10227cde336026b51a27307aa0
2013-04-09 11:27:34 -07:00
Robert Ly
ca95750801 am f3840a2c: am 99532a5a: am ad027032: am e046ede5: am 3eba74ff: am ddde20b6: Merge "fix android build number in footer of gms and gcm reference" into jb-mr1-dev
* commit 'f3840a2c2c614a271c8678fb65fc4a6148f41744':
  fix android build number in footer of gms and gcm reference
2013-04-03 14:01:54 -07:00
Robert Ly
f3840a2c2c am 99532a5a: am ad027032: am e046ede5: am 3eba74ff: am ddde20b6: Merge "fix android build number in footer of gms and gcm reference" into jb-mr1-dev
* commit '99532a5aeabe3d55fa99407e948782a6dcf15e5e':
  fix android build number in footer of gms and gcm reference
2013-04-03 13:58:38 -07:00
Robert Ly
99532a5aea am ad027032: am e046ede5: am 3eba74ff: am ddde20b6: Merge "fix android build number in footer of gms and gcm reference" into jb-mr1-dev
* commit 'ad027032b11f592cc58286f535e087053b0220f0':
  fix android build number in footer of gms and gcm reference
2013-04-03 13:56:04 -07:00
Robert Ly
3eba74ffc1 am ddde20b6: Merge "fix android build number in footer of gms and gcm reference" into jb-mr1-dev
* commit 'ddde20b67c521fbd7ad090f7a1e4ab3f69865b4f':
  fix android build number in footer of gms and gcm reference
2013-04-03 13:48:35 -07:00
Robert Ly
ddde20b67c Merge "fix android build number in footer of gms and gcm reference" into jb-mr1-dev 2013-04-03 20:38:55 +00:00
Scott Main
248a9dd4c9 am baa0023b: am 2e5602cd: am 70174c67: am 07e13f7c: am f614554d: load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is
* commit 'baa0023b9f1e5cbc3cfa0c39ea5893cd68d5a981':
  load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is loaded into nav.
2013-04-02 13:55:59 -07:00
Scott Main
baa0023b9f am 2e5602cd: am 70174c67: am 07e13f7c: am f614554d: load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is loaded into n
* commit '2e5602cd6251d7669f5adc9ccda3a5451a0195bd':
  load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is loaded into nav.
2013-04-02 13:51:52 -07:00
Scott Main
2e5602cd62 am 70174c67: am 07e13f7c: am f614554d: load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is loaded into nav.
* commit '70174c6783f85d105157f2b2207a3d459e966237':
  load google API navtree ondemand (remove request from <head>). Also move the code for highlighting the sidenav into a separate method that we can call at a later time, such as after the gms reference is loaded into nav.
2013-04-02 13:47:47 -07:00
Scott Main
f614554dae load google API navtree ondemand (remove request from <head>).
Also move the code for highlighting the sidenav into a separate method
that we can call at a later time, such as after the gms reference is loaded into nav.

Change-Id: I924d68b2b9dbfed83f81d1fd418e06b6c79a9010
2013-04-01 16:38:11 -07:00
Scott Main
4b7359662b am 6c3f41ac: am a6188a56: am 972c3798: am 28ca0f32: am 25e7300c: load the navtree javascript on demand; don\'t try setting up the tree until it\'s loaded
* commit '6c3f41ac7cf51c0a3405296853b075f929e07397':
  load the navtree javascript on demand; don't try setting up the tree until it's loaded
2013-03-27 16:12:22 -07:00
Scott Main
6c3f41ac7c am a6188a56: am 972c3798: am 28ca0f32: am 25e7300c: load the navtree javascript on demand; don\'t try setting up the tree until it\'s loaded
* commit 'a6188a56ea8f10a3ce81fb95fbf508cae688c4b1':
  load the navtree javascript on demand; don't try setting up the tree until it's loaded
2013-03-27 16:10:10 -07:00
Scott Main
a6188a56ea am 972c3798: am 28ca0f32: am 25e7300c: load the navtree javascript on demand; don\'t try setting up the tree until it\'s loaded
* commit '972c3798890f8b0e20005eece62ee88f508dd761':
  load the navtree javascript on demand; don't try setting up the tree until it's loaded
2013-03-27 16:07:57 -07:00
Scott Main
25e7300c24 load the navtree javascript on demand; don't try setting up the tree until it's loaded
Change-Id: I1f209869a17099dd853a2f4cae766481a6cd03eb
2013-03-27 15:49:14 -07:00
Scott Main
531a620474 am 964c6321: am 709fcf04: am 2325250e: am 9ae6d37a: am de295276: add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
* commit '964c6321ae015522c9f7e26d47189890b636a592':
  add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
2013-03-25 18:19:46 -07:00
Scott Main
964c6321ae am 709fcf04: am 2325250e: am 9ae6d37a: am de295276: add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
* commit '709fcf04a0294544658166a10021978870d756ef':
  add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
2013-03-25 16:17:42 -07:00
Scott Main
709fcf04a0 am 2325250e: am 9ae6d37a: am de295276: add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
* commit '2325250e639f3c443a8ccd006f0d591eb8f1c5d3':
  add javascript action events to search suggestions and search results. Allows us to track and compare the success of suggested results and results from Google
2013-03-25 16:15:12 -07:00
Scott Main
de29527684 add javascript action events to search suggestions and search results.
Allows us to track and compare the success of suggested results and results from Google

Change-Id: I64750e3b96ea585de415969cad8ab46c3bbbcaf4
2013-03-25 15:54:05 -07:00
Ying Wang
a0febe5e6d Support to build vendor.img
Bug: 8341435
Change-Id: I2db7970936984d38aed35054e3f695d298f4e512
2013-03-25 09:53:16 -07:00
Scott Main
5fe9aaacef am 159de1de: am 1b8b0cfe: am 79088780: am 8d92d9ef: am 01a2545b: docs: update templates to remove global content for devsite builds
* commit '159de1de00027ebb9280cf6768d59369416c7a13':
  docs: update templates to remove global content for devsite builds
2013-03-21 18:35:43 -07:00
Scott Main
159de1de00 am 1b8b0cfe: am 79088780: am 8d92d9ef: am 01a2545b: docs: update templates to remove global content for devsite builds
* commit '1b8b0cfee98c8d2779dc740707b547846734053f':
  docs: update templates to remove global content for devsite builds
2013-03-21 18:33:53 -07:00
Scott Main
1b8b0cfee9 am 79088780: am 8d92d9ef: am 01a2545b: docs: update templates to remove global content for devsite builds
* commit '7908878061144b25b1e0baf36619db7b32d07c98':
  docs: update templates to remove global content for devsite builds
2013-03-21 18:31:59 -07:00
Scott Main
01a2545bba docs: update templates to remove global content for devsite builds
Change-Id: I8c8d052248cebe6408d8c18b44baadd03f3bc96c
2013-03-21 18:12:51 -07:00
Scott Main
1afc758e57 am 04f27973: am 8c052d39: am 82fb80eb: am ec48ff2b: am ec93c111: Merge "add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency." into jb-mr1.1-docs
* commit '04f279730970df0ea5cd8ef6e8f7a5bee6233dc6':
  add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency.
2013-03-20 15:27:05 -07:00
Scott Main
04f2797309 am 8c052d39: am 82fb80eb: am ec48ff2b: am ec93c111: Merge "add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency." into jb-mr1.1-docs
* commit '8c052d395db4643303e03efbc35eca0259cee19e':
  add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency.
2013-03-20 15:25:10 -07:00
Scott Main
8c052d395d am 82fb80eb: am ec48ff2b: am ec93c111: Merge "add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency." into jb-mr1.1-docs
* commit '82fb80eb11188592f34056e8c787a74a28be6543':
  add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency.
2013-03-20 15:23:08 -07:00
Scott Main
ec93c11194 Merge "add 64-bit variety NDK packages to download table. Use same naming convention as SDK packages for consistency." into jb-mr1.1-docs 2013-03-20 22:16:27 +00:00
Scott Main
a2303454fd add 64-bit variety NDK packages to download table.
Use same naming convention as SDK packages for consistency.

Change-Id: Iee2673d6c9a4b313988e1a73966d2a0fbee27c2c
2013-03-20 15:01:35 -07:00
Scott Main
18fbd22dff am 22b048e1: am 86372f1c: am 7524d02e: am 4264799b: am 24790db1: fix indentation style for nested lists
* commit '22b048e1069c5f5dffd5f13ee4ef35f4ba06fa2b':
  fix indentation style for nested lists
2013-03-19 14:48:42 -07:00
Scott Main
22b048e106 am 86372f1c: am 7524d02e: am 4264799b: am 24790db1: fix indentation style for nested lists
* commit '86372f1c0156b096288274ab85128ffbe9f6f8b4':
  fix indentation style for nested lists
2013-03-19 14:48:02 -07:00
Scott Main
86372f1c01 am 7524d02e: am 4264799b: am 24790db1: fix indentation style for nested lists
* commit '7524d02ef25fed9241e507ebda53d73a643134e5':
  fix indentation style for nested lists
2013-03-19 14:46:48 -07:00
Scott Main
24790db1cd fix indentation style for nested lists
Change-Id: Id4e1aa6f4dacf0984cfc891081799be887543453
2013-03-19 14:38:59 -07:00
Ying Wang
d7321d31ac Skip userdata.img only if partition size is not give for extfs.
We still build yaffs2 images which don't need partition size.

Change-Id: I9c7f45069f25868666a257cee044faecf1a8781a
2013-03-15 10:32:29 -07:00
Scott Main
6959bce3de am e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width
* commit 'e9d67dccb01cf91d04b71f590b8e91737be70e64':
  tweak jspane width property to ensure bg color for highlighted item is full width
2013-03-11 13:55:05 -07:00
Scott Main
e9d67dccb0 am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width
* commit '5666261023e8b5362f848ccfd307d52c6b1f2150':
  tweak jspane width property to ensure bg color for highlighted item is full width
2013-03-11 13:51:18 -07:00
Scott Main
5666261023 am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width
* commit '5fef291f3e9fa5139d0876a960e0173ef77842da':
  tweak jspane width property to ensure bg color for highlighted item is full width
2013-03-11 13:49:53 -07:00
Scott Main
2d967c6df6 tweak jspane width property to ensure bg color for highlighted item is full width
Change-Id: I92e66493229476c29cf71c74091f36063638def4
2013-03-11 09:21:07 -07:00
Scott Main
b8b3406e6a am 50e9bdd0: am c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
* commit '50e9bdd0a4f3ef75ea7b76c553422fbaf72c7256':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
2013-03-07 12:21:21 -08:00
Scott Main
50e9bdd0a4 am c8141407: am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
* commit 'c8141407eff4577abae3740bb2a6abf881c6c17c':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
2013-03-07 11:49:17 -08:00
Scott Main
c8141407ef am 40741e48: am 4cc2bc77: am a07be8ee: switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
* commit '40741e48984d2c3173378f4aa497d2e848e74e7a':
  switch code font to pure monospace (sans serif). also add proper margins for elements nested in lists
2013-03-07 11:45:31 -08:00
Scott Main
a07be8eee4 switch code font to pure monospace (sans serif).
also add proper margins for elements nested in lists

Change-Id: I1c2914904da63d21359283de945c9805f5d4af93
2013-03-06 12:12:21 -08:00
Ying Wang
6a42a25429 Run e2fsck only when building images with the target files.
With this change, e2fsck is run only when you build the update.zip file,
which is built when "dist" is among the make command.

Bug: 7591683
Change-Id: I446b71d5aa9295aff3af622f115175f769746615
2013-02-27 13:54:02 -08:00
Scott Main
d7f8c32ecd am 50882118: am d9876348: am 6fc990df: am c5998412: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"
* commit '5088211890511a4dff5d068f8481abc9680a1795':
  Revert "docs: move loading of google ref into doc load event to prevent error during load"
2013-02-27 02:21:38 +00:00
Scott Main
5088211890 am d9876348: am 6fc990df: am c5998412: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"
* commit 'd9876348e1533dbb04779fa4b0b5ccd1b46747fa':
  Revert "docs: move loading of google ref into doc load event to prevent error during load"
2013-02-26 18:18:34 -08:00
Scott Main
d9876348e1 am 6fc990df: am c5998412: am f8333457: Revert "docs: move loading of google ref into doc load event to prevent error during load"
* commit '6fc990dfe16fb6336457ef0e02a9befd8525082b':
  Revert "docs: move loading of google ref into doc load event to prevent error during load"
2013-02-26 18:16:09 -08:00
Scott Main
f8333457a5 Revert "docs: move loading of google ref into doc load event to prevent error during load"
This reverts commit 578d6446eb.
2013-02-26 18:10:20 -08:00
Scott Main
0d3a1fa14b am 7a689113: am 0670acc9: am 690dc39c: am 79d08b2c: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load
* commit '7a68911347f18cbbf890bef7f92b28b2872e8e31':
  docs: move loading of google ref into doc load event to prevent error during load
2013-02-26 22:58:34 +00:00
Scott Main
7a68911347 am 0670acc9: am 690dc39c: am 79d08b2c: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load
* commit '0670acc9c38b498c2d1f3abb44304d81d42308ca':
  docs: move loading of google ref into doc load event to prevent error during load
2013-02-26 14:56:00 -08:00
Scott Main
0670acc9c3 am 690dc39c: am 79d08b2c: am 578d6446: docs: move loading of google ref into doc load event to prevent error during load
* commit '690dc39c46604194a4f189841566e8313125e745':
  docs: move loading of google ref into doc load event to prevent error during load
2013-02-26 14:54:30 -08:00
Scott Main
578d6446eb docs: move loading of google ref into doc load event to prevent error during load
Change-Id: Ibe825c25e19f136b2cd58e8a096d13904720e3d2
2013-02-26 14:46:12 -08:00
Scott Main
e3d336f549 am 02f3e81e: am fb247b7e: am 386cbaeb: am 9f2971d1: docs: fix suggestions due to file name change for js files
* commit '02f3e81e9ee93848d9805222d79a4a76ea2e898a':
  docs: fix suggestions due to file name change for js files
2013-02-26 21:18:52 +00:00
Scott Main
02f3e81e9e am fb247b7e: am 386cbaeb: am 9f2971d1: docs: fix suggestions due to file name change for js files
* commit 'fb247b7e5c1067038518e52aa62a1cbb54ac6fde':
  docs: fix suggestions due to file name change for js files
2013-02-26 13:16:22 -08:00
Scott Main
fb247b7e5c am 386cbaeb: am 9f2971d1: docs: fix suggestions due to file name change for js files
* commit '386cbaeb90fef0ea90695fac8faa407fbffa356a':
  docs: fix suggestions due to file name change for js files
2013-02-26 13:13:44 -08:00
Scott Main
9f2971d1f3 docs: fix suggestions due to file name change for js files
Change-Id: I4037c80f79f37f7a80d0977b4e07f992e3de61e1
2013-02-26 13:07:41 -08:00
Scott Main
68434ff55f am 70887ad4: am 2e639566: am 8429876f: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources
* commit '70887ad43cb1dcdc3527a91b31e875964191edda':
  docs: update search suggest with google services apis including some optimizations for loading javascript resources
2013-02-26 20:40:58 +00:00
Scott Main
70887ad43c am 2e639566: am 8429876f: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources
* commit '2e639566471841811ad29cd13a1f029d15b0dd85':
  docs: update search suggest with google services apis including some optimizations for loading javascript resources
2013-02-26 11:27:37 -08:00
Scott Main
2e63956647 am 8429876f: am 7e447edf: docs: update search suggest with google services apis including some optimizations for loading javascript resources
* commit '8429876f53cbe617ea36d80a97454146f4b4b746':
  docs: update search suggest with google services apis including some optimizations for loading javascript resources
2013-02-26 11:25:22 -08:00
Scott Main
7e447edffa docs: update search suggest with google services apis
including some optimizations for loading javascript resources

Change-Id: Idfea12bbb70a24a7853d997e8376e3db50e56760
2013-02-26 10:53:54 -08:00
Ken Sumrall
89fbf2e2ac am 3a588682: am 8d27d6d3: am 44281a1f: Add unified fstab support to release tools
* commit '3a58868258aea60d17abe7e4169a3a64bf1a0d21':
  Add unified fstab support to release tools
2013-02-23 00:55:23 -08:00
Ken Sumrall
3a58868258 am 8d27d6d3: am 44281a1f: Add unified fstab support to release tools
* commit '8d27d6d378fffba4c4254ccad6a1872692839a8c':
  Add unified fstab support to release tools
2013-02-23 00:53:10 -08:00
Nick Kralevich
4da8048647 am 3346da0a: am 33b190f6: Merge "build: update fs_config calls for capabilities change."
* commit '3346da0a93f60a7039581e48182be347dcceabec':
  build: update fs_config calls for capabilities change.
2013-02-22 18:31:43 -08:00
Nick Kralevich
3346da0a93 am 33b190f6: Merge "build: update fs_config calls for capabilities change."
* commit '33b190f6c6653b3c3493c725a96ff340c4466604':
  build: update fs_config calls for capabilities change.
2013-02-22 18:28:13 -08:00
Ken Sumrall
44281a1f3e Add unified fstab support to release tools
Update the release tools to be able to handle the new unified fstab.

Change-Id: Id9d1810c89aba415e83ae2fc586520f148ec73ef
2013-02-22 16:55:30 -08:00
Ken Sumrall
75f1f6f0f4 Merge "Add unified fstab support to release tools" 2013-02-22 01:04:41 +00:00
Ken Sumrall
3b07cf1277 Add unified fstab support to release tools
Update the release tools to be able to handle the new unified fstab.

Change-Id: Id9d1810c89aba415e83ae2fc586520f148ec73ef
2013-02-21 16:26:46 -08:00
Scott Main
e51e369193 am 540bad2a: am 10bbe830: am 121a4a3e: am d6cb8fac: docs: fix padding for left-figure class
* commit '540bad2add395bf0ba67c31609cb91024e66c551':
  docs: fix padding for left-figure class
2013-02-21 15:20:07 -08:00
Scott Main
341ac8b423 am 3c205c4f: am 4edc153f: am 245a4f64: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev
* commit '3c205c4fef400c6fce60d9d1f425491a0b5ea3c5':
  docs: add image frame style and left-float figure box
2013-02-21 15:20:06 -08:00