Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Weaken declaration access | Martin Fietz | |
2018-01-14 | Use bulk operation instead of iteration | Martin Fietz | |
2018-01-14 | Use StringBuilder for string concatenation in loop | Martin Fietz | |
2018-01-14 | Remove redundant call to 'String.format()' | Martin Fietz | |
2018-01-14 | Remove redundant calls to toString() | Martin Fietz | |
2018-01-14 | Replace single-argument 'Arrays.asList()' with 'Collections.singletonList()' | Martin Fietz | |
2018-01-14 | Synchronization field must be final | Martin Fietz | |
2018-01-14 | Collapse empty tag | Martin Fietz | |
2018-01-14 | Remove unused imports | Martin Fietz | |
2018-01-14 | Replace for loop with foreach | Martin Fietz | |
2018-01-14 | Replace explicit type with <> | Martin Fietz | |
2018-01-14 | Replace statement lambda with expression lambda | Martin Fietz | |
2018-01-14 | Replace lambda with method reference | Martin Fietz | |
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 | 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-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. |