summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-04Merge pull request #4730 from ByteHamster/fix-chapter-play-button-talkbackByteHamster
Fixed talkback description missing on chapters screen
2020-12-04Merge pull request #4729 from ByteHamster/fix-url-buttonByteHamster
Hide url button if link is specified but empty
2020-12-03added readonly message for feed items w/o media (#4711)markamaze
2020-12-03Fix filter dialog on old Android versionsByteHamster
2020-12-03Fixed talkback description missing on chapters screenByteHamster
2020-12-03Hide url button if link is specified but emptyByteHamster
2020-12-02Bumped version to 2.1.0ByteHamster
2020-12-02Updated translationsByteHamster
2020-12-02Merge pull request #4728 from ByteHamster/delete-feed-taskByteHamster
Use RxJava for deleting feeds
2020-12-02Merge pull request #4727 from ByteHamster/catch-local-feed-errorsByteHamster
Catch errors when local feeds fail to update
2020-12-02Use RxJava for deleting feedsByteHamster
2020-12-02Catch errors when local feeds fail to updateByteHamster
2020-11-30Show progress of current chapter (#4725)ByteHamster
2020-11-30Merge pull request #4721 from tonytamsf/share-by-timecodeByteHamster
share by timecode
2020-11-30Merge pull request #4707 from tonytamsf/pause-button-android-autoByteHamster
pause button for autos
2020-11-30Show replay button on the current chapter. (#4706)Tony Tam
2020-11-30indent with spacesTony Tam
2020-11-30Merge pull request #4719 from ByteHamster/relicenseByteHamster
Relicense under the GPL
2020-11-30fix bug with how we count downloaded media, show a meaningful messages (#4714)Tony Tam
2020-11-30Moved export log function to menu and added confirm dialog (#4712)markamaze
2020-11-27share by timecodeTony Tam
2020-11-26Relicense under the GPLByteHamster
The license file still needs to include the MIT license.
2020-11-26Merge pull request #4718 from tonytamsf/queue-image-buttonByteHamster
add an icon to the Android Auto queue
2020-11-26Change button size to 48dp (#4705)Tony Tam
2020-11-26Fix timing issue with speed settings per podcast (#4713)Tony Tam
when moving to the next episode when phone is locked
2020-11-25show number in queueTony Tam
2020-11-25add an icon to the Android Auto queueTony Tam
2020-11-22line > 120Tony Tam
2020-11-22only show the play button for non-car mode, since that is taken care of alreadyTony Tam
2020-11-22Fix usage of obsolete junit.framework.Assert methodTacoTheDank
2020-11-22Merge pull request #4698 from ByteHamster/notification-icon-resolutionByteHamster
Increased resolution of notification icon
2020-11-22Merge pull request #4702 from ByteHamster/splash-logsByteHamster
Write to crash report file if app is unable to open
2020-11-22Merge pull request #4703 from ByteHamster/thread-safe-datesByteHamster
Partially revert "Performance improvements"
2020-11-22higher contrast color for search bar (#4704)Tony Tam
2020-11-21pause button for autosTony Tam
2020-11-21Partially revert "Performance improvements"ByteHamster
Some problems with wrong dates might be caused by the static date parser no longer being thread safe. This partially reverts commit 77ef2393365e0ff7621321f725a18ac858e50cbf.
2020-11-20Write to crash report file if app is unable to openByteHamster
2020-11-19Increased resolution of notification iconByteHamster
The expanded media style notification has a higher resolution than normal large icons
2020-11-19Merge branch 'master' into developByteHamster
2020-11-15Merge pull request #4691 from damoasda/cleanup-callback-constantsByteHamster
Refactoring: Remove callback functions with constant value
2020-11-15Refactoring: Remove callback functions with constant valueHerbert Reiter
2020-11-15Bumped version to 2.1.0-RC3ByteHamster
2020-11-15Updated translationsByteHamster
2020-11-15Merge pull request #4690 from ByteHamster/fix-wordingByteHamster
Fixed wording of counter>0 filter
2020-11-15Merge pull request #4689 from ByteHamster/stop-foreground-before-stopByteHamster
Stop foreground in DownloadService before calling stop
2020-11-15Merge pull request #4688 from ByteHamster/fix-pagerByteHamster
Fixed toolbar sometimes not refreshing correctly
2020-11-15Merge pull request #4684 from ByteHamster/fix-null-pubdate-crashByteHamster
Fixed comparator method contract when date is null
2020-11-15Merge pull request #4687 from damoasda/cleanup-DBTasksCallbacksByteHamster
Refactoring: Remove interface DBTasksCallbacks
2020-11-15Fixed wording of counter>0 filterByteHamster
2020-11-14Stop foreground in DownloadService before calling stopByteHamster