Confirmed users
209
edits
Line 34: | Line 34: | ||
* app list: render app icons to let users launch apps or choose widgets. | * app list: render app icons to let users launch apps or choose widgets. | ||
=== Widget Editor === | === Widget Editor {{bug|1002337}} === | ||
* layout editor: We need to calculate the position of widget slots for customizing widget position. In TV, we have only fixed slots and no widgets can cross two slots. But we may have widgets crossing icon slots in phone. The crossing depends on the preferred widget size and we don't have that information, yet. So, we may have a crossing widget with fixed size, like {{bug|980935}} and {{bug|980936}}. | * layout editor: We need to calculate the position of widget slots for customizing widget position. In TV, we have only fixed slots and no widgets can cross two slots. But we may have widgets crossing icon slots in phone. The crossing depends on the preferred widget size and we don't have that information, yet. So, we may have a crossing widget with fixed size, like {{bug|980935}} and {{bug|980936}}. | ||
* widget editor: It is a UI for user to customize their widgets. In TV, we may have a dedicated UI for user to customize the position of widgets. In phone, we may use long press to move the widget which means widget editor handles the positing of moved widgets and icons and layout editor handles the calculation of the final result. | * widget editor: It is a UI for user to customize their widgets. In TV, we may have a dedicated UI for user to customize the position of widgets. In phone, we may use long press to move the widget which means widget editor handles the positing of moved widgets and icons and layout editor handles the calculation of the final result. |