summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java
AgeCommit message (Collapse)Author
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-09-15Fixed visibility of MenuItemsdaniel oeh
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater"
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-04Removed last references to FeedManagerdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2012-11-28use supportInvalidateOptionsMenu instead of invalidateOptionsMenudaniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-21Renamed package de.danoeh.antennapod.miroguide.conMichael Kaiser
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-08-15Download list entries should now be more informativedaniel oeh
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
removed unused imports
2012-08-04Feeds can now be added from the miroguidedaniel oeh
2012-08-04Removed unused variabledaniel oeh
2012-08-04Renamed MiroChannel and MiroItem to MiroGuideChannel and MiroGuideItemdaniel oeh
2012-08-04Created Activity for displaying information about a channeldaniel oeh