Commit Graph

37 Commits

Author SHA1 Message Date
Herbert Reiter
63306ee95c Remove unused import statements to reduce dependencies 2020-12-14 23:06:06 +01:00
DAMLA YILDIZ
e5e149a9df
Added in-app review (#4489) 2020-10-10 22:07:26 +02:00
Taco
314cc59792
Fix a few more deprecations, tiny cleanup (#4388) 2020-09-29 12:15:40 +02:00
TacoTheDank
acb4832df6 Move remaining preference to AndroidX preference 2020-08-29 00:10:50 -04:00
ByteHamster
2b8e416aae Force restart app after enabling Chromecast 2020-06-11 23:12:05 +02:00
ByteHamster
9e84a06260 Reworked cast button handling 2020-03-25 17:00:48 +01:00
ByteHamster
982ce61b3f Added basic cast button to AudioPlayerFragment 2020-03-23 19:21:23 +01:00
ByteHamster
719af170a7 Enforce SeparatorWrap 2020-02-02 18:42:10 +01:00
ByteHamster
8119b4a8e1 Replaced custom background with selectableItemBackground 2020-01-02 18:22:53 +01:00
ByteHamster
933790b0d3 Fixed compilation 2019-10-04 11:24:27 +02:00
ByteHamster
c130498fc6 Automatic AndroidX migration 2019-10-04 11:22:39 +02:00
orionlee
78aecac3ca Avoid Cast Initialization UI - prompt restart only when enabled. Make prompt more sticky by being not cancelable. 2019-09-28 13:28:12 -07:00
orionlee
9373b61787 Avoid Cast Initialization - bugfix of accidental removal of cast-enabled codes 2019-09-28 13:26:30 -07:00
orionlee
2fe70c3b41 Avoid Cast initialization UI - prompt users to restart upon settings changed. 2019-09-27 11:56:07 -07:00
orionlee
0b5f4e9dc0 Avoid Cast initialization unless it is enabled (to avoid triggering Google Play Service) 2019-09-27 11:19:29 -07:00
ByteHamster
99acff3b8f Restructured preferences code 2019-06-13 23:12:41 +02:00
orionlee
670fc124eb #2966 RxJava2 null - explicit mark underlying Rx sources as NonNull
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-04-06 13:43:11 -07:00
ByteHamster
81612ddea6 Added symlinks to alternative publisher locations 2019-01-18 18:49:45 +01:00
H. Lehmann
d7e7684cc0
Merge pull request #2859 from ByteHamster/glide-48
Upgraded Glide to version 4.8.0
2019-01-03 19:05:03 +01:00
ByteHamster
a05f386793 Upgraded Glide to version 4.8.0 2018-10-14 10:26:36 +02:00
Martin Fietz
3de661d953 Migrate rxjava to version 2 2018-09-30 19:58:53 +02:00
Martin Fietz
220f549711 Reduce visibility 2018-01-10 21:46:11 +01:00
Martin Fietz
14718a9f51 Custom views extend AppCompatImageView instead of ImageView 2018-01-10 21:45:06 +01:00
Martin Fietz
7c6a27387e Fix CustomMRControllerDialog 2017-09-23 10:22:10 +02:00
Martin Fietz
b5eeddf83c Update support library to last version for current target sdk 25 2017-09-23 10:09:36 +02:00
Domingos Lopes
247fa77f9d comment on onMeasure implementations 2016-07-02 11:22:09 -04:00
Domingos Lopes
000163ad21 fix horizontal layout (MediaRouteControllerDialog) 2016-06-30 19:21:54 -04:00
Domingos Lopes
b47da4205c change to rx.Java, avoid NPE, rename package 2016-06-29 11:45:36 -04:00
domingos86
0ae055f226 remove commented code
and add line break at the end
2016-06-29 02:39:57 -04:00
Domingos Lopes
47015e937e add onClickListeners, optimize image loading 2016-06-28 15:48:51 -04:00
Domingos Lopes
6d0debfd4d implement custom mediaroute playback controller 2016-06-28 02:18:11 -04:00
Domingos Lopes
6036f2d960 print stack trace with the log entries 2016-06-08 22:49:03 -04:00
Domingos Lopes
b46b2247b4 fixes NPE from #1974 2016-06-08 22:49:03 -04:00
Domingos Lopes
6d9e385b73 rename helper classes 2016-06-07 22:55:55 -04:00
Domingos Lopes
bcdcfe0d58 adapt ui to different flavors 2016-06-07 22:55:54 -04:00
Martin Fietz
f469350497 Prevent possible hang-bugs 2016-06-06 16:29:51 +02:00
Martin Fietz
3c033cc0fb Create one flavor with Google Cast support and one (free) without 2016-06-04 01:36:25 +02:00