summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-05-21Disabled auto update for testsByteHamster
2020-05-21Merge pull request #4177 from ByteHamster/stop-button-onlinefeedviewH. Lehmann
Added button to stop previewed episode
2020-05-21Added button to stop previewed episodeByteHamster
2020-05-20Do not resize seekbar to make it easier to grabByteHamster
2020-05-20Merge pull request #4174 from ByteHamster/ui-adjustmentsH. Lehmann
Ui adjustments
2020-05-20More spacing for playback controlsByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-16Merge pull request #4162 from ByteHamster/fixes-without-durationH. Lehmann
Various fixes for feeds that do not specify duration
2020-05-16Merge pull request #4120 from TacoTheDank/developH. Lehmann
Clean up some non-code files
2020-05-16Merge pull request #4153 from ByteHamster/fix-bom-opmlH. Lehmann
Fixed importing OPML files with BOM
2020-05-16Make duration visible when showing playback position updatesByteHamster
2020-05-16Fixed importing OPML files with BOMByteHamster
2020-05-16Fixed crash when switching themeByteHamster
2020-05-14Merge pull request #4138 from ByteHamster/theme-darkerH. Lehmann
Made dark theme darker
2020-05-14Made dark theme darkerByteHamster
2020-05-13Fix http search bugjmdouglas
2020-05-11Fixed Feed not refreshing when changing filterByteHamster
2020-05-11Merge pull request #4131 from ByteHamster/bugfixingH. Lehmann
Bugfixing
2020-05-11Fixed blue buttons with blue textByteHamster
2020-05-11Merge pull request #4132 from ByteHamster/accessibilityH. Lehmann
Improved TalkBack accessibility
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-09Fixed clicking page indicatorByteHamster
2020-05-08Fixed bug where pages did not snap correctly when rotating screenByteHamster
This is fixed in ViewPager2:1.1.0-alpha01
2020-05-08Clean up version locations and orderTacoTheDank
2020-05-08Fixed opml selection buttonsByteHamster
2020-05-06Fixed error dialog being shown in wrong threadByteHamster
2020-05-06Bumped version to 2.0.0-alpha2ByteHamster
2020-05-06Merge pull request #4121 from ByteHamster/on-demand-configurationH. Lehmann
Added on-demand configuration for stream vs download
2020-05-06Merge pull request #4125 from ByteHamster/theme-switch-without-restartH. Lehmann
Switch theme without user obstruction
2020-05-06Added on-demand configuration for stream vs downloadByteHamster
2020-05-06Switch theme without user obstructionByteHamster
2020-05-06Merge pull request #4117 from ByteHamster/webview-min-heightH. Lehmann
Reduced probability for closing player accidentally
2020-05-06Merge pull request #4124 from ByteHamster/fix-fragment-state-on-restartH. Lehmann
Fix fragment state on restart
2020-05-06Do not recreate app when starting MultiWindowByteHamster
2020-05-06Do not replace the fragment if it existsByteHamster
2020-05-06Merge pull request #4116 from ByteHamster/non-square-images-consistencyH. Lehmann
Make subscriptions view more consistent when showing non-square images
2020-05-06Reduced probability for closing player accidentallyByteHamster
If the description is really short, the WebView shrinks. When touching below the WebView, one needs to slide pretty precisely to swipe horizontally. If there is a little bit of slope, the player closes (completely, without following the finger). This change resizes the WebView, so that one can not touch below it.
2020-05-06Merge pull request #4118 from ByteHamster/use-exoplayer-on-errorH. Lehmann
Offer to switch to ExoPlayer on media player error
2020-05-05Offer to switch to ExoPlayer on media player errorByteHamster
2020-05-04Make subscriptions view more consistent when showing non-square imagesByteHamster
2020-05-04Switched to json credentials for Google PlayByteHamster
2020-05-04Merge pull request #4074 from TacoTheDank/developH. Lehmann
Update gradle and dependencies
2020-05-04Fixed incompatibilities with Gradle 3.6ByteHamster
2020-05-04Merge pull request #4109 from ByteHamster/tab-backgroundH. Lehmann
Fixed tab background
2020-05-04Merge pull request #4110 from ByteHamster/fix-long-filenameH. Lehmann
Fixed adding feeds with long filename
2020-05-04Small Lint fixesByteHamster
2020-05-04Fixed adding feeds with long filenameByteHamster
2020-05-04Merge branch 'develop' into developH. Lehmann
2020-05-04Fixed tab backgroundByteHamster
Only tabBackground is not enough on big screens.
2020-05-03Fixed pager tab backgroundByteHamster