Skip to content

Commit a410748

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: clean the slate of newness for all side navs"
2 parents 5ce3486 + 9ed517d commit a410748

3 files changed

Lines changed: 28 additions & 31 deletions

File tree

docs/html/guide/guide_toc.cs

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ localized titles are added in the language order specified below.
222222
<li><a href="<?cs var:toroot ?>guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></li>
223223
<li><a href="<?cs var:toroot ?>guide/topics/manifest/service-element.html">&lt;service&gt;</a></li>
224224
<li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-gl-texture-element.html">&lt;supports-gl-texture&gt;</a></li>
225-
<li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a>
226-
<span class="new">updated</span></li> <!-- ##api level 4## -->
225+
<li><a href="<?cs var:toroot ?>guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li><!-- ##api level 4## -->
227226
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></li>
228227
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## -->
229228
<li><a href="<?cs var:toroot ?>guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li>
@@ -244,7 +243,7 @@ localized titles are added in the language order specified below.
244243
</a></li>
245244
<li><a href="<?cs var:toroot ?>guide/topics/graphics/opengl.html">
246245
<span class="en">3D with OpenGL</span>
247-
</a><span class="new">updated</span></li>
246+
</a></li>
248247
<li><a href="<?cs var:toroot ?>guide/topics/graphics/animation.html">
249248
<span class="en">Property Animation</span>
250249
</a></li>
@@ -271,7 +270,7 @@ localized titles are added in the language order specified below.
271270

272271
<li><a href="<?cs var:toroot ?>guide/topics/media/index.html">
273272
<span class="en">Media</span>
274-
</a><span class="new">updated</span></li>
273+
</a></li>
275274
<li>
276275
<a href="<?cs var:toroot ?>guide/topics/clipboard/copy-paste.html">
277276
<span class="en">Copy and Paste</span>
@@ -408,7 +407,6 @@ localized titles are added in the language order specified below.
408407
</li>
409408
<li><a href="<?cs var:toroot ?>guide/market/publishing/multiple-apks.html">
410409
<span class="en">Multiple APK Support</span></a>
411-
<span class="new">new!</span>
412410
</li>
413411
</ul>
414412
</li>
@@ -569,7 +567,7 @@ localized titles are added in the language order specified below.
569567
</a></div>
570568
<ul>
571569
<li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li>
572-
<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT</a> <span class="new">new!</span></li>
570+
<li><a href="<?cs var:toroot ?>guide/developing/tools/adt.html">ADT</a></li>
573571
<li><a href="<?cs var:toroot ?>guide/developing/tools/android.html">android</a></li>
574572
<li><a href="<?cs var:toroot ?>guide/developing/tools/bmgr.html">bmgr</a>
575573
<li><a href="<?cs var:toroot ?>guide/developing/tools/dmtracedump.html">dmtracedump</a></li>
@@ -672,14 +670,14 @@ localized titles are added in the language order specified below.
672670
<li class="toggle-list">
673671
<div><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
674672
<span class="en">Supporting Multiple Screens</span>
675-
</a> <span class="new">updated</span></div>
673+
</a></div>
676674
<ul>
677675
<li><a href="<?cs var:toroot ?>guide/practices/screens-distribution.html">
678676
<span class="en">Distributing to Specific Screens</span>
679677
</a></li>
680678
<li><a href="<?cs var:toroot ?>guide/practices/screen-compat-mode.html">
681679
<span class="en">Screen Compatibility Mode</span>
682-
</a> <span class="new">new!</span></li>
680+
</a></li>
683681
<li><a href="<?cs var:toroot ?>guide/practices/screens-support-1.5.html">
684682
<span class="en">Strategies for Android 1.5</span>
685683
</a></li>
@@ -737,11 +735,11 @@ localized titles are added in the language order specified below.
737735
<li class="toggle-list">
738736
<div><a href="<?cs var:toroot ?>guide/practices/design/performance.html">
739737
<span class="en">Designing for Performance</span>
740-
</a> <span class="new-child">new!</span></div>
738+
</a></div>
741739
<ul>
742740
<li><a href="<?cs var:toroot ?>guide/practices/design/jni.html">
743741
<span class="en">JNI Tips</span>
744-
</a> <span class="new">new!</span></li>
742+
</a></li>
745743
</ul>
746744
</li>
747745
<li><a href="<?cs var:toroot ?>guide/practices/design/responsiveness.html">

docs/html/resources/resources-data.js

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ var ANDROID_TAGS = {
3131
},
3232
misc: {
3333
'external': 'External',
34-
'new': 'New'
34+
'new': 'New',
35+
'updated': 'Updated'
3536
}
3637
};
3738

@@ -377,7 +378,7 @@ var ANDROID_RESOURCES = [
377378
///////////////////
378379

379380
{
380-
tags: ['sample', 'new'],
381+
tags: ['sample'],
381382
path: 'samples/AccelerometerPlay/index.html',
382383
title: {
383384
en: 'Accelerometer Play'
@@ -387,7 +388,7 @@ var ANDROID_RESOURCES = [
387388
}
388389
},
389390
{
390-
tags: ['sample', 'new', 'accessibility'],
391+
tags: ['sample', 'accessibility'],
391392
path: 'samples/AccessibilityService/index.html',
392393
title: {
393394
en: 'Accessibility Service'
@@ -407,7 +408,7 @@ var ANDROID_RESOURCES = [
407408
}
408409
},
409410
{
410-
tags: ['sample', 'layout', 'ui', 'fragment', 'loader', 'new'],
411+
tags: ['sample', 'layout', 'ui', 'fragment', 'loader'],
411412
path: 'samples/Support4Demos/index.html',
412413
title: {
413414
en: 'API 4+ Support Demos'
@@ -417,7 +418,7 @@ var ANDROID_RESOURCES = [
417418
}
418419
},
419420
{
420-
tags: ['sample', 'layout', 'ui', 'new'],
421+
tags: ['sample', 'layout', 'ui'],
421422
path: 'samples/Support13Demos/index.html',
422423
title: {
423424
en: 'API 13+ Support Demos'
@@ -487,13 +488,13 @@ var ANDROID_RESOURCES = [
487488
}
488489
},
489490
{
490-
tags: ['sample', 'new', 'newfeature', 'ui'],
491+
tags: ['sample', 'updated', 'newfeature', 'ui'],
491492
path: 'samples/HoneycombGallery/index.html',
492493
title: {
493494
en: 'Honeycomb Gallery'
494495
},
495496
description: {
496-
en: 'An image gallery application using APIs that are new in Android 3.0 (a.k.a. Honeycomb).'
497+
en: 'An image gallery application that demonstrates a variety of new APIs in Android 3.0 (Honeycomb). In addition to providing a tablet-optimized design, it also supports handsets running Android 4.0 (Ice Cream Sandwich) and beyond, so is a good example of how to reuse Fragments to support different screen sizes.'
497498
}
498499
},
499500
{
@@ -547,7 +548,7 @@ var ANDROID_RESOURCES = [
547548
}
548549
},
549550
{
550-
tags: ['sample', 'new', 'media' ],
551+
tags: ['sample', 'media' ],
551552
path: 'samples/RandomMusicPlayer/index.html',
552553
title: {
553554
en: 'Random Music Player'
@@ -557,7 +558,7 @@ var ANDROID_RESOURCES = [
557558
}
558559
},
559560
{
560-
tags: ['sample', 'new', 'newfeature', 'performance', 'gamedev', 'gl'],
561+
tags: ['sample', 'newfeature', 'performance', 'gamedev', 'gl'],
561562
path: 'samples/RenderScript/index.html',
562563
title: {
563564
en: 'RenderScript'
@@ -637,7 +638,7 @@ var ANDROID_RESOURCES = [
637638
}
638639
},
639640
{
640-
tags: ['sample', 'new', 'newfeature', 'widgets'],
641+
tags: ['sample', 'newfeature', 'widgets'],
641642
path: 'samples/StackWidget/index.html',
642643
title: {
643644
en: 'StackView Widget'
@@ -667,7 +668,7 @@ var ANDROID_RESOURCES = [
667668
}
668669
},
669670
{
670-
tags: ['sample', 'new', 'newfeature'],
671+
tags: ['sample', 'newfeature'],
671672
path: 'samples/USB/index.html',
672673
title: {
673674
en: 'USB'
@@ -683,7 +684,7 @@ var ANDROID_RESOURCES = [
683684
en: 'Voicemail Provider Demo'
684685
},
685686
description: {
686-
en: 'A sample application to demonstrate how to use voicemail content provider APIs.'
687+
en: 'A sample application to demonstrate how to use voicemail content provider APIs in Android 4.0.'
687688
}
688689
},
689690
{
@@ -707,7 +708,7 @@ var ANDROID_RESOURCES = [
707708
}
708709
},
709710
{
710-
tags: ['sample', 'widgets', 'newfeature', 'new'],
711+
tags: ['sample', 'widgets', 'newfeature'],
711712
path: 'samples/WeatherListWidget/index.html',
712713
title: {
713714
en: 'Weather List Widget'
@@ -733,7 +734,7 @@ var ANDROID_RESOURCES = [
733734
en: 'Text To Speech Engine'
734735
},
735736
description: {
736-
en: 'An example Text To Speech engine written using the android text to speech engine API.'
737+
en: 'An example Text To Speech engine written using the Android text to speech engine API in Android 4.0.'
737738
}
738739
},
739740

docs/html/sdk/sdk_toc.cs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<ul>
7878
<li class="toggle-list">
7979
<div><a href="<?cs var:toroot ?>sdk/android-3.2.html">
80-
<span class="en">Android 3.2 Platform</span></a> <span class="new">new!</span></div>
80+
<span class="en">Android 3.2 Platform</span></a></div>
8181
<ul>
8282
<!-- <li><a href="<?cs var:toroot ?>sdk/android-3.2-highlights.html">Platform Highlights</a></li> -->
8383
<li><a href="<?cs var:toroot ?>sdk/api_diff/13/changes.html">API Differences Report &raquo;</a></li>
@@ -142,11 +142,10 @@
142142
</li>
143143
</ul>
144144
<ul>
145-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r12</a> <span
146-
class="new">new!</span></li>
145+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r12</a></li>
147146
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
148147
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Compatibility Package,
149-
r3</a> <span class="new">new!</span></li>
148+
r3</a></li>
150149
</ul>
151150
</li>
152151
<li>
@@ -169,7 +168,7 @@
169168
<span style="display:none" class="ja"></span>
170169
<span style="display:none" class="zh-CN"></span>
171170
<span style="display:none" class="zh-TW"></span></a>
172-
<span class="new">new!</span></li>
171+
</li>
173172
</ul>
174173
</li>
175174
<li>
@@ -183,8 +182,7 @@
183182
<span style="display:none" class="zh-TW"></span>
184183
</h2>
185184
<ul>
186-
<li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Android NDK, r6b</a>
187-
<span class="new">new!</span>
185+
<li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Android NDK, r6b</a>
188186
</li>
189187
<li><a href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a></li>
190188
</ul>

0 commit comments

Comments
 (0)