Advertisement
SpaTeam

What's new 2.7.8 (en)

Nov 20th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  4. <style>
  5. @font-face {
  6. font-family: "SRG SSR Type Regular";
  7. src: url("https://play.swissinfo.ch/play/assets/build/production/css/fonts/SRGSSRType_Rg.ttf") format("truetype");
  8. }
  9. @font-face {
  10. font-family: "SRG SSR Type Bold";
  11. src: url("https://play.swissinfo.ch/play/assets/build/production/css/fonts/SRGSSRType_Bd.ttf") format("truetype");
  12. }
  13. body {
  14. font-family: "SRG SSR Type Regular";
  15. -webkit-touch-callout: none;
  16. -webkit-user-select: none;
  17. -webkit-text-size-adjust: 100%;
  18. color: #ffffff;
  19. background-color: #000000;
  20. }
  21. </style>
  22. <body>
  23.  
  24. <h1>What's new</h1>
  25. <h2>2.7.8</h2>
  26. <ul>
  27. <li>When using the application outside Switzerland, content which can be played is now easy to identify.</li>
  28. <li>Notifications have been made less intrusive.</li>
  29. <li>Content expiration is now displayed on the player page.</li>
  30. </ul>
  31. <h2>2.7.7</h2>
  32. <ul>
  33. <li>Videos can be played from the lock screen</li>
  34. <li>Fixed iOS 9 crash</li>
  35. </ul>
  36. <h2>2.7.6</h2>
  37. <ul>
  38. <li>iPhone X support.</li>
  39. <li>Minor bug fixes.</li>
  40. </ul>
  41. <h2>2.7.5</h2>
  42. <ul>
  43. <li>Fixed unexpected playback restarts.</li>
  44. <li>Minor bug fixes.</li>
  45. </ul>
  46. <h2>2.7.4</h2>
  47. <ul>
  48. <li>Improved AirPlay behavior</li>
  49. </ul>
  50. <h2>2.7.3</h2>
  51. <ul>
  52. <li>Bug fixes</li>
  53. </ul>
  54. <h2>2.7.2</h2>
  55. <ul>
  56. <li>Picture in picture can be enabled by pressing the home button while playing a video in full screen on iPad.</li>
  57. <li>Full screen can be toggled with a pinch gesture on iPad.</li>
  58. </ul>
  59. <h2>2.7.1</h2>
  60. <ul>
  61. <li>Bug fixes.</li>
  62. </ul>
  63. <h2>2.7.0</h2>
  64. <p>The Play SWI application has been vastly improved. This new version features:</p>
  65. <ul>
  66. <li>A revisited immersive playback experience.</li>
  67. <li>English video subtitles.</li>
  68. <li>A freshened look and feel.</li>
  69. <li>An efficient content navigation.</li>
  70. <li>Easy access to downloadable content.</li>
  71. <li>The ability to navigate content in landscape orientation on iPhone Plus devices.</li>
  72. <li>Support for Split View on iPad (only available for compatible devices).</li>
  73. <li>Content preview with 3D Touch on compatible iPhones.</li>
  74. <li>A polished AirPlay user experience.</li>
  75. <li>A better support for headsets.</li>
  76. <li>Improved accessibility for blind and visually impaired users (VoiceOver and support for large text sizes).</li>
  77. </ul>
  78. <h2>2.6.6</h2>
  79. <ul>
  80. <li>Improve VoiceOver experience</li>
  81. </ul>
  82. <h2>2.6.5</h2>
  83. <p>Thank you for your feedback, they are very useful.</p>
  84. <h2>2.6.3</h2>
  85. <ul>
  86. <li>When using AirPlay Mirroring from your device, playing a video correctly switches to full-screen playback.</li>
  87. <li>The stability of the application has been improved.</li>
  88. </ul>
  89. <p>Feedback using the application’s top-right button is valuable and greatly appreciated.</p>
  90. <h2>2.6.2</h2>
  91. <ul>
  92. <li>You can continue watching a video on AirPlay, even when your device is locked or when using other applications.</li>
  93. <li>If you are listening to music with the music application and watch a video in our application, music playback will automatically resume once the video player is closed.</li>
  94. <li>The stability of the application has been improved.</li>
  95. </ul>
  96.  
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement