Configuration changes to default podcasts. Changed Download to Get in toolbar
--- 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>