844 Commits

Author SHA1 Message Date
Martin Fietz
59a1b4a2bb Cleanup executeAsync 2018-01-09 20:13:14 +01:00
Dirk Mueller
32215ffc28 Set video aspect on initial creation
Previously on first start of a video the aspect ratio
was not correct (annoying on a 18:9 phone as
it doesn't match the usual 16:9 aspect ratio). So extract
the code into a setupVideoAspectRatio() helper
and call it from surfaceCreated as well.
2018-01-08 11:20:14 +01:00
Dirk Mueller
bbbff0bc73 Cleanup order/remove unused includes
This is the result of Android Studio's include cleanup
Macro. This removes some no longer used includes, simplifying
the code a bit. The rest is grouping and resorting alphabetically.
2018-01-07 19:26:23 +01:00
ByteHamster
2e98119d47 Fixed video view
Bug was introduced in #2457, shared element does not exist in video view
2018-01-06 12:33:38 +01:00
Martin Fietz
8b84b70032
Merge pull request #2333 from ByteHamster/item-height
Improved list items when using a large font size
2018-01-04 22:10:49 +01:00
Martin Fietz
68754684b7
Merge pull request #2457 from ByteHamster/sharedElement
Shared element transition
2018-01-03 18:52:11 +01:00
Martin Fietz
b22efb03d7
Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chapters
Avoid duplicate chapters
2017-12-11 20:14:41 +01:00
Martin Fietz
b84cbe3edd
Merge pull request #2460 from AntennaPod/bugfix/2458-FileUriExposedException
Avoid FileUriExposedException on OPML Import
2017-12-11 20:14:28 +01:00
Martin Fietz
c21f81d034 Remove multidex again 2017-10-22 12:06:17 +02:00
Martin Fietz
64184810ec Remove multidex again 2017-10-22 11:59:15 +02:00
ByteHamster
82d4dacb11 Fix install of debug version by using unique provider 2017-10-21 23:53:50 +02:00
Martin Fietz
2f5e7a2803 Avoid FileUriExposedException 2017-10-21 23:43:28 +02:00
ByteHamster
30c7ca5437 Shared element transition of cover 2017-10-21 21:00:53 +02:00
Martin Fietz
ee50bca545 Refactor 2017-10-21 19:20:18 +02:00
Martin Fietz
7aae71e3ba Merge branch 'develop' into htmlpatch 2017-10-20 20:39:11 +02:00
Martin Fietz
3eb637d690 Merge pull request #2443 from AntennaPod/followup/2272
Also check keep favorites preference in player widget service
2017-10-20 20:37:16 +02:00
Martin Fietz
3b77cc61da Fix file sharing 2017-10-19 22:48:24 +02:00
Martin Fietz
a98ed53625 Prevent ArrayIndexOutOfBoundsException 2017-10-19 21:53:21 +02:00
Martin Fietz
557d97b450 Check for null 2017-10-19 20:55:52 +02:00
Martin Fietz
d1eb616800 Check extra text for null 2017-10-19 20:41:11 +02:00
Martin Fietz
47224f11ca Also check keep favorites preference in player widget service 2017-10-15 21:47:40 +02:00
ByteHamster
9fa91061ee Merged add_feed_label and add_new_feed_label
Closes #1833
2017-10-15 15:38:50 +02:00
Danial Klimkin
77858ec8df lambdas break old Androids, sigh. 2017-10-15 10:56:03 +02:00
Danial Klimkin
6c8f9bc80e Reworking data dir dialog 2017-10-15 09:31:11 +02:00
ByteHamster
721c3e4d2c Changed visibility from gone to invisible 2017-10-14 19:21:02 +02:00
drabux
ba689273a6 fix wifi service mem leak
The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N.
Try changing activity to activity.getApplicationContext()
[WifiManagerLeak]
2017-10-06 01:52:11 +02:00
Martin Fietz
77ee4558e7 Enable multi-dexing 2017-09-23 16:41:52 +02:00
Martin Fietz
99588bb6f5 2423 Handle empty feed url in itunes search result 2017-09-23 11:09:53 +02:00
Serge
421a7c7de9 request permissions in api > 23 (Android N etc.)
I'm not sure but did you mean ">=" ?
2017-08-08 11:47:10 +03:00
Martin Fietz
36eae974a1 1183 Reload header images on refresh 2017-06-05 11:26:42 +02:00
Martin Fietz
404a9c2fbf Refactor 2017-06-05 11:26:42 +02:00
ByteHamster
75ece930e9 Review changes 2017-06-04 14:22:45 +02:00
ByteHamster
a3d1c994a8 Added null and instanceof checks 2017-05-03 20:46:19 +02:00
ByteHamster
932f24c892 Allow sharing feed file, as suggested in #2236 2017-05-03 20:41:10 +02:00
Martin Fietz
dcb3b578ac Merge pull request #2304 from ByteHamster/start-once
Only allow menu invalidations from active fragment
2017-04-17 09:03:55 +02:00
ByteHamster
2826738940 Only allow menu invalidations from active fragment
Fixes #2081
2017-04-17 07:58:00 +02:00
Martin Fietz
4a37d16e43 Merge pull request #2294 from ByteHamster/stats-duration
Allow choosing between getDuration and getPlayedDuration
2017-04-16 20:10:16 +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
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
001290f783 Merge pull request #2287 from mfietz/2275-share-opml
Share OPML [Fixed]
2017-04-10 21:34:12 +02:00
Martin Fietz
77e89b5786 Convert string to uri 2017-04-10 21:19:25 +02:00
Martin Fietz
5cbf092f3b Merge branch 'develop' into develop 2017-04-09 20:34:43 +02:00
Cj Malone
d555668d10 Handle OPML send intent 2017-03-17 18:35:15 +00: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
3a32db36b8 Merge pull request #2201 from VarunBarad/develop
Add launch screen.
2016-12-30 20:04:42 +01:00
Martin Fietz
27bbe3ae80 Merge pull request #2188 from mfietz/okhttp3
Upgrade okhttp to version 3
2016-12-30 20:03:50 +01:00
VarunBarad
234caf3cd5 Revert to remove MultiDex support.
This reverts commit 9406108c61e42b6ad8942e5cce0c87c01c061473, reversing
changes made to b4233f004c5df3fcaae08b0b88e4c0bd8ae3a747.
2016-12-08 19:37:02 +05:30
Martin Fietz
17141db8a6 Turn auto enable sleep timer on/off immediately 2016-12-04 21:40:34 +01:00