.. |
DirectoryWatcher.h
|
03998b94a0
Add 'smart' directory watcher (closes #8731)
|
12 years ago |
DirectoryWatcher.m
|
03998b94a0
Add 'smart' directory watcher (closes #8731)
|
12 years ago |
NSString+SupportedMedia.h
|
e512846c34
Add helper category method to NSString to determine when filePath is supported media/subtitle format or not
|
12 years ago |
NSString+SupportedMedia.m
|
e512846c34
Add helper category method to NSString to determine when filePath is supported media/subtitle format or not
|
12 years ago |
Reachability.h
|
c2507947c3
fix compilation warning
|
12 years ago |
Reachability.m
|
481fccadaf
App Delegate: don't ask for passcode if disabled by the user (close #8695)
|
12 years ago |
VLC for iOS-Info.plist
|
0e12be2482
Set Bundle Display Name to 'VLC' since this is nicer to look at on Springboard
|
12 years ago |
VLC for iOS-Prefix.pch
|
d95682d04e
add a setting to control the audio playback when the app is in background
|
12 years ago |
VLCAboutViewController.h
|
efa21f521c
About View: open external links in default browser
|
12 years ago |
VLCAboutViewController.m
|
c765c77320
About View: hide webview until it's fully loaded to avoid ugly white artifacts on older devices
|
12 years ago |
VLCAppDelegate.h
|
bb5e9d4a50
Refactoring: hide ivars
|
12 years ago |
VLCAppDelegate.m
|
40251d01b8
Slightly speed up startup time
|
12 years ago |
VLCCircularProgressIndicator.h
|
28717cf705
Add Circular Progress Indicator needed for future eyecandy
|
12 years ago |
VLCCircularProgressIndicator.m
|
acee836e61
remove debug
|
12 years ago |
VLCConstants.h
|
1fe4f90213
Movie View: allow user to tap on time display to toggle between elapsed and remaining time (setting retained throughout sessions)
|
12 years ago |
VLCDropboxConstants.h
|
ab46df5274
Dropbox: add designated header for login constants
|
12 years ago |
VLCDropboxController.h
|
ccabc65d86
Dropbox: add progress indicator shown when downloading files
|
12 years ago |
VLCDropboxController.m
|
e512846c34
Add helper category method to NSString to determine when filePath is supported media/subtitle format or not
|
12 years ago |
VLCDropboxTableViewCell.h
|
0aaa35272e
Dropbox: improve folder item rendering
|
12 years ago |
VLCDropboxTableViewCell.m
|
0aaa35272e
Dropbox: improve folder item rendering
|
12 years ago |
VLCDropboxTableViewController.h
|
b54abea82e
Add a UI and a data backend for Dropbox (close #8573)
|
12 years ago |
VLCDropboxTableViewController.m
|
b9e324a555
Dropbox: l10n for login button
|
12 years ago |
VLCExternalDisplayController.h
|
0075b6c662
Aspen: add support for external display
|
12 years ago |
VLCExternalDisplayController.m
|
ae4ee5d5c9
Coding style fixes
|
12 years ago |
VLCHTTPFileDownloader.h
|
9dd024b957
Rename VLCAddMediaViewController to VLCMenuViewController since it's more appropriate
|
12 years ago |
VLCHTTPFileDownloader.m
|
9dd024b957
Rename VLCAddMediaViewController to VLCMenuViewController since it's more appropriate
|
12 years ago |
VLCHTTPUploaderController.h
|
67a26d83b9
http uploader: expose httpserver as a property so our object friends can ask for information
|
12 years ago |
VLCHTTPUploaderController.m
|
287499732e
HTTP-Uploader: show network activity indicator if appropriate
|
12 years ago |
VLCHorizontalSwipeGestureRecognizer.h
|
c12fd05f27
Add custom horizontal and vertical swipe gesture recognizers
|
12 years ago |
VLCHorizontalSwipeGestureRecognizer.m
|
c12fd05f27
Add custom horizontal and vertical swipe gesture recognizers
|
12 years ago |
VLCLinearProgressIndicator.h
|
85a73f5223
Add Linear Progress Indicator
|
12 years ago |
VLCLinearProgressIndicator.m
|
55a4b222e2
Linear Progress Indicator: minor code optimization
|
12 years ago |
VLCMenuViewController.h
|
d5ba408fc1
Menu: fix scrolling on iPhone (close #8730)
|
12 years ago |
VLCMenuViewController.m
|
335afc73fb
De-uglify Done buttons
|
12 years ago |
VLCMovieViewController.h
|
ea46bde552
Replace topmost toolbar with navigation bar
|
12 years ago |
VLCMovieViewController.m
|
d4f8bdb33e
Movie view: increase idle timeout for hiding controls(from 2 to 4 seconds)
|
12 years ago |
VLCPlaylistGridView.h
|
b3f240a21e
Add workaround for not implemented method commitEditingStyle in AQGridView
|
12 years ago |
VLCPlaylistGridView.m
|
a3cff2d98a
Library View: reduce file size precision by dropping positions after the decimal point
|
12 years ago |
VLCPlaylistTableViewCell.h
|
c40211c588
Library View: alternating background color using willdisplaycell
|
12 years ago |
VLCPlaylistTableViewCell.m
|
c40211c588
Library View: alternating background color using willdisplaycell
|
12 years ago |
VLCPlaylistViewController.h
|
db9c81f084
Code refactoring
|
12 years ago |
VLCPlaylistViewController.m
|
c40211c588
Library View: alternating background color using willdisplaycell
|
12 years ago |
VLCSettingsController.h
|
43f549cab7
further simplify our in-app settings implementation and solve the remaining issue with the subtitle encoding setting (close #8679)
|
12 years ago |
VLCSettingsController.m
|
faa0c47009
Use boolValue instead of intValue for settings options
|
12 years ago |
VLCSlider.h
|
3c1c73c531
Add custom slider class
|
12 years ago |
VLCSlider.m
|
3c1c73c531
Add custom slider class
|
12 years ago |
VLCStatusLabel.h
|
1a895b91b8
Add custom class to display status messages
|
12 years ago |
VLCStatusLabel.m
|
efd27a188f
Status Label: center in superview instead of window to fix alignment issues in landscape mode
|
12 years ago |
VLCVerticalSwipeGestureRecognizer.h
|
c12fd05f27
Add custom horizontal and vertical swipe gesture recognizers
|
12 years ago |
VLCVerticalSwipeGestureRecognizer.m
|
c12fd05f27
Add custom horizontal and vertical swipe gesture recognizers
|
12 years ago |
main.m
|
9c77f50520
Initial Commit
|
12 years ago |