summaryrefslogtreecommitdiff
path: root/app/src/play
AgeCommit message (Collapse)Author
2021-11-28Chromecast rework (#5518)ByteHamster
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-10-10Added in-app review (#4489)DAMLA YILDIZ
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-06-11Force restart app after enabling ChromecastByteHamster
2020-03-25Reworked cast button handlingByteHamster
2020-03-23Added basic cast button to AudioPlayerFragmentByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2020-01-02Replaced custom background with selectableItemBackgroundByteHamster
2019-10-04Fixed compilationByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-28Avoid Cast Initialization UI - prompt restart only when enabled. Make prompt ↵orionlee
more sticky by being not cancelable.
2019-09-28Avoid Cast Initialization - bugfix of accidental removal of cast-enabled codesorionlee
2019-09-27Avoid Cast initialization UI - prompt users to restart upon settings changed.orionlee
2019-09-27Avoid Cast initialization unless it is enabled (to avoid triggering Google ↵orionlee
Play Service)
2019-06-13Restructured preferences codeByteHamster
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
to be on the safe side, for cases that the consuming observers already assumes the result is not null. Rx observer : underlying sources marked as NonNull OnlineFeedViewActivity.listener member : DBReader.getFeedList StatisticsActivity.loadStatistics : DBReader.getStatistics CustomMRControllerDialog.updateViews : CustomMRControllerDialog.fetchArt CompletedDownloadsFragment.loadItems : DBReader.getDownloadedItems DownloadLogFragment.loadItems : DBReader.getDownloadedItems ItemDescriptionFragment.onViewCreated : .loadData, Timeline.processShownotes SubscriptionFragment.loadSubscriptions : DBReader.getNavDrawerData SubscriptionFragment.onContextItemSelected (x2) : DBWriter.markFeedSeen, DBWriter.markFeedRead PreferenceController.export : ExportWorker.output member
2019-01-18Added symlinks to alternative publisher locationsByteHamster
2019-01-03Merge pull request #2859 from ByteHamster/glide-48H. Lehmann
Upgraded Glide to version 4.8.0
2018-10-14Upgraded Glide to version 4.8.0ByteHamster
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-01-10Reduce visibilityMartin Fietz
2018-01-10Custom views extend AppCompatImageView instead of ImageViewMartin Fietz
2017-09-23Fix CustomMRControllerDialogMartin Fietz
2017-09-23Update support library to last version for current target sdk 25Martin Fietz
2016-07-02comment on onMeasure implementationsDomingos Lopes
2016-06-30fix horizontal layout (MediaRouteControllerDialog)Domingos Lopes
2016-06-29change to rx.Java, avoid NPE, rename packageDomingos Lopes
2016-06-29remove commented codedomingos86
and add line break at the end
2016-06-28add onClickListeners, optimize image loadingDomingos Lopes
2016-06-28implement custom mediaroute playback controllerDomingos Lopes
2016-06-08print stack trace with the log entriesDomingos Lopes
2016-06-08fixes NPE from #1974Domingos Lopes
2016-06-07rename helper classesDomingos Lopes
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz