summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/MiroGuideMainActivity.java
AgeCommit message (Collapse)Author
2014-05-19Removed unused resources, reduced number of lint warningsdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2013-09-25Use support library up-navigationdaniel oeh
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-08-14Fixed searchdaniel oeh
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-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-10-21Renamed package de.danoeh.antennapod.miroguide.conMichael Kaiser
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
removed unused imports
2012-08-03Imageloader tasks are now submitted to an executor servicedaniel oeh
2012-08-03Added activity for viewing a specific miroguide categorydaniel oeh
2012-08-02Replaced 'miro' in filenames with 'miroguide'daniel oeh
2012-08-02Added Miro Guide searchdaniel oeh
2012-08-02Added button to access the Miro Guide from the AddFeedActivitydaniel oeh
2012-08-02Created main Activity for Miro Guidedaniel oeh