summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-13Removed "swipe to remove" from queue, replaced with context menu item.daniel oeh
closes #462
2014-07-13Added buttons to FeedItemDialog and the episode lists for items without an ↵daniel oeh
episode. fixes #470, fixes #464
2014-07-07Fixed NullPointerException in FeedMediadaniel oeh
2014-07-07Remove leading and trailing whitespace in URLChecker. fixes #461daniel oeh
2014-07-06Fixed ui testsdaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-06Enabled Java 7 source compatibilitydaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-29Improved timecode link insertiondaniel oeh
2014-06-29Webview style was not applied correctlydaniel oeh
2014-06-29Added long-press menu for timecode linksdaniel oeh
2014-06-29Integrated timecode highlighting into Audioplayerdaniel oeh
2014-06-29Added first implementation of the Timeline classdaniel oeh
2014-06-28Updated build.gradledaniel oeh
2014-06-16Fixed: NullPointerException in OnlineFeedViewdaniel oeh
2014-06-16Implemented Feed-discovery in OnlineFeedViewdaniel oeh
2014-06-16Implemented FeedDiscovererdaniel oeh
2014-06-15Added support for itpc-protocol. closes #333daniel oeh
2014-06-15Remove HTML markup in OnlineFeedView. closes #401daniel oeh
2014-06-15Show keyboard when opening TimeDialog. fixes #436daniel oeh
2014-06-15Replaced TimerDialog with HmsDialog from the BetterPickers-librarydaniel oeh
2014-06-15Only report unknown keycode if PlaybackService is playingdaniel oeh
2014-06-15Merge branch 'seek' of git://github.com/dreiss/AntennaPod into dreiss-seekdaniel oeh
2014-06-14Merge branch 'axq-patch-1' into developdaniel oeh
2014-06-14Merge branch 'patch-1' of git://github.com/axq/AntennaPod into axq-patch-1daniel oeh
2014-06-14Hide queue/unread count in navdrawer if it is 0daniel oeh
2014-06-14Fixed proguard issuesdaniel oeh
2014-06-14Pulled translationsdaniel oeh
2014-06-14Fixed NullPointerException in FeedInfoActivitydaniel oeh
2014-06-14Fixed NullPointerException in ImageDiskCachedaniel oeh
2014-06-14Fixed: BadTokenException in OnlineFeedViewdaniel oeh
2014-06-09Prepared release of version 0.9.9.1daniel oeh
2014-06-09Crop by character in navdrawer. fixes #457daniel oeh
2014-06-08Replaced deprecated symbols in build.gradledaniel oeh
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-06-07Make seek time configurableDavid Reiss
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
2014-06-07Show a toast when an unknown media key is pressedDavid Reiss
This is just an idea. If people want more media keys supported, they will be able to use this toast to report exactly what key codes their hardware is generating. If you don't want to include this, just let me know and I can remove it from the pull request.
2014-06-07Support next/previous media keysDavid Reiss
The "seek" buttons in my car send "next" and "previous" media key codes, rather than "fast forward" and "rewind", so update the playback service to recognize them. fixes #386 fixes #432
2014-06-07Remove unnecessary braces in PlaybackService case blockDavid Reiss
The other blocks in this switch don't have braces, and they would look a little silly when I add an extra case label.
2014-06-07Added test cases for starting playbackdaniel oeh
2014-06-07Bugfix: Playback could not be restarted in some cases. fixes #387daniel oeh
2014-06-07Bugfix: Parser failures were not reported properly. fixes #450daniel oeh
2014-06-07Added progress bar to queue itemsdaniel oeh
2014-06-07Added 'new' indicator to all episodes view + layout improvementsdaniel oeh
2014-06-07Removed unused filesdaniel oeh
2014-06-07Improved menu behavior in all episodes viewdaniel oeh
fixes #451
2014-06-07Removed pull-to-refreshdaniel oeh
Causes too much accidental updates
2014-06-07Updated version numbers in build.gradledaniel oeh
requires submodule update
2014-06-01Update copyright year to 2014axq
I wondered if the app was stale the first time I opened the about page. Users should feel great about an app with this much development activity.