Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-14 | Fix some deprecations | TacoTheDank | |
2022-05-03 | Rename 'new' screen to inbox (#5460) | ByteHamster | |
2022-04-12 | Work around Samsung having messed up the TimePicker | ByteHamster | |
2022-04-02 | Merge branch 'master' into develop | ByteHamster | |
2022-03-15 | Fix context menu click ending up in wrong fragment | ByteHamster | |
This can have all kinds of weird side effects. For example, it could trigger the "delete" button of a podcast and then ask for deleting another one because another fragment handles the deletion. | |||
2022-02-26 | Move statistics screens to new module | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-21 | Add line graph to statistics screen | ByteHamster | |
2022-01-06 | Rewrite download request creation (#5530) | ByteHamster | |
Android has a limit on the size of Intent parameters. When enqueuing a huge number of items, it just ignored the argument and did not call onNewIntent. We now load the list over in DownloadService. | |||
2021-12-12 | Remove no longer needed compat methods | TacoTheDank | |
2021-11-02 | Move (most) events to their own module | ByteHamster | |
2021-10-24 | Moved playback events to their own package | ByteHamster | |
2021-10-10 | Reworked feed specific speed selector (#5458) | ByteHamster | |
2021-08-28 | Moved feed parser to its own module | ByteHamster | |
2021-07-26 | Merge branch 'master' into develop | ByteHamster | |
2021-07-22 | Fix NonConstantResourceId code lint errors | TacoTheDank | |
2021-06-29 | Contextual menu for multi selecting episodes (#5130) | peakvalleytech | |
2021-06-25 | Copy e-mail in shownotes (#5235) | ueen | |
2021-06-25 | Speed up loading media info | ByteHamster | |
Loading chapters can take around 5-10 seconds, depending on the media type. During that time, the player screen shows nothing or the old media file. Instead, load the chapters afterwards. | |||
2021-06-20 | Removed AddToQueueActionButton (#5189) | ueen | |
2021-05-31 | Fix stuck swipe refresh indicator | Johannes Henninger | |
ViewPager2 does not play nice with SwipeRefreshLayout if the wrapped RecyclerView is hidden. This commit removes the show/hide logic from EmptyViewHandler, so that the RecyclerView is always displayed, even when empty. This prevents you from swiping left/right while pulling down the swipe refresh indicator. Fixes #5132 | |||
2021-05-14 | Merge pull request #5161 from ByteHamster/reduce-playback-controller | ByteHamster | |
Remove some unnecessary code from playback controller | |||
2021-05-14 | New media player screen (#5075) | ueen | |
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com> | |||
2021-05-14 | Just assume we can always set the playback speed | ByteHamster | |
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player. | |||
2021-05-09 | Fix chapter seekbar issues (#5142) | Jonas Burian | |
Buffering indicator drawn incorrectly Not refreshing divider positions with duration change | |||
2021-04-29 | Merge download log+running lists (#5134) | ByteHamster | |
2021-04-22 | Moved model to its own module | ByteHamster | |
2021-04-22 | Removed PlaybackPreferences dependency from FeedMedia | ByteHamster | |
2021-04-22 | Decouple FeedMedia and PlaybackService | ByteHamster | |
2021-04-21 | Deleted duplicate resources | ByteHamster | |
2021-04-18 | Use VectorDrawable compat library | ByteHamster | |
2021-04-17 | Fix for the height issue of the seek bar (#5117) | Jonas Burian | |
2021-04-15 | Merge pull request #5113 from ByteHamster/play-button | ByteHamster | |
Play button animation | |||
2021-04-15 | Added animated play button | ByteHamster | |
Drawables need to be defined in the app module, which has the vector compat library enabled. When enabling the library for the core module, the app breaks on API 19. | |||
2021-04-14 | Add chapter controls for the seekbar, add chapter title for the popup while ↵ | Jonas Burian | |
seeking (#5017) | |||
2021-04-14 | Don't handle play image resource in PlaybackController | ByteHamster | |
2021-04-04 | Merge branch 'master' into develop | ByteHamster | |
2021-04-02 | Safer remain time - default to zero when the media duration is wrong (#5043) | Tony Tam | |
2021-03-06 | Make buffering indicator a bit less visible | ByteHamster | |
2021-03-04 | Merge branch 'master' into develop | ByteHamster | |
2021-03-04 | Described download errors in more detail | ByteHamster | |
2021-03-01 | Chapter dividers for the progress bar (#4915) | Jonas Burian | |
2021-02-24 | Remove interface ImageResource (#4911) | Herbert Reiter | |
2021-02-15 | changed the "Use Episode Cover" setting to only apply to list items. (#4908) | Geist5000 | |
2021-02-14 | New preference to show the remaining time in the 'queue' and podcast episode ↵ | Tony Tam | |
view (#4880) | |||
2021-02-13 | Merge pull request #4920 from ByteHamster/jcenter-deprecation | ByteHamster | |
Migrate away from jcenter | |||
2021-02-13 | Removed unmaintained recyclerview-flexibledivider library | ByteHamster | |
2021-02-12 | Move basic views to new module | ByteHamster | |
2021-01-01 | Added textual tab indicator to player screen (#4731) | ByteHamster | |
2020-11-30 | Show progress of current chapter (#4725) | ByteHamster | |