summaryrefslogtreecommitdiff
path: root/src/de/danoeh
AgeCommit message (Collapse)Author
2012-11-28use supportInvalidateOptionsMenu instead of invalidateOptionsMenudaniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-28Fixed crash because of non-empty constructordaniel oeh
2012-11-25Obey redirects in HTTP downloadsChristian Ludwig
If an HTTP request returns an error code 301 or 302, follow redirects to the new location.
2012-11-25contentEncoded wasn't loaded if description was still in the cachedaniel oeh
2012-11-25Fixed playbackService crash when trying to seek in INITIALIZED statedaniel oeh
2012-11-25Merge branch 'theme' into developdaniel oeh
2012-11-24feeditem description should now be loaded correctlydaniel oeh
2012-11-24Revert "Revert "PreferenceActivity now applies its theme correctly""daniel oeh
This reverts commit aee135d724c9f7dfeda9c68ac9907361335a0158.
2012-11-23Revert "PreferenceActivity now applies its theme correctly"daniel oeh
This reverts commit 50072c4ebbc60006c04974650a75c243a31cc35c.
2012-11-23PreferenceActivity now applies its theme correctlydaniel oeh
2012-11-23Selected list items are now highlighted with the correct colordaniel oeh
2012-11-23DescriptionFragment now works correctly with different themesdaniel oeh
2012-11-23Color of chapterlist wasn't displayed correctlydaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-11-23Changed playerWidget theme to darkdaniel oeh
2012-11-23Added dark version of borderless buttondaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-11-20Created styles for dark and light themedaniel oeh
2012-11-16Mark item as read when playback starts.daniel oeh
This ensures that no 'in progress' items are also unread
2012-11-16Make media position resettable in markItemRead instead of setter.daniel oeh
In some cases, when setting the 'read' attribute, the programmer might not want to reset the media position.
2012-11-16Save references to description and contentEncoded in descriptiondaniel oeh
fragment
2012-11-16Save only one image in the cover cachedaniel oeh
2012-11-16if-statement was wrongdaniel oeh
2012-11-16Added state enum to feeditem classdaniel oeh
The getStatus() method should now be used to handle feeditems in different states instead of handling its attributes directly.
2012-11-16Added 'Playing' statedaniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod ↵daniel oeh
into patheticpat-feed-item-labels Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-11Organized importsdaniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-09Added support for links in vorbis commentdaniel oeh
2012-11-08Reading UTF-8 strings should now workdaniel oeh
2012-11-06Ignore invalid chaptersdaniel oeh
2012-11-06getChapterById was using wrong attributedaniel oeh
2012-11-06Integrated vorbis chapterreader into appdaniel oeh
2012-11-06Added classes for reading vorbis comment chaptersdaniel oeh
2012-11-06Removed unnecessary methods, added standard constructordaniel oeh
2012-11-05Merge branch 'better_file_names' into developdaniel oeh
2012-11-01Added support for RSS 0.91/0.92daniel oeh
2012-10-31Added option to take different filename if a file with that name existsdaniel oeh
2012-10-31Use title of feed for filename if availabledaniel oeh
2012-10-31Created FileNameGenerator classdaniel oeh
2012-10-30Use separate preference for currently playing media, reset afterdaniel oeh
playback has completed
2012-10-29Merge pull request #56 from patheticpat/image-titledanieloeh
Save correct image title
2012-10-29Merge branch 'develop' into feed-item-labelsMichael Kaiser
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-10-28Added method to check if item is being playeddaniel oeh
2012-10-28Use thread for searching instead of AsyncTaskdaniel oeh
2012-10-28Searching descriptions should now workdaniel oeh
2012-10-28Added feed-column to SEL_FI_EXTRAdaniel oeh
2012-10-28Added methods for searching descriptions to feedmanagerdaniel oeh
2012-10-28FeedManager tasks can now return a result on completiondaniel oeh