summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Merge pull request #2521 from dirkmueller/jsoup_bumpMartin Fietz
Update jsoup to 1.11.2
2018-01-07Merge pull request #2520 from dirkmueller/include_cleanupMartin Fietz
Cleanup order/remove unused includes
2018-01-07Merge pull request #2522 from dirkmueller/layout_cleanupMartin Fietz
remove reference to nonexisting onClick callback
2018-01-07Merge pull request #2519 from dirkmueller/developMartin Fietz
Return START_STICKY from onStartCommand()
2018-01-07remove reference to nonexisting onClick callbackDirk Mueller
This defined onClick callback does not exist, so we don't need to specify it.
2018-01-07Update jsoup to 1.11.2Dirk Mueller
jsoup 1.11.1 features a 30% lower DOM memory footprint, streaming network HTML parsing, faster HTML generation, and a bunch of other improvements and bug fixes. See https://jsoup.org/news/release-1.11.1 and https://jsoup.org/news/release-1.11.2 (with the followup bugfixes) for details.
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-07Fix small whitespace errorDirk Mueller
This causes Android Lint to barf as it can not detect the VIBRATE permission being requested.
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-06Merge pull request #2515 from ByteHamster/fix-sharedMartin Fietz
Fixed video view
2018-01-06Fixed video viewByteHamster
Bug was introduced in #2457, shared element does not exist in video view
2018-01-04Merge pull request #2333 from ByteHamster/item-heightMartin Fietz
Improved list items when using a large font size
2018-01-04Merge pull request #2339 from ByteHamster/save-file-urlMartin Fietz
Setting File_url when starting download
2018-01-03Update translationsMartin Fietz
2018-01-03To not redeliver intents to fix issues on OreoMartin Fietz
2018-01-03Merge pull request #2457 from ByteHamster/sharedElementMartin Fietz
Shared element transition
2018-01-03Merge pull request #2504 from kroegerama/developMartin Fietz
Resolves #2475 (Headset button press not correctly handled)
2018-01-02Merge pull request #2512 from sevenmaster/developH. Lehmann
Adjust text color in widget
2018-01-02Adjust text color; Closes #2466seven-master@hotmail.de
2017-12-21Resolves #2475 (Headset button press not correctly handled)kroegerama
2017-12-11Prepare for 1.6.4.21.6.4.2Martin Fietz
2017-12-11Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chaptersMartin Fietz
Avoid duplicate chapters
2017-12-11Merge pull request #2460 from AntennaPod/bugfix/2458-FileUriExposedExceptionMartin Fietz
Avoid FileUriExposedException on OPML Import
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-29Merge pull request #2474 from shantanahardy/developMartin Fietz
Parse RSS pubDate fields containing "Sept"
2017-10-28Parse RSS pubDate fields containing "Sept"Shantana Hardy
2017-10-24Merge pull request #2455 from ByteHamster/metadataH. Lehmann
Updated metadata for F-Droid
2017-10-23Merge pull request #2464 from alanorth/readme-buildingMartin Fietz
README.md: Fix link to building instructions
2017-10-23README.md: Fix link to building instructionsAlan Orth
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-22Remove multidex againMartin Fietz
2017-10-22Remove multidex againMartin Fietz
2017-10-22Merge pull request #2461 from ByteHamster/fix-debug-providerMartin Fietz
Fix install of debug version by using unique provider
2017-10-22Merge pull request #2459 from ByteHamster/debug-nameMartin Fietz
Use different name for debug builds
2017-10-21Fix install of debug version by using unique providerByteHamster
2017-10-21Avoid FileUriExposedExceptionMartin Fietz
2017-10-21Use different name for debug buildsByteHamster
2017-10-21Shared element transition of coverByteHamster
2017-10-21Allow API dependent style changesByteHamster
2017-10-21Only load chapters from media file if item does not have chapters alreadyMartin Fietz
2017-10-21RefactorMartin Fietz
2017-10-21File provider can handle external storageMartin Fietz
2017-10-21Update fyydlinMartin Fietz
2017-10-20Added screenshotsByteHamster