Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-14 | Remove unused import statements to reduce dependencies | Herbert Reiter | |
2020-10-10 | Added in-app review (#4489) | DAMLA YILDIZ | |
2020-09-29 | Fix a few more deprecations, tiny cleanup (#4388) | Taco | |
2020-08-29 | Move remaining preference to AndroidX preference | TacoTheDank | |
2020-06-11 | Force restart app after enabling Chromecast | ByteHamster | |
2020-03-25 | Reworked cast button handling | ByteHamster | |
2020-03-23 | Added basic cast button to AudioPlayerFragment | ByteHamster | |
2020-02-02 | Enforce SeparatorWrap | ByteHamster | |
2020-01-02 | Replaced custom background with selectableItemBackground | ByteHamster | |
2019-10-04 | Fixed compilation | ByteHamster | |
2019-10-04 | Automatic AndroidX migration | ByteHamster | |
2019-09-28 | Avoid Cast Initialization UI - prompt restart only when enabled. Make prompt ↵ | orionlee | |
more sticky by being not cancelable. | |||
2019-09-28 | Avoid Cast Initialization - bugfix of accidental removal of cast-enabled codes | orionlee | |
2019-09-27 | Avoid Cast initialization UI - prompt users to restart upon settings changed. | orionlee | |
2019-09-27 | Avoid Cast initialization unless it is enabled (to avoid triggering Google ↵ | orionlee | |
Play Service) | |||
2019-06-13 | Restructured preferences code | ByteHamster | |
2019-04-06 | #2966 RxJava2 null - explicit mark underlying Rx sources as NonNull | orionlee | |
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-18 | Added symlinks to alternative publisher locations | ByteHamster | |
2019-01-03 | Merge pull request #2859 from ByteHamster/glide-48 | H. Lehmann | |
Upgraded Glide to version 4.8.0 | |||
2018-10-14 | Upgraded Glide to version 4.8.0 | ByteHamster | |
2018-09-30 | Migrate rxjava to version 2 | Martin Fietz | |
2018-01-10 | Reduce visibility | Martin Fietz | |
2018-01-10 | Custom views extend AppCompatImageView instead of ImageView | Martin Fietz | |
2017-09-23 | Fix CustomMRControllerDialog | Martin Fietz | |
2017-09-23 | Update support library to last version for current target sdk 25 | Martin Fietz | |
2016-07-02 | comment on onMeasure implementations | Domingos Lopes | |
2016-06-30 | fix horizontal layout (MediaRouteControllerDialog) | Domingos Lopes | |
2016-06-29 | change to rx.Java, avoid NPE, rename package | Domingos Lopes | |
2016-06-29 | remove commented code | domingos86 | |
and add line break at the end | |||
2016-06-28 | add onClickListeners, optimize image loading | Domingos Lopes | |
2016-06-28 | implement custom mediaroute playback controller | Domingos Lopes | |
2016-06-08 | print stack trace with the log entries | Domingos Lopes | |
2016-06-08 | fixes NPE from #1974 | Domingos Lopes | |
2016-06-07 | rename helper classes | Domingos Lopes | |
2016-06-07 | adapt ui to different flavors | Domingos Lopes | |
2016-06-06 | Prevent possible hang-bugs | Martin Fietz | |
2016-06-04 | Create one flavor with Google Cast support and one (free) without | Martin Fietz | |