Dirk Dougherty
d5ac833061
am 4f7e5159
: doc change: Samples browsing: basic support in templates and js/css.
...
* commit '4f7e5159409e71ecfeba86858f5ec044d043aff8':
doc change: Samples browsing: basic support in templates and js/css.
2013-08-19 12:09:46 -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
7e45328053
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 reference drag bar would not appe
...
* commit '52dd206715e9d8e80a22c7106ec783324d51e747':
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:43:45 -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
Ying Wang
d65a7da320
am f4723fa4
: No need to filter out AndroidConfig.h for unbundled build
...
* commit 'f4723fa49b6e61f727b6321a4006ee8ba3f393b9':
No need to filter out AndroidConfig.h for unbundled build
2013-08-15 11:55:46 -07:00
Ying Wang
f4723fa49b
No need to filter out AndroidConfig.h for unbundled build
...
for now we have all AndroidConfig.hs in the build project.
Change-Id: Id713fecba1378fad81688f5937f61c779b618ac2
2013-08-15 11:01:10 -07:00
Ying Wang
b9eee184f2
am e391e7a8
: Remove -allowaccessmodification from the basic Proguard flags
...
* commit 'e391e7a86e806bd3d2549b6d12736166fafb746f':
Remove -allowaccessmodification from the basic Proguard flags
2013-08-14 09:22:01 -07:00
Ying Wang
e391e7a86e
Remove -allowaccessmodification from the basic Proguard flags
...
It seems with that flag Proguard modifies the class files in a way that
Dalvik does not like.
Bug: 10307364
Change-Id: If0cc7552da00ae8a3a3a39a9f2f029819ca3164a
2013-08-13 17:40:24 -07:00
Ying Wang
387751401c
am 08c07c59
: Merge "Remove unnecessary dependencies between host and target modules." into jb-mr2-dev
...
* commit '08c07c590322e1cbc8464dd371a2e5120b88e38d':
Remove unnecessary dependencies between host and target modules.
2013-08-02 17:39:01 -07:00
Stephen Hines
367e56f1b7
am 3fc8dacd
: Remove abcc from build.
...
* commit '3fc8dacd9209a846de34edaee0dc14d50cae3d25':
Remove abcc from build.
2013-08-02 17:38:59 -07:00
Ying Wang
08c07c5903
Merge "Remove unnecessary dependencies between host and target modules." into jb-mr2-dev
2013-08-02 21:51:10 +00:00
Stephen Hines
3fc8dacd92
Remove abcc from build.
...
Change-Id: I9ca5deea98adbba03081349c16a391a9dd84e347
2013-08-02 11:33:13 -07:00
Scott Main
bb385125dc
am 3b90aff0
: add fixed size to training icons (and remove whitespaces)
...
* commit '3b90aff04cf7ef434baf47b3eb4c73a7ecad8764':
add fixed size to training icons (and remove whitespaces)
2013-08-01 18:33:32 -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
Ying Wang
16b92edc38
Remove unnecessary dependencies between host and target modules.
...
With this change, modules introduced by LOCAL_REQUIRED_MODULES will be
split by host/target: target modules only depend on target modules and
host modules only depend on host modules.
Bug: 9303948
Change-Id: I4078a7983aa3c00e99534f3f170dfe4b66b12287
2013-07-31 20:00:45 -07:00
Scott Main
d1d606b4d6
am c774a312
: Merge "fix sidebar autoscroll when the selected doc is not visible. bug: 9676913" into jb-mr2-docs
...
* commit 'c774a312359ddf3fedcbe90b00ff6d6f330d95b8':
fix sidebar autoscroll when the selected doc is not visible. bug: 9676913
2013-07-30 20:09:21 -07:00
Scott Main
14066e74c3
am 5eccda8d
: add \'wide\' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box
...
* commit '5eccda8d6b929d607ae73485d5e86576184d057f':
add 'wide' version of design/develop cross-link buttons. Primarily for training pages, which have a wider TOC box
2013-07-30 20:09:21 -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
847e02cbbb
am 3c1da3e2
: (-s ours) DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: small fix for NDK download table
...
* commit '3c1da3e2c966a607bf74bda5151013c5ac324f80':
DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: small fix for NDK download table
2013-07-30 14:41:58 -07:00
Ying Wang
7768c91c1c
am 94de1eba
: Put a copy of the radio/bootloader files in the dist dir.
...
* commit '94de1eba0e87297421789b339c5f26bf3e48eeb1':
Put a copy of the radio/bootloader files in the dist dir.
2013-07-26 12:54:11 -07:00
Ying Wang
94de1eba0e
Put a copy of the radio/bootloader files in the dist dir.
...
Bug: 10035750
Change-Id: I3b51e61ec737899d9264885a1e66c89a7a740d54
2013-07-26 12:19:20 -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
8d93690239
docs: small fix for NDK download table
...
Change-Id: Ib014e0310960cf10566a6d04aee2acb81346a20c
2013-07-25 17:05:06 -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
0ce71df0fc
Merge "remove renderscript support lib from javadocs" into jb-mr2-ub-dev
2013-07-24 04:03:20 +00:00
Scott Main
5b743677eb
remove renderscript support lib from javadocs
...
Change-Id: I6b06bdcdae79442dbf471816cd1cf6f90873f1b2
2013-07-23 21:00:50 -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
701a07fd33
remove margin changes for paragraphs in collapse container
...
Change-Id: I5ee51699cb473334e1c3cfb520c8145466eea265
2013-07-23 12:41:25 -07:00
Scott Main
98a2a71f9e
edit code-caption style margin
...
Change-Id: I63c58015ca9037621c5d4c3929620ebd2203f5ad
2013-07-17 13:15:04 -07:00
Scott Main
d67d02274d
Merge changes Id6de3e74,I1e96cbd7 into jb-mr2-dev
...
* changes:
fix design/develop boxes float
add style to add nexus 4 frame to screenshots
2013-07-15 21:15:26 +00:00
Ying Wang
988251c922
Fix $(so_suffix) error.
...
Change-Id: I32cb4d4efe0a473e67a54c035df4dd82b6e4a3f0
(cherry picked from commit 80b71fa326
)
2013-07-15 15:57:25 +00:00
Ying Wang
ba9636d47f
Establish the built module dependencies on prebuilt shared library
...
This is needed because the linker command line uses -rpath-link with
built module path ($(*_OUT_INTERMEDIATE_LIBRARIES)) to search for indirect
dependency libraries.
Change-Id: I21d537c7c697dfb18df25d3d2bb7bffe2f9d370f
(cherry picked from commit ada8f29657
)
2013-07-13 05:31:11 +00: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
Jeff Brown
a3d60ae86f
Merge "Revert "Remove mediarouter v7 support library from SDK."" into jb-mr2-dev
2013-07-09 23:44:41 +00:00
Jeff Brown
9977ddf0cd
Revert "Remove mediarouter v7 support library from SDK."
...
This reverts commit 0eacd936b7
.
Bug: 9425325
Change-Id: Idf81e6721fb4361a38ffd73d39c574c2cb2b1155
2013-07-09 00:35:00 +00: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
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
Lorenzo Colitti
b1b758f5bf
Don't build clatd without clatd.conf.
...
Bug: 9730936
Change-Id: I2c50422c7b502d5b9bdc01afb55d25353f6c7088
2013-07-09 01:54:40 +09:00
Ying Wang
d235ed2afb
Respect DISABLE_PROGUARD
...
The flag is only used by unbundled build currently.
Change-Id: I8e9bab69dd7accae52ec8cdd627fc4e24178a790
2013-06-28 13:37:27 -07:00
Ying Wang
f84bf8d0ca
Fix use of LOCAL_CLASSPATH in droiddoc.mk
...
Remove the unnecessary use of LOCAL_STATIC_JAVA_LIBRARIES.
You should use LOCAL_JAVA_LIBRARIES in that case.
Change-Id: I0b51b5b22530722e48193e5b4e964e8835f193af
(cherry picked from commit 8578cab066
)
2013-06-25 21:05:11 +00:00