summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment
AgeCommit message (Expand)Author
2014-08-12Fixed NullpointerException in TagListFragmentdaniel oeh
2014-08-11Call fit() instead of resize()daniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
2014-07-26Display message when search returned no hitsEoin Mcloughlin
2014-07-26Fixed IllegalStateExceptions in some Fragmentsdaniel oeh
2014-07-15Hide menu items while fragment is loadingdaniel oeh
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-13Removed "swipe to remove" from queue, replaced with context menu item.daniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-29Added long-press menu for timecode linksdaniel oeh
2014-06-29Integrated timecode highlighting into Audioplayerdaniel oeh
2014-06-07Removed pull-to-refreshdaniel oeh
2014-05-19Removed unused resources, reduced number of lint warningsdaniel oeh
2014-05-18Fixed: Pull-to-refresh was not working when there were no new episodesdaniel oeh
2014-05-17Added "swipe to refresh" in new episodes listdaniel oeh
2014-05-17Improved spacing in FeedItemlist and Downloads listdaniel oeh
2014-05-12Moved "show info" into itemlist headerdaniel oeh
2014-05-12Reopen episode dialog on configuration changedaniel oeh
2014-05-12Reimplemented move to top/bottom feature in queue fragmentdaniel oeh
2014-05-11Split "new episodes" list into two listsdaniel oeh
2014-05-11Fixed: gpodder.net taglist searched local subscriptions instead of gpodder.netdaniel oeh
2014-05-11Fixed Download screen problems and download report notificationdaniel oeh
2014-04-26Load data in onResume instead of onCreatedaniel oeh
2014-04-26Improved fontsdaniel oeh
2014-04-22Resolved dialog issues + fragment crashesdaniel 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-18Moved RemoveListener into DragSortListenerdaniel oeh
2014-04-18Improved external player layoutdaniel oeh
2014-04-18Added FeedItem dialogdaniel oeh
2014-04-18Added action button functionalitydaniel oeh
2014-04-17Reimplemented ItemlistFragmentdaniel oeh
2014-04-17Added fragment for adding new podcastsdaniel oeh
2014-04-13Sorting via drag and drop was interrupted by download observerdaniel oeh
2014-04-13Added playback history fragmentdaniel oeh
2014-04-06Added downloads fragmentdaniel oeh
2014-04-04Added queue fragmentdaniel oeh
2014-04-03Added secondary button to new episodes listdaniel oeh
2014-04-01Added navigation drawer + new episodes fragmentdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-11-16Updated dependency version numbers, removed workaround for actionmode bugdaniel oeh
2013-09-21Fixed crashes in FeedItemlistdaniel oeh
2013-09-15Improved error handling in gpodder.net directorydaniel oeh
2013-09-12Merge branch 'TomHennen-move-to-top' into developdaniel oeh
2013-09-11Merge branch 'release-0975' into developdaniel oeh
2013-09-09Moved move to top/bottom menu options to EpisodesFragement from FeedItemMenuH...Tom Hennen