Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-02 | Revert ExoPlayer back to default http backend (#7250) | ByteHamster | |
Basically reverts 186de76d95631bbdcd3cc4a2057321855b5a69aa The OkHttp backend sometimes causes issues when servers cut the connection. We had this happen after 1000s (about 17 minutes) for many users after upgrading OkHttp. Removes proxy support for streaming. | |||
2024-04-15 | Work around race condition where position reset might be undone (#7102) | ByteHamster | |
When the position saver ticks while the service is just about to be stopped, it might happen that we first reset the position and then set it to the end again. This works around this. | |||
2024-04-09 | Target SDK 34 (#7075) | ByteHamster | |
2024-04-07 | CI tweaks (#7069) | ByteHamster | |
- Run Checkstyle with gradle to make it easier for users - No longer needs different configuration for new code - Exclude current violations - Fix some violations that somehow couldn't be specified in the exclusion file - Print SpotBugs/Lint/Checkstly violations in GitHub format - Then the CI run gets annotated on the web UI | |||
2024-04-07 | Merge branch 'master' into develop | ByteHamster | |
2024-04-05 | Spotbugs cleanup (#6968) | Taco | |
Remove unused SpotBugs rules. Fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD, ICAST_INTEGER_MULTIPLY_CAST_TO_LONG, NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION, OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | |||
2024-04-05 | Delete core module (#7060) | ByteHamster | |
2024-04-04 | Move some tests from core module to their respective module (#7059) | ByteHamster | |
2024-04-01 | Fix playback state not being updated (#7050) | ByteHamster | |
2024-03-29 | Move playback service to module (#7042) | ByteHamster | |
2024-03-23 | Rename FeedMedia methods to no longer have underscores (#7017) | ByteHamster | |
2024-03-09 | Update AndroidX libraries (#6940) | Taco | |
2024-03-03 | Skip silence setting per feed (#6910) | quails4Eva | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-10-13 | Ignore skip in first second of playback (#6704) | ByteHamster | |
Users complained that they wanted to skip the ending of an episode and accidentally skipped the next one that started while their finger was moving. | |||
2023-07-15 | Fix Chromecast crash if FeedItem does not have a feed (#6541) | ByteHamster | |
2023-05-05 | Merge branch 'master' into develop | ByteHamster | |
2023-04-01 | Update AGP to 7.4.0 (#5655) | Taco | |
2023-03-14 | More workarounds for devices that crash when getting a cast context (#6378) | ByteHamster | |
2023-03-06 | Fix crash on Huawei devices (#6365) | ByteHamster | |
2023-02-26 | Remove deprecated media players (#6354) | ByteHamster | |
2023-02-17 | Fix Chromecast on Android 12, use styled receiver (#6321) | ByteHamster | |
2022-11-01 | No need to define INVALID_TIME multiple times | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2021-12-04 | Centralize library versions used in multiple modules | TacoTheDank | |
2021-11-28 | Chromecast rework (#5518) | ByteHamster | |