Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | Move common gradle setup to a single file | ByteHamster | |
Original idea by @TacoTheDank | |||
2021-05-10 | Merge pull request #5151 from ByteHamster/fix-proxy | ByteHamster | |
Fixed proxy support | |||
2021-05-10 | Fixed proxy support | ByteHamster | |
2021-05-09 | Fix chapter seekbar issues (#5142) | Jonas Burian | |
Buffering indicator drawn incorrectly Not refreshing divider positions with duration change | |||
2021-05-08 | Merge pull request #5146 from ByteHamster/future-date | ByteHamster | |
Refuse to show future dates | |||
2021-05-06 | Refuse to show future dates | ByteHamster | |
Some shows start to specify dates from the future to appear on top of episode lists. If we find one of those episodes, just ignore that it is there. We then use the date when we first found the item. | |||
2021-05-02 | Merge pull request #5141 from jonasburian/fix-jumping-thumb | ByteHamster | |
Jumping thumb while seeking | |||
2021-05-02 | Fix jumping thumb | jonasburian | |
2021-05-02 | Merge pull request #5140 from ByteHamster/dont-mark-played | ByteHamster | |
Don't mark episodes as played when removing from queue | |||
2021-05-01 | Merge pull request #5139 from ByteHamster/folder-auto-create | ByteHamster | |
Automatically add tag when pressing OK | |||
2021-05-01 | Don't mark episodes as played when removing from queue | ByteHamster | |
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I am not sure why. It is not really logical to do - removing from the queue just means that one is no longer interested in the episode - not that it was actually played. | |||
2021-05-01 | Automatically add tag when pressing OK | ByteHamster | |
2021-04-29 | Merge download log+running lists (#5134) | ByteHamster | |
2021-04-24 | Merge pull request #5133 from ByteHamster/sync-module | ByteHamster | |
Moved synchronization to its own module | |||
2021-04-24 | Moved synchronization to its own module | ByteHamster | |
2021-04-23 | Merge pull request #5108 from peakvalleytech/IntervalOrTime | ByteHamster | |
New feed update interval or time dialog | |||
2021-04-23 | New feed update interval or time dialog | peakvalleytech | |
Co-authored-by: Fivel Rangel <fivel10@hotmail.com> Co-authored-by: ByteHamster <info@bytehamster.com> | |||
2021-04-23 | Merge pull request #5129 from ByteHamster/decouple-model | ByteHamster | |
Decouple model from other classes | |||
2021-04-22 | Lint fixes | ByteHamster | |
2021-04-22 | Moved model to its own module | ByteHamster | |
2021-04-22 | Remove dependency of FeedMedia to DbWriter | ByteHamster | |
2021-04-22 | Removed PlaybackPreferences dependency from FeedMedia | ByteHamster | |
2021-04-22 | Decouple FeedMedia and PlaybackService | ByteHamster | |
2021-04-22 | Decouple FeedMedia and sync service (#5128) | ByteHamster | |
2021-04-22 | Moved cursor related code out of model (#5126) | ByteHamster | |
2021-04-22 | Merge pull request #5127 from ByteHamster/userpreferences-model | ByteHamster | |
Reduce dependencies of model to UserPreferences | |||
2021-04-22 | Reduce dependencies of model to UserPreferences | ByteHamster | |
2021-04-21 | Merge pull request #5116 from ByteHamster/vector-drawable-compat | ByteHamster | |
Use VectorDrawable compat library | |||
2021-04-21 | Merge pull request #5125 from ByteHamster/upgrade-transifex | ByteHamster | |
Update transifex to APIv3 | |||
2021-04-21 | Moved notification icons to their own module, so they don't crash old ↵ | ByteHamster | |
Android versions | |||
2021-04-21 | Deleted duplicate resources | ByteHamster | |
2021-04-21 | Update transifex to APIv3 | ByteHamster | |
2021-04-18 | Use VectorDrawable compat library | ByteHamster | |
2021-04-18 | Merge pull request #5121 from ByteHamster/lint | ByteHamster | |
Lint fixes | |||
2021-04-18 | Wrap long text in alternate version dropdown (#5120) | Johannes Henninger | |
2021-04-17 | Fixed unused resources Lint errors | ByteHamster | |
In the future, CI will complain when a PR leads to unused resources. | |||
2021-04-17 | Enabled Lint with dependency checking | ByteHamster | |
2021-04-17 | Fixed getting git hash in new Android Studio | ByteHamster | |
2021-04-17 | Also Lint modules without play flavour | 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-13 | Adds pull to refresh functionality on Queue screen (#5104) | datavizard | |
2021-04-10 | Merge pull request #5094 from jhenninger/queue-lock-button-always-visible | ByteHamster | |
Show queue lock button even if "keep sorted" is active | |||
2021-04-10 | Show queue lock button even if "keep sorted" is active | Johannes Henninger | |
The lock button controls whether tracks in the queue can be reordered and swiped. Since swipe works regardless of the "keep sorted" setting, the button to disable swipe should always be available. | |||
2021-04-10 | Add filtering subscriptions based on new episodes notification setting (#5098) | tamizh143 | |
2021-04-06 | Merge pull request #5089 from ByteHamster/episode-cache-touch | ByteHamster | |
Increase touch target size of episode cache warning button | |||
2021-04-06 | Add link to relevant settings screen in 'Episode cache full' dialog (#5088) | tamizh143 | |