Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-10 | Remove assertions | Martin Fietz | |
2018-01-10 | Reduce visibility | Martin Fietz | |
2018-01-10 | Suppress inspection | Martin Fietz | |
2018-01-10 | Custom views extend AppCompatImageView instead of ImageView | Martin Fietz | |
2018-01-10 | Merge pull request #2534 from AntennaPod/sdk_int_lt_14 | H. Lehmann | |
Replace code for SDK version lower than 14 | |||
2018-01-10 | Merge pull request #2533 from AntennaPod/remove_preference_activity_gingerbread | H. Lehmann | |
Remove PreferenceActivityGingerbread | |||
2018-01-10 | Merge pull request #2531 from AntennaPod/remove_nineoldandroids | H. Lehmann | |
Replace ViewHelper | |||
2018-01-10 | Merge pull request #2532 from AntennaPod/execute_on_executor | H. Lehmann | |
Cleanup executeAsync | |||
2018-01-09 | Remove unnecessary annotations | Martin Fietz | |
2018-01-09 | Replace code for SDK version lower than 14 | Martin Fietz | |
2018-01-09 | Replace lambda with method reference | Martin Fietz | |
2018-01-09 | Replace with lambda | Martin Fietz | |
2018-01-09 | Use guard clause | Martin Fietz | |
2018-01-09 | Delete PreferenceActivityGingerbread | Martin Fietz | |
2018-01-09 | Cleanup executeAsync | Martin Fietz | |
2018-01-09 | Replace ViewHelper | Martin Fietz | |
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 |