- Aug 31, 2020
-
-
Jesse Halley authored
Fix bugs with VLCTime strings, although maybe Ill just revert back to the original custom implementation Rename the fetchThumbnail method on VLCMEdiaThumbnailer Update some of the test code
-
- Aug 21, 2020
-
-
Jesse Halley authored
Use NSInteger in more places Improve how VLCMediaDiscoverer is imported into Swift Refine the a VLCMedia object is parsed in Swift
-
- Aug 20, 2020
-
-
Jesse Halley authored
Mark VLCAudio init as unavailable Change the volumeChanged notification to an NSNotificationName so that it is imported into swift more nicely Use NSInteger instead of int in more places Put the intervals used in the extraShort/short/medium/long jumpForwards/Backwards into an enum Use NSDateComponentsFormatter to create the various string representations of VLCTime
-
- Aug 19, 2020
-
-
Jesse Halley authored
Use NSURLs instead of NSString paths when interacting with the file system Return BOOL instead of int to indicate the success of a function Use CGSize to indicate snapshot size instead of separate width and height parameters
-
- Aug 17, 2020
-
-
Jesse Halley authored
Add type annotations for NSArray/NSDictionary in more places
-
- Aug 16, 2020
-
-
Jesse Halley authored
-
Jesse Halley authored
Update tests
-
- Aug 09, 2020
-
-
Jesse Halley authored
Fix VLCTime conformance to ExpressibleByIntegerLiteral since required initialisers cannot be declared in a Swift extension
-
Jesse Halley authored
Rename various types, properties, methods to be more "swifty" when they are used in Swift
-
Jesse Halley authored
-
Jesse Halley authored
- Organise contants using typedefs so that they get imported nicely to Swift - Rename things to be more "swifty" when they get imported to Swift - Define the designated initialiser - Add type and nullablilty annotations
-
Jesse Halley authored
- Organise constants using typedefs so they get nicely imported into Swift - Add type annotations to collections - Add nullability annotations
-
Jesse Halley authored
- Add nullability annotations - Define the nullTime singleton with a class property instead of a class method - Define a designated initialiser - Mark inherited initialisers as unavailable
-
- Aug 01, 2020
-
-
Felix Paul Kühne authored
This fixes packaging the macOS builds
-
Felix Paul Kühne authored
-
- Jul 30, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Unify certain strings on lower case so they are interpreted the same.
-
-
-
-
-
-
-
And change the build script accordingly
-
-
- Jul 29, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This adds gitlab.ci integration based on the existing configuration from the 3.0 branch. This omits the automatic deployment of documentation based on doxygen until further notice.
-
- Jul 26, 2020
-
-
Felix Paul Kühne authored
For non-understood reasons, we always defined and promised that there would be a notification when an item is added to a media list, but we only triggered the delegate and never send the notification in contrast to deleting an item from the list.
-
- Jul 21, 2020
-
-
Felix Paul Kühne authored
The wrapper for the legacy library was removed in f9e38822 ignoring these remnants.
-
- Jul 16, 2020
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This makefile was superseeded by the scripts in /Packaging a long time ago.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jun 30, 2020
-
-
Felix Paul Kühne authored
This fixes #389
-
- Jun 18, 2020
-
-
Soomin Lee authored
-
- Jun 15, 2020
-
-
Alexandre Janniaux authored
Those symbols are meant to be used by the client application or library, so they must be exposed in the final object.
-
Alexandre Janniaux authored
It will use the correct extern variant depending on whether the file is compiled into objc code or objcpp code.
-