- Aug 05, 2019
-
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
-
Carola Nitz authored
Instead of downloading data we point to appdata on device to use We switch to the song tab in Audio
-
- Aug 02, 2019
-
-
New AccessorySheeAccessoryType will be used to replace the current "checkmark" label. UIImage extended to create new class properties checkmark and disclosureChevron images used alongside the new accessoryType.
-
-
- Jul 24, 2019
-
-
Soomin Lee authored
This makes the property playerIsSetup accessible in order to check if the player is setup. Indeed for the case of the miniplayer, we were basing the shown state on the return values of libvlc `willPlay` and `isPlaying`. This led to have inconsistency because of synchronization issues. (closes #472)
-
Carola Nitz authored
-
Carola Nitz authored
-
- Jul 23, 2019
-
-
Carola Nitz authored
-
- Jul 22, 2019
-
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Localizable.strings: 100% translated InfoPlist.strings: 100% translated Settings.bundle: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
fastlane keyword: 100% translated fastlane title: 100% translated Signed-off-by:
Michał Trzebiatowski <michtrz@gmail.com>
-
Handled functionality for the control through VLCMovieViewControlViewController adopting delegate functionality"
-
-
Carola Nitz authored
Since we're using the same icon as rename we also updated the rename icon Also in editing mode we now don't show sort and just have a Done button in the right corner (closes #569)
-
- Jul 18, 2019
-
-
Marvin Scholz authored
Live streams have sometimes no valid duration, so setting the `_positionSet` state only in case of `_mediaDuration > 0` leads to an issue that seeking in such streams only works for the first time, as `_positionSet` is initialized as NO, then it is set to YES in `_setPositionForReal` and would be never set back to NO, causing all future seeks to be ignored. Fix videolan/VLCKit#157
-
-
-
- Jul 15, 2019
-
-
Carola Nitz authored
(closes #484)
-
Carola Nitz authored
-
Carola Nitz authored
(closes #485)
-
Carola Nitz authored
(closes #572)
-
Carola Nitz authored
(closes #574)
-
Carola Nitz authored
Before we would immediatly return, now we return before populating the infocenter closes #511
-
- Jul 08, 2019
-
-
Buttons are now highlighted when they are toggled. Renamed the new button icons to now follow a pattern: "icon<Description>" and placed them in their own assets folder"
-
Made OptionsControlBar respond to device orientation Fix not working button actions. Fixed buttons not triggering respective functions when tapped.
-