summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-14Replace equals with operatorMartin Fietz
2018-01-14Synchronization field must be finalMartin Fietz
2018-01-14Collapse empty tagMartin Fietz
2018-01-14Remove unused importsMartin Fietz
2018-01-14Replace for loop with foreachMartin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-14Replace statement lambda with expression lambdaMartin Fietz
2018-01-14Replace lambda with method referenceMartin Fietz
2018-01-14Replace anonymous type with lambdaMartin Fietz
2018-01-13RefactorMartin Fietz
2018-01-13Update gradle wrapperMartin Fietz
2018-01-10Remove superfluous loggingMartin Fietz
2018-01-10Move attributes to edittextMartin Fietz
2018-01-10LinearLayout should use 'layout_height="wrap_content"'Martin Fietz
2018-01-10Do not treat position as fixedMartin Fietz
2018-01-10Fix errorMartin Fietz
2018-01-10Silence warningsMartin Fietz
2018-01-10Avoid NPEsMartin Fietz
2018-01-10Use DecimalFormatMartin Fietz
2018-01-10'ellipsize=start' and 'lines=1' can lead to crashesMartin Fietz
2018-01-10Silence warningMartin Fietz
2018-01-10SimplifyMartin Fietz
2018-01-10Replace deprecated methodMartin Fietz
2018-01-10SimplifyMartin Fietz
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-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-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