<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Trebuchet, branch cm-12.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/replicant/packages_apps_Trebuchet/'/>
<entry>
<title>Automatic translation import</title>
<updated>2015-08-22T23:07:57+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@gmail.com</email>
</author>
<published>2015-08-22T23:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=1f1efbf1a7c5c6183bb65f7c6b4051b537b43ac3'/>
<id>1f1efbf1a7c5c6183bb65f7c6b4051b537b43ac3</id>
<content type='text'>
Change-Id: I4dc98e4bcff080e4bea303df2c7b9e66ea768d71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4dc98e4bcff080e4bea303df2c7b9e66ea768d71
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2015-08-19T21:55:55+00:00</updated>
<author>
<name>Tom Powell</name>
<email>tpowell@cyngn.com</email>
</author>
<published>2015-08-19T21:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=b9d906b4c4550bad60e58f9924d06d5d34a2a9f5'/>
<id>b9d906b4c4550bad60e58f9924d06d5d34a2a9f5</id>
<content type='text'>
Change-Id: I50078d861a3f7db0662cb9ae5dbc21aaf8d88e2e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I50078d861a3f7db0662cb9ae5dbc21aaf8d88e2e
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2015-06-22T18:13:29+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@gmail.com</email>
</author>
<published>2015-06-22T18:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=fbeaa98b1b188192a0e3b53faa85accd5014a2e6'/>
<id>fbeaa98b1b188192a0e3b53faa85accd5014a2e6</id>
<content type='text'>
Change-Id: I4afa9bbb62ab88c8a9c6cd7c97f897e9dbddc0f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4afa9bbb62ab88c8a9c6cd7c97f897e9dbddc0f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Scrolling: Fix fade in workspaces from ignoring us</title>
<updated>2015-06-16T00:56:03+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2015-06-15T18:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=89b0017aebb61c7d2ab5944eb38e8c29b14c51b4'/>
<id>89b0017aebb61c7d2ab5944eb38e8c29b14c51b4</id>
<content type='text'>
The fade in option ignores all user settings if
the device is in landscape or is a tablet. Clean up
the settings loading logic and ensure that the user
settings are respected always.

Repro Steps:
- Force Rotation
- kill trebuchet
- scroll to new screen

Change-Id: I9bc49d1abebd88ac8c95ef44ea4e874494e29e1e
(cherry picked from commit 8de4b987b0a5ff9f09e59145a6ebab26a6abde73)
(cherry picked from commit 2788cebadb3424cb8d47fc36a90d2542e78d32e5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fade in option ignores all user settings if
the device is in landscape or is a tablet. Clean up
the settings loading logic and ensure that the user
settings are respected always.

Repro Steps:
- Force Rotation
- kill trebuchet
- scroll to new screen

Change-Id: I9bc49d1abebd88ac8c95ef44ea4e874494e29e1e
(cherry picked from commit 8de4b987b0a5ff9f09e59145a6ebab26a6abde73)
(cherry picked from commit 2788cebadb3424cb8d47fc36a90d2542e78d32e5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rotation: fix icons disappearing</title>
<updated>2015-06-11T18:37:53+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2015-06-11T17:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=36fcac12c25d0cc733ed0d4a90889d140434fd07'/>
<id>36fcac12c25d0cc733ed0d4a90889d140434fd07</id>
<content type='text'>
Only the dynamic grid reload should be
stopping the launcher with intent to rebuild
the entire workspace.

This returns stopLoader to it's functionality
pre-dynamic grid resize patch.

Change-Id: I55861da83f9b640fd767031e0f2188c5b9b91e66
(cherry picked from commit 7d006588505d1ccc1a04cf9080851f0a7abeca66)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only the dynamic grid reload should be
stopping the launcher with intent to rebuild
the entire workspace.

This returns stopLoader to it's functionality
pre-dynamic grid resize patch.

Change-Id: I55861da83f9b640fd767031e0f2188c5b9b91e66
(cherry picked from commit 7d006588505d1ccc1a04cf9080851f0a7abeca66)
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatic translation import</title>
<updated>2015-06-01T14:58:32+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@gmail.com</email>
</author>
<published>2015-06-01T14:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=65743405bd62e99529ec3f22ad418fab2915e91f'/>
<id>65743405bd62e99529ec3f22ad418fab2915e91f</id>
<content type='text'>
Change-Id: I989bff5dcb3d193419c74bcb8ef9abc966e595dc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I989bff5dcb3d193419c74bcb8ef9abc966e595dc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the hint text of rename folder can't change with system language</title>
<updated>2015-05-27T21:39:13+00:00</updated>
<author>
<name>xuke.yin</name>
<email>xuke.yin@ck-telecom.com</email>
</author>
<published>2015-05-22T09:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=13d6bcf08e004877bd268a88165d2bc265764366'/>
<id>13d6bcf08e004877bd268a88165d2bc265764366</id>
<content type='text'>
Reproduce
1)In workspace make a folder, click the folder check the hint text of
the rename edittext.
2)Change the system language, then click the folder for rename, in the
second time click the folder the hint text will change to the last
language.

Change-Id: I97d14a15bfa748be900bef193950b85b890efe40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reproduce
1)In workspace make a folder, click the folder check the hint text of
the rename edittext.
2)Change the system language, then click the folder for rename, in the
second time click the folder the hint text will change to the last
language.

Change-Id: I97d14a15bfa748be900bef193950b85b890efe40
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport From 12.1: Increase SDK Version to support Android for Work</title>
<updated>2015-05-18T23:36:59+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2015-05-18T23:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=990387c6c97395d1b6dd01c7ecaae5bff0d063ab'/>
<id>990387c6c97395d1b6dd01c7ecaae5bff0d063ab</id>
<content type='text'>
Change-Id: I01d736df509470a0632ee9dbb7f51b04456b0ea4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I01d736df509470a0632ee9dbb7f51b04456b0ea4
</pre>
</div>
</content>
</entry>
<entry>
<title>Trebuchet : Only reset overscrolled child</title>
<updated>2015-05-18T18:59:25+00:00</updated>
<author>
<name>Danesh M</name>
<email>daneshm90@gmail.com</email>
</author>
<published>2014-05-08T21:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=ef552aabd0e95d4a45e1fa5aae928ebcbd3be84d'/>
<id>ef552aabd0e95d4a45e1fa5aae928ebcbd3be84d</id>
<content type='text'>
Change-Id: Ief240c7fbbe296673ff4124cd4d463c9ba65f764
(cherry picked from commit 18980a7440ead7623e086098a2139f1218620b64)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ief240c7fbbe296673ff4124cd4d463c9ba65f764
(cherry picked from commit 18980a7440ead7623e086098a2139f1218620b64)
</pre>
</div>
</content>
</entry>
<entry>
<title>Trebuchet: limit folder size to numRowsBase and numColumnsBase</title>
<updated>2015-05-13T03:09:49+00:00</updated>
<author>
<name>Raj Yengisetty</name>
<email>rajesh@cyngn.com</email>
</author>
<published>2015-04-28T01:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=22e21ad7a891988adad36453cc30a460da4cadb8'/>
<id>22e21ad7a891988adad36453cc30a460da4cadb8</id>
<content type='text'>
Otherwise the size of the folder is determined by the size of the
Dynamic Grid. This causes some weird issues with sizes and scrolling
so just cap this to the base values for the numRows and
numColumns.

Change-Id: I5b1f13267299d3ab1f28e6e393d6260fa7fbdd3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the size of the folder is determined by the size of the
Dynamic Grid. This causes some weird issues with sizes and scrolling
so just cap this to the base values for the numRows and
numColumns.

Change-Id: I5b1f13267299d3ab1f28e6e393d6260fa7fbdd3e
</pre>
</div>
</content>
</entry>
</feed>
