Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-03 | Merge pull request #2607 from ByteHamster/content-encoded | Martin Fietz | |
Fixes empty contentEncoded | |||
2018-04-02 | Clarified test cases | ByteHamster | |
2018-04-02 | Merge remote-tracking branch 'upstream/develop' into layout-improvements | ByteHamster | |
2018-04-02 | Extracted color resource | ByteHamster | |
2018-03-23 | Added unit test for shownotes | ByteHamster | |
2018-03-16 | Only write queue order to database on drag release for the podcast queue. | Matthew Gaffen | |
This prevents large numbers of db writes in quick succession. This is a particular problem for large queue lengths. Fixes #2562 and potentially fixed #2573 | |||
2018-02-20 | Revert "Set background of playerFragment to same color as toolbar" | ByteHamster | |
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2. | |||
2018-02-14 | Make feed title selectable | ByteHamster | |
2018-02-13 | Darken background of feed header | ByteHamster | |
This change only applies to feed items using transparent backgrounds. The item is darkened but the background keeps transparent, which looks weird, especially in light theme (have a look at the 34C3 feed) | |||
2018-02-13 | Set background of playerFragment to same color as toolbar | ByteHamster | |
Most noticeable in dark theme | |||
2018-02-13 | Removed useless nested layout | ByteHamster | |
2018-02-05 | Do not flicker when pressing back arrow | ByteHamster | |
2018-02-05 | Make player selectable | 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 | |