summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-02Use MediaStyle Notification on Lollipopdaniel oeh
fixes #543
2014-12-28Fixed file name generatordaniel oeh
fixes #580
2014-12-28Added missing text color attributedaniel oeh
2014-12-28Fixed persistent notification behavior on API < Jellybeandaniel oeh
2014-12-28Merge branch 'master' of git://github.com/24hours/AntennaPod into 24hours-masterdaniel oeh
2014-12-25Adding Missing semicolonLee Yeong Khang
2014-12-20Honor User Preference on Persistence notificationLee Yeong Khang
commented in https://github.com/danieloeh/AntennaPod/pull/578#issuecomment-67489354 - option disabled notification has only "play/pause" button, hitting pause hides notification - option enabled notification has both "play/pause" button and "close" button, hitting pause does not hide notification
2014-12-19Updated dependenciesdaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Show 'up' button instead of hamburger when showing child fragmentdaniel oeh
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Replaced tabs with viewpager indicatorsdaniel oeh
Tabs are not supported when using Toolbars
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Use toolbar in MainActivity instead of actionbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
2014-12-19Improved look of ItemlistFragment headerdaniel oeh
2014-12-11Combine play and pause button into 1Lee Yeong Khang
detailed in https://github.com/danieloeh/AntennaPod/issues/574
2014-12-10Merge branch 'develop' of git://github.com/scarito/AntennaPod into ↵daniel oeh
scarito-develop
2014-12-10Upgraded dependenciesdaniel oeh
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-08Merge branch 'develop'0.9.9.6daniel oeh
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-08Pulled translationsdaniel oeh
2014-12-08Merge branch 'skeptoid_duration_parse_error' of ↵daniel oeh
git://github.com/mo/AntennaPod into mo-skeptoid_duration_parse_error
2014-12-08Replaced '-' with '*'daniel oeh
fixes #572
2014-12-08Changelog updatedaniel oeh
2014-12-08Handle protocol relative URLs correctly when downloading episodes and imagesdaniel oeh
fixes #568
2014-12-08Bugfix: Seconds in RFC822 are optionaldaniel oeh
fixes #545
2014-12-08Use isNotBlank instead of isNoneBlankdaniel oeh
Caused NoSuchMethodError on some devices
2014-12-08Destroy webview when it is no longer useddaniel oeh
Not destroying the webview might have caused crashes on some devices
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-12-07Avoid loading Chapters of multiple FeedItems at the same timedaniel oeh
This should significantly reduce the time needed to load FeedItem lists with chapters, because chapters are from now on only loaded when a single FeedItem is requested.
2014-12-07Prepared release of next versiondaniel oeh
2014-12-07Updated dependenciesdaniel oeh
Removed unused dependencies
2014-12-06Parse podcast duration correctly even with trailing whitespaceMartin Olsson
The Skeptoid podcast (available on gpodder.net) currently has a specific episode (titled "Skeptoid #437: Tube Amplifiers") that contains the XML <itunes:duration>14:57 </itunes:duration> which AntennaPod fails to parse (and instead hits a java.lang.NumberFormatException which it prints to stderr every time the refresh button is pressed). The duration for that particular episode is not correctly showed in the UI, although the duration for other Skeptoid episodes show up just fine.
2014-12-03Fixed IndexOutOfBoundsException in parseTimeStringdaniel oeh
2014-12-02Use explicit Intent for bindService calldaniel oeh
bindService no longer accepts implicit Intents. Possibly caused #559, #558, #553
2014-11-30FeedUpdateReceiver was not registered in Manifestdaniel oeh
fixes #566
2014-11-29Merge branch 'fix_blurry_videoplayer_overlay' of ↵daniel oeh
git://github.com/jmue/AntennaPod into jmue-fix_blurry_videoplayer_overlay Conflicts: gradle/wrapper/gradle-wrapper.properties
2014-11-29Merge branch 'fix_lollipop_overlay_background' of ↵daniel oeh
git://github.com/jmue/AntennaPod into jmue-fix_lollipop_overlay_background
2014-11-29Upgraded build toolsdaniel oeh
2014-11-25use a radius of 37.5% of parent width to match pre-lollipop lookJens Müller
2014-11-21Created a user preference to enable the headphone resume featureMichael Scarito
2014-11-20Added bluetooth BroadcastReceiver to resume after disconnectMichael Scarito
2014-11-20Renamed headphonePause to transientPauseMichael Scarito
2014-11-20Resume on headphone connect if paused by headphone disconnectMichael Scarito
2014-11-20fix videoplayer overlay background on lollipopJens Müller
2014-11-20fix blurry play/pause overlay in videoplayer activityJens Müller
2014-11-19Merge branch 'develop'0.9.9.5daniel oeh