summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2014-07-13Removed "swipe to remove" from queue, replaced with context menu item.daniel oeh
closes #462
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
Causes too much accidental updates
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
- Removed InternalFeedItemlistAdapter
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
- move to top(bottom) is now disabled for the item at the first(last) item instead of removed. closes #380
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 ↵Tom Hennen
FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
2013-09-06Fixed occasional NullPointerException in ↵daniel oeh
PlaybackController/ExternalPlayerFragment
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
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-09-01Added suggestions listdaniel oeh
Turned off at the moment
2013-08-30Eventdistributor listener was registered incorrectlydaniel oeh
2013-08-29Load itemlistdata after listview has been createddaniel oeh