Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-08 | Merge pull request #2525 from dirkmueller/video_aspect | Martin Fietz | |
Set video aspect on initial creation | |||
2018-01-08 | Merge pull request #2526 from dirkmueller/min_sdk_14 | Martin Fietz | |
set minSdkVersion to 14 | |||
2018-01-08 | set minSdkVersion to 14 | Dirk 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-08 | Set video aspect on initial creation | Dirk Mueller | |
Previously on first start of a video the aspect ratio was not correct (annoying on a 18:9 phone as it doesn't match the usual 16:9 aspect ratio). So extract the code into a setupVideoAspectRatio() helper and call it from surfaceCreated as well. | |||
2018-01-07 | Merge pull request #2521 from dirkmueller/jsoup_bump | Martin Fietz | |
Update jsoup to 1.11.2 | |||
2018-01-07 | Merge pull request #2520 from dirkmueller/include_cleanup | Martin Fietz | |
Cleanup order/remove unused includes | |||
2018-01-07 | Merge pull request #2522 from dirkmueller/layout_cleanup | Martin Fietz | |
remove reference to nonexisting onClick callback | |||
2018-01-07 | Merge pull request #2519 from dirkmueller/develop | Martin Fietz | |
Return START_STICKY from onStartCommand() | |||
2018-01-07 | remove reference to nonexisting onClick callback | Dirk Mueller | |
This defined onClick callback does not exist, so we don't need to specify it. | |||
2018-01-07 | Update jsoup to 1.11.2 | Dirk 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-07 | Cleanup order/remove unused includes | Dirk 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-07 | Fix small whitespace error | Dirk Mueller | |
This causes Android Lint to barf as it can not detect the VIBRATE permission being requested. | |||
2018-01-07 | Return START_STICKY from onStartCommand() | Dirk Mueller | |
The _FLAG_ variant is the input enum, replace it with the value-equivalent properly typed enum. | |||
2018-01-06 | Merge pull request #2515 from ByteHamster/fix-shared | Martin Fietz | |
Fixed video view | |||
2018-01-06 | Fixed video view | ByteHamster | |
Bug was introduced in #2457, shared element does not exist in video view | |||
2018-01-04 | Merge pull request #2333 from ByteHamster/item-height | Martin Fietz | |
Improved list items when using a large font size | |||
2018-01-04 | Merge pull request #2339 from ByteHamster/save-file-url | Martin Fietz | |
Setting File_url when starting download | |||
2018-01-03 | Update translations | Martin Fietz | |
2018-01-03 | To not redeliver intents to fix issues on Oreo | Martin Fietz | |
2018-01-03 | Merge pull request #2457 from ByteHamster/sharedElement | Martin Fietz | |
Shared element transition | |||
2018-01-03 | Merge pull request #2504 from kroegerama/develop | Martin Fietz | |
Resolves #2475 (Headset button press not correctly handled) | |||
2018-01-02 | Merge pull request #2512 from sevenmaster/develop | H. Lehmann | |
Adjust text color in widget | |||
2018-01-02 | Adjust text color; Closes #2466 | seven-master@hotmail.de | |
2017-12-21 | Resolves #2475 (Headset button press not correctly handled) | kroegerama | |
2017-12-11 | Prepare for 1.6.4.21.6.4.2 | Martin Fietz | |
2017-12-11 | Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chapters | Martin Fietz | |
Avoid duplicate chapters | |||
2017-12-11 | Merge pull request #2460 from AntennaPod/bugfix/2458-FileUriExposedException | Martin Fietz | |
Avoid FileUriExposedException on OPML Import | |||
2017-12-11 | Merge pull request #2468 from HaBaLeS/bugfix/2382 | Martin Fietz | |
Reload FeedMedia from DB to ensure correct playback position - fixes #2382 | |||
2017-12-11 | Merge remote-tracking branch 'origin/develop' into develop | Martin Fietz | |
2017-12-11 | Return random filename if sanitized filename would be empty | Martin Fietz | |
2017-11-01 | Reload FeedMedia from DB | Falko Lehmann | |
2017-10-29 | Merge pull request #2474 from shantanahardy/develop | Martin Fietz | |
Parse RSS pubDate fields containing "Sept" | |||
2017-10-28 | Parse RSS pubDate fields containing "Sept" | Shantana Hardy | |
2017-10-24 | Merge pull request #2455 from ByteHamster/metadata | H. Lehmann | |
Updated metadata for F-Droid | |||
2017-10-23 | Merge pull request #2464 from alanorth/readme-building | Martin Fietz | |
README.md: Fix link to building instructions | |||
2017-10-23 | README.md: Fix link to building instructions | Alan Orth | |
2017-10-22 | Only write url of media files when starting download | ByteHamster | |
2017-10-22 | Improved log messages | ByteHamster | |
2017-10-22 | Setting File_url when starting download | ByteHamster | |
This way, downloads get resumed even if the service crashes | |||
2017-10-22 | Remove multidex again | Martin Fietz | |
2017-10-22 | Remove multidex again | Martin Fietz | |
2017-10-22 | Merge pull request #2461 from ByteHamster/fix-debug-provider | Martin Fietz | |
Fix install of debug version by using unique provider | |||
2017-10-22 | Merge pull request #2459 from ByteHamster/debug-name | Martin Fietz | |
Use different name for debug builds | |||
2017-10-21 | Fix install of debug version by using unique provider | ByteHamster | |
2017-10-21 | Avoid FileUriExposedException | Martin Fietz | |
2017-10-21 | Use different name for debug builds | ByteHamster | |
2017-10-21 | Shared element transition of cover | ByteHamster | |
2017-10-21 | Allow API dependent style changes | ByteHamster | |
2017-10-21 | Only load chapters from media file if item does not have chapters already | Martin Fietz | |
2017-10-21 | Refactor | Martin Fietz | |