summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Collapse)Author
2018-01-14Add throws to avoid interface clashMartin Fietz
2018-01-14Remove catch for exception that is never thrownMartin 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
Replace code for SDK version lower than 14
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2018-01-07Merge pull request #2520 from dirkmueller/include_cleanupMartin Fietz
Cleanup order/remove unused includes
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-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-04Merge pull request #2339 from ByteHamster/save-file-urlMartin Fietz
Setting File_url when starting download
2018-01-03To not redeliver intents to fix issues on OreoMartin Fietz
2017-12-24Import/Export activityByteHamster
2017-12-21Resolves #2475 (Headset button press not correctly handled)kroegerama
2017-12-11Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chaptersMartin Fietz
Avoid duplicate chapters
2017-12-11Merge pull request #2468 from HaBaLeS/bugfix/2382Martin Fietz
Reload FeedMedia from DB to ensure correct playback position - fixes #2382
2017-12-11Merge remote-tracking branch 'origin/develop' into developMartin Fietz
2017-12-11Return random filename if sanitized filename would be emptyMartin Fietz
2017-11-01Reload FeedMedia from DBFalko Lehmann
2017-10-28Parse RSS pubDate fields containing "Sept"Shantana Hardy
2017-10-22Only write url of media files when starting downloadByteHamster
2017-10-22Improved log messagesByteHamster
2017-10-22Setting File_url when starting downloadByteHamster
This way, downloads get resumed even if the service crashes
2017-10-21Fix install of debug version by using unique providerByteHamster
2017-10-21Only load chapters from media file if item does not have chapters alreadyMartin Fietz
2017-10-21RefactorMartin Fietz
2017-10-20Merge pull request #2443 from AntennaPod/followup/2272Martin Fietz
Also check keep favorites preference in player widget service
2017-10-19Fix file sharingMartin Fietz
2017-10-19Check for nullMartin Fietz
2017-10-19Replace StringUtils with TextUtilsMartin Fietz
2017-10-15Merge pull request #2426 from fuzzdk/developMartin Fietz
Add auto download on mobile connection option
2017-10-15Also check keep favorites preference in player widget serviceMartin Fietz
2017-10-15Merge pull request #2272 from minusf/developMartin Fietz
Skip favorite episodes during autodelete
2017-10-15Merge pull request #2314 from ByteHamster/delete-only-successMartin Fietz
Check successful file deletion
2017-10-15Close cursor before returningByteHamster
2017-10-08Merge pull request #2390 from CedricCabessa/wear_rewind_forwardMartin Fietz
add a "rewind" and "fast forward" button for android Wear