summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-11Fixed Download screen problems and download report notificationdaniel oeh
2014-05-07NUM_LENGTH should be 1024 for accurate download progess displayMatthias Schütz
unless NUM_LENGTH is 1024, the displayed size is 0KB or 0MB etc. for growing ranges below the respective boundary i.e. 1000-1023, 1024000-1048575
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-27Added more HttpDownloader testsdaniel oeh
2014-04-27Resume failed downloads. closes #168daniel oeh
2014-04-27Prevent media files from being deleted after a failed downloaddaniel oeh
2014-04-27Made sure that the downloaded-attribute of FeedFile does not reach an ↵daniel oeh
inconsistent state (downloaded=false and file_url != null)
2014-04-27Allow modification of feed username and password, propagate credentials to ↵daniel oeh
episodes. fixes #395
2014-04-27Made strings in Sleep timer dialog translatable. fixes #394daniel oeh
2014-04-26Merge branch 'develop' into newguidaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26Updated dependenciesdaniel oeh
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-26Bugfix: Hebrew translation was not displayeddaniel 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-06Changed backup API keydaniel oeh
Now using key for 'de.danoeh.antennapod' instead of 'de.danoeh.antennapod.debug'
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-31Added feed generators, basic rss testsdaniel oeh
2014-03-29Merge branch 'develop'0.9.8.3daniel oeh
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-28Updated translations, added Hebrew translationdaniel oeh
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-23Allow restore from any AntennaPod versionJohan Liesén
2014-03-22Added licenses to about-pagedaniel oeh