Martin Fietz
36a7261f89
Simplify
2018-01-10 22:16:51 +01:00
Martin Fietz
74b2d439c3
Replace deprecated method
2018-01-10 22:15:47 +01:00
Martin Fietz
5bacbff10b
Simplify
2018-01-10 22:04:51 +01:00
Martin Fietz
0238d24216
Replace deprecated method
2018-01-10 22:02:59 +01:00
Martin Fietz
21ac9d158f
Avoid NPE
2018-01-10 21:59:13 +01:00
Martin Fietz
ba3eb5e784
Remove assertions
2018-01-10 21:56:08 +01:00
Martin Fietz
220f549711
Reduce visibility
2018-01-10 21:46:11 +01:00
Martin Fietz
0c4a08ac56
Suppress inspection
2018-01-10 21:45:49 +01:00
Martin Fietz
14718a9f51
Custom views extend AppCompatImageView instead of ImageView
2018-01-10 21:45:06 +01:00
ByteHamster
2831ec69d9
Fixed strange behavior when re-launching from PiP
2018-01-10 21:02:53 +01:00
H. Lehmann
2c9582c947
Merge pull request #2534 from AntennaPod/sdk_int_lt_14
...
Replace code for SDK version lower than 14
2018-01-10 18:26:54 +01:00
H. Lehmann
0614b53400
Merge pull request #2533 from AntennaPod/remove_preference_activity_gingerbread
...
Remove PreferenceActivityGingerbread
2018-01-10 18:17:54 +01:00
H. Lehmann
be569bfb14
Merge pull request #2531 from AntennaPod/remove_nineoldandroids
...
Replace ViewHelper
2018-01-10 15:24:34 +01:00
Martin Fietz
f756cd84d1
Remove unnecessary annotations
2018-01-09 21:06:13 +01:00
Martin Fietz
89366d97d1
Replace code for SDK version lower than 14
2018-01-09 21:03:30 +01:00
Martin Fietz
fe8993803d
Replace lambda with method reference
2018-01-09 20:21:57 +01:00
Martin Fietz
df131cdd0d
Replace with lambda
2018-01-09 20:20:32 +01:00
Martin Fietz
7e0a958f8a
Use guard clause
2018-01-09 20:20:18 +01:00
Martin Fietz
1694432560
Delete PreferenceActivityGingerbread
2018-01-09 20:19:38 +01:00
Martin Fietz
59a1b4a2bb
Cleanup executeAsync
2018-01-09 20:13:14 +01:00
Martin Fietz
eaf007ecac
Replace ViewHelper
2018-01-09 19:59:51 +01:00
ByteHamster
10f50ab264
Cleanup
2018-01-09 18:16:30 +01:00
ByteHamster
12c0939792
Do not open full activity from PiP mode
2018-01-09 17:33:56 +01:00
ByteHamster
8852afc70d
Centered seekBar
2018-01-09 09:27:41 +01:00
ByteHamster
629ad7e850
Fixed black padding when returning from pip
...
onConfigurationChanged returned slightly wrong size
2018-01-09 09:18:22 +01:00
ByteHamster
fa93fbc16d
Removed v14 compatibility code
2018-01-09 09:00:25 +01:00
ByteHamster
8ab64d516a
Hide controls when entering PiP
2018-01-09 08:57:40 +01:00
ByteHamster
d42330bc7e
Fixed flickering when resizing
2018-01-09 08:00:22 +01:00
ByteHamster
fbb5f28737
Allow to touch space next to video player
2018-01-09 08:00:22 +01:00
ByteHamster
7e72ff0b0e
Fixed scaling of video
2018-01-09 08:00:22 +01:00
ByteHamster
bad964508a
Added configChanges
2018-01-09 08:00:22 +01:00
ByteHamster
c5d1d5408b
Added Picure in picture
2018-01-09 08:00:22 +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
ByteHamster
dc316074e8
Simplified onActivityResult
2018-01-07 20:19:29 +01:00
ByteHamster
12456b52de
Using FileUtils.copyInputStreamToFile
2018-01-07 20:17:18 +01:00
ByteHamster
4c00f76494
Closing correctly
2018-01-07 20:14:49 +01:00
Martin Fietz
4d156118cc
Merge pull request #2520 from dirkmueller/include_cleanup
...
Cleanup order/remove unused includes
2018-01-07 20:11:01 +01:00
ByteHamster
bc9bd0bfcf
Style changes and logging
2018-01-07 20:09:28 +01:00
Dirk Mueller
602754104e
remove reference to nonexisting onClick callback
...
This defined onClick callback does not exist, so we
don't need to specify it.
2018-01-07 19:32:10 +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
seven-master@hotmail.de
80309b42ca
Adjust text color; Closes #2466
2018-01-02 20:25:15 +01:00
ByteHamster
3fd3db6c57
Review changes
2017-12-25 22:42:41 +01:00
ByteHamster
b665792d29
Cleanup import/export
2017-12-24 13:11:57 +01:00
ByteHamster
2e5407370f
Showing dialog when import succeeds
2017-12-24 13:11:57 +01:00
ByteHamster
4cb4a0a0cb
Supporting export using documents store API
2017-12-24 13:11:57 +01:00
ByteHamster
af33e4c37b
Import/Export activity
2017-12-24 13:11:57 +01:00
Martin Fietz
f9686ffba7
Prepare for 1.6.4.2
2017-12-11 20:15:46 +01:00