Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
270
Issues
270
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
771b1d8c
Commit
771b1d8c
authored
Sep 12, 2017
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More options for default playback speed matching the tvOS version
parent
bf656395
Pipeline
#174
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
NEWS
NEWS
+1
-0
Resources/Settings.bundle/Root.inApp.plist
Resources/Settings.bundle/Root.inApp.plist
+8
-2
Resources/Settings.bundle/Root.plist
Resources/Settings.bundle/Root.plist
+8
-2
No files found.
NEWS
View file @
771b1d8c
...
...
@@ -5,6 +5,7 @@ iOS 2.8.2:
· Fixes a crash when discovering UPnP devices on the local network
· Restored playback on iOS 7
· Dropbox support is no longer an option on iOS 7 and iOS 8
· More options for default playback speed matching the tvOS version
· General stability improvements and bug fixes
iOS 2.8.1:
...
...
Resources/Settings.bundle/Root.inApp.plist
View file @
771b1d8c
...
...
@@ -77,19 +77,25 @@
<real>
1
</real>
<key>
Titles
</key>
<array>
<string>
0.25x
</string>
<string>
0.50x
</string>
<string>
0.75x
</string>
<string>
1.00x
</string>
<string>
1.25x
</string>
<string>
1.50x
</string>
<string>
1.75x
</string>
<string>
2.00x
</string>
<string>
4.00x
</string>
</array>
<key>
Values
</key>
<array>
<real>
0.25
</real>
<real>
0.5
</real>
<real>
0.75
</real>
<real>
1
</real>
<real>
1.25
</real>
<real>
1.5
</real>
<real>
1.75
</real>
<real>
2
</real>
<real>
4
</real>
</array>
</dict>
<dict>
...
...
Resources/Settings.bundle/Root.plist
View file @
771b1d8c
...
...
@@ -57,19 +57,25 @@
<real>
1
</real>
<key>
Titles
</key>
<array>
<string>
0.25x
</string>
<string>
0.50x
</string>
<string>
0.75x
</string>
<string>
1.00x
</string>
<string>
1.25x
</string>
<string>
1.50x
</string>
<string>
1.75x
</string>
<string>
2.00x
</string>
<string>
4.00x
</string>
</array>
<key>
Values
</key>
<array>
<real>
0.25
</real>
<real>
0.5
</real>
<real>
0.75
</real>
<real>
1
</real>
<real>
1.25
</real>
<real>
1.5
</real>
<real>
1.75
</real>
<real>
2
</real>
<real>
4
</real>
</array>
</dict>
<dict>
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
30950f60
·
Sep 12, 2017
mentioned in commit
30950f60
mentioned in commit 30950f60e33e82d290d42216c2205c86f7c431db
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment