OSDN Git Service

android-x86/build.git
8 years agoam e539537d: (-s ours) am 7f96f4f6: am 4c710cbe: DO NOT MERGE - Backport of ag/748221...
Zach Jang [Thu, 17 Sep 2015 20:27:20 +0000 (20:27 +0000)]
am e539537d: (-s ours) am 7f96f4f6: am 4c710cbe: DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

* commit 'e539537d8c7a4288f40afa9226787b9af3d4416b':
  DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

8 years agoam 7f96f4f6: am 4c710cbe: DO NOT MERGE - Backport of ag/748221 - Security Patch Level...
Zach Jang [Thu, 17 Sep 2015 20:16:43 +0000 (20:16 +0000)]
am 7f96f4f6: am 4c710cbe: DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

* commit '7f96f4f6b95de53bd4aaff762885050ad7c4a7be':
  DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

8 years agoam 4c710cbe: DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings...
Zach Jang [Thu, 17 Sep 2015 20:04:23 +0000 (20:04 +0000)]
am 4c710cbe: DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

* commit '4c710cbe7f5786c3df396ea4283da920fd5c351b':
  DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings CL#2/3

8 years agoDO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings
Zach Jang [Sat, 12 Sep 2015 00:27:09 +0000 (17:27 -0700)]
DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings
CL#2/3

b/23946860

Change-Id: I42a2aaf26cf458d1775b11029789330cdd85b3a3

8 years agoDO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings
Zach Jang [Sat, 12 Sep 2015 00:27:09 +0000 (17:27 -0700)]
DO NOT MERGE - Backport of ag/748221 - Security Patch Level in Settings
CL#2/3

b/23946860

Change-Id: I42a2aaf26cf458d1775b11029789330cdd85b3a3

9 years agoMerge "Add task to print transitive dependencies and their license files." into lmp-dev
Ying Wang [Tue, 19 May 2015 23:58:46 +0000 (23:58 +0000)]
Merge "Add task to print transitive dependencies and their license files." into lmp-dev

9 years agoAdd task to print transitive dependencies and their license files.
Ying Wang [Thu, 7 May 2015 19:08:53 +0000 (12:08 -0700)]
Add task to print transitive dependencies and their license files.

Print modules and their transitive dependencies with license files.
To invoke, run
"make deps-license PROJ_PATH=<proj-path-patterns> DEP_PATH=<dep-path-patterns>".
PROJ_PATH restricts the paths of the source modules;
DEP_PATH restricts the paths of the dependency modules.
Both can be makefile patterns supported by makefile function $(filter).
Example:
  $ make deps-license packages/app/% external/%
  prints all modules in packages/app/ with their dpendencies in external/.
The printout lines look like "<module_name> :: <module_paths> :: <license_files>".

Bug: 20823995
Change-Id: I06b66e85ff56c8628bffa3d948085ed45870100f
(cherry-pick from 39b9b690a824c82465fe0ac9b44a0c1f5e6ae13a)

9 years agoBump generic_x86_64 system partition size - DO NOT MERGE
Justin Morey [Wed, 18 Mar 2015 19:57:16 +0000 (14:57 -0500)]
Bump generic_x86_64 system partition size - DO NOT MERGE

This makes it big enough to hold Orla, unbreaking the build

Change-Id: I5a131dfbaaa3aa2bb1bc24e4f859cc3507b671b0

9 years agoam 2b486dc8: Merge "doc: Add Japanese version of DAC/distribute/ page." into lmp...
Ryosuke Matsuuchi [Fri, 27 Feb 2015 16:33:43 +0000 (16:33 +0000)]
am 2b486dc8: Merge "doc: Add Japanese version of DAC/distribute/ page." into lmp-docs

* commit '2b486dc8c3af8cb82f49933356d1d49ad48da619':
  doc: Add Japanese version of DAC/distribute/ page.

9 years agoMerge "doc: Add Japanese version of DAC/distribute/ page." into lmp-docs
Ryosuke Matsuuchi [Fri, 27 Feb 2015 07:58:57 +0000 (07:58 +0000)]
Merge "doc: Add Japanese version of DAC/distribute/ page." into lmp-docs

9 years agoUse ALL_MODULES.$(m).INSTALLED in modules-for-tag-list
Ying Wang [Tue, 18 Nov 2014 20:41:53 +0000 (12:41 -0800)]
Use ALL_MODULES.$(m).INSTALLED in modules-for-tag-list

Previously we store tag's installed modules in a separate variable
ALL_MODULE_TAGS.$(tag). However we only record the main installed file
for a module, but omit affiliated files like .odex.
With this change, we handle the tagged module the same way as modules in
PRODUCT_PACKAGES.

Change-Id: I7972528a4df5a4ba8bc98930864da9672d32d7fe
(cherry picked from commit 0e36bfeb3ffc78658cda3ca6931c66fe3f5b3d3b)

9 years agoam f7cb5fc2: am 1c2ca593: am 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am...
Ying Wang [Fri, 20 Feb 2015 19:32:39 +0000 (19:32 +0000)]
am f7cb5fc2: am 1c2ca593: am 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'f7cb5fc2b1c38e7b12c1bb9ae348e048be3d2eeb':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 1c2ca593: am 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am...
Ying Wang [Fri, 20 Feb 2015 19:24:41 +0000 (19:24 +0000)]
am 1c2ca593: am 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '1c2ca59317b193d0aaaebdd8c8b7c5aefcbecc3d':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am...
Ying Wang [Fri, 20 Feb 2015 19:19:18 +0000 (19:19 +0000)]
am 289c9563: am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '289c9563e396f9b9d49487dc8807318fc7542549':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am...
Ying Wang [Fri, 20 Feb 2015 19:09:45 +0000 (19:09 +0000)]
am 6be36e0c: am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '6be36e0c5eb9ff65727b8f90591ba594deb040b4':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am...
Ying Wang [Fri, 20 Feb 2015 19:00:00 +0000 (19:00 +0000)]
am 7447c516: am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '7447c516722041d8df4cf18571f148aac6a57eb9':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am...
Ying Wang [Fri, 20 Feb 2015 18:53:06 +0000 (18:53 +0000)]
am 89a0e52e: am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '89a0e52e4097b2a080292ae65d39db05aceed500':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am...
Ying Wang [Fri, 20 Feb 2015 18:45:36 +0000 (18:45 +0000)]
am 01b35afe: am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '01b35afe186050fd6140ad758a18ce13c9008c22':
  We shouldn't use temporary variable in the build recipe.

9 years agoam a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am...
Ying Wang [Fri, 20 Feb 2015 18:38:29 +0000 (18:38 +0000)]
am a9c86ef0: am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'a9c86ef0959b50043503ab39608ab25c7cdc94b2':
  We shouldn't use temporary variable in the build recipe.

9 years agoam f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We...
Ying Wang [Fri, 20 Feb 2015 18:32:20 +0000 (18:32 +0000)]
am f7bb2237: am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'f7bb2237c72d668068c6af0234311aeb096a2af2':
  We shouldn't use temporary variable in the build recipe.

9 years agoam f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use...
Ying Wang [Fri, 20 Feb 2015 18:28:48 +0000 (18:28 +0000)]
am f2ac0682: am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'f2ac06828e41578bd13434fee7fcfee0f76419f9':
  We shouldn't use temporary variable in the build recipe.

9 years agoam 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary varia...
Ying Wang [Fri, 20 Feb 2015 18:23:29 +0000 (18:23 +0000)]
am 7eba7cc4: am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit '7eba7cc49b527d6d6605810c1de497c4477db03f':
  We shouldn't use temporary variable in the build recipe.

9 years agoam fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the...
Ying Wang [Fri, 20 Feb 2015 18:18:07 +0000 (18:18 +0000)]
am fe3eeb8c: am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'fe3eeb8cf0fd03d020a0b49c4def441056eae157':
  We shouldn't use temporary variable in the build recipe.

9 years agoam c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.
Ying Wang [Fri, 20 Feb 2015 18:13:23 +0000 (18:13 +0000)]
am c5ec654c: am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'c5ec654c6edb01c129c5371321fba1cc6e28940d':
  We shouldn't use temporary variable in the build recipe.

9 years agoam c646bbfb: We shouldn\'t use temporary variable in the build recipe.
Ying Wang [Fri, 20 Feb 2015 18:05:42 +0000 (18:05 +0000)]
am c646bbfb: We shouldn\'t use temporary variable in the build recipe.

* commit 'c646bbfbd6e5d9ea1826199ca43aae1f922074dc':
  We shouldn't use temporary variable in the build recipe.

9 years agoWe shouldn't use temporary variable in the build recipe.
Ying Wang [Fri, 22 Feb 2013 17:59:17 +0000 (09:59 -0800)]
We shouldn't use temporary variable in the build recipe.

Use $@ instead.

Change-Id: Ida0960a453b3701383a31f698c3163a297c4bce5
(cherry picked from commit b8a256a1facdae5b803335daf3c02af159749ab4)

9 years agochange video analytics to distinguish between start and resume events.
smain@google.com [Thu, 5 Feb 2015 21:27:16 +0000 (13:27 -0800)]
change video analytics to distinguish between start and resume events.
also scrub out any additional parameters from the videoId before passing to analytics

Change-Id: Idf3351028e62d0d03c0f680a904bb83ef8353797

9 years agodoc: Add Japanese version of DAC/distribute/ page.
Ryosuke Matsuuchi [Thu, 5 Feb 2015 12:56:48 +0000 (21:56 +0900)]
doc: Add Japanese version of DAC/distribute/ page.

Bug: 18847144
Change-Id: I1bce6f94149e31ddb45b5946951cf6877bf4bf3b

9 years agoAdd new subtab under Distribute tab.
Dirk Dougherty [Mon, 15 Dec 2014 23:10:06 +0000 (15:10 -0800)]
Add new subtab under Distribute tab.

Change-Id: I991c3295dea40629fdb9dde4a8ccbecad25f8136

9 years agoam d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava...
Jeff Arneson [Thu, 18 Dec 2014 17:00:15 +0000 (17:00 +0000)]
am d194c6ac: Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

* commit 'd194c6ac80007532596a614c86e3c68e129957e7':
  Fix Documentation typo when showAnnotations is used with doclava

9 years agoMerge "Fix Documentation typo when showAnnotations is used with doclava" into lmp...
Jeff Arneson [Thu, 18 Dec 2014 16:50:12 +0000 (16:50 +0000)]
Merge "Fix Documentation typo when showAnnotations is used with doclava" into lmp-docs

9 years agoam 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918
smain@google.com [Wed, 17 Dec 2014 03:25:14 +0000 (03:25 +0000)]
am 94e0b530: fix bug that allowed only one video in the shadowbox per page bug: 18777918

* commit '94e0b530868c56547ee05e84534fa68a1f6346f7':
  fix bug that allowed only one video in the shadowbox per page bug: 18777918

9 years agofix bug that allowed only one video in the shadowbox per page
smain@google.com [Wed, 17 Dec 2014 03:07:08 +0000 (19:07 -0800)]
fix bug that allowed only one video in the shadowbox per page
bug: 18777918

Change-Id: I07c75f795128165e2f1472112cf8ba1a1ee782c7

9 years agoFix Documentation typo when showAnnotations is used with doclava
Jeff Arneson [Tue, 16 Dec 2014 23:11:12 +0000 (15:11 -0800)]
Fix Documentation typo when showAnnotations is used with doclava

Bug: 18711752
Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f

9 years agoam bf644aa5: remove the Helpouts recruitment banner
smain@google.com [Tue, 16 Dec 2014 18:13:09 +0000 (18:13 +0000)]
am bf644aa5: remove the Helpouts recruitment banner

* commit 'bf644aa564263120fdc61a2578aa2466fbc1d55a':
  remove the Helpouts recruitment banner

9 years agoremove the Helpouts recruitment banner
smain@google.com [Tue, 16 Dec 2014 18:05:03 +0000 (10:05 -0800)]
remove the Helpouts recruitment banner

Change-Id: Iea8e241c24964dd76315a0dc0585f0c23841f650

9 years agoam 3de83c1b: make shadowbox video always centered to fit the window height
smain@google.com [Mon, 15 Dec 2014 17:54:02 +0000 (17:54 +0000)]
am 3de83c1b: make shadowbox video always centered to fit the window height

* commit '3de83c1bcdf1229b51db7dbf9331611c596a478c':
  make shadowbox video always centered to fit the window height

9 years agomake shadowbox video always centered to fit the window height
smain@google.com [Sat, 13 Dec 2014 03:06:52 +0000 (19:06 -0800)]
make shadowbox video always centered to fit the window height

Change-Id: I03f8ffac555dbbbbd5538fedf13413aca031fd74

9 years agoam a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs
Joe Fernandez [Sat, 13 Dec 2014 00:48:20 +0000 (00:48 +0000)]
am a4417712: Merge "docs: SHA update in sdkpage.cs" into lmp-docs

* commit 'a4417712657f15cd8b36132bd642b54443cee1f0':
  docs: SHA update in sdkpage.cs

9 years agoMerge "docs: SHA update in sdkpage.cs" into lmp-docs
Joe Fernandez [Sat, 13 Dec 2014 00:43:10 +0000 (00:43 +0000)]
Merge "docs: SHA update in sdkpage.cs" into lmp-docs

9 years agoam 481f15c1: set youtube player lang based on user pref and enable captions when...
smain@google.com [Sat, 13 Dec 2014 00:21:31 +0000 (00:21 +0000)]
am 481f15c1: set youtube player lang based on user pref and enable captions when not English

* commit '481f15c172f06048f2934dac88e04e140d61041f':
  set youtube player lang based on user pref and enable captions when not English

9 years agodocs: SHA update in sdkpage.cs
Rich Slogar [Fri, 12 Dec 2014 22:25:45 +0000 (14:25 -0800)]
docs: SHA update in sdkpage.cs

Change-Id: I2c94b1af228295a3650d17e2c00023e5b52ec1b9

9 years agoset youtube player lang based on user pref and enable captions when not English
smain@google.com [Fri, 12 Dec 2014 19:57:27 +0000 (11:57 -0800)]
set youtube player lang based on user pref and enable captions when not English

Change-Id: I3208074713d3f7b571a22a7ef8f18a9131827e98

9 years agoam d24088c0: add analytics event to track from which page a video was started
smain@google.com [Fri, 12 Dec 2014 19:46:26 +0000 (19:46 +0000)]
am d24088c0: add analytics event to track from which page a video was started

* commit 'd24088c08de24b6cb5efeecec406e5e9180c0b8b':
  add analytics event to track from which page a video was started

9 years agoadd analytics event to track from which page a video was started
smain@google.com [Fri, 12 Dec 2014 19:31:13 +0000 (11:31 -0800)]
add analytics event to track from which page a video was started

Change-Id: I9ba1f992c09fb9e18c55bca5bf3892e50f37012a

9 years agoam ed677d7a: update analytics event for searches to make query case-insensitive and...
smain@google.com [Fri, 12 Dec 2014 18:29:36 +0000 (18:29 +0000)]
am ed677d7a: update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

* commit 'ed677d7a0e3491824584391d7255d113696bad85':
  update analytics event for searches to make query case-insensitive and save the URL instead of doc title.

9 years agoupdate analytics event for searches to make query case-insensitive
smain@google.com [Fri, 12 Dec 2014 18:19:17 +0000 (10:19 -0800)]
update analytics event for searches to make query case-insensitive
and save the URL instead of doc title.

Change-Id: Iad8c5f4873173f6964fc4ebffee8aef878891a8e

9 years agoMerge "DO NOT MERGE. Bump version to 5.0.2." into lmp-dev
Dianne Hackborn [Thu, 11 Dec 2014 22:25:31 +0000 (22:25 +0000)]
Merge "DO NOT MERGE.  Bump version to 5.0.2." into lmp-dev

9 years agoDO NOT MERGE. Bump version to 5.0.2.
Dianne Hackborn [Thu, 11 Dec 2014 22:04:55 +0000 (14:04 -0800)]
DO NOT MERGE.  Bump version to 5.0.2.

Change-Id: Ia6426dd03ac3b51061429b7da36e317bd3503775

9 years agoadd links to release notes
smain@google.com [Mon, 8 Dec 2014 20:39:52 +0000 (12:39 -0800)]
add links to release notes

Change-Id: I04be73254e6d9bd020e9dea5b7d46b92e17e8f31

9 years agoMerge "CSS change changing default from "Using Eclipse" to "Using Android Studio...
David Friedman [Mon, 8 Dec 2014 19:55:47 +0000 (19:55 +0000)]
Merge "CSS change changing default from "Using Eclipse" to "Using Android Studio" Bug 16679117" into lmp-docs

9 years agoupdate sdk template with new studio downloads
smain@google.com [Mon, 8 Dec 2014 06:39:24 +0000 (22:39 -0800)]
update sdk template with new studio downloads

Change-Id: Iee43f4f4eb5c63d94884a463a73fc016b5a05c4e

9 years agoupdate to sdk page template for Android Studio downloads
smain@google.com [Thu, 4 Dec 2014 03:34:55 +0000 (19:34 -0800)]
update to sdk page template for Android Studio downloads

Change-Id: I729a1238a97909d4087f7396cc478a5aea0c43cd
(cherry picked from commit 85fd6240cfc2a395d3189a87214813b1568b0122)

9 years agodocs: sdkpage update [CP]
Rich Slogar [Mon, 3 Nov 2014 23:16:34 +0000 (15:16 -0800)]
docs: sdkpage update [CP]

Change-Id: I06c8878c4b449a472a71f224a17bf9fef794de20
(cherry picked from commit 627f711a5dad6b0878576a169c5601f41a083aba)

9 years agoMerge "new version of Helpouts recruit banner for TV and Wear" into lmp-docs
smain@google.com [Wed, 3 Dec 2014 02:23:10 +0000 (02:23 +0000)]
Merge "new version of Helpouts recruit banner for TV and Wear" into lmp-docs

9 years agonew version of Helpouts recruit banner for TV and Wear
smain@google.com [Tue, 2 Dec 2014 19:01:20 +0000 (11:01 -0800)]
new version of Helpouts recruit banner for TV and Wear

Change-Id: I971e9043b60bdb925c2f648e0aff3de9d8c9cd81

9 years agoadd support for shadowbox videos with start time specified with #t= in video url
smain@google.com [Wed, 26 Nov 2014 03:01:40 +0000 (19:01 -0800)]
add support for shadowbox videos with start time specified with #t= in video url

Change-Id: I165620326f44f8e95bb34a2b623e67fc3b7dcc50

9 years agorev css version to clear browser caches
smain@google.com [Wed, 26 Nov 2014 00:16:20 +0000 (16:16 -0800)]
rev css version to clear browser caches

Change-Id: I46e04a02a0c010777ba01af28044999a1cbe1e10

9 years agomove the next/previous links in design docs up 25px to avoid overlap with long titles
smain@google.com [Tue, 25 Nov 2014 21:34:10 +0000 (13:34 -0800)]
move the next/previous links in design docs up 25px to avoid overlap with long titles

Change-Id: I3428e4cf2959d0e171692d12d47e100b46b6733e

9 years agoadd analytics event tracking for shadowbox player and
smain@google.com [Mon, 24 Nov 2014 17:42:59 +0000 (09:42 -0800)]
add analytics event tracking for shadowbox player and
rig the 'notice-developers-video' style links to also use shadowbox for video playback

Change-Id: Ib48a7c5243ad926345ce9ae9bd572d59aea035f4

9 years agoCSS change changing default from "Using Eclipse" to "Using Android Studio"
David Friedman [Fri, 21 Nov 2014 02:01:26 +0000 (18:01 -0800)]
CSS change changing default from "Using Eclipse" to "Using Android Studio"
Bug 16679117

Change-Id: I21e4546775114355d04d09888eff21877b5bcab8

9 years agoadd style and script to play videos in a shadowbox
smain@google.com [Fri, 21 Nov 2014 04:39:33 +0000 (20:39 -0800)]
add style and script to play videos in a shadowbox
anytime that a link appears in the page with class "video-shadowbox-button"
the link must also have the youtube video set in the href with the ?v parameter

Change-Id: I4af84f003075b8d2c43acd3295ce3955b141cc97

9 years agoSupport langs.
Dirk Dougherty [Wed, 19 Nov 2014 03:34:34 +0000 (19:34 -0800)]
Support langs.

Change-Id: Ia01e4b41f0ebf2c54669428eef143dce5611d0bd

9 years agoam 6bdcb981: followup to recent cookie max-age change to remove parameter and use...
smain@google.com [Tue, 18 Nov 2014 16:30:31 +0000 (16:30 +0000)]
am 6bdcb981: followup to recent cookie max-age change to remove parameter and use 2-year for all cookies bug: 17781603

* commit '6bdcb981ce098cae2fb9e690485ebaab47b2225a':
  followup to recent cookie max-age change to remove parameter and use 2-year for all cookies bug: 17781603

9 years agoIncrement Android versions to 5.0.1
Dave Langemak [Tue, 18 Nov 2014 00:37:50 +0000 (16:37 -0800)]
Increment Android versions to 5.0.1

Change-Id: I2880123f0d1215f2028e6d3bc3f88fee5714ae74

9 years agofollowup to recent cookie max-age change to remove parameter and use 2-year for all...
smain@google.com [Fri, 14 Nov 2014 19:53:07 +0000 (11:53 -0800)]
followup to recent cookie max-age change to remove parameter and use 2-year for all cookies
bug: 17781603

Change-Id: Id0da9d41e01c6a45672d1362fc1c5aa39e558904

9 years agoMerge "Allow images to be readded to target-files" into lmp-dev
Michael Runge [Fri, 14 Nov 2014 07:14:47 +0000 (07:14 +0000)]
Merge "Allow images to be readded to target-files" into lmp-dev

9 years agoAllow images to be readded to target-files
Michael Runge [Fri, 14 Nov 2014 05:41:08 +0000 (21:41 -0800)]
Allow images to be readded to target-files

There may be cases where various partitions were
modified (such as extra signing of boot/recovery)
which require the system partition to be regenerated
with a new recovery patch script.  Allow a request
for the recovery patch to be rebuilt, and for
missing images to be readded to the existing images.

Change-Id: Ie93c5bc1161a0d5002002dca23e07742ce2ba468

9 years agoam 87e469ea: Doc change: increment query params for js metadata files to trigger...
Dirk Dougherty [Thu, 6 Nov 2014 05:14:27 +0000 (05:14 +0000)]
am 87e469ea: Doc change: increment query params for js metadata files to trigger proxy flush.

* commit '87e469ea87a7a3b3142f1d2efd89d602a3ede529':
  Doc change: increment query params for js metadata files to trigger proxy flush.

9 years agoDoc change: increment query params for js metadata files to trigger proxy flush.
Dirk Dougherty [Thu, 6 Nov 2014 04:11:23 +0000 (20:11 -0800)]
Doc change: increment query params for js metadata files to trigger proxy flush.

Change-Id: Ic6f5756d44f1ec08485ac67a0258a4abae845222

9 years agoam 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsula...
smain@google.com [Tue, 4 Nov 2014 07:13:03 +0000 (07:13 +0000)]
am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs automerge: d1ab4cb
automerge: dd5adb3

* commit 'dd5adb3bc0be42081bffb0d4722c4b9639ee31db':

9 years agoam 632070c9: hide the Helpouts recruitment banner
smain@google.com [Tue, 4 Nov 2014 04:00:11 +0000 (04:00 +0000)]
am 632070c9: hide the Helpouts recruitment banner

* commit '632070c9400dea40edd4a00eb9db9d89e3852601':
  hide the Helpouts recruitment banner

9 years agohide the Helpouts recruitment banner
smain@google.com [Tue, 4 Nov 2014 02:28:17 +0000 (18:28 -0800)]
hide the Helpouts recruitment banner

Change-Id: I30cd8eb0edd8634bd6dd2f0900763c6bdd866953
(cherry picked from commit bc13779d664a51efc0fb9ac489d2724cca2536fb)

9 years agohide the Helpouts recruitment banner
smain@google.com [Tue, 4 Nov 2014 02:28:17 +0000 (18:28 -0800)]
hide the Helpouts recruitment banner

Change-Id: I30cd8eb0edd8634bd6dd2f0900763c6bdd866953

9 years agoam 4244929f: Merge "Doc change: increment the json import versions in docfile." into...
Dirk Dougherty [Mon, 3 Nov 2014 20:57:01 +0000 (20:57 +0000)]
am 4244929f: Merge "Doc change: increment the json import versions in docfile." into lmp-docs

* commit '4244929faaaffe957e8f23f3f261fd3acdbc928c':
  Doc change: increment the json import versions in docfile.

9 years agoMerge "Doc change: increment the json import versions in docfile." into lmp-docs
Dirk Dougherty [Mon, 3 Nov 2014 20:51:47 +0000 (20:51 +0000)]
Merge "Doc change: increment the json import versions in docfile." into lmp-docs

9 years agoDoc change: increment the json import versions in docfile.
Dirk Dougherty [Mon, 3 Nov 2014 20:48:08 +0000 (12:48 -0800)]
Doc change: increment the json import versions in docfile.

Change-Id: I5ffd1810c83a333ae37e5d9c1b8dd0bdbd8cb376

9 years agoam bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9...
smain@google.com [Mon, 3 Nov 2014 20:23:32 +0000 (20:23 +0000)]
am bc667f1c: am 08f336ea: fix regression from Change-Id: I88c1e8192f1cbb5373af592b9e9f9a04ffe6fc7c that causes anchors in most docs other than reference to stop working
automerge: 36b1de7

* commit '36b1de7334f82a7df3728597f0437aedb02dccef':

9 years agoam f4cefc19: am 633f322b: update the analytics tracking event calls to use new API...
smain@google.com [Mon, 3 Nov 2014 20:21:13 +0000 (20:21 +0000)]
am f4cefc19: am 633f322b: update the analytics tracking event calls to use new API for analytics.js bug: 16331906
automerge: 40e1d35

* commit '40e1d35527098ed10c50e1509d7dee9fa9b19c97':

9 years agoam 80e38f48: remove cookie expiration and add max-age of 2 years. bug: 17781603
smain@google.com [Mon, 3 Nov 2014 19:52:41 +0000 (19:52 +0000)]
am 80e38f48: remove cookie expiration and add max-age of 2 years. bug: 17781603

* commit '80e38f4872941cbf0114ad80e260993f1eafc14c':
  remove cookie expiration and add max-age of 2 years. bug: 17781603

9 years agoremove cookie expiration and add max-age of 2 years.
smain@google.com [Mon, 3 Nov 2014 18:47:12 +0000 (10:47 -0800)]
remove cookie expiration and add max-age of 2 years.
bug: 17781603

Change-Id: Idab3cae786fde4d0318ba03d3c7f5f678882b815
(cherry picked from commit f51f30d7f10a32e07a081b799d9ae601be08276c)

9 years agoremove cookie expiration and add max-age of 2 years.
smain@google.com [Mon, 3 Nov 2014 18:47:12 +0000 (10:47 -0800)]
remove cookie expiration and add max-age of 2 years.
bug: 17781603

Change-Id: Idab3cae786fde4d0318ba03d3c7f5f678882b815

9 years agoam 9b7f8f20: Doc change: start search suggestions at two characters instead of three...
Dirk Dougherty [Mon, 3 Nov 2014 17:43:20 +0000 (17:43 +0000)]
am 9b7f8f20: Doc change: start search suggestions at two characters instead of three, so that tv suggestions are enabled.

* commit '9b7f8f20ac58133af551bc89e5f065a4e0f77103':
  Doc change: start search suggestions at two characters instead of three, so that tv suggestions are enabled.

9 years agoDoc change: start search suggestions at two characters instead of three, so that...
Dirk Dougherty [Sun, 2 Nov 2014 00:08:56 +0000 (17:08 -0700)]
Doc change: start search suggestions at two characters instead of three, so that tv suggestions are enabled.

Change-Id: Ib7968010b0d0707a82ec51b1e63611628b8d465a

9 years agoAdd post-install verification phase
Michael Runge [Wed, 29 Oct 2014 02:24:19 +0000 (19:24 -0700)]
Add post-install verification phase

Verify the SHA sum of all patched and extracted files after
a file system remount.

Bug: 18145574

Change-Id: I2f053d085543e10e39153a774542d37ee0a238bd

9 years agoam 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsula...
smain@google.com [Tue, 28 Oct 2014 23:26:41 +0000 (23:26 +0000)]
am 05e55e90: Merge "add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places." into klp-modular-docs
automerge: d1ab4cb

* commit 'd1ab4cb3b4ca8de66a873abb072bd73556926d4d':
  add butterbar for L announcement. make the butterbar an encapsulated method for inclusion multiple places.

9 years agoStore symbols.zip in apps_only build.
Ying Wang [Fri, 24 Oct 2014 18:36:59 +0000 (11:36 -0700)]
Store symbols.zip in apps_only build.

Bug: 18103055
Change-Id: I0eb335e944138b0edc3050d19c076891f499a07c

9 years agocore: Fixup bad ext4 mount options for recovery (pick common denominator)
JP Abgrall [Thu, 23 Oct 2014 23:27:03 +0000 (16:27 -0700)]
core: Fixup bad ext4 mount options for recovery (pick common denominator)

Some ext4 options were not suitable for all kernel versions.
The current option were checked against kernels 3.0 3.4 3.10.

Bug: 18092222
Change-Id: I30883706e5c8ac7a318f4b448d4becde50de808f

9 years agoget_stage in updater takes one param, not two.
Michael Runge [Thu, 23 Oct 2014 20:51:04 +0000 (13:51 -0700)]
get_stage in updater takes one param, not two.

Change-Id: I09a77eda5a1691080b1ae074d2e94d233eca7150

9 years agoMerge "core: Let the build specify mount options for recovery" into lmp-dev
JP Abgrall [Thu, 23 Oct 2014 18:15:56 +0000 (18:15 +0000)]
Merge "core: Let the build specify mount options for recovery" into lmp-dev

9 years agocore: Let the build specify mount options for recovery
JP Abgrall [Thu, 23 Oct 2014 03:01:22 +0000 (20:01 -0700)]
core: Let the build specify mount options for recovery

Currently recovery install/patch will mount /system++ with only default
options.
The default options are not very suitable for dealing with crashes.
We now use
 TARGET_RECOVERY_FSTYPE_MOUNT_OPTIONS
that can specify which mount options to use for a given fs-type.
  # <fstype>=<fstype_opts>[|<fstype_opts>]...
  # fstype_opts := <opt>[,<opt>]...
  #         opt := <name>[=<value>]
If only defaults are to be used, then the BoardConfig.mk can just have
an empty (must have ""):
 TARGET_RECOVERY_FSTYPE_MOUNT_OPTIONS := ""

The default is
 "ext4=match_batch_time=0,commit=1,data=journal,barrier=1,errors=panic,nodelalloc"

The release tools will pick them up with
  https://googleplex-android-review.git.corp.google.com/#/c/573628

Bug: 18092222
Change-Id: Iaa59099b0edf5af8835d1862fada089cff58882c

9 years agoAllow info_dict from target_files to specify mount options
Michael Runge [Thu, 23 Oct 2014 00:21:48 +0000 (17:21 -0700)]
Allow info_dict from target_files to specify mount options

This will allow safer mount options to be added per mount FS
type, to better ensure data is written during an OTA.
Bug: 1807977318092222

Change-Id: I1e3e4fd4639c6fd263e550b770cc3c858ef1e03b

9 years agoMerge "add helpouts script to <head>, behind a condition that can be enabled per...
smain@google.com [Wed, 22 Oct 2014 23:58:07 +0000 (23:58 +0000)]
Merge "add helpouts script to <head>, behind a condition that can be enabled per page" into lmp-dev

9 years agoadd helpouts script to <head>, behind a condition that can be enabled per page
smain@google.com [Tue, 21 Oct 2014 20:57:01 +0000 (13:57 -0700)]
add helpouts script to <head>, behind a condition that can be enabled per page

Change-Id: Ifa2364ed77a86efd6bec69dbe4f15d7f69569504

9 years agoUse the lowest common denominator 32-bit abi for arm64 cts build.
Ying Wang [Wed, 22 Oct 2014 04:20:41 +0000 (21:20 -0700)]
Use the lowest common denominator 32-bit abi for arm64 cts build.

So the 32-bit code can be run any supported 32-bit arm devices.

Bug: 18038310
Change-Id: Ie8864cfdb87a4759d1a775d43cb5316b1f022e2b

9 years agoReset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.
Ying Wang [Wed, 22 Oct 2014 01:34:30 +0000 (18:34 -0700)]
Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it.

Change-Id: I9182ce1efe09609100d19c9fae2bc4fe7358dfc0

9 years agoDocs: Making source.android.com headers match those of developer.android.com
Clay Murphy [Fri, 3 Oct 2014 21:58:50 +0000 (14:58 -0700)]
Docs: Making source.android.com headers match those of developer.android.com

Bug: 17814801
Change-Id: I128a76b32b0d92118f621062c62d72460313f4d6

9 years agoEnable building of gtest for Windows
Adam Lesinski [Mon, 20 Oct 2014 23:06:44 +0000 (16:06 -0700)]
Enable building of gtest for Windows

Windows does not have pthread support, and by defining the
GTEST_OS_WINDOWS flag, pthread support will not be built into
the windows version of gtest.

Change-Id: I0571fc52e77bb04175470d5750a7e2f46cdd5e86

9 years agoMerge "Docs: Fixing link, adding Android Partner logo." into lmp-dev
Clay Murphy [Fri, 17 Oct 2014 19:47:51 +0000 (19:47 +0000)]
Merge "Docs: Fixing link, adding Android Partner logo." into lmp-dev

9 years agofix broken download buttons, make a[name] offset apply only to reference docs
smain@google.com [Fri, 17 Oct 2014 16:56:10 +0000 (09:56 -0700)]
fix broken download buttons, make a[name] offset apply only to reference docs

Change-Id: I44421d90c335e0fcb4b35d8f568f9775a84b41ea