Commit Graph

14336 Commits

Author SHA1 Message Date
Scott Main bf9d72ff4d am 07816041: set fixed height for header div to ensure the next/prev links in the training bar are always aligned with TOC
* commit '078160410ad4209fb78f59ae8e04a6118914cdb5':
  set fixed height for header div to ensure the next/prev links in the training bar are always aligned with TOC
2013-12-19 21:12:19 +00:00
Scott Main 078160410a set fixed height for header div to ensure the next/prev links
in the training bar are always aligned with TOC

Change-Id: I34bb1967e3677bc94298837b0d8f0c6e7bcd8bbf
2013-12-19 12:56:42 -08:00
Scott Main dab6ac8601 am 518dc751: Merge "make the new guide/index.html the link for API Guides." into klp-docs
* commit '518dc751a617c1f182cb01cdc8fd06076d1e91ba':
  make the new guide/index.html the link for API Guides.
2013-12-17 21:19:44 +00:00
Scott Main 518dc751a6 Merge "make the new guide/index.html the link for API Guides." into klp-docs 2013-12-17 21:17:29 +00:00
Dirk Dougherty 9b022bdf8f am 35fe9894: Merge "Doc change: Add tag for DevArt." into klp-docs
* commit '35fe9894d283153b0a72741e207a586ff70cd558':
  Doc change: Add tag for DevArt.
2013-12-11 23:25:13 +00:00
Dirk Dougherty 35fe9894d2 Merge "Doc change: Add tag for DevArt." into klp-docs 2013-12-11 23:22:11 +00:00
Scott Main 932e3fb991 make the new guide/index.html the link for API Guides.
Change-Id: I4423e9ab43b349427cc70211dd094760b35e9360
2013-12-11 02:02:32 +00:00
Scott Main ecff92d9f7 resolved conflicts for merge of 79a55d35 to klp-ub-dev
Change-Id: I95f46942e03f125e1a907003520caaf6ab575016
2013-12-10 14:04:30 -08:00
Scott Main ea64d5de02 am 719acb45: update search suggestions to use new unified JS and show samples
* commit '719acb4553e1ffcbbe452ba7b3e8c6e5a12515db':
  update search suggestions to use new unified JS and show samples
2013-12-10 21:50:34 +00:00
Scott Main 79a55d3585 add Analytics event to track sample downloads (for real this time)
Change-Id: I014fd31f0f12698462d44a8afed96ca6e3cfef38
2013-12-09 17:13:56 -08:00
Scott Main 719acb4553 update search suggestions to use new unified JS and show samples
Change-Id: Id39091558906db7d43b2d07d09756f71d98502a7
2013-12-09 15:57:26 -08:00
David Friedman c25aee2929 Added a row for the "All platforms" download line (rebuild stl with debug info package)
Change-Id: I333912e697a389b52b5c768e1218b7d146775c9f
2013-12-09 13:24:13 -08:00
Ying Wang c404d34282 am 7493c39e: Add utility function find-files-in-subdirs
* commit '7493c39eff203ed027b0f0ea320c26dd7d895b22':
  Add utility function find-files-in-subdirs
2013-12-05 10:39:42 -08:00
Ying Wang 7493c39eff Add utility function find-files-in-subdirs
find-files-in-subdirs uses utility find to find given files in the given
subdirs. This function uses $(1), instead of LOCAL_PATH as the base.

Change-Id: Ib76631c97acd257d651a580cbad767606874f5d0
(cherry picked from commit 85898bca99)
2013-12-05 18:37:20 +00:00
Xavier Ducrohet 8eb89dde9b am ab92f3df: Add Dialer to SDK system image. DO NOT MERGE.
* commit 'ab92f3dff0eb87a8aed4fdbcf1e16b71fd026daf':
  Add Dialer to SDK system image. DO NOT MERGE.
2013-12-04 13:30:08 -08:00
Xavier Ducrohet ab92f3dff0 Add Dialer to SDK system image. DO NOT MERGE.
Change-Id: I4f15482385c869a4ae08d99ae98bffc7c113acd7
2013-12-04 13:25:56 -08:00
Joe Onorato 36b89ff93f Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip
Change-Id: I97fcc0d467f3b7582570b9be7e15acc0a5b550a5
2013-12-04 02:32:06 -08:00
Dirk Dougherty 8f6949b611 Doc change: Add tag for DevArt.
Change-Id: Id6ecac1587e311373b2f787fb86b85c2c9933183
2013-12-03 19:07:13 -08:00
Dave Langemak 48130ea9de am 63ac2753: .1 becomes .2
* commit '63ac27537893533eb067f9f2b51e44f82f908703':
  .1 becomes .2
2013-12-03 15:24:24 -08:00
Dave Langemak 63ac275378 .1 becomes .2
Change-Id: Ib4208e24e66b05ff441302a817be22ea213eb1df
2013-12-03 15:06:56 -08:00
Doug Zongker 57c9ffef30 am 9b23f2cd: add option to generate two-step recovery files
* commit '9b23f2cd786b46991b7c0198e69264b17875288d':
  add option to generate two-step recovery files
2013-12-03 08:56:05 -08:00
Dirk Dougherty d239e4c9b5 Support generated samples_toc.cs file.
Change-Id: I34eeffbc98f729e13de805e7bbb9dac96d13fdd8
2013-12-03 00:16:14 +00:00
Doug Zongker 9b23f2cd78 add option to generate two-step recovery files
When run with the -2 option, ota_from_target_files will generate a
package (full or incremental) that does some extra reboots in order to
install the new recovery first, so that the rest of the installation
is done with the new recovery.  This can be useful if (say) the
package installation needs some features from the newer kernel.

For incremental packages, the verification phase is still done with
the old recovery.

This is only supported on devices where the misc partition is EMMC
(not MTD).

Two-step packages are slower to install and possibly confusing to
users (they will see their device reboot four times instead of twice),
so only use this option if necessary.

Change-Id: I3267d905e5e8eb1a1eb61bf48255b8b24ffc4ad1
2013-11-27 11:27:55 -08:00
Doug Zongker b480d1529e am 816d73f9: store releasetools.py in the target_files zip
* commit '816d73f9ebfef7829ca60d9199a8b609cb1cb0cf':
  store releasetools.py in the target_files zip
2013-11-22 13:39:48 -08:00
Doug Zongker 816d73f9eb store releasetools.py in the target_files zip
Save the device-specific releasetools.py module in the target_files
zip so that the OTA tools can use it without needing to get it from a
client.

Change-Id: I2dd5f4628290a8f2f56bd519b07d4ca8d92fddcd
2013-11-22 13:29:55 -08:00
Dave Langemak 8ea83e902d am 96f56b6f: Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
* commit '96f56b6fcbe21c2786ec985bee252e5cd5c3190b':
  Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
2013-11-21 17:11:44 -08:00
Dave Langemak 96f56b6fcb Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev 2013-11-22 01:08:53 +00:00
Michael Runge 90c60d3b92 Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
This reverts commit 37335b4238.

Change-Id: I61cc125d3b08eaa300a7774b6607dbb43f0e7148
2013-11-22 00:52:51 +00:00
Scott Main 927612f4df am 42d6e581: fix the \'to top\' link; it wasn\'t appearing due to a previous CSS change
* commit '42d6e58195445617fb739d5363d5f23a7b5d990c':
  fix the 'to top' link; it wasn't appearing due to a previous CSS change
2013-11-21 03:38:48 +00:00
Scott Main 42d6e58195 fix the 'to top' link; it wasn't appearing due to a previous CSS change
Change-Id: I00aa080982f5e5d90fd6abcf6e19d41d1727b444
2013-11-20 19:31:26 -08:00
Scott Main c694cf8929 am afc4db3b: make short banners even shorter also add new "next-docs" style for links at the end of a doc.
* commit 'afc4db3b341b82b5f31c624abce292d4f71b76b3':
  make short banners even shorter also add new "next-docs" style for links at the end of a doc.
2013-11-21 02:09:25 +00:00
Scott Main afc4db3b34 make short banners even shorter
also add new "next-docs" style for links at the end of a doc.

Change-Id: I696a01f7614614eec56d9774036559af6bfe0378
(cherry picked from commit 9d6461dfab)
2013-11-21 02:06:29 +00:00
Scott Main 3956c32213 am 2fbc1c95: add analytics event to track sample downloads
* commit '2fbc1c95377e8a4cfd33b08ef2f615ccd78cdc6a':
  add analytics event to track sample downloads
2013-11-21 00:29:39 +00:00
Scott Main 2fbc1c9537 add analytics event to track sample downloads
Change-Id: Ibb6ca88845ca0f26b759503fbca540009e1d7c8c
2013-11-20 15:22:15 -08:00
Scott Main 01f988f7be am 95cd097f: Merge "add analytics event tracking for SDK tools download" into klp-docs
* commit '95cd097f429483dbea76804515c2d5b4de5037f7':
  add analytics event tracking for SDK tools download
2013-11-20 20:59:17 +00:00
Scott Main 95cd097f42 Merge "add analytics event tracking for SDK tools download" into klp-docs 2013-11-20 20:57:05 +00:00
Scott Main c9418f4456 add analytics event tracking for SDK tools download
Change-Id: I6ad2d540a3d496a8f563c22a0778c0f4bbd67f6c
2013-11-20 12:52:22 -08:00
Dirk Dougherty d8bb1b1106 am acecb040: Add jd_lists_unified.cs to sac, pdk, ds templates.
* commit 'acecb040464c4d8cf21c25369360b6d4d06034e0':
  Add jd_lists_unified.cs to sac, pdk, ds templates.
2013-11-20 19:23:23 +00:00
Dirk Dougherty acecb04046 Add jd_lists_unified.cs to sac, pdk, ds templates.
Change-Id: I4d3216018932e0482e20f01c944429e0a7ccee65
2013-11-20 11:18:19 -08:00
Dirk Dougherty 8b8a23c6f4 am bb2b5538: Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
* commit 'bb2b55381d0fde9acf5d367b0d5409d4317cfc17':
  Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
2013-11-20 02:39:59 +00:00
Dirk Dougherty bb2b55381d Show overview, project, and download links on samples project index pages. Show standard plusone on all samples pages.
Change-Id: I368fe1e0004e623cfbdaa39ff74e82f31c9f95d8
2013-11-19 18:26:51 -08:00
Dirk Dougherty ea994c2ad2 am 45734df7: Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs
* commit '45734df779f3653c3b9f1ecdc0aa21ddc4c76cf0':
  Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
2013-11-19 01:54:49 +00:00
Dirk Dougherty 45734df779 Merge "Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var." into klp-docs 2013-11-19 01:51:12 +00:00
Dianne Hackborn 1611712dac am 221fcf31: Merge "Just a little .1 makes all the difference in the world." into klp-dev
* commit '221fcf3183978d7ec6d482e09602312485f6652f':
  Just a little .1 makes all the difference in the world.
2013-11-14 14:57:39 -08:00
Dianne Hackborn 221fcf3183 Merge "Just a little .1 makes all the difference in the world." into klp-dev 2013-11-14 22:53:55 +00:00
Dirk Dougherty 9b3059f405 Add new jd_lists_unified template for unified metadata. Expose page tags to JavaScript through metaTags var.
Change-Id: I6cc7d980e627d3be06f9dee6af4d9e9ebd272577
2013-11-14 13:33:17 -08:00
Dianne Hackborn b6ab1203fb Just a little .1 makes all the difference in the world.
Change-Id: I4c4d8f507f9e81a632e22612043dc904694c5497
2013-11-14 12:06:49 -08:00
Scott Main 9526eefbf3 am 4e5b39d8: style adjustment to design/dev/video buttons
* commit '4e5b39d843548acaac73d1d1f729324805eda0a8':
  style adjustment to design/dev/video buttons
2013-11-14 02:08:29 +00:00
Scott Main 4e5b39d843 style adjustment to design/dev/video buttons
Change-Id: I97a147336805aeb340efcd12009794b02afab681
2013-11-13 16:49:22 -08:00
Ed Heyl 2c8415fb08 am eebb7301: merge in release branch changes (no-op).
* commit 'eebb7301b4de7c9767ef8794af34cd728bf78e06':
  "KOT43B"
  "KOT43"
  KOT42B
  "KOT42"
  "KOT41B"
  "KOT41"
  "KOT38D"
2013-11-13 15:26:51 -08:00