Configuration changes to default podcasts. Changed Download to Get in toolbar
authorteknolog
Thu, 25 Feb 2010 22:05:50 +0000
changeset 17 4bcc91e70483
parent 16 7a4b769d94c8
child 18 cda6e6257514
Configuration changes to default podcasts. Changed Download to Get in toolbar
application/data/PodcastClient_english.rls
application/sis/podcatcher_udeb.sis
application/sis/podcatcher_udeb_signed.sis
application/sis/podcatcher_urel.sis
application/sis/podcatcher_urel_signed.sis
application/src/PodcastFeedView.cpp
engine/config/defaultfeeds.xml
--- a/application/data/PodcastClient_english.rls	Thu Feb 25 21:20:11 2010 +0000
+++ b/application/data/PodcastClient_english.rls	Thu Feb 25 22:05:50 2010 +0000
@@ -51,7 +51,7 @@
 rls_string STRING_r_podcast_feeds_update_error "Update failed!"
 
 // Actions for shows
-rls_string STRING_r_view_download_show_cmd "Download"
+rls_string STRING_r_view_download_show_cmd "Get"
 rls_string STRING_r_view_delete_show_cmd "Delete"
 rls_string STRING_r_view_delete_shows_cmd "Delete All"
 rls_string STRING_r_view_delete_show_cmd "Delete"
Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed
--- a/application/src/PodcastFeedView.cpp	Thu Feb 25 21:20:11 2010 +0000
+++ b/application/src/PodcastFeedView.cpp	Thu Feb 25 22:05:50 2010 +0000
@@ -197,9 +197,9 @@
 
 	switch(aEventType)
 		{
-//	case EEventEnterKeyPressed:
+	case EEventEnterKeyPressed:
 	case EEventItemDoubleClicked:
-//	case EEventItemActioned:
+	case EEventItemActioned:
 			{
 			const RFeedInfoArray* sortedItems = NULL;
 			TInt index = iListContainer->Listbox()->CurrentItemIndex();
--- a/engine/config/defaultfeeds.xml	Thu Feb 25 21:20:11 2010 +0000
+++ b/engine/config/defaultfeeds.xml	Thu Feb 25 22:05:50 2010 +0000
@@ -5,9 +5,9 @@
 </head>
 <body>
   <outline>
-    <outline text="tech5" xmlUrl="http://www.podshow.com/feeds/tech5.xml"/>
+    <outline text="FLOSS Weekly" xmlUrl="http://leo.am/podcasts/floss"/>
     <outline text="All About Symbian Podcast" xmlUrl="http://rss.allaboutsymbian.com/media/podcastfeed.xml"/>
-    <outline text="Daily GizWiz" xmlUrl="http://leo.am/podcasts/dgw"/>
+    <outline text="gdgt Weekly" xmlUrl="http://feeds.gdgt.com/gdgt/podcast-mp3"/>
     <outline text="Stephen Fry's PODGRAMS" xmlUrl="http://www.stephenfry.com/podcasts/rss.xml"/>
   </outline>
 </body>