Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Replace anonymous type with lambda | Martin Fietz | |
2018-01-13 | Refactor | Martin Fietz | |
2018-01-10 | Remove superfluous logging | Martin Fietz | |
2018-01-10 | Move attributes to edittext | Martin Fietz | |
2018-01-10 | LinearLayout should use 'layout_height="wrap_content"' | Martin Fietz | |
2018-01-10 | Do not treat position as fixed | Martin Fietz | |
2018-01-10 | Avoid NPEs | Martin Fietz | |
2018-01-10 | Use DecimalFormat | Martin Fietz | |
2018-01-10 | 'ellipsize=start' and 'lines=1' can lead to crashes | Martin Fietz | |
2018-01-10 | Silence warning | Martin Fietz | |
2018-01-10 | Simplify | Martin Fietz | |
2018-01-10 | Replace deprecated method | Martin Fietz | |
2018-01-10 | Simplify | Martin Fietz | |
2018-01-10 | Replace deprecated method | Martin Fietz | |
2018-01-10 | Avoid NPE | Martin Fietz | |
2018-01-10 | Remove assertions | 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-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 | 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 | Simplified onActivityResult | ByteHamster | |
2018-01-07 | Using FileUtils.copyInputStreamToFile | ByteHamster | |
2018-01-07 | Closing correctly | ByteHamster | |
2018-01-07 | Merge pull request #2520 from dirkmueller/include_cleanup | Martin Fietz | |
Cleanup order/remove unused includes | |||
2018-01-07 | Style changes and logging | ByteHamster | |
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 | 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-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-03 | Merge pull request #2457 from ByteHamster/sharedElement | Martin Fietz | |
Shared element transition | |||
2018-01-02 | Adjust text color; Closes #2466 | seven-master@hotmail.de | |
2017-12-25 | Review changes | ByteHamster | |
2017-12-24 | Cleanup import/export | ByteHamster | |
2017-12-24 | Showing dialog when import succeeds | ByteHamster | |
2017-12-24 | Supporting export using documents store API | ByteHamster | |
2017-12-24 | Import/Export activity | ByteHamster | |
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-10-24 | Merge pull request #2455 from ByteHamster/metadata | H. Lehmann | |
Updated metadata for F-Droid |