summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Expand)Author
2018-01-14Remove unused importsMartin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-14Replace statement lambda with expression lambdaMartin Fietz
2018-01-14Replace anonymous type with lambdaMartin Fietz
2018-01-13RefactorMartin Fietz
2018-01-11Fixed backstack when pressing up arrowByteHamster
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-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-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
2018-01-10Merge pull request #2533 from AntennaPod/remove_preference_activity_gingerbreadH. Lehmann
2018-01-10Merge pull request #2531 from AntennaPod/remove_nineoldandroidsH. Lehmann
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
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-08Set video aspect on initial creationDirk Mueller
2018-01-07Simplified onActivityResultByteHamster
2018-01-07Using FileUtils.copyInputStreamToFileByteHamster
2018-01-07Closing correctlyByteHamster
2018-01-07Merge pull request #2520 from dirkmueller/include_cleanupMartin Fietz