<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_Messaging, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/'/>
<entry>
<title>Automatic translation import</title>
<updated>2019-08-10T19:01:43+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mkbestas@lineageos.org</email>
</author>
<published>2019-08-10T19:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=abbab603c163e1629ba6be1768b0d621da162169'/>
<id>abbab603c163e1629ba6be1768b0d621da162169</id>
<content type='text'>
Change-Id: Ib93059b46ae36881aa5402b335b6d49efc28fee6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib93059b46ae36881aa5402b335b6d49efc28fee6
</pre>
</div>
</content>
</entry>
<entry>
<title>Messaging ignores file URIs shared via intent</title>
<updated>2018-08-08T19:59:57+00:00</updated>
<author>
<name>David Smith</name>
<email>davidas@google.com</email>
</author>
<published>2018-05-01T21:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=909f831b98faf15300676875afd2f21a1fc74d06'/>
<id>909f831b98faf15300676875afd2f21a1fc74d06</id>
<content type='text'>
Fixes b/37629504 by not creating attachments from file URIs shared via
intent. Sharing file URIs is disallowed by Android N and later and is no
longer supported for this app.

Test: manual using the Debug command added in this change

Change-Id: Ibff486c94ac703a9a4c5a80e33b934a460804a8f
Merged-In: Ibff486c94ac703a9a4c5a80e33b934a460804a8f
(cherry picked from commit 9deefdf182d69f98d361d9d24de1e4892923dac5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes b/37629504 by not creating attachments from file URIs shared via
intent. Sharing file URIs is disallowed by Android N and later and is no
longer supported for this app.

Test: manual using the Debug command added in this change

Change-Id: Ibff486c94ac703a9a4c5a80e33b934a460804a8f
Merged-In: Ibff486c94ac703a9a4c5a80e33b934a460804a8f
(cherry picked from commit 9deefdf182d69f98d361d9d24de1e4892923dac5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-12-14T02:58:59+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-12-14T02:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=0955013081c869922ae57657e319c3b8a3172dc0'/>
<id>0955013081c869922ae57657e319c3b8a3172dc0</id>
<content type='text'>
Change-Id: If1f54e72c11bf71a87a724f0e4781db98dc72e1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If1f54e72c11bf71a87a724f0e4781db98dc72e1f
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE</title>
<updated>2017-09-20T20:37:11+00:00</updated>
<author>
<name>Matt Sarett</name>
<email>msarett@google.com</email>
</author>
<published>2015-08-24T15:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=9885aa80867718c5141eeeb7456a29280552be59'/>
<id>9885aa80867718c5141eeeb7456a29280552be59</id>
<content type='text'>
Update callers *GifCloseFile for new GIFLIB DO NOT MERGE

Bug:34697653
Test: build; existing CTS tests

Original commit message:
Fix build breakage caused by updating giflib

Change-Id: I085379470620ec4db13f8baf7a9eb069747270b7
(cherry picked from commit 60519c717ebac07437af401006078bf944f93add)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update callers *GifCloseFile for new GIFLIB DO NOT MERGE

Bug:34697653
Test: build; existing CTS tests

Original commit message:
Fix build breakage caused by updating giflib

Change-Id: I085379470620ec4db13f8baf7a9eb069747270b7
(cherry picked from commit 60519c717ebac07437af401006078bf944f93add)
</pre>
</div>
</content>
</entry>
<entry>
<title>37742976 - Catch bad gifs</title>
<updated>2017-09-20T20:04:04+00:00</updated>
<author>
<name>Tom Taylor</name>
<email>tomtaylor@google.com</email>
</author>
<published>2017-06-20T21:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=20f6e4dc2fdadcf88cb8b48276169da47a913f9f'/>
<id>20f6e4dc2fdadcf88cb8b48276169da47a913f9f</id>
<content type='text'>
* A security researcher crafted a gif that would cause the Android
Bitmap code to throw an NPE. That would cause messaging to crash when
decoding the NPE. Catch the NPE.

Test: manually tested the "crash.gif" attached to the bug. Stepped
through the debugger to verify we're catching the NPE and logging
the attempt. Verified normal gifs still work.

Bug: 37742976

Change-Id: Iab814d5b0b514bed0cecddd9a76f1fc095f90892
(cherry picked from commit 3671fd94ae1aad5c51d0730066e7f0c7b4c893ce)
(cherry picked from commit e0f247e3994869567288f8057d9e3afec1dd2fe6)
CVE-2017-0780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A security researcher crafted a gif that would cause the Android
Bitmap code to throw an NPE. That would cause messaging to crash when
decoding the NPE. Catch the NPE.

Test: manually tested the "crash.gif" attached to the bug. Stepped
through the debugger to verify we're catching the NPE and logging
the attempt. Verified normal gifs still work.

Bug: 37742976

Change-Id: Iab814d5b0b514bed0cecddd9a76f1fc095f90892
(cherry picked from commit 3671fd94ae1aad5c51d0730066e7f0c7b4c893ce)
(cherry picked from commit e0f247e3994869567288f8057d9e3afec1dd2fe6)
CVE-2017-0780
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-09-20T00:16:28+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-09-20T00:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=d1d055f0a31c391ab88bccdadcc4d576cf3b7c02'/>
<id>d1d055f0a31c391ab88bccdadcc4d576cf3b7c02</id>
<content type='text'>
Change-Id: Ifbcdbbe7256a54b88480b81c75217057521cfd8e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifbcdbbe7256a54b88480b81c75217057521cfd8e
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-07-28T04:21:35+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-07-28T04:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=d11f75b1405e6d83fae66ff358aceaa539559ab3'/>
<id>d11f75b1405e6d83fae66ff358aceaa539559ab3</id>
<content type='text'>
Change-Id: Ie67e7ffe842430ffbb700c04a212a0b25a498d28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie67e7ffe842430ffbb700c04a212a0b25a498d28
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-06-23T05:40:49+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-06-23T05:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=a811fbba139aab8271bea4475422fb69fb2a1b02'/>
<id>a811fbba139aab8271bea4475422fb69fb2a1b02</id>
<content type='text'>
Change-Id: I72aeeb3b31625e8daf4d1c7b14cd0bb5ed34fb88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I72aeeb3b31625e8daf4d1c7b14cd0bb5ed34fb88
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-06-04T01:42:54+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-06-04T01:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=6437882a53b787bf7e7f48b509483547cb9c6708'/>
<id>6437882a53b787bf7e7f48b509483547cb9c6708</id>
<content type='text'>
Change-Id: I7b81d8b32cd030382d4c048fb443fd28d977e561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7b81d8b32cd030382d4c048fb443fd28d977e561
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2017-04-28T21:27:56+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@lineageos.org</email>
</author>
<published>2017-04-28T21:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_Messaging/commit/?id=295f31fcc85115305874e0e23b8c0c118edc940b'/>
<id>295f31fcc85115305874e0e23b8c0c118edc940b</id>
<content type='text'>
Change-Id: Ie72a143b9fbbd991e719e04e9ea2e9c13ef99567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie72a143b9fbbd991e719e04e9ea2e9c13ef99567
</pre>
</div>
</content>
</entry>
</feed>
