summaryrefslogtreecommitdiff
path: root/ui/glide
AgeCommit message (Collapse)Author
2024-03-31Remove unneeded module dependencies (#7046)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-03-22Fix loading chapter images in local feeds (#7016)ByteHamster
2024-03-17Remove dependency from :ui:glide to :core module (#6998)ByteHamster
2024-03-10Fix OkHttp deprecations (#6979)Taco
2024-03-06Clean up some old SpotBugs rulesTacoTheDank
2023-11-05Merge branch 'master' into developByteHamster
2023-10-17Bump AGP and Gradle (#6489)Taco
2023-07-18Fix MediaMetadataRetriever on API<29ByteHamster
On SDK<29, this class does not have a close method yet, so the app crashes when using try-with-resources.
2023-02-11Convert subscriptions screen to cards (#6261)GitStart
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Check Lint recursively from the :app moduleByteHamster
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules.
2022-11-03Move Glide to its own moduleByteHamster