summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10Avoid NPEMartin Fietz
2018-01-10Remove assertionsMartin Fietz
2018-01-10Reduce visibilityMartin Fietz
2018-01-10Suppress inspectionMartin Fietz
2018-01-10Custom views extend AppCompatImageView instead of ImageViewMartin Fietz
2018-01-10Fixed strange behavior when re-launching from PiPByteHamster
2018-01-10Merge pull request #2534 from AntennaPod/sdk_int_lt_14H. Lehmann
Replace code for SDK version lower than 14
2018-01-10Merge pull request #2533 from AntennaPod/remove_preference_activity_gingerbreadH. Lehmann
Remove PreferenceActivityGingerbread
2018-01-10Merge pull request #2531 from AntennaPod/remove_nineoldandroidsH. Lehmann
Replace ViewHelper
2018-01-10Merge pull request #2532 from AntennaPod/execute_on_executorH. Lehmann
Cleanup executeAsync
2018-01-09Remove unnecessary annotationsMartin Fietz
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Replace lambda with method referenceMartin Fietz
2018-01-09Replace with lambdaMartin Fietz
2018-01-09Use guard clauseMartin Fietz
2018-01-09Delete PreferenceActivityGingerbreadMartin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2018-01-09Replace ViewHelperMartin Fietz
2018-01-09CleanupByteHamster
2018-01-09Do not open full activity from PiP modeByteHamster
2018-01-09Centered seekBarByteHamster
2018-01-09Fixed black padding when returning from pipByteHamster
onConfigurationChanged returned slightly wrong size
2018-01-09Removed v14 compatibility codeByteHamster
2018-01-09Hide controls when entering PiPByteHamster
2018-01-09Fixed flickering when resizingByteHamster
2018-01-09Allow to touch space next to video playerByteHamster
2018-01-09Fixed scaling of videoByteHamster
2018-01-09Added configChangesByteHamster
2018-01-09Added Picure in pictureByteHamster
2018-01-08Merge pull request #2525 from dirkmueller/video_aspectMartin Fietz
Set video aspect on initial creation
2018-01-08Merge pull request #2526 from dirkmueller/min_sdk_14Martin Fietz
set minSdkVersion to 14
2018-01-08set minSdkVersion to 14Dirk Mueller
According to https://developer.android.com/about/dashboards/index.html API levels of 14 and lower are only on less than 0.5% of the devices. IMHO it is time to move on, and allow for some compat code cleanup.
2018-01-08Set video aspect on initial creationDirk Mueller
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-07Simplified onActivityResultByteHamster
2018-01-07Using FileUtils.copyInputStreamToFileByteHamster
2018-01-07Closing correctlyByteHamster
2018-01-07Merge pull request #2521 from dirkmueller/jsoup_bumpMartin Fietz
Update jsoup to 1.11.2
2018-01-07Merge pull request #2520 from dirkmueller/include_cleanupMartin Fietz
Cleanup order/remove unused includes
2018-01-07Style changes and loggingByteHamster
2018-01-07Merge pull request #2522 from dirkmueller/layout_cleanupMartin Fietz
remove reference to nonexisting onClick callback
2018-01-07Merge pull request #2519 from dirkmueller/developMartin Fietz
Return START_STICKY from onStartCommand()
2018-01-07remove reference to nonexisting onClick callbackDirk Mueller
This defined onClick callback does not exist, so we don't need to specify it.
2018-01-07Update jsoup to 1.11.2Dirk Mueller
jsoup 1.11.1 features a 30% lower DOM memory footprint, streaming network HTML parsing, faster HTML generation, and a bunch of other improvements and bug fixes. See https://jsoup.org/news/release-1.11.1 and https://jsoup.org/news/release-1.11.2 (with the followup bugfixes) for details.
2018-01-07Cleanup order/remove unused includesDirk Mueller
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-07Fix small whitespace errorDirk Mueller
This causes Android Lint to barf as it can not detect the VIBRATE permission being requested.
2018-01-07Return START_STICKY from onStartCommand()Dirk Mueller
The _FLAG_ variant is the input enum, replace it with the value-equivalent properly typed enum.
2018-01-06Merge pull request #2515 from ByteHamster/fix-sharedMartin Fietz
Fixed video view
2018-01-06Fixed video viewByteHamster
Bug was introduced in #2457, shared element does not exist in video view
2018-01-04Merge pull request #2333 from ByteHamster/item-heightMartin Fietz
Improved list items when using a large font size