Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | Remove nested if | ByteHamster | |
2018-03-23 | Use description for shownotes if it is longer than contentEncoded | ByteHamster | |
2018-03-23 | Fixes empty contentEncoded | ByteHamster | |
2018-01-24 | Merge pull request #2550 from ByteHamster/download-range | Martin Fietz | |
Hotfix for servers not accepting the Range header | |||
2018-01-23 | Hotfix for servers not accepting the Range header | ByteHamster | |
Because of #2339, the file always exists when starting a download. There is still an issue with the server parsing "Range: bytes=0-" incorrectly, but this commit should make the error appear less often. Related to #2539 | |||
2018-01-22 | Merge pull request #2549 from AntennaPod/bugfix/corrupt-database | Martin Fietz | |
Synchronize opening and closing of the database | |||
2018-01-22 | Synchronize opening and closing of the database | Martin Fietz | |
2018-01-22 | Merge pull request #2547 from ByteHamster/improve-export-naming | H. Lehmann | |
Improved wording (Closes #2545) | |||
2018-01-21 | Improved export success wording (Closes #2545) | ByteHamster | |
2018-01-21 | Merge branch 'develop' into stringbuilder | Martin Fietz | |
2018-01-21 | Prefer StringBuilder over StringBuffer | Andrew Gaul | |
The latter has unnecessary synchronization. Found via error-prone. | |||
2018-01-21 | Remove useless comment | Martin Fietz | |
2018-01-21 | Inline variables | Martin Fietz | |
2018-01-21 | Fix style | 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 | Update translations | Martin Fietz | |
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-19 | PlayerStatus and playable fields cannot be final | Martin Fietz | |
2018-01-14 | Add throws to avoid interface clash | 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 | Lookup service via application context to avoid memory leak | Martin Fietz | |
2018-01-14 | Remove unnecessary interface modifiers | 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 | Fix pointless arithmetic expression | Martin Fietz | |
2018-01-14 | Replace StringBuilder with String | Martin Fietz | |
2018-01-14 | Replace manual array t collection copy | 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 lambda with method reference | Martin Fietz | |
2018-01-14 | Replace anonymous type with lambda | Martin Fietz | |
2018-01-10 | Fix error | Martin Fietz | |
2018-01-10 | Silence warnings | Martin Fietz | |
2018-01-10 | Remove assertions | 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 #2531 from AntennaPod/remove_nineoldandroids | H. Lehmann | |
Replace ViewHelper | |||
2018-01-09 | Replace code for SDK version lower than 14 | Martin Fietz | |
2018-01-09 | Cleanup executeAsync | Martin Fietz | |
2018-01-09 | Replace ViewHelper | Martin Fietz | |
2018-01-07 | Merge pull request #2520 from dirkmueller/include_cleanup | Martin Fietz | |
Cleanup order/remove unused includes | |||
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-04 | Merge pull request #2333 from ByteHamster/item-height | Martin Fietz | |
Improved list items when using a large font size |