summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-30Refresh home screen when new episodes arrive in inboxByteHamster
2022-11-27Merge pull request #6198 from ByteHamster/refresh-homeByteHamster
Refresh home sections when resuming
2022-11-27Switch back to non-transparent navigation bar (#6111)ByteHamster
2022-11-27Refresh home sections when resumingByteHamster
2022-11-26Merge pull request #6195 from ByteHamster/fix-crash-android12ByteHamster
Fix crash on Android 12
2022-11-26Fix crash on Android 12ByteHamster
2022-11-26Add option to edit feed URL (#6185)Ricardo Borges Jr
2022-11-26Target API 31 (#6190)ByteHamster
2022-11-18Add button to refresh episode chapters (#6177)LukasBrilla5
2022-11-10Merge pull request #6180 from ByteHamster/preferences-moduleByteHamster
Move preferences to a new module
2022-11-10Merge pull request #6181 from ByteHamster/hide-suggestions-fdroidByteHamster
Hide iTunes suggestions by default in F-Droid version
2022-11-06Hide iTunes suggestions by default in F-Droid versionByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Merge pull request #6179 from ByteHamster/lint-recursivelyByteHamster
Check Lint recursively from the :app module
2022-11-06Merge pull request #6178 from ByteHamster/download-service-interface-moduleByteHamster
Move DownloadService-Interface to new module
2022-11-06Move DownloadService-Interface to 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-06Add confirmation dialog for clearing history (#6175)Vishnu Sanal T
2022-11-06Merge pull request #6176 from ByteHamster/decoupleByteHamster
Decouple some classes
2022-11-05Remove dependency from other classes to DownloadServiceByteHamster
2022-11-05No need to have other classes depend on the entire playback service when ↵ByteHamster
they just need one constant
2022-11-05Decouple FeedItemUtil and PlaybackStatusByteHamster
2022-11-05Decouple sync service from other classesByteHamster
2022-11-05Merge pull request #6174 from ByteHamster/modularize-glideByteHamster
Move Glide config to its own module
2022-11-03Remove dependency from MediaButtonReceiver to PlaybackServiceByteHamster
2022-11-03Decouple restoring Playable from Preferences and storing positionByteHamster
Breaks dependency cycle
2022-11-03Make NetworkUtils less fatByteHamster
Breaks dependency cycles
2022-11-03Break dependency cycleByteHamster
ClientConfig->HttpClient->UserAgentInterceptor->ClientConfig
2022-11-03Move Glide to its own moduleByteHamster
2022-11-03Merge pull request #6173 from ByteHamster/playbackservice-cleanupByteHamster
PlaybackService cleanup
2022-11-01Apply default RequestOptions globally instead of locallyByteHamster
2022-11-01No need to have a virtual method that is only used in one single instanceByteHamster
2022-11-01Close video player when switching to audioByteHamster
2022-11-01No need to define INVALID_TIME multiple timesByteHamster
2022-11-01Use normal pause/skip keycodes, not custom intentByteHamster
2022-10-29Remove 'seconds' and 'hours' options from sleep timer (#6148)Vishnu Sanal T
2022-10-29Merge pull request #6164 from ByteHamster/print-no-messageByteHamster
Don't print full stack trace when there is no vorbis comment
2022-10-29Merge pull request #6166 from ByteHamster/less-noisy-glideByteHamster
Do not print stacktrace for image loading errors
2022-10-28Fix Inbox not default screen when set as such (#6168)Tong Liu
2022-10-27Do not print stacktrace for image loading errorsByteHamster
2022-10-27Don't print full stack trace when there is no vorbis commentByteHamster
2022-10-27Merge pull request #6160 from ByteHamster/fix-empty-screen-scrolledByteHamster
Fix toolbar on empty screen being set to scrolled state
2022-10-23Merge pull request #6159 from ByteHamster/fix-queue-sortByteHamster
Fix queue sort order not being displayed
2022-10-23Fix toolbar on empty screen being set to scrolled stateByteHamster
2022-10-23Fix queue sort order not being displayedByteHamster
2022-10-23Expand filter dialog by default (#6155)Lukmannudin
Before, it did not fully show in landscape mode
2022-10-23Merge pull request #6153 from ByteHamster/fast-document-fileByteHamster
Speed up local folder refresh
2022-10-21If file size and name are the same, just assume that the metadata is the ↵ByteHamster
same as well
2022-10-21Speed up chapter parsingByteHamster
2022-10-21Make loading DocumentFiles fasterByteHamster