Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | Improved layout of AddFeedActivity | daniel oeh | |
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section. | |||
2014-03-17 | Added authentication dialog to OnlineFeedViewActivity | daniel oeh | |
2014-03-17 | Implemented DownloadAuthenticationActivity | daniel oeh | |
2014-03-17 | Added authentication notification | daniel oeh | |
2014-03-17 | Added authentication support to DownloadRequester and HttpDownloader | daniel oeh | |
2014-03-17 | Added username and password to preferences | daniel oeh | |
2014-03-17 | Merge branch 'BasicAuth' of git://github.com/cszucko/AntennaPod into ↵ | daniel oeh | |
cszucko-BasicAuth | |||
2014-03-12 | Added single purpose app integration | daniel oeh | |
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched | |||
2014-03-11 | Upgraded gradle plugin, set 'abortOnError' to false (issue #370)0.9.8.2b | daniel oeh | |
2014-03-05 | Fixed problems with FlattrClickWorker on Gingerbread0.9.8.2 | daniel oeh | |
2014-03-05 | Pulled translations | daniel oeh | |
2014-03-04 | Prepared release of version 0.9.8.2 | daniel oeh | |
2014-03-04 | Keep screen on when playing video. fixes #362 | daniel oeh | |
2014-03-04 | Possible fix of issue #365 | daniel oeh | |
2014-03-04 | Fixed FC when refreshing feeds on Gingerbread. fixes #361 | daniel oeh | |
2014-02-27 | Merge branch 'develop'0.9.8.1 | daniel oeh | |
2014-02-27 | Pulled translations | daniel oeh | |
2014-02-27 | Do not add things to the flattr queue if the user isn't logged in | daniel oeh | |
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before | |||
2014-02-24 | fixed typo in AndroidManifest | daniel oeh | |
2014-02-24 | Pulled translations | daniel oeh | |
2014-02-24 | Fixed behavior of flattr button in MediaPlayerActivity | daniel oeh | |
2014-02-23 | played_duration was updated incorrectly | daniel oeh | |
2014-02-23 | Prepared release of version 0.9.8.1 | daniel oeh | |
2014-02-17 | Resolved issue with guids in rss 2 feeds. fixes #351 and #336 | daniel oeh | |
2014-02-17 | FeedStatistics list was not sorted correctly | daniel oeh | |
2014-02-17 | Merged pull-request #346 | daniel oeh | |
2014-02-17 | Reformatted code | daniel oeh | |
2014-02-17 | Merge branch 'flattr_queue_autoflattr' into develop (#331) | daniel oeh | |
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java | |||
2014-02-15 | Moved communication with DownloadService into DownloadObserver | daniel oeh | |
2014-02-15 | Added RejectedExecutionHandler to Runnable | daniel oeh | |
2014-02-15 | Replace 'cover' with 'picture' | daniel oeh | |
2014-02-14 | Support HTTP Basic Authentication for Feeds | Christopher Szucko | |
Enables the use of feed URLs with the format http://user:password@example.com | |||
2014-02-14 | Added content descriptions to imagebuttons and imageviews | daniel oeh | |
2014-02-14 | Resolved intent redelivery issue | daniel oeh | |
2014-02-12 | Acquire Wi-Fi lock before downloading. Should fix issue #110 and #243 | daniel oeh | |
- Adds the WAKE_LOCK permission | |||
2014-02-11 | Create only one HttpClient instance instead of one per download | daniel oeh | |
2014-02-11 | Make sort order in feed list case-insensitive. closes issue #339 | daniel oeh | |
2014-02-11 | Fixed order of playback history. closes issue #325 | daniel oeh | |
2014-02-11 | Updated version numbers in build.gradle | daniel oeh | |
2014-02-11 | Fixed race condition when sleep timer expires | daniel oeh | |
2014-02-11 | Merge branch 'playbackservice_rewrite' into develop | daniel oeh | |
2014-02-11 | Bugfixes | daniel oeh | |
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly | |||
2014-02-10 | PLAY and PLAY_PAUSE keycode was not handled correctly in prepared state | daniel oeh | |
2014-02-10 | Fixed issue with switching between audio and video player | daniel oeh | |
2014-02-10 | Resolved problems with ending playback. | daniel oeh | |
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually | |||
2014-02-10 | Bugfix: Video was paused when started | daniel oeh | |
2014-02-10 | Improved error handling in MediaPlayerActivity | daniel oeh | |
2014-02-05 | * make FlattrClickWorker drop toast when launched interactively | Simon Rutishauser | |
as part of a flattr action (by explicitely flattring a thing) * make it report a notification when it was launched implicitly (when refreshing feeds) or when flattring failed followup on #331 | |||
2014-02-05 | * include error message from Flattr4j in notification (subText shows message ↵ | Simon Rutishauser | |
for first failed flattr) * big extensible flattr notification with full list of error messages followup on #331 | |||
2014-01-15 | * don't load all Feeds and FeedItems to memory when refreshing the flattr status | Simon Rutishauser | |
with items received from the flattr api * added method for resetting flattr status of all feeds and items This adresses https://github.com/danieloeh/AntennaPod/pull/331#issuecomment-32112929 items 1 and 3. followup on #331 |