Martin Fietz
e04e537829
Merge pull request #2674 from ByteHamster/delete-while-playing
...
Prevent deletion of currently playing item
2018-05-05 18:21:14 +02:00
ByteHamster
1628360c4b
Prevent deletion of currently playing item
...
Was already prevented in the download list but not on the details fragment.
Added alpha to make disabled state clear.
Closes #2285
2018-05-05 17:19:37 +02:00
H. Lehmann
dacd7787bc
Merge pull request #2664 from orionlee/share_link_improvement_2579
...
Share link improvement 2579
2018-05-04 23:31:39 +02:00
orionlee
4c7531d277
Flatten nested ifs, per @ByteHamster feedback
2018-05-02 13:53:56 -07:00
H. Lehmann
e16a111a12
Merge pull request #2659 from mr-intj/2366-pubdate-respecting-smart-shuffle
...
Added "Random" and "Smart Shuffle"
2018-05-01 07:29:38 +02:00
orionlee
ab0f413185
Make FeedItemUtil.getLinkWithFallback(item) tolerates null item.
2018-04-30 15:49:18 -07:00
orionlee
345fcc17d0
FeedItem Visit Website tweak: use feed website as a fallback,
...
analogous to how share FeedItem link work.
Applicable to both feed playback screen and feed information screen.
2018-04-30 15:44:19 -07:00
orionlee
36507eb506
Provide share Link in episode information screen, similar to episode playback screen.
2018-04-30 15:14:58 -07:00
orionlee
4bba6b30a1
Issue #2579 : Provide share Link in episode playback screen even
...
when the episode has no link - Use podcast link as the fallback.
Also bug fix share link with position: to include epsiode
and podcast title.
2018-04-30 15:03:04 -07:00
mr-intj
7be44370f6
* Using Camel Case for methods
...
* Use braces on single-line blocks
2018-04-30 14:44:13 -07:00
mr-intj
91120d98a4
Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu.
...
Added "Permutor" interface to allow specification of reordering logic to be specified in QueueSorter (vs. DBWriter), similar to the existing sort logic.
Added "Random" and "Smart Shuffle" strings to core/src/main/res/values (did not add translations for non-English languages)
Closes #2366 , Closes #2602
2018-04-27 17:30:40 -07:00
ByteHamster
9d3d92cc9d
Fixed crash when changing settings
...
Looking at Fragment1, clicking Fragment2
Fragment2.onCreate
Fragment2.onResume
Fragment1.onPause <- This sets PreferenceUI to Fragment1, so onClickListeners
in Fragment2 now have a reference to the wrong fragment
2018-04-22 21:31:48 +02:00
ByteHamster
94bf3cd734
I deleted a line accidentally
2018-04-22 20:41:20 +02:00
Martin Fietz
e9695a426f
Merge pull request #2634 from ByteHamster/preference-rework
...
Preferences rework
2018-04-22 20:35:13 +02:00
ByteHamster
f2ee5d7ff2
Renamed Services to Integrations
2018-04-22 19:20:11 +02:00
ByteHamster
74a8d34354
Added network icon
2018-04-22 19:16:03 +02:00
ByteHamster
1690bd64cc
Actually renamy downloads to network
2018-04-22 19:00:07 +02:00
ByteHamster
610b1c05e1
Renamed downloads to network
2018-04-22 18:53:36 +02:00
ByteHamster
03f1af6ad4
Disable items correctly in autodownload
2018-04-22 18:51:10 +02:00
ByteHamster
bb42ddbd56
MasterSwitchPreference
2018-04-22 18:41:43 +02:00
ByteHamster
a64c996e9c
Moved autodownload to new file
2018-04-22 18:12:40 +02:00
ByteHamster
33e695b519
Automation category
2018-04-22 17:49:20 +02:00
Martin Fietz
e12751986b
Merge pull request #2564 from xisberto/adaptive_icon
...
Adaptive icon
2018-04-22 17:25:33 +02:00
ByteHamster
56aa64725c
Merge branch 'develop' into preference-rework
2018-04-22 10:01:46 +02:00
Martin Fietz
a4a7c9ebb9
Merge pull request #2657 from ByteHamster/more-invalid-positions
...
Ignore more invalid positions
2018-04-22 09:58:02 +02:00
ByteHamster
d78191c8e8
Ignore more invalid positions
2018-04-22 09:37:54 +02:00
Martin Fietz
0a4bdfe65a
Merge pull request #2656 from ByteHamster/mark-all-played
...
Added warning to 'Mark all played'
2018-04-22 09:37:10 +02:00
Martin Fietz
c9a2bbc2c9
Merge pull request #2654 from ydinath/ReplaceDeprecatedLang3Methods
...
Replace deprecated org.apache.commons.lang3 methods
2018-04-22 09:23:51 +02:00
Martin Fietz
4edaa2e6fc
Merge pull request #2639 from ByteHamster/fix-play-button
...
Don't pause directly after starting
2018-04-22 09:14:09 +02:00
Martin Fietz
ff22099b88
Merge pull request #2641 from ByteHamster/feed-info-and-settings
...
Split feed info and settings
2018-04-22 08:59:39 +02:00
Martin Fietz
2cb4656d12
Merge pull request #2636 from ByteHamster/feature-graphic
...
Added feature graphic
2018-04-22 08:47:28 +02:00
Martin Fietz
cca1de8d0d
Merge pull request #2637 from ByteHamster/apply-actions
...
Changed batch edit icon and name
2018-04-22 08:29:24 +02:00
Martin Fietz
a9e269b3bf
Merge pull request #2506 from ByteHamster/picture-in-picture
...
Added Picure in picture
2018-04-22 08:07:05 +02:00
Martin Fietz
1cc72b3728
Merge pull request #2629 from ByteHamster/different-string
...
Split up two different uses of the string 'New'
2018-04-22 08:02:51 +02:00
ByteHamster
f022ddaf8f
Added warning to 'Mark all played'
...
Closes #2643
2018-04-21 19:11:24 +02:00
ydinath
a837485363
Fix formatting
2018-04-21 10:28:16 -04:00
ydinath
8c628d98b9
Replace deprecated org.apache.commons.lang3 methods with org.apache.commons.text methods
2018-04-21 10:27:11 -04:00
Martin Fietz
c82dce79eb
Merge pull request #2644 from ByteHamster/progress-bar
...
Ignore invalid position updates
2018-04-17 20:38:19 +02:00
ByteHamster
cf2422b1db
Ignore invalid position updates
...
Closes #2642
2018-04-17 14:40:37 +02:00
ByteHamster
7626f14d52
Allow to select text
2018-04-13 16:26:31 +02:00
ByteHamster
fa091f6b09
Don't show keyboard when opening feed settings
2018-04-13 16:24:22 +02:00
ByteHamster
a1ce4f8b6f
Use better header in feed info and settings
2018-04-13 16:23:01 +02:00
ByteHamster
e786e0bae1
Moved info and settings button closer together
2018-04-13 16:03:01 +02:00
ByteHamster
c9fdc05784
Split feed info and settings
2018-04-13 15:39:51 +02:00
ByteHamster
2924955b61
Don't pause directly after starting
...
When registering the receiver, it immediately receives
a headset unplugged event (broadcast is sticky) and pauses
playback again in some cases. We are only interested in status
changes, so we can just return.
Fixes #2635
2018-04-12 23:12:08 +02:00
ByteHamster
184a35ecc4
Added feature graphic
2018-04-12 14:01:59 +02:00
ByteHamster
c5bdf341fa
Changed batch edit icon and name
...
Closes #1146
2018-04-11 17:15:59 +02:00
ByteHamster
0f80fac680
Allow to continue playback when leaving player
2018-04-11 12:15:49 +02:00
ByteHamster
b1622fa6be
Revert rename of setupFlavoredUI
2018-04-11 01:09:43 +02:00
ByteHamster
0b96588b10
Using attr icons in preferences
2018-04-11 00:41:44 +02:00