<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Trebuchet/src/com/android/launcher3/widget/PendingAddWidgetInfo.java, 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/replicant/packages_apps_Trebuchet/'/>
<entry>
<title>Calculating widget minSpans and spans statically/independent of orientation</title>
<updated>2015-08-03T23:39:49+00:00</updated>
<author>
<name>Sunny Goyal</name>
<email>sunnygoyal@google.com</email>
</author>
<published>2015-08-03T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=233ee964a9ecf419a3e8330a67456d422879132d'/>
<id>233ee964a9ecf419a3e8330a67456d422879132d</id>
<content type='text'>
 &gt; Filtering the widget list and excluding widgets which dont fit the grid
 &gt; setting minSpans for the widget item when binding.

Bug: 22541314
Bug: 22559137
Change-Id: Ieda48b56c95bee0c7ec71dd691af7e23e2d43db6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 &gt; Filtering the widget list and excluding widgets which dont fit the grid
 &gt; setting minSpans for the widget item when binding.

Bug: 22541314
Bug: 22559137
Change-Id: Ieda48b56c95bee0c7ec71dd691af7e23e2d43db6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue where corp app widget doesn't show correctly on drop targets.</title>
<updated>2015-07-16T23:36:59+00:00</updated>
<author>
<name>Hyunyoung Song</name>
<email>hyunyoungs@google.com</email>
</author>
<published>2015-07-16T23:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=ffd0ab4da1c163d167ec2891753264040d0ca03d'/>
<id>ffd0ab4da1c163d167ec2891753264040d0ca03d</id>
<content type='text'>
b/22535234

Change-Id: I6e57c7728704ad0f99df25257211243a23d26acd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
b/22535234

Change-Id: I6e57c7728704ad0f99df25257211243a23d26acd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing preloaded widget not getting used for animation</title>
<updated>2015-06-02T22:20:03+00:00</updated>
<author>
<name>Sunny Goyal</name>
<email>sunnygoyal@google.com</email>
</author>
<published>2015-06-02T01:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=5b9ebcab3c6c55dcb7575fdbcb77020a5ad274d4'/>
<id>5b9ebcab3c6c55dcb7575fdbcb77020a5ad274d4</id>
<content type='text'>
&gt; The preloaded widget was being set in a different instance of
PendingAddWidgetInfo and was never getting used for animation.

bug: 20699153
Change-Id: Iaec13640e49c66993b4695e4a52dc3a3a2133fb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; The preloaded widget was being set in a different instance of
PendingAddWidgetInfo and was never getting used for animation.

bug: 20699153
Change-Id: Iaec13640e49c66993b4695e4a52dc3a3a2133fb2
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring DeviceProfile</title>
<updated>2015-05-21T23:16:40+00:00</updated>
<author>
<name>Adam Cohen</name>
<email>adamcohen@google.com</email>
</author>
<published>2015-05-06T18:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=2e6da1539bc7286336b3c24d96ab76434939ce4d'/>
<id>2e6da1539bc7286336b3c24d96ab76434939ce4d</id>
<content type='text'>
-&gt; Pulling out the parts of device profile which can (and need to be)
   initialized and accessed without access to an Activity context,
   ie. the invariant bits.
-&gt; The invariant bits are stored in InvariantDeviceProfile which is
   initialized statically from LauncherAppState.
-&gt; The DeviceProfile contains the Activity context-dependent bits,
   and we will create one of these for each Activity instance, and
   this instance is accessed through the Launcher activity.
-&gt; It's possible that we can continue to refactor this such that
   all appropriate dimensions can be computed without an Activity
   context (by only specifying orientation). This would be an
   extension of this CL and allow us to know exactly how launcher
   will look in both orientations from any context.

Sets the stage for some improvements around b/19514688

Change-Id: Ia7daccf14d8ca2b9cb340b8780b684769e9f1892
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-&gt; Pulling out the parts of device profile which can (and need to be)
   initialized and accessed without access to an Activity context,
   ie. the invariant bits.
-&gt; The invariant bits are stored in InvariantDeviceProfile which is
   initialized statically from LauncherAppState.
-&gt; The DeviceProfile contains the Activity context-dependent bits,
   and we will create one of these for each Activity instance, and
   this instance is accessed through the Launcher activity.
-&gt; It's possible that we can continue to refactor this such that
   all appropriate dimensions can be computed without an Activity
   context (by only specifying orientation). This would be an
   extension of this CL and allow us to know exactly how launcher
   will look in both orientations from any context.

Sets the stage for some improvements around b/19514688

Change-Id: Ia7daccf14d8ca2b9cb340b8780b684769e9f1892
</pre>
</div>
</content>
</entry>
<entry>
<title>WidgetTray revamp work</title>
<updated>2015-04-09T02:01:34+00:00</updated>
<author>
<name>Hyunyoung Song</name>
<email>hyunyoungs@google.com</email>
</author>
<published>2015-04-09T02:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Trebuchet/commit/?id=3f471440a8b6b71d4c15501a96befd3b715c9e8f'/>
<id>3f471440a8b6b71d4c15501a96befd3b715c9e8f</id>
<content type='text'>
- RecyclerView is rendering
- Animation is connected
- Drag and drop is now handled
- UI tweaking: background, margins, more to come.
- Flicker and preview not loading issue:
  fixed height for the horizontal scroll view.
- Shortcuts are added
- Widget Preview loading should support shortPress for drop
- UI tweaks left: overlay of arrow when there are more items to scroll
- icons are added in the section header
- Sorting of widget sections and widget horizontal list
- Adding all the padding constants to dimen.xml file
- RecyclerView should only support one view type

For items to be addressed in follow up patches OR CLs,
TODO is added to the comment.

b/19897708

Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- RecyclerView is rendering
- Animation is connected
- Drag and drop is now handled
- UI tweaking: background, margins, more to come.
- Flicker and preview not loading issue:
  fixed height for the horizontal scroll view.
- Shortcuts are added
- Widget Preview loading should support shortPress for drop
- UI tweaks left: overlay of arrow when there are more items to scroll
- icons are added in the section header
- Sorting of widget sections and widget horizontal list
- Adding all the padding constants to dimen.xml file
- RecyclerView should only support one view type

For items to be addressed in follow up patches OR CLs,
TODO is added to the comment.

b/19897708

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