summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-06Merge pull request #3415 from spacecowboy/per_feed_playbackspeedH. Lehmann
Added per-feed playback speed setting
2019-10-06Merge pull request #3496 from ByteHamster/default-playback-speedH. Lehmann
Added 0.75 to default playback speed list
2019-10-06Speeding up notification updateByteHamster
startForeground() is significantly slower than just notify()
2019-10-06Removed potentially misleading commentJonas Kalderstam
2019-10-06Caching icon manually to prevent long locksByteHamster
2019-10-06Removed unnecessary commentJonas Kalderstam
2019-10-06Moved notification setup out of ThreadByteHamster
Fixes wrong thread for media player. Also, might fix race conditions.
2019-10-06Fixed wrong media type after granting storage permissionByteHamster
2019-10-05Showing file name if title extraction failsByteHamster
2019-10-05Syntax cleanupByteHamster
Mostly replaced tabs with spaces
2019-10-05Switch to new external media even if service is runningByteHamster
2019-10-05Start playing after granting storage permissionByteHamster
2019-10-05Fixed downmixing if service is not boundByteHamster
2019-10-05Showing progress in notificationByteHamster
2019-10-05Added 0.75 to default playback speed listByteHamster
Users on Google Play seem to be confused that they can not select a playback speed lower than 1x anymore. The reason is that they just use the preference dialog and that dialog only displays the range that is selected for the button.
2019-10-05Removed unused imports and unnecessary whitespace changesJonas Kalderstam
2019-10-05Changed from db backed item speed to preferences backed global valueJonas Kalderstam
2019-10-05Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeedJonas Kalderstam
2019-10-05Merge pull request #3494 from ByteHamster/free-build-circleciH. Lehmann
Executing free build on CircleCI
2019-10-05Merge branch 'master' into developByteHamster
2019-10-05Fixed F-Droid build1.7.3b-fixByteHamster
2019-10-04Merge pull request #3493 from orionlee/build_set_jvm_max_sizeH. Lehmann
Explicitly set max gradle jvm memory
2019-10-04Fixed free buildByteHamster
2019-10-04Named workflow jobsByteHamster
2019-10-04Reduced code duplicationByteHamster
2019-10-04Executing free build on CircleCIByteHamster
2019-10-04Explicitly set max gradle jvm memory - release build fails on some machines ↵orionlee
otherwise.
2019-10-04Merge pull request #3468 from ByteHamster/androidxH. Lehmann
Migration to AndroidX
2019-10-04Fixed compilation in new fileByteHamster
2019-10-04Moved SafeJobIntentService to correct packageByteHamster
2019-10-04Fixed preferences testsByteHamster
2019-10-04Fixed compilationByteHamster
2019-10-04Add gradle propertiesMartin Fietz
2019-10-04Extend proguard rulesMartin Fietz
2019-10-04Adapted dependency versions to stable onesByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-04Merge pull request #3486 from ByteHamster/checkstyle-googleH. Lehmann
Added best-practice checkstyle checks
2019-10-04Merge pull request #3489 from ByteHamster/fix-progress-bar-missingH. Lehmann
Fixed missing progress bar on position update
2019-10-04Merge pull request #3490 from ByteHamster/fix-about-screen-updateH. Lehmann
Fix about screen update
2019-10-04Merge pull request #3485 from ByteHamster/statistics-chartH. Lehmann
Added pie chart to statistics
2019-10-03Little cleanup of filterAbout taskByteHamster
2019-10-03Always update about screen commitByteHamster
2019-10-03Fixed missing progress bar on position updateByteHamster
2019-10-03Added best-practice checkstyle checksByteHamster
This are the style guidelines I want to enforce throughout the project in the future. Currently, huge parts of the app do not pass these checks but when developing something new, we should add those checks to our IDEs. They are basically the Google checks but with an increased line length from 100 to 120 characters and using 4 instead of 2 spaces for indentation.
2019-10-03Cleaned up code styleByteHamster
2019-10-03Enabled antialiasingByteHamster
2019-10-03Added pie chart to statistics pageByteHamster
2019-10-03Converted statistics to RecyclerViewByteHamster
2019-10-02Merge pull request #3372 from ByteHamster/notification-default-iconH. Lehmann
Updated default notification icon
2019-10-02Changed color of default notification iconByteHamster