summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-28Bugfix: Title in audio player was invisible in some casesdaniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-04-27Improved spacingdaniel oeh
2014-04-27Added icons to nav-items in navigation drawerdaniel oeh
2014-04-26Merge branch 'develop' into newguidaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26Fixed potential image loading issue of FeedMediadaniel 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-06Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backupdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-04-06Disabled downloading of episode images. closes #390daniel oeh
Uses too much bandwidth
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-31Disabled downloading of episode images. closes #390daniel oeh
Uses too much bandwidth
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Support going back 30 seconds if less than 30 seconds have been played. ↵daniel oeh
closes #285
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-03-28Fixed image loading bugsdaniel oeh
- If a feed contained items with non-unique image URLs, those images were not displayed - Images in a list were not loaded correctly if the list contained entries without an image
2014-03-25Navigation bar icons in audio player were not displayed correctlydaniel oeh
2014-03-25Fixed database upgrade to version 12daniel oeh
2014-03-24Restore happens by itself upon app installJohan Liesén
2014-03-22Added presto client dependency as source codedaniel oeh
2014-03-22Restore subscriptions when the app is first startedJohan Liesén
Perform a subscription list restore when the app is started for the first time. Use a preference setting to figure out if the app is freshly installed or not.
2014-03-22Backup and restore feed listJohan Liesén
Use the Backup API to backup and restore the list of feed subscriptions, i.e. the OPML file.
2014-03-19Prepared release of version 0.9.8.3daniel oeh
2014-03-19PlaybackPreferences were not written correctly when a playback error ↵daniel oeh
occurred (issue #374)
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-03-19Prevent images from being loaded multiple timesdaniel oeh
(copied from AntennaPodSP)
2014-03-19Playback was not completed correctly. Might fix issue #366 and #374daniel oeh
2014-03-19Don't encode already encoded URLs. fixes #376daniel oeh
2014-03-17Improved layout of AddFeedActivitydaniel oeh
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.