@@ -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
0 commit comments