summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-03-13dependencies: replace deprecated compile with implementation / apiorionlee
2018-03-13Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ignor...orionlee
2018-03-04Fix possible NPE accessing image.download_urlJan Niehusmann
2018-01-24Merge pull request #2550 from ByteHamster/download-rangeMartin Fietz
2018-01-23Hotfix for servers not accepting the Range headerByteHamster
2018-01-22Merge pull request #2549 from AntennaPod/bugfix/corrupt-databaseMartin Fietz
2018-01-22Synchronize opening and closing of the databaseMartin Fietz
2018-01-22Merge pull request #2547 from ByteHamster/improve-export-namingH. Lehmann
2018-01-21Improved export success wording (Closes #2545)ByteHamster
2018-01-21Merge branch 'develop' into stringbuilderMartin Fietz
2018-01-21Prefer StringBuilder over StringBufferAndrew Gaul
2018-01-21Remove useless commentMartin Fietz
2018-01-21Inline variablesMartin Fietz
2018-01-21Fix styleMartin Fietz
2018-01-21Merge branch 'develop' into refactorMartin Fietz
2018-01-21Update translationsMartin 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-19PlayerStatus and playable fields cannot be finalMartin Fietz
2018-01-14Add throws to avoid interface clashMartin Fietz
2018-01-14Remove catch for exception that is never thrownMartin Fietz
2018-01-14Merge folder configurationMartin Fietz
2018-01-14Lookup service via application context to avoid memory leakMartin Fietz
2018-01-14Remove unnecessary interface modifiersMartin Fietz
2018-01-14Remove redundant throws clausesMartin Fietz
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Fix pointless arithmetic expressionMartin Fietz
2018-01-14Replace StringBuilder with StringMartin Fietz
2018-01-14Replace manual array t collection copyMartin 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 lambda with method referenceMartin Fietz
2018-01-14Replace anonymous type with lambdaMartin Fietz
2018-01-10Fix errorMartin Fietz
2018-01-10Silence warningsMartin Fietz
2018-01-10Remove assertionsMartin Fietz
2018-01-10Merge pull request #2534 from AntennaPod/sdk_int_lt_14H. Lehmann
2018-01-10Merge pull request #2531 from AntennaPod/remove_nineoldandroidsH. Lehmann
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2018-01-09Replace ViewHelperMartin Fietz
2018-01-07Merge pull request #2520 from dirkmueller/include_cleanupMartin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
2018-01-07Fix small whitespace errorDirk Mueller
2018-01-07Return START_STICKY from onStartCommand()Dirk Mueller
2018-01-04Merge pull request #2333 from ByteHamster/item-heightMartin Fietz