Commit Graph

1382 Commits

Author SHA1 Message Date
daniel oeh 6c56883f11 Fixed problems with FlattrClickWorker on Gingerbread 2014-03-05 17:41:56 +01:00
daniel oeh 3e091afa6e Pulled translations 2014-03-05 17:04:11 +01:00
daniel oeh 316289aaa0 Prepared release of version 0.9.8.2 2014-03-04 23:36:02 +01:00
daniel oeh 1b7c5f4927 Keep screen on when playing video. fixes #362 2014-03-04 22:26:44 +01:00
daniel oeh 132d3dc66e Possible fix of issue #365 2014-03-04 22:16:57 +01:00
daniel oeh 2fb4b5c967 Fixed FC when refreshing feeds on Gingerbread. fixes #361 2014-03-04 22:05:36 +01:00
daniel oeh ffb0fdcb12 Merge branch 'develop' 2014-02-27 21:10:38 +01:00
daniel oeh 8ef1a2c373 Pulled translations 2014-02-27 21:03:08 +01:00
daniel oeh 7c6c3ef101 Do not add things to the flattr queue if the user isn't logged in
- 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-27 20:15:27 +01:00
daniel oeh bece620c43 fixed typo in AndroidManifest 2014-02-24 22:36:59 +01:00
daniel oeh 56bc5ff897 Pulled translations 2014-02-24 22:03:19 +01:00
daniel oeh a4f12db348 Fixed behavior of flattr button in MediaPlayerActivity 2014-02-24 17:41:51 +01:00
daniel oeh f94fc02894 played_duration was updated incorrectly 2014-02-23 19:04:16 +01:00
daniel oeh 255cb2464d Prepared release of version 0.9.8.1 2014-02-23 18:33:26 +01:00
daniel oeh 9d30e697e6 Resolved issue with guids in rss 2 feeds. fixes #351 and #336 2014-02-17 22:32:02 +01:00
daniel oeh 2afcb580bf FeedStatistics list was not sorted correctly 2014-02-17 22:05:47 +01:00
daniel oeh f67d9a1369 Merged pull-request #346 2014-02-17 21:47:55 +01:00
daniel oeh 6ebafb2c24 Reformatted code 2014-02-17 21:41:15 +01:00
daniel oeh 02653918f0 Merge branch 'flattr_queue_autoflattr' into develop (#331)
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-17 21:40:04 +01:00
daniel oeh a2f841c43e Moved communication with DownloadService into DownloadObserver 2014-02-15 14:35:11 +01:00
daniel oeh 7d44c471f2 Added RejectedExecutionHandler to Runnable 2014-02-15 13:57:19 +01:00
daniel oeh 65a2313751 Replace 'cover' with 'picture' 2014-02-15 13:35:38 +01:00
daniel oeh f4da9674cc Added content descriptions to imagebuttons and imageviews 2014-02-14 14:26:55 +01:00
daniel oeh 65c1130980 Resolved intent redelivery issue 2014-02-14 13:24:01 +01:00
daniel oeh 967e322913 Acquire Wi-Fi lock before downloading. Should fix issue #110 and #243
- Adds the WAKE_LOCK permission
2014-02-12 00:20:02 +01:00
daniel oeh 969170f0e8 Create only one HttpClient instance instead of one per download 2014-02-11 23:45:35 +01:00
daniel oeh fa1789b7dc Make sort order in feed list case-insensitive. closes issue #339 2014-02-11 20:28:04 +01:00
daniel oeh 5cabac4691 Fixed order of playback history. closes issue #325 2014-02-11 20:06:47 +01:00
daniel oeh 2e23302734 Updated version numbers in build.gradle 2014-02-11 20:06:03 +01:00
daniel oeh cceaa0e3be Fixed race condition when sleep timer expires 2014-02-11 19:28:53 +01:00
daniel oeh 5707d014d0 Merge branch 'playbackservice_rewrite' into develop 2014-02-11 18:58:08 +01:00
daniel oeh 8e05212c75 Bugfixes
- Skipping an episode did not work
- pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-11 18:57:19 +01:00
daniel oeh ff285c5ad5 PLAY and PLAY_PAUSE keycode was not handled correctly in prepared state 2014-02-10 20:28:16 +01:00
daniel oeh 1a5949e030 Fixed issue with switching between audio and video player 2014-02-10 20:21:09 +01:00
daniel oeh 0b735b6026 Resolved problems with ending playback.
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2014-02-10 20:06:50 +01:00
daniel oeh f278eaf74d Bugfix: Video was paused when started 2014-02-10 19:25:43 +01:00
daniel oeh 69f424e71c Improved error handling in MediaPlayerActivity 2014-02-10 19:05:33 +01:00
Simon Rutishauser 33b1f10744 * make FlattrClickWorker drop toast when launched interactively
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 22:14:48 +01:00
Simon Rutishauser 7ebdef2c54 * include error message from Flattr4j in notification (subText shows message for first failed flattr)
* big extensible flattr notification with full list of error messages

followup on #331
2014-02-05 21:25:29 +01:00
Simon Rutishauser 01cfe2a94b * don't load all Feeds and FeedItems to memory when refreshing the flattr status
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
2014-01-15 22:44:35 +01:00
daniel oeh fd3cdfa184 avoid waiting on the GUI thread 2014-01-12 02:28:47 +01:00
daniel oeh 0921e49d7c Load only Flattrables in flattr queue from the database. 2014-01-04 01:48:15 +01:00
Simon Rutishauser 8c116142b8 * directly update Feed/FeedItem FlattrStatus instead of writing back entire Feed/FeedItem to database
* fix race condition when fetching FlattrStatus
* fix missing copy of Flattr status in Feed.updateFromOther()
* fix feed reading from db, was missing FlattrStatus

followup on #331
2014-01-02 21:09:53 +01:00
Simon Rutishauser 375aefb2bf Re-enable support for the "Flattr this app" item in Settings 2014-01-01 21:08:49 +01:00
Simon Rutishauser 4b998019ef get unittests to compile with new FlattrStatus() 2014-01-01 20:13:11 +01:00
daniel oeh c76bd9ba08 Merge branch 'develop_flattr_queue_autoflattr' of git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr
Conflicts:
	src/de/danoeh/antennapod/storage/DBReader.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-12-31 03:17:02 +01:00
daniel oeh bad86d8284 Escape URLs in HttpDownloader. fixes #329, #332 2013-12-31 01:27:05 +01:00
daniel oeh aba5568176 Avoid seeking to position 0 (#208). 2013-12-30 02:47:13 +01:00
daniel oeh 162e1d4f98 Applied bugfix from pull-request #313 2013-12-30 01:23:47 +01:00
daniel oeh 999d10ae5d Updated version numbers in build.gradle 2013-12-30 00:58:21 +01:00