Tobias Conradi
|
1436e7cb12
use local variables for meta data updates until end of method so everything that is not set gets reset to nil.
|
10 years ago |
Tobias Conradi
|
4b8a4ce79c
don't try to bring application to foreground when playback starts doesn't work on device and would likely lead to rejection
|
10 years ago |
Tobias Conradi
|
81dbdda5d3
increase playlist page size to 20
|
10 years ago |
Felix Paul Kühne
|
a409624b29
app delegate: don't push movie view controller when playback starts
|
10 years ago |
Felix Paul Kühne
|
02bc1f5429
playlist: deploy mini playback view
|
10 years ago |
Felix Paul Kühne
|
c6208dff57
add basic mini playback view
|
10 years ago |
Felix Paul Kühne
|
03283d8622
video VC: don't stop playback on close and make sure to always be the VPC's delegate if displayed
|
10 years ago |
Felix Paul Kühne
|
c36baa3b7f
vpc: add APIs to detect an active playback session and if it is audio-only
|
10 years ago |
Felix Paul Kühne
|
0476d0df15
playlist: add view containers to a contentview instead of deploying them as our view itself
|
10 years ago |
Felix Paul Kühne
|
6dcca9741e
movie player: remove vout from view hierarchy when app goes to background
|
10 years ago |
Tobias Conradi
|
715211ef8b
for library mode none return empty array add nullability annotations
|
10 years ago |
Tobias Conradi
|
ce80f39030
move playlist array logic from VLCPlaylistInterfaceController to MLMediaLibrary category which eventually can be uses by both the iOS and Watch App
|
10 years ago |
Tobias Conradi
|
1b2bf10bd4
use VLCPlaybackController for playback control only present VLCMoviewViewController when the app is active DRY app delegate by moving VLCMovieViewController initialization and presentation to methods
|
10 years ago |
Tobias Conradi
|
a6fa0a68ca
improve now playing play pause button state handing
|
10 years ago |
Felix Paul Kühne
|
7bea78646d
playback: correctly continue video playback when coming back from the background
|
10 years ago |
Tobias Conradi
|
9482d33918
reduce unnecessary UI updates
|
10 years ago |
Tobias Conradi
|
4b885c616a
move row configuration to RowController class to reduce unnecessary updates (e.g. of images)
|
10 years ago |
Tobias Conradi
|
dfdb942dab
refresh all registered managed objects on update notification
|
10 years ago |
Tobias Conradi
|
c315382233
remove dead code
|
10 years ago |
Tobias Conradi
|
5bc53fb63c
fix one drive navigation bar replace custom back bar button with system cancel button change status bar style
|
10 years ago |
Tobias Conradi
|
d0406b4a20
fix elapsed playback time update for now info center and watch app especially for continue playback from last playback position and scrubbing
|
10 years ago |
Tobias Conradi
|
7d4faeac70
set space for indentation at project level contributors no longer have to change their global setting or can commit with tab indentation by accident
|
10 years ago |
Tobias Conradi
|
213b8ff3a8
OneDrive support: don't assume that delegate is a view controller change login method signature to pass the view controller which should present the LiveSDK login view controller
|
10 years ago |
Tobias Conradi
|
2f08666e38
move layout code for time navigation title view to separate view
|
10 years ago |
Tobias Conradi
|
ef2b0ea284
yes, I was using tabs in a private project…
|
10 years ago |
Tobias Conradi
|
4cca7d6422
clean up now playing info center and unsubscribe from remote commands in stopPlayback the internal payers are being cleaned up and remote commands would therefore be executed on nil, thats why we don't want to receive them any longer
|
10 years ago |
Felix Paul Kühne
|
cda7744da3
playback: fix runtime exception on album track playback
|
10 years ago |
Tobias Conradi
|
49bee8363d
fix some more warning
|
10 years ago |
Tobias Conradi
|
ce1383cdba
update xcode projects
|
10 years ago |
Tobias Conradi
|
83ca4f48f4
inhibit warnings from cocoa pods
|
10 years ago |