4088 Commits

Author SHA1 Message Date
ByteHamster
4e7fef1211 Statistics calculation does not respect playback speed 2017-04-15 15:41:54 +02:00
ByteHamster
769ed8b15e Renamed type to mode 2017-04-15 15:34:31 +02:00
ByteHamster
acf065b7cd Added duration to chapters list
Closes #2174
2017-04-15 14:32:37 +02:00
Martin Fietz
aad56bea56 Merge remote-tracking branch 'upstream/develop' into develop 2017-04-15 14:32:16 +02:00
Martin Fietz
43ccc0e276 Only use iTunes summary when
* no description is set yet OR
* it is clearly more detailed (i.e. longer) than the current description
2017-04-15 14:32:01 +02:00
Martin Fietz
d6b67b5969 Merge pull request #2299 from ByteHamster/fix-podlove
Trimming 'pcast:' without '//'
2017-04-15 14:24:16 +02:00
ByteHamster
a01f0b1b7a Trimming 'pcast:' without '//'
Fixes #2284 (subscribtion through podlove 'Let device decide')
2017-04-15 13:49:01 +02:00
Martin Fietz
09fc0debf1 Merge pull request #2295 from ByteHamster/feed-title-confirmation
Added feed title to delete confirmation
2017-04-15 11:58:38 +02:00
ByteHamster
cb3501342e Added feed title to delete confirmation
Closes #2291
2017-04-15 10:28:45 +02:00
ByteHamster
416117515c Allow choosing between getDuration and getPlayedDuration 2017-04-15 09:54:09 +02:00
Martin Fietz
639ff81f8c Merge pull request #2290 from dklimkin/datefix
Let me fix CET/CEST once again
2017-04-13 08:05:54 +02:00
Danial Klimkin
78d11570e4 Let me fix CET/CEST once again 2017-04-12 23:39:17 +02:00
Martin Fietz
7da9e8876b Merge pull request #2258 from MeirSD/develop
Enable support for Android Auto with support for OnPlayFromSearch
2017-04-11 07:43:19 +02:00
Meir Schwarz
6e8baf839a Check media and mediaItem for null as suggested by mfietz 2017-04-10 15:27:24 -07:00
Martin Fietz
e42a76219d Merge pull request #2288 from dklimkin/datefix
Additional date format and a hack for CEST
2017-04-10 23:25:55 +02:00
Danial Klimkin
545b1e364e Additional date format and a hack for CEST 2017-04-10 22:16:34 +02:00
Martin Fietz
ef4bd9fd56 Merge branch 'develop' of github.com:AntennaPod/AntennaPod into develop 2017-04-10 21:49:57 +02:00
Martin Fietz
6c6607f7d3 Remove propagation of interrupts introduced in #2286 2017-04-10 21:49:22 +02:00
Martin Fietz
001290f783 Merge pull request #2287 from mfietz/2275-share-opml
Share OPML [Fixed]
2017-04-10 21:34:12 +02:00
Martin Fietz
25a8334aca Merge pull request #2286 from dklimkin/touches
Small touches on DownloadService.java
2017-04-10 21:27:21 +02:00
Martin Fietz
77e89b5786 Convert string to uri 2017-04-10 21:19:25 +02:00
Danial Klimkin
b34910261c Small touches on DownloadService.java 2017-04-10 21:15:01 +02:00
Martin Fietz
f56b07b4cf Merge pull request #2130 from ericraymond/develop
Added preference settings to customize fastforward and rewind delta.
2017-04-09 21:18:42 +02:00
Martin Fietz
a230b7d821 Merge branch 'develop' of github.com:AntennaPod/AntennaPod into develop 2017-04-09 21:01:54 +02:00
Martin Fietz
11ddd2a59a Revert "Update gradle to version 3.3"
This reverts commit 2a297ecab5d4ce0c4518f61e4123782981798823.
2017-04-09 21:01:41 +02:00
Martin Fietz
5cbf092f3b Merge branch 'develop' into develop 2017-04-09 20:34:43 +02:00
Martin Fietz
4d256b7323 Merge pull request #2225 from mfietz/issue/2222-not-add-to-queue
Setting whether or not to enqueue downloaded episodes
2017-04-09 20:26:00 +02:00
Martin Fietz
a2e07e749b Organize imports 2017-04-09 20:25:35 +02:00
Martin Fietz
8864f51f03 Merge pull request #2224 from mfietz/issue/2160-feed-files-pile-up
Remove cached feed file after parsing
2017-04-09 20:24:11 +02:00
Martin Fietz
7b03692ef5 Clean up of #2233 2017-04-09 20:23:34 +02:00
Martin Fietz
a3a758448a Merge branch 'develop' of github.com:AntennaPod/AntennaPod into develop 2017-04-09 20:21:27 +02:00
Martin Fietz
2a297ecab5 Update gradle to version 3.3 2017-04-09 20:21:21 +02:00
Martin Fietz
a4d3e45c14 Merge pull request #2233 from luiscruz/autorefactor-obsoletelayoutparam
Android automatic refactor - ObsoleteLayoutParam
2017-04-09 20:20:42 +02:00
Martin Fietz
7e9bf8ef64 Merge pull request #2265 from orelogo/develop
Improve search by reducing duplication prevension runtime and sorting results lexicographically
2017-04-09 19:37:38 +02:00
Cj Malone
d555668d10 Handle OPML send intent 2017-03-17 18:35:15 +00:00
Cj Malone
049ae62f1b OPML Intent
Add an SEND filter for opml files (from a browser)
2017-03-17 18:10:26 +00:00
minusf
ef24e766f9 Skip favorite episodes during autodelete 2017-03-13 21:14:48 +01:00
orelogo
c0da3df892 Organize search results lexicographically in addition to by where the
query was matched
2017-02-25 17:23:46 -08:00
orelogo
a1201cc95f Improve duplicate removal run time by using a hash set 2017-02-25 17:22:57 -08:00
Meir Schwarz
831166cfb2 Enable support for Android Auto with support for OnPlayFromSearch 2017-02-09 16:54:23 -08:00
Martin Fietz
352b6747cf Merge pull request #2234 from CedricCabessa/no-pause-on-cast
don't pause while casting if headset is disconnected
2017-01-07 15:36:56 +01:00
Cédric Cabessa
21605171fd don't pause while casting if headset is disconnected
User was listening to a podcast with headset, then get back home
and want to listen to the rest of the podcast on a chromecast.
If he unplug the headset while the audio is casting, we should not pause.
2017-01-07 15:04:29 +01:00
Luis Cruz
2c69766505 android automatic refactor obsoletelayoutparam 2017-01-03 17:08:45 +00:00
Martin Fietz
a020b7eb85 Merge pull request #2226 from andrewgaul/sort-wifi
Sort wifi names in automatic download preferences
2017-01-01 10:46:20 +01:00
Andrew Gaul
f6ee58ba27 Sort wifi names in automatic download preferences
This eases toggling an individual entry when one has many configured
wifi networks.
2016-12-31 13:01:46 -08:00
Martin Fietz
c54878a0f5 Add setting whether or not to enqueue downloaded episodes 2016-12-31 17:29:45 +01:00
Martin Fietz
a8539dde84 Remove cached feed file after parsing 2016-12-31 16:39:41 +01:00
Martin Fietz
1a58d6f2a8 Enable jumbo-mode 2016-12-31 16:01:48 +01:00
Martin Fietz
2ff99375e3 Upgrade gradle build tools 2016-12-31 16:01:20 +01:00
Martin Fietz
c3aa861a33 Merge pull request #2216 from mfietz/bugfix/2215-class-cast-exception-unknown-mime-type
Fix class cast exception on unknown mime type
2016-12-30 20:05:17 +01:00