summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
2020-05-03Merge pull request #4104 from ByteHamster/toast-to-snackbarH. Lehmann
Replaced some Toasts with Snackbars
2020-05-03Merge pull request #4105 from ByteHamster/video-open-correct-playerH. Lehmann
Fixed opening video player when starting video
2020-05-03Do not display buttons in all-capsByteHamster
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
Switched to MaterialComponents theme
2020-05-03Fixed opening video player when starting videoByteHamster
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-05-03Merge pull request #4101 from ByteHamster/snackbars-coveredH. Lehmann
Fixed Snackbars being covered by audio player
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-03Merge pull request #4103 from ByteHamster/fix-feed-preferencesH. Lehmann
Fixed feed preferences page
2020-05-03Fixed feed preferences pageByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-05-03Fix PagerIndicatorView disabled dot in RTL languagesEbrahim Byagowi
2020-05-02Merge pull request #4096 from ebraminio/number-formatH. Lehmann
Use locale's digits in more places
2020-05-01Use locale's digits in more placesEbrahim Byagowi
2020-05-01Fixed feed image testsByteHamster
2020-05-01Merge pull request #4094 from ByteHamster/fragment-transition-speedH. Lehmann
Made fragment transition a bit faster
2020-05-01Merge branch 'develop' into developH. Lehmann
2020-05-01Merge pull request #4020 from ebraminio/rtlH. Lehmann
Adopt the project with ViewPager2
2020-05-01Made fragment transition a bit fasterByteHamster
2020-05-01set max width on external player image (#4071)Michael White
2020-05-01Merge pull request #4088 from ByteHamster/selected-quantityH. Lehmann
Allow plural of 'x selected' string
2020-04-29Allow plural of 'x selected' stringByteHamster
2020-04-25Update Studio and some dependenciesTacoTheDank
2020-04-21Merge pull request #4069 from ByteHamster/feeditem-page-tweaksH. Lehmann
Theme tweaks
2020-04-21Skip intro and ending per feed (#3975)Tony Tam
2020-04-21Modify NestedScrollableHost to suit our needEbrahim Byagowi
Now manages nested child scrolling when the orientation isn't perpendicular
2020-04-21Wrap scrollable childs of viewpager in NestedScrollableHostEbrahim Byagowi