summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment/FeedlistFragment.java
AgeCommit message (Collapse)Author
2013-09-05Added workarounds for ActionMode/Option menu bugsdaniel oeh
2013-09-04Added workaround for ActionMode bugdaniel oeh
https://code.google.com/p/android/issues/detail?id=58321
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-15Fixed nullpointerexception caused by FeedlistFragmentdaniel oeh
2013-08-15Several bugfixesdaniel 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-08-05Do not display empty listview message while loadingdaniel oeh
2013-08-05Added FeedItemStatistics.daniel oeh
Makes it possible to get number of (new, in progress) episodes of a feed without loading the whole list of items
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2012-10-27Fixed a typoMichael Kaiser
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-08-17FeedlistFragment now refreshes more frequentlydaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-12Added confirmation dialog when deleting a feeddaniel oeh
2012-08-11Imageviews were not updating correctlydaniel oeh
2012-08-11Implemented GridView in FeedlistFragmentdaniel oeh
2012-08-01Improved stability when downloading and import feedsdaniel oeh
2012-07-26cleaned up packagesdaniel oeh
2012-07-23improved stabilitydaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-21Fixed a bug that AsyncTasks were not working properly on api 11+daniel oeh
2012-07-17Added 'empty'-views for itemlist and feedlistdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh