<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ubuntu Touch OTA-15 Changelog]]></title><description><![CDATA[<p dir="auto">Hi, folks!</p>
<p dir="auto">What follows is a near-complete list of changes from Ubuntu Touch team members between OTA-14 and OTA-15. It does not include changes to core apps, though. OTA-15 is slated for release on Wednesday, December 16.</p>
<p dir="auto">Better prose release notes will be available on <a href="https://ubports.com/blog/ubport-blogs-news-1" rel="nofollow ugc">the UBports Blog</a>, as always.</p>
<p dir="auto">I compile these manually with a GitHub search, so please let me know if you think of a better way...</p>
<p dir="auto">I spared you the changes to Jenkins configuration files for many, <em>many</em> components. I also left off the many changes to make our build infrastructure better in general. Those likely aren't interesting to you as a user of Ubuntu Touch but they do make our contributors' lives easier!</p>
<h3>["Flohack"]</h3>
<ul>
<li>Implement RIL quirks for Samsung MSM822x devices: <a href="https://github.com/ubports/ofono/pull/8" rel="nofollow ugc">ubports/ofono#8</a></li>
<li>Add more hardcoded languages, so system-settings can be translated into more languages: <a href="https://github.com/ubports/system-settings/pull/229/files" rel="nofollow ugc">ubports/system-settings#29</a></li>
<li>Fix translations for indicator-session (for real this time): <a href="https://github.com/ubports/indicator-session/pull/6" rel="nofollow ugc">ubports/indicator-session#6</a></li>
</ul>
<h3>[Luca Weiss]</h3>
<ul>
<li>Fix ubuntu-download-manager tests, fixes <a href="https://github.com/ubports/ubuntu-download-manager/issues/3" rel="nofollow ugc">ubports/ubuntu-download-manager#3</a>: <a href="https://github.com/ubports/ubuntu-download-manager/pull/24" rel="nofollow ugc">ubports/ubuntu-download-manager#24</a></li>
</ul>
<h3>[Joan "Cibersheep"]</h3>
<ul>
<li>Change system-settings dividers to theme colors from hardcoded colors: <a href="https://github.com/ubports/system-settings/pull/233" rel="nofollow ugc">ubports/system-settings#233</a></li>
<li>Replace morph-browser icon: <a href="https://github.com/ubports/morph-browser/pull/343" rel="nofollow ugc">ubports/morph-browser#343</a></li>
<li>Change some styling inside morph-browser to better fit the system: <a href="https://github.com/ubports/morph-browser/pull/366" rel="nofollow ugc">ubports/morph-browser#366</a></li>
<li>Make Lomiri notification buttons follow system HIG: <a href="https://github.com/ubports/unity8/pull/336" rel="nofollow ugc">ubports/unity8#336</a></li>
<li>Make Dialer more usable in landscape mode, fixes <a href="https://github.com/ubports/dialer-app/issues/6" rel="nofollow ugc">ubports/dialer-app#6</a> and <a href="https://github.com/ubports/dialer-app/issues/136" rel="nofollow ugc">ubports/dialer-app#136</a>: <a href="https://github.com/ubports/dialer-app/pull/140" rel="nofollow ugc">ubports/dialer-app#140</a></li>
</ul>
<h3>[Mateo Salta]</h3>
<ul>
<li>Make system-settings language selection fit in with platform design: <a href="https://github.com/ubports/system-settings/pull/234" rel="nofollow ugc">ubports/system-settings#234</a></li>
</ul>
<h3>[Kugi Eusebio]</h3>
<ul>
<li>Make brightness slider in system-settings non-interactive when automatic brightness is enabled, fixes <a href="https://github.com/ubports/system-settings/issues/204" rel="nofollow ugc">ubports/system-settings#204</a>: <a href="https://github.com/ubports/system-settings/pull/237" rel="nofollow ugc">ubports/system-settings#237</a></li>
<li>Update URL entry, bookmark, history colors to match user-selected theme: <a href="https://github.com/ubports/morph-browser/pull/409" rel="nofollow ugc">ubports/morph-browser#409</a></li>
</ul>
<h3>[Ratchanan Srirattanamet]</h3>
<ul>
<li>Add Thai keyboard with no prediction support, fixes <a href="https://github.com/ubports/keyboard-component/issues/122" rel="nofollow ugc">ubports/keyboard-component#122</a>: <a href="https://github.com/ubports/keyboard-component/pull/130" rel="nofollow ugc">ubports/keyboard-component#130</a></li>
<li>Fix triggering calls outside of Telepathy, for example via a Bluetooth headset's "Redial" button: <a href="https://github.com/ubports/telephony-service/pull/14" rel="nofollow ugc">ubports/telephony-service#14</a></li>
<li>Fix sending USSD codes on Android9 devices and the PinePhone, fixes <a href="https://github.com/ubports/ubuntu-touch/issues/1592" rel="nofollow ugc">ubports/ubuntu-touch#1592</a>: <a href="https://github.com/ubports/telepathy-ofono/pull/18" rel="nofollow ugc">ubports/telepathy-ofono#18</a></li>
<li>Fix sending SMS/MMS notifications with an incorrect "received" time: <a href="https://github.com/ubports/telepathy-ofono/pull/19" rel="nofollow ugc">ubports/telepathy-ofono#19</a></li>
</ul>
<h3>[Chris Clime]</h3>
<ul>
<li>Remove workarounds for issues inside morph-browser which have been fixed elsewhere: <a href="https://github.com/ubports/morph-browser/pull/353" rel="nofollow ugc">ubports/morph-browser#353</a></li>
<li>Add Metager search engine to Morph Browser: <a href="https://github.com/ubports/morph-browser/pull/369" rel="nofollow ugc">ubports/morph-browser#369</a></li>
<li>Sort domain permissions by the most-recently accessed domain by default, fixes <a href="https://github.com/ubports/morph-browser/issues/383" rel="nofollow ugc">ubports/morph-browser#383</a>: <a href="https://github.com/ubports/morph-browser/pull/384" rel="nofollow ugc">ubports/morph-browser#384</a></li>
<li>Allow JavaScript to access the Ubuntu Touch clipboard, fixes <a href="https://github.com/ubports/morph-browser/issues/389" rel="nofollow ugc">ubports/morph-browser#389</a>: <a href="https://github.com/ubports/morph-browser/pull/390" rel="nofollow ugc">ubports/morph-browser#390</a></li>
</ul>
<h3>[Dalton Durst]</h3>
<ul>
<li>Make any future API break of 'OffTheRecord' inside of <a href="http://Morph.Web" rel="nofollow ugc">Morph.Web</a> explicit: <a href="https://github.com/ubports/morph-browser/pull/376" rel="nofollow ugc">ubports/morph-browser#376</a></li>
<li>Fix flaky MenuBar test: <a href="https://github.com/ubports/unity8/pull/338" rel="nofollow ugc">ubports/unity8#338</a></li>
<li>Fix flaky NarrowView test: <a href="https://github.com/ubports/unity8/pull/339" rel="nofollow ugc">ubports/unity8#339</a></li>
<li>Fix fetching contacts for missed calls on arm64 devices, fixes <a href="https://github.com/ubports/ubuntu-touch/issues/1561" rel="nofollow ugc">ubports/ubuntu-touch#1561</a>: <a href="https://github.com/ubports/telephony-service/pull/16" rel="nofollow ugc">ubports/telephony-service#16</a></li>
<li>Fix handling of ALSA UCM files, needed for the PinePhone kernel upgrade: <a href="https://github.com/ubports/pulseaudio-packaging/pull/6" rel="nofollow ugc">ubports/pulseaudio-packaging#6</a></li>
</ul>
<h3>[Daniel Kutka]</h3>
<ul>
<li>Implement a new swipe-to-close interface in morph-browser while also fixing tab previews, fixes <a href="https://github.com/ubports/morph-browser/issues/119" rel="nofollow ugc">ubports/morph-browser#119</a> and <a href="https://github.com/ubports/morph-browser/issues/325" rel="nofollow ugc">ubports/morph-browser#325</a>: <a href="https://github.com/ubports/morph-browser/pull/382" rel="nofollow ugc">ubports/morph-browser#382</a></li>
</ul>
<h3>[Michele "mymike00"]</h3>
<ul>
<li>Add an icon to the "Brightness" menu item in System Settings -&gt; Battery: <a href="https://github.com/ubports/system-settings/pull/257" rel="nofollow ugc">ubports/system-settings#257</a></li>
<li>Use the system's DatePicker instead of creating our own in system-settings: <a href="https://github.com/ubports/system-settings/pull/259" rel="nofollow ugc">ubports/system-settings#259</a></li>
<li>Use theme's color to dim Dialog backgrounds: <a href="https://github.com/ubports/ubuntu-ui-toolkit/pull/99" rel="nofollow ugc">ubports/ubuntu-ui-toolkit#99</a></li>
</ul>
<h3>[Lionel Duboeuf and "jEzEk"]</h3>
<ul>
<li>Show an error when an MMS arrives but it was not downloaded properly: <a href="https://github.com/ubports/nuntium/pull/3" rel="nofollow ugc">ubports/nuntium#3</a>, <a href="https://github.com/ubports/telephony-service/pull/13" rel="nofollow ugc">ubports/telephony-service#13</a>, <a href="https://github.com/ubports/messaging-app/pull/248" rel="nofollow ugc">ubports/messaging-app#248</a>, <a href="https://github.com/ubports/nuntium/pull/4" rel="nofollow ugc">ubports/nuntium#4</a>, <a href="https://github.com/ubports/nuntium/pull/5" rel="nofollow ugc">ubports/nuntium#5</a>, <a href="https://github.com/ubports/nuntium/pull/6" rel="nofollow ugc">ubports/nuntium#6</a>, <a href="https://github.com/ubports/nuntium/pull/7" rel="nofollow ugc">ubports/nuntium#7</a>.</li>
</ul>
<h3>[Lionel Duboeuf]</h3>
<ul>
<li>Ensure Dialer's call backend is ready before trying to display a live call, fixing crashes, fixes <a href="https://github.com/ubports/ubuntu-touch/issues/195" rel="nofollow ugc">ubports/ubuntu-touch#195</a>: <a href="https://github.com/ubports/dialer-app/pull/134" rel="nofollow ugc">ubports/dialer-app#134</a></li>
<li>Fix showing user avatars when messages are opened from notifications, fixes <a href="https://github.com/ubports/messaging-app/issues/246" rel="nofollow ugc">ubports/messaging-app#246</a>: <a href="https://github.com/ubports/messaging-app/pull/247" rel="nofollow ugc">ubports/messaging-app#247</a></li>
<li>Fix hidden header of call info screen which allows calling or messaging the listed caller, fixes <a href="https://github.com/ubports/dialer-app/issues/78" rel="nofollow ugc">ubports/dialer-app#78</a>: <a href="https://github.com/ubports/dialer-app/pull/141" rel="nofollow ugc">ubports/dialer-app#141</a></li>
</ul>
<h3>[Rodney "Dobey"]</h3>
<ul>
<li>Fix typo in libertine-container-manager, fixes <a href="https://github.com/ubports/libertine/issues/89" rel="nofollow ugc">ubports/libertine#89</a>: <a href="https://github.com/ubports/libertine/pull/97" rel="nofollow ugc">ubports/libertine#97</a></li>
<li>Simplify lookup of icons for click packages: <a href="https://github.com/ubports/system-settings/pull/267" rel="nofollow ugc">ubports/system-settings#267</a></li>
</ul>
]]></description><link>https://forums.ubports.com/topic/5304/ubuntu-touch-ota-15-changelog</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 17:34:52 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/5304.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Dec 2020 23:32:47 GMT</pubDate><ttl>60</ttl></channel></rss>