Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | Added unit test for shownotes | ByteHamster | |
2018-01-28 | Fix for #2555 - can't open Preferences activity when there are stored WiFi ↵ | Oliver Crow | |
connections with null SSID. | |||
2018-01-22 | Prepare for 1.6.4.51.6.4.5 | Martin Fietz | |
2018-01-21 | Change back to old implementation | Martin Fietz | |
2018-01-21 | Use temporary StringBuilder for string concatenation in loop | Martin Fietz | |
2018-01-21 | Revert "Use StringBuilder for string concatenation in loop" | Martin Fietz | |
This reverts commit 919ee63c3c2cc68ca4a3d63b6f314f472f2e6e78. | |||
2018-01-21 | Add missing spaces | Martin Fietz | |
2018-01-21 | Minor refactorings | Martin Fietz | |
2018-01-21 | Merge branch 'develop' into refactor | Martin Fietz | |
# Conflicts: # app/src/main/java/de/danoeh/antennapod/activity/MediaplayerInfoActivity.java # core/src/main/java/de/danoeh/antennapod/core/service/download/DownloadService.java | |||
2018-01-21 | Merge pull request #2445 from ByteHamster/export | Martin Fietz | |
Database import/export | |||
2018-01-21 | Merge pull request #2543 from gaul/static-final | Martin Fietz | |
Make some static fields final | |||
2018-01-20 | Make some static fields final | Andrew Gaul | |
Adding final prohibits modification and allows initialization of primitive and String fields at compile time instead of runtime in clinit: https://developer.android.com/training/articles/perf-tips.html#UseFinal Found via error-prone. | |||
2018-01-20 | Make some inner classes static | Andrew Gaul | |
This avoids an implicit this field and can help GC. Found via error-prone. | |||
2018-01-14 | Variable cannot be final | Martin Fietz | |
2018-01-14 | Remove catch for exception that is never thrown | Martin Fietz | |
2018-01-14 | Merge folder configuration | Martin Fietz | |
2018-01-14 | Remove unnecessary interface modifiers | Martin Fietz | |
2018-01-14 | static modifier is redundant for inner enums | Martin Fietz | |
2018-01-14 | Remove redundant throws clauses | Martin Fietz | |
2018-01-14 | Add final modifiers | Martin Fietz | |
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 | |