summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
2018-02-20Revert "Set background of playerFragment to same color as toolbar"ByteHamster
2018-02-14Make feed title selectableByteHamster
2018-02-13Darken background of feed headerByteHamster
2018-02-13Set background of playerFragment to same color as toolbarByteHamster
2018-02-13Removed useless nested layoutByteHamster
2018-02-05Do not flicker when pressing back arrowByteHamster
2018-02-05Make player selectableByteHamster
2018-01-28Fix for #2555 - can't open Preferences activity when there are stored WiFi co...Oliver Crow
2018-01-22Prepare for 1.6.4.51.6.4.5Martin Fietz
2018-01-21Merge branch 'develop' into picture-in-pictureH. Lehmann
2018-01-21Change back to old implementationMartin Fietz
2018-01-21Use temporary StringBuilder for string concatenation in loopMartin Fietz
2018-01-21Revert "Use StringBuilder for string concatenation in loop"Martin Fietz
2018-01-21Add missing spacesMartin Fietz
2018-01-21Minor refactoringsMartin Fietz
2018-01-21Removed unused importByteHamster
2018-01-21Merge branch 'develop' into refactorMartin Fietz
2018-01-21Merge pull request #2445 from ByteHamster/exportMartin Fietz
2018-01-21Merge pull request #2543 from gaul/static-finalMartin Fietz
2018-01-20Make some static fields finalAndrew Gaul
2018-01-20Make some inner classes staticAndrew Gaul
2018-01-14Variable cannot be finalMartin Fietz
2018-01-14Remove catch for exception that is never thrownMartin Fietz
2018-01-14Merge folder configurationMartin Fietz
2018-01-14Remove unnecessary interface modifiersMartin Fietz
2018-01-14static modifier is redundant for inner enumsMartin Fietz
2018-01-14Remove redundant throws clausesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Use bulk operation instead of iterationMartin Fietz
2018-01-14Use StringBuilder for string concatenation in loopMartin Fietz
2018-01-14Remove redundant call to 'String.format()'Martin Fietz
2018-01-14Remove redundant calls to toString()Martin Fietz
2018-01-14Replace single-argument 'Arrays.asList()' with 'Collections.singletonList()'Martin 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-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