Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Merge pull request #4197 from ByteHamster/unique-intents | H. Lehmann | |
Unique intents | |||
2020-05-27 | Fixed NPE | ByteHamster | |
2020-05-27 | Cleaned up unused IDs | ByteHamster | |
2020-05-27 | Made PendingIntent request codes unique | ByteHamster | |
2020-05-24 | Merge pull request #4106 from malockin/export-favorites | H. Lehmann | |
Export favourites | |||
2020-05-21 | Added button to stop previewed episode | ByteHamster | |
2020-05-20 | Merge pull request #4174 from ByteHamster/ui-adjustments | H. Lehmann | |
Ui adjustments | |||
2020-05-20 | Sleep timer adjustments | ByteHamster | |
- Close button instead of OK - Save settings on-the-fly | |||
2020-05-16 | Merge pull request #4162 from ByteHamster/fixes-without-duration | H. Lehmann | |
Various fixes for feeds that do not specify duration | |||
2020-05-16 | Merge pull request #4153 from ByteHamster/fix-bom-opml | H. Lehmann | |
Fixed importing OPML files with BOM | |||
2020-05-16 | Make duration visible when showing playback position updates | ByteHamster | |
2020-05-16 | Fixed importing OPML files with BOM | ByteHamster | |
2020-05-16 | Fixed crash when switching theme | ByteHamster | |
2020-05-14 | Merge pull request #4138 from ByteHamster/theme-darker | H. Lehmann | |
Made dark theme darker | |||
2020-05-14 | Made dark theme darker | ByteHamster | |
2020-05-13 | Fix http search bug | jmdouglas | |
2020-05-11 | Fixed Feed not refreshing when changing filter | ByteHamster | |
2020-05-11 | Merge pull request #4131 from ByteHamster/bugfixing | H. Lehmann | |
Bugfixing | |||
2020-05-11 | Fixed blue buttons with blue text | ByteHamster | |
2020-05-11 | Merge pull request #4132 from ByteHamster/accessibility | H. Lehmann | |
Improved TalkBack accessibility | |||
2020-05-09 | Improved TalkBack accessibility | ByteHamster | |
2020-05-09 | Fixed clicking page indicator | ByteHamster | |
2020-05-06 | Fixed error dialog being shown in wrong thread | ByteHamster | |
2020-05-06 | Merge pull request #4121 from ByteHamster/on-demand-configuration | H. Lehmann | |
Added on-demand configuration for stream vs download | |||
2020-05-06 | Merge pull request #4125 from ByteHamster/theme-switch-without-restart | H. Lehmann | |
Switch theme without user obstruction | |||
2020-05-06 | Added on-demand configuration for stream vs download | ByteHamster | |
2020-05-06 | Switch theme without user obstruction | ByteHamster | |
2020-05-06 | Merge pull request #4117 from ByteHamster/webview-min-height | H. Lehmann | |
Reduced probability for closing player accidentally | |||
2020-05-06 | Merge pull request #4124 from ByteHamster/fix-fragment-state-on-restart | H. Lehmann | |
Fix fragment state on restart | |||
2020-05-06 | Do not replace the fragment if it exists | ByteHamster | |
2020-05-06 | Reduced probability for closing player accidentally | ByteHamster | |
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-05 | Offer to switch to ExoPlayer on media player error | ByteHamster | |
2020-05-03 | Fixed pager tab background | ByteHamster | |
2020-05-03 | Merge pull request #4104 from ByteHamster/toast-to-snackbar | H. Lehmann | |
Replaced some Toasts with Snackbars | |||
2020-05-03 | Merge pull request #4105 from ByteHamster/video-open-correct-player | H. Lehmann | |
Fixed opening video player when starting video | |||
2020-05-03 | Merge pull request #4102 from ByteHamster/material-components | H. Lehmann | |
Switched to MaterialComponents theme | |||
2020-05-03 | Fixed opening video player when starting video | ByteHamster | |
2020-05-03 | Replaced some Toasts with Snackbars | ByteHamster | |
2020-05-03 | Reformatted output, added Hebrew translation | malockin | |
Reformatted output to be sorted by date in descending order. Added links to episode page, as well as direct media download. Added Hebrew transaltion for Favorites export. Removed unused code. | |||
2020-05-03 | Merge pull request #4101 from ByteHamster/snackbars-covered | H. Lehmann | |
Fixed Snackbars being covered by audio player | |||
2020-05-03 | Switched to MaterialComponents theme | ByteHamster | |
2020-05-03 | Fixed Snackbars being covered by audio player | ByteHamster | |
2020-05-03 | Initial favorites export commit | malockin | |
2020-05-03 | Fix PagerIndicatorView disabled dot in RTL languages | Ebrahim Byagowi | |
2020-05-01 | Use locale's digits in more places | Ebrahim Byagowi | |
2020-05-01 | Merge pull request #4020 from ebraminio/rtl | H. Lehmann | |
Adopt the project with ViewPager2 | |||
2020-05-01 | Merge pull request #4088 from ByteHamster/selected-quantity | H. Lehmann | |
Allow plural of 'x selected' string | |||
2020-04-29 | Allow plural of 'x selected' string | ByteHamster | |
2020-04-21 | Skip intro and ending per feed (#3975) | Tony Tam | |
2020-04-21 | Modify NestedScrollableHost to suit our need | Ebrahim Byagowi | |
Now manages nested child scrolling when the orientation isn't perpendicular |