summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/MainActivity.java
AgeCommit message (Expand)Author
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-06-01Added basic MainActivity testsdaniel oeh
2014-05-25Added support for "pcast"-protocol, start FeedViewActivity immediately when c...daniel oeh
2014-05-19Cleaned up manifest, moved intent filters from AddFeedActivity to MainActivitydaniel oeh
2014-05-17Open drawer on first launchdaniel oeh
2014-04-26Load data in onResume instead of onCreatedaniel oeh
2014-04-21Added navigation drawer to audio player, fixed DownloadService notificationdaniel oeh
2014-04-21Re-implemented menusdaniel oeh
2014-04-21Re-implemented searchdaniel oeh
2014-04-18Improved external player layoutdaniel oeh
2014-04-17Added fragment for adding new podcastsdaniel oeh
2014-04-13Added playback history fragmentdaniel oeh
2014-04-06Added downloads fragmentdaniel oeh
2014-04-04Added queue fragmentdaniel oeh
2014-04-01Added navigation drawer + new episodes fragmentdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-09-15Fixed visibility of MenuItemsdaniel oeh
2013-08-16Resolved Android 2.3 issuesdaniel oeh
2013-08-15Merged pull-request #246daniel oeh
2013-08-14Fixed searchdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-04Ported search components to DB*-classesdaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-09Used wrong label for tabdaniel oeh
2013-03-09Use tabs instead of viewpager indicator in main screendaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-01-27Removed unused classesdaniel oeh
2013-01-27Merged queue and unread listdaniel oeh
2012-12-19Renamed podfetcher.xml to main.xmldaniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-13Select 'New' tab on start if there are new itemsdaniel oeh
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
2012-10-03Implemented PlaybackHistoryActivitydaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-05Added player fragment to main activitydaniel oeh
2012-08-18Hide 'mark all read' and 'refresh all feeds' - items when they aren'tdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh
2012-08-04Created superclass for mediaplayer, implemented Audioplayerdaniel oeh