Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | Removed ActionbarSherlock dependency | daniel oeh | |
2013-08-06 | Removed ViewPagerIndicator dependency | daniel oeh | |
2013-08-04 | Merge branch 'nineoldandroids' of git://github.com/patheticpat/AntennaPod ↵ | daniel oeh | |
into patheticpat-nineoldandroids | |||
2013-08-03 | Set seek time of media keys to 30 seconds. | daniel oeh | |
2013-08-03 | Merged #226 into develop | daniel oeh | |
2013-08-03 | Merge branch 'mat-tso-inteligent_namefile' into develop | daniel oeh | |
2013-08-03 | Merge into develop | daniel oeh | |
2013-07-10 | Use NineOldAndroid compatibility library for animations | Michael Kaiser | |
This fixes the crashes on pre-Honeycomb devices when entering the Organize Queue activity (Fixes #223) | |||
2013-07-07 | Merge branch 'buffered-output-stream-flush' of ↵ | daniel oeh | |
git://github.com/andrewgaul/AntennaPod into andrewgaul-buffered-output-stream-flush # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. # # It looks like you may be committing a merge. # If this is not correct, please remove the file # .git/MERGE_HEAD # and try again. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch andrewgaul-buffered-output-stream-flush # All conflicts fixed but you are still merging. # (use "git commit" to conclude merge) # # Changes to be committed: # # modified: src/de/danoeh/antennapod/service/download/HttpDownloader.java # modified: tests/src/de/danoeh/antennapod/test/FeedHandlerTest.java # # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # (commit or discard the untracked or modified content in submodules) # # modified: submodules/ActionBarSherlock (modified content, untracked content) # modified: submodules/ViewPagerIndicator (modified content, untracked content) # modified: submodules/dslv (modified content, untracked content) # | |||
2013-07-07 | Set 'reason' attribute when download was successful. | daniel oeh | |
2013-07-02 | Enable Fast Forward and Rewind keys on Google TV remotes. | David Carver | |
This enables the Fast Forward and Rewind keys on the google tv remote. If pressed it will jump ahead by 10 seconds or go back by 10 seconds. | |||
2013-06-30 | Flush BufferedOutputStream correctly | Andrew Gaul | |
This ensures that IOException due to writes are thrown in the main code path instead of the exceptional code path. Specifically for HttpDownloader this ensures that IOUtils.closeQuietly does not swallow a failed write. | |||
2013-06-29 | Promote DownloadError to enum for type-safety | Andrew Gaul | |
2013-06-21 | Use http instead of https for accessing the miroguide. Fixes #206 | daniel oeh | |
2013-06-21 | Added support for ID3 2.4 tag, resolved problems with frame size calculation | daniel oeh | |
2013-06-09 | Added support for Links in MP3 chapters (using WXXX frame) | daniel oeh | |
2013-05-16 | Build media file name based on item title | mat tso | |
Use the media item title as a filename base if exist, fallback on the url name otherwise. | |||
2013-05-11 | Fixed NullpointerException in AddFeedActivity | daniel oeh | |
2013-05-04 | Adding AntennaPod as RSS/XML Reader | Nis Wechselberg | |
2013-04-30 | Use description of item if title is not available in RSS feed. | daniel oeh | |
The title-tag of an item is optional in RSS 2 if a description-tag is avialable. | |||
2013-04-30 | Moved update interval preference strings into strings.xml. Fixes #182 | daniel oeh | |
2013-04-26 | Fixed nullpointer exception in DescriptionFragment | daniel oeh | |
2013-04-23 | Automatic download didn't work if episode cache size was set to | daniel oeh | |
unlimited | |||
2013-04-21 | Fixes #174 | daniel oeh | |
2013-04-20 | Episode cache size can now be set to 'unlimited' | daniel oeh | |
2013-04-20 | Made sure links are opened in external application | daniel oeh | |
2013-04-20 | Used wrong methods | daniel oeh | |
2013-04-20 | Feedlist displayed wrong value in 'last update' if feed had no episodes | daniel oeh | |
2013-04-20 | Removed 'accept' button in OrganizeQueueActivity | daniel oeh | |
2013-04-20 | Use onPageFinished instead of deprecated PictureListener | daniel oeh | |
2013-04-20 | Merge branch 'delete-oldest-episodes' of ↵ | daniel oeh | |
git://github.com/patheticpat/AntennaPod into patheticpat-delete-oldest-episodes | |||
2013-04-20 | Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-master | daniel oeh | |
2013-04-20 | Don't autodownload episodes when item is removed from queue via | daniel oeh | |
drag&drop | |||
2013-04-19 | Delete oldest episodes first when performing auto cleanup. | Michael Kaiser | |
2013-04-17 | without a_moment_ago there is no need for a Converter method anymore | Hanno Zulla | |
2013-04-17 | Rename UndoItem to UndoToken | Michael Kaiser | |
2013-04-16 | comment typo fixed | Hanno Zulla | |
2013-04-16 | removed a_moment_ago (looks silly and is hard to translate properly) | Hanno Zulla | |
2013-04-16 | display most recent episode's date instead of last feed update | Hanno Zulla | |
2013-04-16 | changed dates in lists to relative timespans (e.g. "3 days ago") | Hanno Zulla | |
2013-04-15 | Make removal of queued items undoable | Michael Kaiser | |
2013-04-11 | Audioplayer didn't always restore its state correctly | daniel oeh | |
2013-04-11 | Merge branch 'master' of git://github.com/wseemann/AntennaPod into ↵ | daniel oeh | |
wseemann-master | |||
2013-04-11 | Merge branch 'external_itemlist_update' into develop | daniel oeh | |
2013-04-10 | Updated header view layout | daniel oeh | |
2013-04-09 | Recognize 'application/xml+xhtml' as valid link type for website | daniel oeh | |
2013-04-09 | Improved external itemlist layout | daniel oeh | |
2013-04-09 | Check MIME-Type when parsing alternate links | Michael Kaiser | |
Some feeds offer alternate links to feeds representing the content in different formats, like MP3, AAC or Opus. AntennaPod must not falsely interpret them as the feed's website link. | |||
2013-04-08 | Issue #109 (feature request) - Display metadata on bluetooth devices that ↵ | William Seemann | |
support AVRCP 1.3 and higher | |||
2013-04-07 | Fixed NullpointerException in DownloadRequester | daniel oeh | |