Handle RSS feeds that do not properly sort dated items (fixes#82) and those who do not provide a date at all (fixes#78 by relying on the last viewed url instead).
@ -149,11 +149,13 @@ public class RssfeedsActivity extends SherlockFragmentActivity {
@@ -149,11 +149,13 @@ public class RssfeedsActivity extends SherlockFragmentActivity {
// The RSS feed content was loaded and can now be shown in the dedicated fragment or a new activity
if(fragmentItems!=null){
// If desired, update the lastViewedDate of this feed in the user setting; this won't be loaded until the
// RSS
// feeds screen in opened again.
// If desired, update the lastViewedDate and lastViewedItemUrl of this feed in the user setting; this won't
// be loaded until the RSS feeds screen in opened again.
@ -169,11 +171,13 @@ public class RssfeedsActivity extends SherlockFragmentActivity {
@@ -169,11 +171,13 @@ public class RssfeedsActivity extends SherlockFragmentActivity {
return;
}
// If desired, update the lastViewedDate of this feed in the user setting; this won't be loaded until the
// RSS
// feeds screen in opened again
// If desired, update the lastViewedDate and lastViewedItemUrl of this feed in the user setting; this won't
// be loaded until the RSS feeds screen in opened again