1413 Commits

Author SHA1 Message Date
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
67ca177a5d Updated dslv submodule 2013-09-28 12:31:59 +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
daniel oeh
1de02752a8 Fixed IllegalStateException in ItemViewActivity 2013-09-21 11:21:15 +02:00
daniel oeh
e4fa17d7d0 Use new StatFS API if available 2013-09-20 23:24:16 +02:00
daniel oeh
e579618dae Added FeedRemover message to strings.xml. fixes #279 2013-09-20 22:16:58 +02:00
daniel oeh
9eaffe684d Added option to set gpodder.net hostname 2013-09-19 17:35:52 +02:00
daniel oeh
2bfee6d467 Layout improvements in device authentication screen 2013-09-19 11:42:51 +02:00
daniel oeh
b06186b300 Call superclass method when creating and preparing menu. fixes #278 2013-09-18 19:45:54 +02:00
daniel oeh
f1a45f1308 Fixed layout of error textview 2013-09-15 14:46:05 +02:00
daniel oeh
a1262f2806 "Subscribe" button wasn't clickable on API 10 2013-09-15 14:45:50 +02:00
daniel oeh
813614bb28 Fixed visibility of MenuItems
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater"
2013-09-15 13:21:19 +02:00
daniel oeh
4a2a25a551 Improved error handling in gpodder.net directory 2013-09-15 13:19:24 +02:00
daniel oeh
a716e4bbc0 Added timeout to GpodnetService 2013-09-15 13:16:26 +02:00
daniel oeh
4d2275189e Resolved image display problems 2013-09-15 01:55:37 +02:00
daniel oeh
928bfa681f Fixed NullpointerException when PreferenceActivity was created. fixes #275 2013-09-15 00:41:44 +02:00
daniel oeh
2e8f102248 MenuItems in ItemviewActivity were not displayed correctly. fixes #273 2013-09-12 13:49:50 +02:00
daniel oeh
455b6c7172 Merge branch 'TomHennen-move-to-top' into develop 2013-09-12 13:23:29 +02:00
daniel oeh
a0b3c5f165 Call moveQueueItemHelper instead of moveQueueItem 2013-09-12 13:23:03 +02:00
daniel oeh
de5c6a97df Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into TomHennen-move-to-top 2013-09-12 12:55:07 +02:00
daniel oeh
3a777628dc Added FeedPreferences class 2013-09-11 18:46:25 +02:00