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
999d10ae5d
Updated version numbers in build.gradle
2013-12-30 00:58:21 +01:00
daniel oeh
d597b056fb
New media files in FeedItems were not handled correctly. Should fix #327
2013-12-30 00:53:00 +01:00
daniel oeh
8bf95b48dc
Move feed preferences above description section. closes #309
2013-11-16 22:04:55 +01:00
daniel oeh
8b4834cf23
Made sure not to use multiple unreleased instances of MediaPlayer
2013-11-16 21:53:21 +01:00
daniel oeh
c3adcca4d8
Theme in gpodder.net authentication screen was set incorrectly. fixes #310
2013-11-16 21:19:20 +01:00
daniel oeh
ef922d018c
Updated dependency version numbers, removed workaround for actionmode bug
2013-11-16 21:12:11 +01:00
daniel oeh
85975df9fb
Pause button in playback service notification did not react
2013-10-19 18:47:35 +02:00
daniel oeh
3c61058d07
Fixed menu item visibility
2013-10-19 18:28:38 +02:00
daniel oeh
ddaf1adfe8
Updated translations
2013-10-19 17:19:16 +02:00
daniel oeh
73f9506bb9
Download notification was not clickable on some API versions
2013-10-19 17:17:54 +02:00
daniel oeh
e4bf457ece
Prepared release of version 0.9.8.0
2013-10-12 11:48:45 +02:00
daniel oeh
b6a532161e
Updated gradle plugin to 0.6.+
2013-10-12 11:40:02 +02:00
daniel oeh
0a7ceec644
https download URLs did not work correctly
2013-10-12 00:35:41 +02:00
daniel oeh
05c62ca32f
Fixed race condition in testMarkAllItemsReadSameFeed
2013-10-12 00:30:24 +02:00
daniel oeh
df9f6661e1
Fixed a bug that might cause the wrong episode to be auto-deleted
2013-10-09 19:52:33 +02:00
daniel oeh
09b93a8b4b
strings.xml improvements
2013-10-09 12:37:25 +02:00
daniel oeh
b6085f1920
Temporarily removed preference (again)
...
Might be re-added later.
2013-10-09 00:03:38 +02:00
daniel oeh
e58922fad0
Merge branch 'feed_preferences' into develop
...
Conflicts:
res/values/strings.xml
src/de/danoeh/antennapod/storage/DBTasks.java
src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08 23:43:13 +02:00
daniel oeh
cdd9a0dfde
Added settings and description label to FeedInfoActivity, improved layout
2013-10-08 23:22:04 +02:00
daniel oeh
a482899eef
Added tests for DBReader
2013-10-08 17:39:08 +02:00
Michael Kaiser
cb56bf053c
Add feed preference to include/exclude certain feeds from auto downloads
2013-10-08 17:23:04 +02:00
daniel oeh
f7bd65d9c1
Execute autodownload method on SingleThreadExecutor
2013-10-05 14:47:49 +02:00
daniel oeh
abb3aaf5d9
Applied Action Mode workaround to DownloadActivity
2013-10-05 14:13:34 +02:00
daniel oeh
15446f1847
Fixed problem with automatic feed updates
2013-10-04 17:23:38 +02:00
daniel oeh
44e4924db9
Disable download log cleanup, handle media download before saving DownloadStatus
...
Might resolve problems with failed downloads being reported as successful
2013-10-04 16:14:15 +02:00
daniel oeh
7fcefdbbe7
Increased margins in gpodder.net pocast list
2013-10-03 14:57:38 +02:00
daniel oeh
483ddecca6
Improved tablet main screen layout.
...
Reduced thumbnail size so that more items can be displayed at the same time.
2013-10-03 14:48:54 +02:00
daniel oeh
088878fcfd
Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod into TomHennen-pause-on-interrupt
2013-10-03 13:15:47 +02:00
Simon Rutishauser
8fbd1ecf9c
this consolidates the code from pull request #253 (flattr queue and auto flattr) into a single commit, rebased onto the current development branch
2013-09-29 17:19:11 +02:00
daniel oeh
83bb0a6084
Improved layout of chaperlist
2013-09-28 12:25:52 +02:00
daniel oeh
79cb4b35a8
Added loading screen to OrganizeQueueActivity
2013-09-27 19:55:06 +02:00
daniel oeh
1871817f71
Added launcher icon with higher resolution. fixes #146
2013-09-26 14:23:19 +02:00
daniel oeh
bfc5ddc15d
Settings menu did not refresh correctly on preference change. fixes #284
2013-09-25 22:42:58 +02:00
daniel oeh
225f03e106
fixed #219
2013-09-25 22:11:58 +02:00
daniel oeh
f7ec854c67
Use support library up-navigation
2013-09-25 21:23:56 +02:00
daniel oeh
e38746f906
Statistics for Feeds with no items are now loaded correctly. fixes #283
2013-09-23 10:37:43 +02:00
daniel oeh
aa3675bc83
Catch NumberFormatException when parsing size attribute
2013-09-21 12:32:08 +02:00
daniel oeh
0b0ea77df1
Fixed crashes in FeedItemlist
2013-09-21 12:11:06 +02:00
daniel oeh
4d50903182
Do not refresh description when receiving contentUpdate notification
2013-09-21 11:33:58 +02:00
daniel oeh
03160e8f29
Added GpodnetSetHostnameDialog
2013-09-21 11:23:11 +02:00