<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_CMFileManager, branch stable/cm-13.0-ZNH2K</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_CMFileManager/'/>
<entry>
<title>Automatic translation import</title>
<updated>2016-11-15T03:52:31+00:00</updated>
<author>
<name>pinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-11-15T03:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=2e211f323cd3aa755913bb4a866046000519a5d3'/>
<id>2e211f323cd3aa755913bb4a866046000519a5d3</id>
<content type='text'>
Change-Id: I05f9528abeaf928e849d5f5de59be6c412e3d559
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I05f9528abeaf928e849d5f5de59be6c412e3d559
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-11-04T14:00:51+00:00</updated>
<author>
<name>blinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-11-04T14:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=5bf428dc9924cea59e5d594edac631bf62befe78'/>
<id>5bf428dc9924cea59e5d594edac631bf62befe78</id>
<content type='text'>
Change-Id: I478bad3af1ae51922046d2b70273dddc98f34a9c
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I478bad3af1ae51922046d2b70273dddc98f34a9c
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-10-03T05:27:21+00:00</updated>
<author>
<name>inky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-10-03T05:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=0027c0008420b486a6ff96a04a410e0c10542ad8'/>
<id>0027c0008420b486a6ff96a04a410e0c10542ad8</id>
<content type='text'>
Change-Id: I248bbfb77812f237cedfb8543676bd76cc609884
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I248bbfb77812f237cedfb8543676bd76cc609884
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>CMFileManager: remove shortcut option for secure folders</title>
<updated>2016-09-30T11:32:22+00:00</updated>
<author>
<name>Ankit Gupta</name>
<email>agupta@cyngn.com</email>
</author>
<published>2016-06-21T23:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=f50ff112a034a72211bcea63a1eb2aa7ab10b396'/>
<id>f50ff112a034a72211bcea63a1eb2aa7ab10b396</id>
<content type='text'>
Change-Id: I31f568c04dae870d0108e915dd05071461b3196d
Issue-id: FEIJ-1360
(cherry picked from commit 96809f823932275a78c4f24a03138d06f03902c6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I31f568c04dae870d0108e915dd05071461b3196d
Issue-id: FEIJ-1360
(cherry picked from commit 96809f823932275a78c4f24a03138d06f03902c6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix no icon for 3GP files</title>
<updated>2016-09-30T11:30:24+00:00</updated>
<author>
<name>Keith Mok</name>
<email>kmok@cyngn.com</email>
</author>
<published>2016-06-22T16:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=7303d578b8c0bd68a5c9f5dd3621c7f1317fa43d'/>
<id>7303d578b8c0bd68a5c9f5dd3621c7f1317fa43d</id>
<content type='text'>
Commit 6f6094da21960569b93f6171e39e211e8d37f41a does not
do what it said. It said
"   We are now defaulting to treating 3GP files as video files for
    determining the default icon as it was parsing the video files for
    their metadata which was causing ANR problems."
However it returns no icon for 3GP.
Fix it to do what it said in that commit.

FEIJ-202 FEIJ-1347

Change-Id: Ieb57583316594c0308792ff8b43aadf1b15d74a5
(cherry picked from commit 70addacba1dfc3d89c6094bf1a942dafdcaff0da)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 6f6094da21960569b93f6171e39e211e8d37f41a does not
do what it said. It said
"   We are now defaulting to treating 3GP files as video files for
    determining the default icon as it was parsing the video files for
    their metadata which was causing ANR problems."
However it returns no icon for 3GP.
Fix it to do what it said in that commit.

FEIJ-202 FEIJ-1347

Change-Id: Ieb57583316594c0308792ff8b43aadf1b15d74a5
(cherry picked from commit 70addacba1dfc3d89c6094bf1a942dafdcaff0da)
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-09-28T23:42:41+00:00</updated>
<author>
<name>pinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-09-28T23:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=3ff8593bd358a69505662c0e452db0863a1916d5'/>
<id>3ff8593bd358a69505662c0e452db0863a1916d5</id>
<content type='text'>
Change-Id: I242879e932f58325fab105ef38b984e50b1b27b5
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I242879e932f58325fab105ef38b984e50b1b27b5
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-09-19T01:04:52+00:00</updated>
<author>
<name>blinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-09-19T01:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=c82791bafbbb4732d41e29d3e080b8d7b1063bbc'/>
<id>c82791bafbbb4732d41e29d3e080b8d7b1063bbc</id>
<content type='text'>
Change-Id: I72f41b70e22597b8b076ce9cd4dc66aa9d73ad14
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I72f41b70e22597b8b076ce9cd4dc66aa9d73ad14
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-09-10T21:38:21+00:00</updated>
<author>
<name>inky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-09-10T21:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=b8d24ba2270e4c17c65393ff34e6440a7d7c46d5'/>
<id>b8d24ba2270e4c17c65393ff34e6440a7d7c46d5</id>
<content type='text'>
Change-Id: I15801e9d0155034d30e09a2c451e87540015a143
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I15801e9d0155034d30e09a2c451e87540015a143
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-09-07T04:26:48+00:00</updated>
<author>
<name>blinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-09-07T04:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=ebed390234e7ca50278d7a40f0c75c4a7a10ec05'/>
<id>ebed390234e7ca50278d7a40f0c75c4a7a10ec05</id>
<content type='text'>
Change-Id: I3f31a2a8625ca64994562a958827629e127d9dcf
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3f31a2a8625ca64994562a958827629e127d9dcf
Ticket: RM-231
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2016-09-02T01:46:14+00:00</updated>
<author>
<name>blinky@build01</name>
<email>jenkins@cyanogenmod.com</email>
</author>
<published>2016-09-02T01:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_CMFileManager/commit/?id=b4c8ca15f8edf6226c7f583988b74cbee853bbeb'/>
<id>b4c8ca15f8edf6226c7f583988b74cbee853bbeb</id>
<content type='text'>
Change-Id: I6a68d779d17e063437906a275ea103a8e5b67640
Ticket: RM-231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6a68d779d17e063437906a275ea103a8e5b67640
Ticket: RM-231
</pre>
</div>
</content>
</entry>
</feed>
