Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-13 | robotium-solo : corrected its dependency as androidTestImplementation in app/ | orionlee | |
2018-03-13 | dependencies: replace deprecated compile with implementation / api | orionlee | |
2018-03-13 | Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ↵ | orionlee | |
ignoring depercation warnings Details: - upgraded buildtools to the latest (minimum 26.0.2 required) - retired retrolambda - added flavorDimensions (v3 requirement) - Migrate dependency configurations for local modules (:core) - Declaration of resources update in styles.xml (AAPT2 requirement) - upgraded plugin github play-publisher to v1.2.0 | |||
2018-03-05 | Merge pull request #2587 from jannic/pr | Martin Fietz | |
Fix possible NPE accessing image.download_url | |||
2018-03-04 | Fix possible NPE accessing image.download_url | Jan Niehusmann | |
May fix #2386. If so, thanks to @cyplo who provided the logcat output which directed me to that code path. | |||
2018-02-20 | Backup corrupted db | ByteHamster | |
This might allow some forensics if #2463 happens. Maybe it also allows to recover some of the files manually. | |||
2018-02-20 | Revert "Set background of playerFragment to same color as toolbar" | ByteHamster | |
This reverts commit 2f6c9c49f81ddb735d5241026ee661a3a88b0cd2. | |||
2018-02-17 | Removed large icon | ByteHamster | |
Closes #2541. We do not need the same icon twice. As the icon is displayed white-on-white, it is not visible anyways. This also gives more space to the notification text | |||
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-04 | Merge pull request #2557 from ocrow/develop | Martin Fietz | |
Fix for #2555 - handle null SSID in WiFi list | |||
2018-02-04 | Update CHANGELOG.md | Martin Fietz | |
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-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 | Prepare for 1.6.4.51.6.4.5 | Martin Fietz | |
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-22 | Merge pull request #2546 from gaul/stringbuilder | Martin Fietz | |
Prefer StringBuilder over StringBuffer | |||
2018-01-21 | Improved export success wording (Closes #2545) | ByteHamster | |
2018-01-21 | Merge branch 'develop' into stringbuilder | Martin Fietz | |
2018-01-21 | Merge pull request #2537 from AntennaPod/refactor | Martin Fietz | |
Fix inspection issues | |||
2018-01-21 | Prefer StringBuilder over StringBuffer | Andrew Gaul | |
The latter has unnecessary synchronization. Found via error-prone. | |||
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 | Remove useless comment | Martin Fietz | |
2018-01-21 | Add missing spaces | Martin Fietz | |
2018-01-21 | Inline variables | Martin Fietz | |
2018-01-21 | Minor refactorings | 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-21 | Merge pull request #2542 from gaul/static-inner-class | Martin Fietz | |
Make some inner classes static | |||
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 | 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 | Lookup service via application context to avoid memory leak | Martin Fietz | |
2018-01-14 | Remove unnecessary interface modifiers | Martin Fietz | |