summaryrefslogtreecommitdiff
path: root/core/src/main/java/de
AgeCommit message (Expand)Author
2024-04-05Delete core module (#7060)ByteHamster
2024-04-04Move some tests from core module to their respective module (#7059)ByteHamster
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-29Move playback service to module (#7042)ByteHamster
2024-03-29Move download service to module (#7041)ByteHamster
2024-03-29Create module for sync service and move DBWriter to database module (#7040)ByteHamster
2024-03-29Remove ClientConfig class (#7038)ByteHamster
2024-03-29Remove dependency of :net:discovery and :ui:echo on :core (#7036)ByteHamster
2024-03-27Split up DBTasks which has unclear responsibilities (#7032)ByteHamster
2024-03-25Move widget setup code to widget module (#6996)ByteHamster
2024-03-25Move DBReader to :storage:database (#7027)ByteHamster
2024-03-24Let the database do the sorting (#7025)ByteHamster
2024-03-24Simplify playback preferences and move to :storage:preferences (#7024)ByteHamster
2024-03-24Speed up feed parsing (#7023)ByteHamster
2024-03-24Store last refresh attempt for feeds (#7022)ByteHamster
2024-03-24Faster feed deletion (#7019)ByteHamster
2024-03-23Remove check for updated attributes, just update them (#7018)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-22Playback speed fixes (#7013)ByteHamster
2024-03-22Nicer rating dialog (#7011)ByteHamster
2024-03-18Decouple media button starter and receiver (#6999)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-17Add POST_NOTIFICATIONS permission checks (#6951)Taco
2024-03-17Move theme to :ui:common module (#6997)ByteHamster
2024-03-17Move notification icons and widget icons to separate modules (#6995)ByteHamster
2024-03-17Allow retrying chapter loading if interrupted (#6828)Tony Tam
2024-03-11Move import/export to its own module (#6986)ByteHamster
2024-03-10Remove wearable support library (#6978)ByteHamster
2024-03-10Remove stream library that is just used in 3 locations (#6976)ByteHamster
2024-03-10Fix some Media3 deprecations (#6980)Taco
2024-03-10Fix OkHttp deprecations (#6979)Taco
2024-03-09Remove okio library (#6972)ByteHamster
2024-03-09Upgrade ExoPlayer to media3 version (#6971)ByteHamster
2024-03-06Merge pull request #6958 from TacoTheDank/bumpSpotBugsByteHamster
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2024-03-06Update SpotBugsTacoTheDank
2024-03-06Merge pull request #6955 from ByteHamster/checkstyleByteHamster
2024-03-04Fix indentation in last 8 filesByteHamster
2024-03-04Remove tab characters from last 6 filesByteHamster
2024-03-04Clean up some dead code (#6952)Taco
2024-03-03Skip silence setting per feed (#6910)quails4Eva
2024-03-02Remove FeedComponent and FeedFile class (#6949)ByteHamster
2024-02-29Cache streamed media files on disk (#6927)peking_ling
2024-02-25Add option to add new episodes to queue (#6855)Matej Drobnič
2024-02-25Toggle sleep timer from notification (#6913)mueller-ma
2024-02-25Guess next episode release date (#6925)ByteHamster
2024-02-20Remove some deprecated methods (#6932)ByteHamster
2024-02-18Merge branch 'master' into developByteHamster
2024-02-18Rewind when sleep timer pauses playback (#6923)mueller-ma
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič