Difference between revisions of "Graphics Work"

From WebOS-Ports
Jump to navigation Jump to search
 
(314 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Due to the lack of high-resolution graphical assets, we need to recreate the existing ones in a scalable/future-proof format.
+
Open webOS contains a large quantity of graphical assets that are based at 72dpi, the original pixel density of the Touchpad in PNG-24 format. Most of these images reside in Luna, as part of the UI.
 +
 
 +
Unfortunately, the source files for these assets have not been open sourced.
 +
 
 +
Therefore, as we begin to port to devices that have higher pixel densities, we will require graphics of a much greater size to display clearly on these screens. In order to solve this requirement, we will need to recreate the existing ones in a scalable/future-proof format.
 +
 
 +
==Specifications / Guidelines==
 +
The launcher can render high-DPI bitmaps, so app icons should be large.
 +
As of Café au lait, our version of webkit cannot display high-DPI images on any supported device.
 +
It *can* display SVG images, so vector images are more useful at present.
 +
They should not need more work as we support different displays.
 +
 
  
==Specifications==
 
 
'''What we have:'''
 
'''What we have:'''
  
Line 14: Line 24:
 
'''What should have for the future:'''
 
'''What should have for the future:'''
  
4x size for future-proofing: As displays have recently doubled in size, what's to say they won't do the same again? Or perhaps Open webOS will be ported to something with a 4k screen in future? Naturally we don't know, so it's best to be safe and aim high.
+
*4x size for future-proofing: As displays have recently doubled in size, what's to say they won't do the same again? Or perhaps Open webOS will be ported to something with a 4k screen in future? Naturally we don't know, so it's best to be safe and aim high.
  
 
'''What to do:'''
 
'''What to do:'''
  
The images we need recreated in higher resolution are here:
+
*The images we need recreated in higher resolution can all be found below in their respective sections.
[https://github.com/webOS-ports/luna-sysmgr/tree/webOS-ports/master/images luna-sysmgr/webOS-ports/master/images]
 
 
 
Each recreation must be exactly 4x the size of the original image (future proofing!) and match the original as closely as possible in terms of style.
 
  
(Consistency is a must if Open webOS is to look like a professional product.)
+
*Each recreation must be exactly 4x the size of the original image and match the original as closely as possible in terms of style - consistency is vital if Open webOS is to look like a professional product.
 +
**Please bear in mind that most assets have some kind of alpha transparency (hence the requirement for PNG-24 assets) which can affect their final appearance in situ.
  
In terms of format, please provide both a resolution independent PSD/SVG source file (if at all possible) and a 4x sized PNG file.
+
*Current assets have been recreated in Photoshop or Illustrator. It is recommended that any work you do is in one of these two Adobe products, as it allows for interoperability at a later date if required.
 +
**If you are working in Photoshop, please draw all shapes as vectors and apply layer styles to each layer so that you are not working 'destructively' and so that your work can be easily transfered to another PSD if needed.
  
'''Note:''' ''It is not necessary to recreate the HP bootlogo, as we will be using the webOS-ports logo instead (see top-left of wiki.)''
+
*In terms of format, please provide both a resolution independent PSD/AI/EPS/SVG source file (if possible) and a 4x sized PNG-24 file.
  
 
==Assets==
 
==Assets==
Line 36: Line 45:
  
  
'''Note''' Some image previews on this page may be smaller than the actual high resolution asset. '''Please be sure to grab the correct copy by clicking the image''' if needed.
+
'''Note:''' ''Some image previews on this page may be smaller than the actual high resolution asset. '''Please be sure to grab the correct copy by clicking the image''' if needed.''
 +
 
 +
==Core Application image assets==
 +
 
 +
There are several assets required for recreation in each of the Core Apps that come bundled with Open webOS. Please refer to each particular page for relevant assets:
 +
 
 +
<!--*[[Graphics_Work/Core_Accounts_App_Assets|Accounts App]]-->
 +
===Accounts App===
 +
 
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview'''!! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:accounts-icon.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:accounts-icon-256x256.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======General assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon-accounts.png
 +
|[[file:accounts-icon-accounts.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-accounts.png
 +
|[[file:accounts-header-icon-accounts.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|accounts-48x48.png
 +
|[[file:accounts-48x48.png|75px]]
 +
|accounts-192x192.png
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|accounts-64x64.png
 +
|[[file:accounts-64x64.png|75px]]
 +
|accounts-256x256.png
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
 
 +
===Calculator App===
 +
 
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
|-
 +
|key-backspace.png
 +
|[[file:calc-key-backspace.png|75px]]
 +
|isandunk
 +
|
 +
|Replaced by one image containing both (backspace.png)
 +
 
 +
|-
 +
|key-backspace-down.png
 +
|[[file:calc-key-backspace-down.png|75px]]
 +
|isandunk
 +
|
 +
|Replaced by one image containing both (backspace.png)
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:calc-icon.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:calc-icon-256x256.png|75px]]
 +
|
 +
|[[:File:Calc-icon.psd]]
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:calc-icon-256x256.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-1024x1024.png|128px]]
 +
|
 +
|[[:File:Calc-icon.psd]]
 +
|}
 +
 
 +
======General assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|lcd-readout.png
 +
|[[file:calc-lcd-readout.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
 +
 
 +
|-
 +
|key.png
 +
|[[file:calc-key.png|75px]]
 +
 +
|isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|
 +
 +
 
 +
|-
 +
|key-operator.png
 +
|[[file:calc-key-operator.png|75px]]
 +
 +
|isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|
 +
 +
 
 +
|-
 +
|key-operator-down.png
 +
|[[file:calc-key-operator-down.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-down.png
 +
|[[file:calc-key-down.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-command.png
 +
|[[file:calc-key-command.png|75px]]
 +
 +
|isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|
 +
 +
 
 +
|-
 +
|key-command-down.png
 +
|[[file:calc-key-command-down.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|calc-bg.png
 +
|[[file:calc-calc-bg.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|backspace.png
 +
|[[file:calc-backspace.png|75px]]
 +
|
 +
|isandunk
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|backdrop.png
 +
|[[file:calc-backdrop.png|75px]]
 +
 +
|isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|
 +
 +
 
 +
|}
 +
 
 +
===Calendar App===
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
 
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|[[:File:icon-calendar-64.png]]
 +
|[[File:icon-calendar-64.png|75px]]
 +
|[[:File:icon-calendar-256.png]]
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-calendar-256.png|75px]]
 +
|[[:File:icon-calendar-1024.psd]]
 +
 
 +
|-
 +
|[[:File:icon-calendar-256.png]]
 +
|[[File:icon-calendar-256.png|75px]]
 +
|[[:File:icon-calendar-1024.png]]
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-calendar-1024.png|128px]]
 +
|[[:File:icon-calendar-1024.psd]]
 +
 
 +
|}
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|glossy-top-highlight.png
 +
|[[file:cal-glossy-top-highlight.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-calendar.png
 +
|[[file:cal-header-icon-calendar.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-calendar48x48.png
 +
|[[file:cal-header-icon-calendar48x48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:cal-icon-256x256.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-48x48.png
 +
|[[file:cal-icon-48x48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon.png
 +
|[[file:cal-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|light_chrome_drop_shadow_footer.png
 +
|[[file:cal-light_chrome_drop_shadow_footer.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|light_chrome_drop_shadow_header.png
 +
|[[file:cal-light_chrome_drop_shadow_header.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-createNew.png
 +
|[[file:cal-menu-icon-createNew.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-day.png
 +
|[[file:cal-menu-icon-day.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-jumpTo.png
 +
|[[file:cal-menu-icon-jumpTo.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-month.png
 +
|[[file:cal-menu-icon-month.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-showToday.png
 +
|[[file:cal-menu-icon-showToday.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-week.png
 +
|[[file:cal-menu-icon-week.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|mypalm-32x32.png
 +
|[[file:cal-mypalm-32x32.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-large-calendar.png
 +
|[[file:cal-notification-large-calendar.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Launcher (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon-01.png
 +
|[[file:call-icon-01.png|75px]]
 +
|[[:File:icon-calendar-1024-01.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-01.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-02.png
 +
|[[file:call-icon-02.png|75px]]
 +
|[[:File:icon-calendar-1024-02.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-02.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-03.png
 +
|[[file:call-icon-03.png|75px]]
 +
|[[:File:icon-calendar-1024-03.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-03.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-04.png
 +
|[[file:call-icon-04.png|75px]]
 +
|[[:File:icon-calendar-1024-04.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-04.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-05.png
 +
|[[file:call-icon-05.png|75px]]
 +
|[[:File:icon-calendar-1024-05.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-05.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-06.png
 +
|[[file:call-icon-06.png|75px]]
 +
|[[:File:icon-calendar-1024-06.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-06.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-07.png
 +
|[[file:call-icon-07.png|75px]]
 +
|[[:File:icon-calendar-1024-07.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-07.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-08.png
 +
|[[file:call-icon-08.png|75px]]
 +
|[[:File:icon-calendar-1024-08.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-08.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-09.png
 +
|[[file:call-icon-09.png|75px]]
 +
|[[:File:icon-calendar-1024-09.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-09.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-1.png
 +
|[[file:call-icon-1.png|75px]]
 +
|[[:File:icon-calendar-1024-1.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-1.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-10.png
 +
|[[file:call-icon-10.png|75px]]
 +
|[[:File:icon-calendar-1024-10.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-10.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-11.png
 +
|[[file:call-icon-11.png|75px]]
 +
|[[:File:icon-calendar-1024-11.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-11.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-12.png
 +
|[[file:call-icon-12.png|75px]]
 +
|[[:File:icon-calendar-1024-12.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-12.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-13.png
 +
|[[file:call-icon-13.png|75px]]
 +
|[[:File:icon-calendar-1024-13.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-13.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-14.png
 +
|[[file:call-icon-14.png|75px]]
 +
|[[:File:icon-calendar-1024-14.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-14.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-15.png
 +
|[[file:call-icon-15.png|75px]]
 +
|[[:File:icon-calendar-1024-15.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-15.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-16.png
 +
|[[file:call-icon-16.png|75px]]
 +
|[[:File:icon-calendar-1024-16.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-16.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-17.png
 +
|[[file:call-icon-17.png|75px]]
 +
|[[:File:icon-calendar-1024-17.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-17.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-18.png
 +
|[[file:call-icon-18.png|75px]]
 +
|[[:File:icon-calendar-1024-18.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-18.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-19.png
 +
|[[file:call-icon-19.png|75px]]
 +
|[[:File:icon-calendar-1024-19.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-19.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-2.png
 +
|[[file:call-icon-2.png|75px]]
 +
|[[:File:icon-calendar-1024-2.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-2.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-20.png
 +
|[[file:call-icon-20.png|75px]]
 +
|[[:File:icon-calendar-1024-20.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-20.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-21.png
 +
|[[file:call-icon-21.png|75px]]
 +
|[[:File:icon-calendar-1024-21.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-21.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-22.png
 +
|[[file:call-icon-22.png|75px]]
 +
|[[:File:icon-calendar-1024-22.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-22.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-23.png
 +
|[[file:call-icon-23.png|75px]]
 +
|[[:File:icon-calendar-1024-23.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-23.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-24.png
 +
|[[file:call-icon-24.png|75px]]
 +
|[[:File:icon-calendar-1024-24.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-24.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-25.png
 +
|[[file:call-icon-25.png|75px]]
 +
|[[:File:icon-calendar-1024-25.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-25.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-26.png
 +
|[[file:call-icon-26.png|75px]]
 +
|[[:File:icon-calendar-1024-26.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-26.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-27.png
 +
|[[file:call-icon-27.png|75px]]
 +
|[[:File:icon-calendar-1024-27.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-27.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-28.png
 +
|[[file:call-icon-28.png|75px]]
 +
|[[:File:icon-calendar-1024-28.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-28.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-29.png
 +
|[[file:call-icon-29.png|75px]]
 +
|[[:File:icon-calendar-1024-29.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-29.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-3.png
 +
|[[file:call-icon-3.png|75px]]
 +
|[[:File:icon-calendar-1024-3.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-3.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-30.png
 +
|[[file:call-icon-30.png|75px]]
 +
|[[:File:icon-calendar-1024-30.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-30.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-31.png
 +
|[[file:call-icon-31.png|75px]]
 +
|[[:File:icon-calendar-1024-31.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-31.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-4.png
 +
|[[file:call-icon-4.png|75px]]
 +
|[[:File:icon-calendar-1024-4.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-4.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-5.png
 +
|[[file:call-icon-5.png|75px]]
 +
|[[:File:icon-calendar-1024-5.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-5.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-6.png
 +
|[[file:call-icon-6.png|75px]]
 +
|[[:File:icon-calendar-1024-6.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-6.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-7.png
 +
|[[file:call-icon-7.png|75px]]
 +
|[[:File:icon-calendar-1024-7.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-7.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-8.png
 +
|[[file:call-icon-8.png|75px]]
 +
|[[:File:icon-calendar-1024-8.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-8.png|75px]]
 +
|
 +
 
 +
|-
 +
|icon-9.png
 +
|[[file:call-icon-9.png|75px]]
 +
|[[:File:icon-calendar-1024-9.png]]
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-calendar-1024-9.png|75px]]
 +
|
 +
 
 +
|}
 +
 
 +
===Clock App===
 +
 
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
|-
 +
|key-backspace.png
 +
|[[file:calc-key-backspace.png|75px]]
 +
|isandunk
 +
|
 +
|Replaced by one image containing both (backspace.png)
 +
 
 +
|-
 +
|key-backspace-down.png
 +
|[[file:calc-key-backspace-down.png|75px]]
 +
|isandunk
 +
|
 +
|Replaced by one image containing both (backspace.png)
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:clock-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:clock-icon-256x256.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======General assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|clockbg.png
 +
|[[file:clock-clockbg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|Date_Flipper_Landscape.png
 +
|[[file:clock-Date_Flipper_Landscape.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|Date_Flipper_Portrait.png
 +
|[[file:clock-Date_Flipper_Portrait.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|digital_landscape_date_bg.png
 +
|[[file:clock-digital_landscape_date_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|digital_landscape_time_bg.png
 +
|[[file:clock-digital_landscape_time_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|digital_portrain_date_bg.png
 +
|[[file:clock-digital_portrain_date_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|digital_portrait_date_bg.png
 +
|[[file:clock-digital_portrait_date_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|digital_portrait_time_bg.png
 +
|[[file:clock-digital_portrait_time_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|Flipper_Landscape.png
 +
|[[file:clock-Flipper_Landscape.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|Flipper_Portrait.png
 +
|[[file:clock-Flipper_Portrait.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|glass-clockbg.png
 +
|[[file:clock-glass-clockbg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|glass-hours.png
 +
|[[file:clock-glass-hours.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|glass-minutes.png
 +
|[[file:clock-glass-minutes.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|hours.png
 +
|[[file:clock-hours.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|icon-48.png
 +
|[[file:clock-icon-48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|menu-icon-alarm.png
 +
|[[file:clock-menu-icon-alarm.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|menu-icon-clock.png
 +
|[[file:clock-menu-icon-clock.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|minutes.png
 +
|[[file:clock-minutes.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|notification-alarm-small.png
 +
|[[file:clock-notification-alarm-small.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|seconds.png
 +
|[[file:clock-seconds.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
===Contacts App===
 +
====Files====
  
===Files===
+
=====Deprecated Graphics=====
'''Screen Lock'''
+
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 
|-
 
|-
|'''1x Filename'''
+
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
|'''4x Filename'''
+
 
|'''Assigned to'''
+
|-
|'''Status'''
+
|eas-32x32.png
|'''File preview'''
+
|[[file:contacts-mock-eas-32x32.png|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
 
 +
|-
 +
|gmail-32x32.png
 +
|[[file:contacts-mock-gmail-32x32.png|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|mypalm-32x32.png
 +
|[[file:contacts-mock-mypalm-32x32.png|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|yahoo-32x32.png
 +
|[[file:contacts-mock-yahoo-32x32.png|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|hamster.jpg
 +
|[[file:contacts-mock-hamster.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|mitch.jpg
 +
|[[file:contacts-mock-mitch.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|monkey.jpg
 +
|[[file:contacts-mock-monkey.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|rabbit.jpg
 +
|[[file:contacts-mock-rabbit.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|sheep.jpg
 +
|[[file:contacts-mock-sheep.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
|-
 +
|snowboarder.jpg
 +
|[[file:contacts-mock-snowboarder.jpg|75px]]
 +
|Herrie
 +
|
 +
|Used for mock up data
 +
 
 +
 
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:contacts-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:contacts-icon-256x256.png|75px]]
 +
|icon-contacts-1024.png
 +
|Benjamin
 +
|Complete
 +
|[[file:icon-contacts-1024.png|128px]]
 +
|
 +
|[[:File:icon-contacts-1024.psd]]
 +
 
 +
|}
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|bg_avatar_mask.png
 +
|[[file:contacts-bg_avatar_mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
  
 
|-
 
|-
|activity-indicator-32x32.png
+
|bg_body.png
|activity-indicator-128x128.png
+
|[[file:contacts-bg_body.png|75px]]
|Appstache
+
|
|Drafting (awaiting upload)
+
|
 +
|
 +
|
 +
|
 +
|
  
 
|-
 
|-
|activity-progress.png
+
|bg_details.png
|activity-progress@4x.png
+
|[[file:contacts-bg_details.png|75px]]
|Appstache
+
|
|Drafting (awaiting upload)
+
|
 +
|
 +
|
 +
|
 +
|
  
 
|-
 
|-
|activity-spinner.png
+
|bg_details_input_skype.png
|activity-spinner@4x.png
+
|[[file:contacts-bg_details_input_skype.png|75px]]
|Appstache
+
|
|Drafting (awaiting upload)
+
|
 +
|
 +
|
 +
|
 +
|
  
 
|-
 
|-
|activity-static.png
+
|bg_edit_avatar_add.png
|activity-static@4x.png
+
|[[file:contacts-bg_edit_avatar_add.png|75px]]
|Appstache
+
|
|Drafting (awaiting upload)
+
|
 +
|
 +
|
 +
|
 +
|
  
 
|-
 
|-
|default-app-icon.png
+
|contacts_bg_add_contact.png
|default-app-icon@4x.png
+
|[[file:contacts_bg_add_contact.png|75px]]
|Appstache
+
|contacts_bg_add_contact@4x.png
 +
|Benjamin
 
|Complete
 
|Complete
|[[File:default-app[email protected]]]
+
|[[file:[email protected]|75px]]
 +
|
 +
|[[file:[email protected]|75px]]
 +
 
 +
 
 +
|-
 +
|bg_edit_favorite.png
 +
|[[file:contacts-bg_edit_favorite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_edit_mask.png
 +
|[[file:contacts-bg_edit_mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_edit_prefix.png
 +
|[[file:contacts-bg_edit_prefix.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_favorite.png
 +
|[[file:contacts-bg_favorite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_favorites_icon_mask.png
 +
|[[file:contacts-bg_favorites_icon_mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_field_new.png
 +
|[[file:contacts-bg_field_new.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_icon_mask.png
 +
|[[file:contacts-bg_icon_mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_list_favorite.png
 +
|[[file:contacts-bg_list_favorite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bg_prefix.png
 +
|[[file:contacts-bg_prefix.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|btn_edit.png
 +
|[[file:contacts-btn_edit.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|btn_linked_profiles.png
 +
|[[file:contacts-btn_linked_profiles.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|btn_prefix.png
 +
|[[file:contacts-btn_prefix.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|btn_share.png
 +
|[[file:contacts-btn_share.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|contacts-by-webos.png
 +
|[[file:contacts-contacts-by-webos.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|defaultview-panel-tile.png
 +
|[[file:contacts-defaultview-panel-tile.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|details-button-press.png
 +
|[[file:contacts-details-button-press.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|details-button.png
 +
|[[file:contacts-details-button.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|favorites-star-blue.png
 +
|[[file:contacts-favorites-star-blue.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|first-launch-contacts.png
 +
|[[file:contacts-first-launch-contacts.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|global-search-list-photo-avatar.png
 +
|[[file:contacts-global-search-list-photo-avatar.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-contacts-48x48.png
 +
|[[file:contacts-header-icon-contacts-48x48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-contacts.png
 +
|[[file:contacts-header-icon-contacts.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-favorites.png
 +
|[[file:contacts-menu-icon-favorites.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-xapp-camera.png
 +
|[[file:contacts-menu-icon-xapp-camera.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|profiles-clip.png
 +
|[[file:contacts-profiles-clip.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
===Email App===
 +
 
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:email-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:email-icon-256x256.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
|-
 +
|account-generic-small.png
 +
|[[file:email-account-generic-small.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|accounts-icon-favorite.png
 +
|[[file:email-accounts-icon-favorite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|address-book-icon.png
 +
|[[file:email-address-book-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|address-book.png
 +
|[[file:email-address-book.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|arrow-down.png
 +
|[[file:email-arrow-down.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|arrow-left.png
 +
|[[file:email-arrow-left.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|arrow-right.png
 +
|[[file:email-arrow-right.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|attachment-count-badge.png
 +
|[[file:email-attachment-count-badge.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|attachment-icon.png
 +
|[[file:email-attachment-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|attachments-bg-tile.png
 +
|[[file:email-attachments-bg-tile.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|attachments_button.png
 +
|[[file:email-attachments_button.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|body-background-sprite.png
 +
|[[file:email-body-background-sprite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bottom-fade-dark.png
 +
|[[file:email-bottom-fade-dark.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|bottom-fade.png
 +
|[[file:email-bottom-fade.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|btn_controls_play.png
 +
|[[file:email-btn_controls_play.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|button-menu.png
 +
|[[file:email-button-menu.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|cc_bcc_button_up.png
 +
|[[file:email-cc_bcc_button_up.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|command-menu-bg.png
 +
|[[file:email-command-menu-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-attach-icon.png
 +
|[[file:email-compose-attach-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-background-shadow.png
 +
|[[file:email-compose-background-shadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-priority-flag.png
 +
|[[file:email-compose-priority-flag.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-subject-edit-bg.png
 +
|[[file:email-compose-subject-edit-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|defaultview-panel-tile.png
 +
|[[file:email-defaultview-panel-tile.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-subject-solid-bg.png
 +
|[[file:email-compose-subject-solid-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose-view-bg-tile.png
 +
|[[file:email-compose-view-bg-tile.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose_left_shadow.png
 +
|[[file:email-compose_left_shadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|compose_right_shadow.png
 +
|[[file:email-compose_right_shadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dashboard-unread.png
 +
|[[file:email-dashboard-unread.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|detail_avatar.png
 +
|[[file:email-detail_avatar.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|divider-button.png
 +
|[[file:email-divider-button.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dottedline_separator.png
 +
|[[file:email-dottedline_separator.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|down-bg.png
 +
|[[file:email-down-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|download-background.png
 +
|[[file:email-download-background.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|download-cancel.png
 +
|[[file:email-download-cancel.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|download-progress.png
 +
|[[file:email-download-progress.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|drawer_arrow.png
 +
|[[file:email-drawer_arrow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-multiselect.png
 +
|[[file:email-edit-multiselect.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-badge.png
 +
|[[file:email-email-badge.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-by-webos.png
 +
|[[file:email-email-by-webos.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-header-bg.png
 +
|[[file:email-email-header-bg.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-invite-event.png
 +
|[[file:email-email-invite-event.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-readview-subject.png
 +
|[[file:email-email-readview-subject.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-status-forwarded.png
 +
|[[file:email-email-status-forwarded.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-status-replied.png
 +
|[[file:email-email-status-replied.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email-to-overlay.png
 +
|[[file:email-email-to-overlay.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email_header_dropshadow.png
 +
|[[file:email-email_header_dropshadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email_switcher_arrows.png
 +
|[[file:email-email_switcher_arrows.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|email_switcher_arrows_down.png
 +
|[[file:email-email_switcher_arrows_down.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|empty-scene-email-icon.png
 +
|[[file:email-empty-scene-email-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flag-message-icon.png
 +
|[[file:email-flag-message-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|Flag.png
 +
|[[file:email-Flag.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flag_stamp.png
 +
|[[file:email-flag_stamp.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flag_toggle.png
 +
|[[file:email-flag_toggle.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-drafts.png
 +
|[[file:email-folder-drafts.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-favorite-allinboxes.png
 +
|[[file:email-folder-favorite-allinboxes.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-favorite-normal.png
 +
|[[file:email-folder-favorite-normal.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-inbox.png
 +
|[[file:email-folder-inbox.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-junk.png
 +
|[[file:email-folder-junk.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-outbox.png
 +
|[[file:email-folder-outbox.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-sent.png
 +
|[[file:email-folder-sent.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-single-open.png
 +
|[[file:email-folder-single-open.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|folder-trash.png
 +
|[[file:email-folder-trash.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-divider-dropshadow.png
 +
|[[file:email-header-divider-dropshadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-icon-email-48x48.png
 +
|[[file:email-header-icon-email-48x48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-print-icon.png
 +
|[[file:email-header-print-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-send-icon.png
 +
|[[file:email-header-send-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header-warning-icon.png
 +
|[[file:email-header-warning-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|header_chrome_tile.png
 +
|[[file:email-header_chrome_tile.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|highlight-bg.png
 +
|[[file:email-highlight-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:email-icon-256x256.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-48.png
 +
|[[file:email-icon-48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-all-inboxes-new.png
 +
|[[file:email-icon-all-inboxes-new.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-delete.png
 +
|[[file:email-icon-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-forward.png
 +
|[[file:email-icon-forward.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-move-to-folder.png
 +
|[[file:email-icon-move-to-folder.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-new-email.png
 +
|[[file:email-icon-new-email.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-reply-all.png
 +
|[[file:email-icon-reply-all.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-reply.png
 +
|[[file:email-icon-reply.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-sync.png
 +
|[[file:email-icon-sync.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon.png
 +
|[[file:email-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_download.png
 +
|[[file:email-icon_download.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_generic_attch.png
 +
|[[file:email-icon_generic_attch.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_image.png
 +
|[[file:email-icon_image.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_music.png
 +
|[[file:email-icon_music.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_pdf.png
 +
|[[file:email-icon_pdf.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_ppt.png
 +
|[[file:email-icon_ppt.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_txt.png
 +
|[[file:email-icon_txt.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_unknown.png
 +
|[[file:email-icon_unknown.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_vcard.png
 +
|[[file:email-icon_vcard.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_video.png
 +
|[[file:email-icon_video.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_word.png
 +
|[[file:email-icon_word.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon_xls.png
 +
|[[file:email-icon_xls.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|inbox-header-chrome.png
 +
|[[file:email-inbox-header-chrome.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|invite-icon-accept.png
 +
|[[file:email-invite-icon-accept.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|invite-icon-decline.png
 +
|[[file:email-invite-icon-decline.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|invite-icon-maybe.png
 +
|[[file:email-invite-icon-maybe.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|light_chrome_drop_shadow_footer.png
 +
|[[file:email-light_chrome_drop_shadow_footer.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|light_chrome_drop_shadow_header.png
 +
|[[file:email-light_chrome_drop_shadow_header.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-cal-invite.png
 +
|[[file:email-list-cal-invite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-error.png
 +
|[[file:email-list-error.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-flagged.png
 +
|[[file:email-list-flagged.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-forward.png
 +
|[[file:email-list-forward.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-header-gradient.png
 +
|[[file:email-list-header-gradient.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-priority-flagged.png
 +
|[[file:email-list-priority-flagged.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-reply-forward.png
 +
|[[file:email-list-reply-forward.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-reply.png
 +
|[[file:email-list-reply.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-unread-flagged.png
 +
|[[file:email-list-unread-flagged.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-unread-priority-flagged.png
 +
|[[file:email-list-unread-priority-flagged.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-unread.png
 +
|[[file:email-list-unread.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|loading-bg.png
 +
|[[file:email-loading-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|Mail-2-1a-256.png
 +
|[[file:email-Mail-2-1a-256.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-attach.png
 +
|[[file:email-menu-icon-attach.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-attach-blue.png
 +
|[[file:email-menu-icon-attach-blue.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-compose.png
 +
|[[file:email-menu-icon-compose.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-delete.png
 +
|[[file:email-menu-icon-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-forward-email.png
 +
|[[file:email-menu-icon-forward-email.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-reply-all.png
 +
|[[file:email-menu-icon-reply-all.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-reply.png
 +
|[[file:email-menu-icon-reply.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-send.png
 +
|[[file:email-menu-icon-send.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-icon-sync.png
 +
|[[file:email-menu-icon-sync.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|mini_priority_stamp_overlay.png
 +
|[[file:email-mini_priority_stamp_overlay.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|more-menu-icon.png
 +
|[[file:email-more-menu-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|msg-avatar-unclipped-well.png
 +
|[[file:email-msg-avatar-unclipped-well.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|multi-select-header.png
 +
|[[file:email-multi-select-header.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|next-email-icon.png
 +
|[[file:email-next-email-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-large-generic.png
 +
|[[file:email-notification-large-generic.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-small.png
 +
|[[file:email-notification-small.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|offline.png
 +
|[[file:email-offline.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|online.png
 +
|[[file:email-online.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|othermail32.png
 +
|[[file:email-othermail32.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|palm-divider-arrow.png
 +
|[[file:email-palm-divider-arrow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|palm-divider-collapse-left.png
 +
|[[file:email-palm-divider-collapse-left.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|paper_page_texture.png
 +
|[[file:email-paper_page_texture.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|previous-email-icon.png
 +
|[[file:email-previous-email-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|priority_stamp_overlay.png
 +
|[[file:email-priority_stamp_overlay.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|profile_pic_container.png
 +
|[[file:email-profile_pic_container.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|read_view_top_texture.png
 +
|[[file:email-read_view_top_texture.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|recipient-atom.png
 +
|[[file:email-recipient-atom.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|selection-checkmark.png
 +
|[[file:email-selection-checkmark.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|selection-gradient-default.png
 +
|[[file:email-selection-gradient-default.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|square-button-sprite.png
 +
|[[file:email-square-button-sprite.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|star.png
 +
|[[file:email-star.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|sync-activity-animation-1character.png
 +
|[[file:email-sync-activity-animation-1character.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|sync-activity-animation-2characters.png
 +
|[[file:email-sync-activity-animation-2characters.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|sync-activity-animation-3characters.png
 +
|[[file:email-sync-activity-animation-3characters.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|sync-activity-animation-4characters.png
 +
|[[file:email-sync-activity-animation-4characters.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|top-fade-dark.png
 +
|[[file:email-top-fade-dark.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|top-fade.png
 +
|[[file:email-top-fade.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|top_of_list_search.png
 +
|[[file:email-top_of_list_search.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|torn-paper-effect-tile.png
 +
|[[file:email-torn-paper-effect-tile.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
 
 +
|}
 +
 
 +
======Icons (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
 
 +
|-
 +
|toolbar-icon-bovine.png
 +
|[[file:emailicon-toolbar-icon-bovine.png|75px]]
 +
|
 +
|Preemptive
 +
|Started
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-delete.png
 +
|[[file:emailicon-toolbar-icon-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-forward.png
 +
|[[file:emailicon-toolbar-icon-forward.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-moveto.png
 +
|[[file:emailicon-toolbar-icon-moveto.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-multi-delete.png
 +
|[[file:emailicon-toolbar-icon-multi-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-multi-flag.png
 +
|[[file:emailicon-toolbar-icon-multi-flag.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-multi-moveto.png
 +
|[[file:emailicon-toolbar-icon-multi-moveto.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-multiselect.png
 +
|[[file:emailicon-toolbar-icon-multiselect.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-new.png
 +
|[[file:emailicon-toolbar-icon-new.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-reply.png
 +
|[[file:emailicon-toolbar-icon-reply.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|toolbar-icon-replyall.png
 +
|[[file:emailicon-toolbar-icon-replyall.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
===Notes App===
 +
 
 +
====Files====
 +
 
 +
=====Deprecated Graphics=====
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
 
 +
|}
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|icon.png
 +
|[[file:notes-icon.png|75px]]
 +
 +
|Isandunk
 +
|Completed
 +
|[[File:[email protected]|128px]]
 +
|
 +
|[[File:Memos-icon.psd]]
 +
 
 +
|-
 +
|icon-256x256.png
 +
|[[file:notes-icon-256x256.png|75px]]
 +
 +
|Isandunk
 +
|Completed
 +
|[[File:[email protected]|128px]]
 +
|
 +
|[[File:Memos-icon.psd]]
 +
 
 +
|}
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|background.png
 +
|[[file:notes-background.png|x75]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|icon-delete.png
 +
|[[file:notes-icon-delete.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|wall_background.png
 +
|[[file:notes-wall_background.png|x75]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|wall_background_tile_bottom.png
 +
|[[file:notes-wall_background_tile_bottom.png|x75]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|wall_background_tile_top.png
 +
|[[file:notes-wall_background_tile_top.png|x75]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Edit (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
|-
 +
|dit-memo-edit-blue.png
 +
|[[file:notesedit-memo-edit-blue.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dit-memo-edit-green.png
 +
|[[file:notesedit-memo-edit-green.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dit-memo-edit-orange.png
 +
|[[file:notesedit-memo-edit-orange.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dit-memo-edit-pink.png
 +
|[[file:notesedit-memo-edit-pink.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dit-memo-edit-salmon.png
 +
|[[file:notesedit-memo-edit-salmon.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dit-memo-edit-yellow.png
 +
|[[file:notesedit-memo-edit-yellow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======Grid (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
|-
 +
|delete-down.png
 +
|[[file:notesgrid-delete-down.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|delete-up.png
 +
|[[file:notesgrid-delete-up.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-blue.png
 +
|[[file:notesgrid-memo-blue.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-green.png
 +
|[[file:notesgrid-memo-green.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-orange.png
 +
|[[file:notesgrid-memo-orange.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-pink.png
 +
|[[file:notesgrid-memo-pink.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-salmon.png
 +
|[[file:notesgrid-memo-salmon.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|memo-yellow.png
 +
|[[file:notesgrid-memo-yellow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-base.png
 +
|[[file:notesgrid-new-memo-base.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-blue.png
 +
|[[file:notesgrid-new-memo-blue.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-green.png
 +
|[[file:notesgrid-new-memo-green.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-orange.png
 +
|[[file:notesgrid-new-memo-orange.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-pink.png
 +
|[[file:notesgrid-new-memo-pink.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-salmon.png
 +
|[[file:notesgrid-new-memo-salmon.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|new-memo-yellow.png
 +
|[[file:notesgrid-new-memo-yellow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|underline.png
 +
|[[file:notesgrid-underline.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Search-input (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
|-
 +
|search_cancel.png
 +
|[[file:notessearchinput-search_cancel.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======Title-bar (folder)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
|-
 +
|color-picker-blue.png
 +
|[[file:notestitlebar-color-picker-blue.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-green.png
 +
|[[file:notestitlebar-color-picker-green.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-orange.png
 +
|[[file:notestitlebar-color-picker-orange.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-pink.png
 +
|[[file:notestitlebar-color-picker-pink.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-salmon.png
 +
|[[file:notestitlebar-color-picker-salmon.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-blue.png
 +
|[[file:notestitlebar-color-picker-selected-blue.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-green.png
 +
|[[file:notestitlebar-color-picker-selected-green.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-orange.png
 +
|[[file:notestitlebar-color-picker-selected-orange.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-pink.png
 +
|[[file:notestitlebar-color-picker-selected-pink.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-salmon.png
 +
|[[file:notestitlebar-color-picker-selected-salmon.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-selected-yellow.png
 +
|[[file:notestitlebar-color-picker-selected-yellow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|color-picker-yellow.png
 +
|[[file:notestitlebar-color-picker-yellow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|dark-back-arrow.png
 +
|[[file:notestitlebar-dark-back-arrow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|icon-email.png
 +
|[[file:notestitlebar-icon-email.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-trash.png
 +
|[[file:notestitlebar-icon-trash.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|memos-header.png
 +
|[[file:notestitlebar-memos-header.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|progress-button-cancel.png
 +
|[[file:notestitlebar-progress-button-cancel.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|-
 +
|search-icon.png
 +
|[[file:notestitlebar-search-icon.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|shadow.png
 +
|[[file:notestitlebar-shadow.png|75px]]
 +
|
 +
|
 +
|Deprecated
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
 
 +
===Filemanager App===
 +
 
 +
====Files====
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|icon-filemanager-64.png
 +
|[[file:icon-filemanager-64.png|75px]]
 +
|icon-filemanager-256.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-filemanager-256.png|75px]]
 +
|
 +
|[[File:icon-filemanager-1024.psd]]
 +
 
 +
|-
 +
|icon-filemanager-256.png
 +
|[[File:icon-filemanager-256.png|75px]]
 +
|icon-filemanager-1024.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-filemanager-1024.png|128px]]
 +
|
 +
|[[File:icon-filemanager-1024.psd]]
 +
 
 +
|}
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|icon_file.png
 +
|[[file:icon_file.png|x75]]
 +
|
 +
|Benjamin
 +
|New icon required
 +
|
 +
|
 +
 
 +
|-
 +
|icon_folder.png
 +
|[[file:icon_folder.png|75px]]
 +
|
 +
|Benjamin
 +
|New icon required
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
 
 +
===C+ Dav Synergy Connector===
 +
 
 +
====Files====
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|icon-caldav-64.png
 +
|[[File:icon-caldav-64.png|75px]]
 +
|icon-caldav-256.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-caldav-256.png|75px]]
 +
|
 +
|[[File:icon-caldav-1024.psd]]
 +
 
 +
|-
 +
|icon-caldav-256.png
 +
|[[File:icon-caldav-256.png|75px]]
 +
|icon-caldav-1024.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-caldav-1024.png|128px]]
 +
|
 +
|[[File:icon-caldav-1024.psd]]
 +
 
 +
|}
 +
 
 +
 
 +
===Phone App===
 +
 
 +
====Files====
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|phone-icon-64x64.png
 +
|[[File:phone-icon-256x256.png|75px]]
 +
|icon-phone-256.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-phone-256.png|75px]]
 +
|
 +
|[[File:icon-phone-1024.psd]]
 +
 
 +
|-
 +
|icon-phone-256.png
 +
|[[File:icon-phone-256.png|75px]]
 +
|icon-phone-1024.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-phone-1024.png|128px]]
 +
|
 +
|[[File:icon-phone-1024.psd]]
 +
 
 +
|}
 +
 
 +
======General Assets======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|screen-lock-incoming-call-off.png
 +
|[[file:icon-screen-lock-incoming-call-off-256.png|75px]]
 +
|Screen-lock-incoming-call-off@4x.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-screen-lock-incoming-call-off-1024.png|128px]]
 +
|Yes
 +
|[[File:icon-screen-lock-incoming-call-off-1024.psd]]
 +
 
 +
|-
 +
|screen-lock-incoming-call-on.png
 +
|[[file:luna-screen-lock-incoming-call-on.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|Mute_on_off.png
 +
|[[file:Mute_on_off.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|disconnect-button.png
 +
|[[file:disconnect-button.png|75px]]
 +
 +
|Benjamin
 +
|Completed
 +
|[[File:[email protected]|128px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|dial-button.png
 +
|[[file:dial-button.png|75px]]
 +
 +
|Benjamin
 +
|Completed
 +
|[[File:[email protected]|128px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|button-ignore-answer.png
 +
|[[file:button-ignore-answer.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|menu-icon-favorites.png
 +
|[[file:menu-icon-favorites.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|menu-icon-dtmfpad.png
 +
|[[file:menu-icon-dtmfpad.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|menu-icon-dial.png
 +
|[[file:menu-icon-dial.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|menu-icon-addcall.png
 +
|[[file:menu-icon-addcall.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|menu-icon-call-log.png
 +
|[[file:menu-icon-call-log.png|75px]]
 +
 +
|Benjamin
 +
|Not Started
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|generic-details-view-avatar.png
 +
|[[file:generic-details-view-avatar.png|75px]]
 +
 +
|Benjamin
 +
|Completed
 +
|[[File:[email protected]|128px]]
 +
|Yes
 +
 +
 
 +
 
 +
|}
 +
 
 +
 
 +
===Messaging App===
 +
 
 +
====Files====
 +
 
 +
=====Assets=====
 +
 
 +
======Application Icon======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|icon-messaging-64.png
 +
|[[File:icon-messaging-256.png|75px]]
 +
|icon-messaging-256.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-messaging-256.png|75px]]
 +
|
 +
|[[File:icon-messaging-1024.psd]]
 +
 
 +
|-
 +
|icon-messaging-256.png
 +
|[[File:icon-messaging-256.png|75px]]
 +
|icon-messaging-1024.png
 +
|Benjamin
 +
|Completed
 +
|[[File:icon-messaging-1024.png|128px]]
 +
|
 +
|[[File:icon-messaging-1024.psd]]
 +
 
 +
|}
 +
 
 +
==Luna Next (LunaSysMgr)Files==
 +
 
 +
===Deprecated Graphics===
 +
The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below. '''Note:''' ''It is not necessary to recreate the HP bootlogo, as we will be using the webOS-ports logo instead (see top-left of wiki.)''
 +
 
 +
====General UI====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
 
 +
 
 +
|-
 +
|back-button.png
 +
|[[file:luna-back-button.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|dock-item-shadow-tile.png
 +
|[[file:luna-dock-item-shadow-tile.png|75px]]
 +
|Isandunk
 +
|
 +
|
  
 
|-
 
|-
 
|empty-launcher.png
 
|empty-launcher.png
+
|[[file:luna-empty-launcher.png|75px]]
|Appstache
+
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|fade-arrow-down.png
 +
|[[file:luna-fade-arrow-down.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|hp-logo.png
 +
|[[file:luna-hp-logo.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|hp-logo-bright.png
 +
|[[file:luna-hp-logo-bright.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|loading-card-scrim.png
 +
|[[file:luna-loading-card-scrim.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|menu-selection-gradient-last.png
 +
|[[file:luna-menu-selection-gradient-last.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|meta-move.png
 +
|[[file:luna-meta-move.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|overlay-banner-bg.png
 +
|[[file:luna-overlay-banner-bg.png|x75]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|popup-scrollfade-bottom.png
 +
|[[file:luna-popup-scrollfade-bottom.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|quick_launch_highlight.png
 +
|[[file:luna-quick_launch_highlight.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|reorder-ripple.png
 +
|[[file:luna-reorder-ripple.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|search-bottom-fade.png
 +
|[[file:luna-search-bottom-fade.png|x75]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|search-icon-disabled.png
 +
|[[file:luna-search-icon-disabled.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|search-pill.png
 +
|[[file:luna-search-pill.png|75px]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|-
 +
|search-pill-no-icon.png
 +
|[[file:luna-search-pill-no-icon.png|75px]]
 +
|Isandunk
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
====Dockmode====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
 
 +
|-
 +
|dropdown-bg-row-highlight.png
 +
|[[file:dock-dropdown-bg-row-highlight.png|x75]]
 +
|Isandunk
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
====Status Bar====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''Deprecated by''' !! '''Confirmed by''' !! '''Reason'''
 +
 
 +
|-
 +
|rssi-1x-0.png
 +
|[[file:status-rssi-1x-0.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-1x-1.png
 +
|[[file:status-rssi-1x-1.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-1x-2.png
 +
|[[file:status-rssi-1x-2.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-1x-3.png
 +
|[[file:status-rssi-1x-3.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-1x-4.png
 +
|[[file:status-rssi-1x-4.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-1x-5.png
 +
|[[file:status-rssi-1x-5.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-0.png
 +
|[[file:status-rssi-3G-0.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-1.png
 +
|[[file:status-rssi-3G-1.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-2.png
 +
|[[file:status-rssi-3G-2.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-3.png
 +
|[[file:status-rssi-3G-3.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-4.png
 +
|[[file:status-rssi-3G-4.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-3G-5.png
 +
|[[file:status-rssi-3G-5.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-0.png
 +
|[[file:status-rssi-ev-0.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-1.png
 +
|[[file:status-rssi-ev-1.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-2.png
 +
|[[file:status-rssi-ev-2.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-3.png
 +
|[[file:status-rssi-ev-3.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-4.png
 +
|[[file:status-rssi-ev-4.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-ev-5.png
 +
|[[file:status-rssi-ev-5.png|75px]]
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-lte-1.png
 +
|
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-lte-2.png
 +
|
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-lte-3.png
 +
|
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-lte-4.png
 +
|
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|-
 +
|rssi-lte-5.png
 +
|
 +
|Herrie
 +
|morphis
 +
|No longer needed
 +
 
 +
|}
 +
 
 +
===Assets===
 +
====Status Bar====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
|-
 +
| appname-background.png
 +
|[[file:status-appname-background.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
| bluetooth-connected.png
 +
|[[file:status-bluetooth-connected.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|bluetooth-connecting.png
 +
|[[file:status-bluetooth-connecting.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|bluetooth-error.png
 +
|[[file:status-bluetooth-error.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|bluetooth-on.png
 +
|[[file:status-bluetooth-on.png|75px]]
 +
|bluetooth-on@4x.png
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|icon-mute.png
 +
|[[file:status-icon-mute.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|icon-mute-off.png
 +
|[[file:status-icon-mute-off.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|icon-rotation-lock.png
 +
|[[file:status-icon-rotation-lock.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|icon-rotation-lock-off.png
 +
|[[file:status-icon-rotation-lock-off.png|75px]]
 +
 +
| Appstache
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| Yes
 +
|
 +
 
 +
|-
 +
|menu-arrow.png
 +
|[[file:status-menu-arrow.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|[[File:status-menu-arrow.psd]]
 +
 
 +
 
 +
|-
 +
|brightness-less.png
 +
|[[file:status-brightness-less.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|[[File:status-brightness-less.psd]]
 +
 
 +
|-
 +
|brightness-more.png
 +
|[[file:status-brightness-more.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|[[File:status-brightness-more.psd]]
 +
 
 +
|-
 +
|call-forward.png
 +
|[[file:status-call-forward.png|75px]]
 +
 +
| Isandunk
 +
| WIP
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|hac.png
 +
|[[file:status-hac.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|icon-airplane.png
 +
|[[file:status-icon-airplane.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|[[File:icon-airplane.psd]]
 +
 
 +
|-
 +
|icon-airplane-off.png
 +
|[[file:status-icon-airplane-off.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|[[File:icon-airplane-off.psd]]
 +
 
 +
|-
 +
|battery-0.png
 +
|[[file:status-battery-0.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-1.png
 +
|[[file:status-battery-1.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-2.png
 +
|[[file:status-battery-2.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-3.png
 +
|[[file:status-battery-3.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-4.png
 +
|[[file:status-battery-4.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-5.png
 +
|[[file:status-battery-5.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-6.png
 +
|[[file:status-battery-6.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-7.png
 +
|[[file:status-battery-7.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-8.png
 +
|[[file:status-battery-8.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-9.png
 +
|[[file:status-battery-9.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-10.png
 +
|[[file:status-battery-10.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-11.png
 +
|[[file:status-battery-11.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charged.png
 +
|[[file:status-battery-charged.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-0.png
 +
|[[file:status-battery-charging-0.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-1.png
 +
|[[file:status-battery-charging-1.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-2.png
 +
|[[file:status-battery-charging-2.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-3.png
 +
|[[file:status-battery-charging-3.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-4.png
 +
|[[file:status-battery-charging-4.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-5.png
 +
|[[file:status-battery-charging-5.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-6.png
 +
|[[file:status-battery-charging-6.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-7.png
 +
|[[file:status-battery-charging-7.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-8.png
 +
|[[file:status-battery-charging-8.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-9.png
 +
|[[file:status-battery-charging-9.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-10.png
 +
|[[file:status-battery-charging-10.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-charging-11.png
 +
|[[file:status-battery-charging-11.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|battery-error.png
 +
|[[file:status-battery-error.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|network-1x-active.png
 +
|[[file:status-network-1x-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-1x.psd]]
 +
 
 +
|-
 +
|network-1x-connected.png
 +
|[[file:status-network-1x-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-1x.psd]]
 +
 
 +
|-
 +
|network-1x-dormant.png
 +
|[[file:status-network-1x-dormant.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-1x.psd]]
 +
 
 +
|-
 +
|network-3g-active.png
 +
|[[file:status-network-3g-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-3g.psd]]
 +
 
 +
|-
 +
|network-3g-connected.png
 +
|[[file:status-network-3g-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-3g.psd]]
 +
 
 +
|-
 +
|network-3g-dormant.png
 +
|[[file:status-network-3g-dormant.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-3g.psd]]
 +
 
 +
 
 +
|-
 +
|network-4g-active.png
 +
|[[file:Status-network-4g-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-4g.psd]]
 +
 
 +
|-
 +
|network-4g-connected.png
 +
|[[file:Status-network-4g-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-4g.psd]]
 +
 
 +
|-
 +
|network-4g-dormant.png
 +
|[[file:Status-network-4g-dormant.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-4g.psd]]
 +
 
 +
|-
 +
|status-network-5g-active.png
 +
|[[file:Status-network-5g-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-5g.psd]]
 +
 
 +
|-
 +
|status-network-5g-connected.png
 +
|[[file:Status-network-5g-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-5g.psd]]
 +
 
 +
|-
 +
|status-network-5g-dormant.png
 +
|[[file:Status-network-5g-dormant.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-5g.psd]]
 +
 
 +
 
 +
|-
 +
|network-edge-connected.png
 +
|[[file:status-network-edge-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-edge.psd]]
 +
 
 +
|-
 +
|network-edge-active.png
 +
|[[file:status-network-edge-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-edge.psd]]
 +
 
 +
|-
 +
|network-evdo-connected.png
 +
|[[file:status-network-evdo-connected.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|network-evdo-active.png
 +
|[[file:status-network-evdo-active.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|network-evdo-dormant.png
 +
|[[file:status-network-evdo-dormant.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|network-gprs-active.png
 +
|[[file:status-network-gprs-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-gprs.psd]]
 +
 
 +
|-
 +
|network-gprs-connected.png
 +
|[[file:status-network-gprs-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-gprs.psd]]
 +
 
 +
|-
 +
|network-hsdpa-active.png
 +
|[[file:status-network-hsdpa-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-hsdpa.psd]]
 +
 
 +
|-
 +
|network-hsdpa-connected.png
 +
|[[file:status-network-hsdpa-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-hsdpa.psd]]
 +
 
 +
|-
 +
|network-hsdpa-plus-connected.png
 +
|[[file:status-network-hsdpa-plus-connected.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-hsdpa+.psd]]
 +
 
 +
|-
 +
|network-roaming-triangle.png
 +
|[[file:status-network-roaming-triangle.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-roaming-triangle.psd]]
 +
 
 +
|-
 +
|network-roaming.png
 +
|[[file:status-network-roaming.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-roaming.psd]]
 +
 
 +
|-
 +
|network-umts-active.png
 +
|[[file:status-network-umts-active.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[File:Status-network-umts.psd]]
 +
 
 +
|-
 +
|network-umts-connected.png
 +
|[[file:status-network-umts-connected.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-umts.psd]]
 +
 
 +
|-
 +
|status-network-lte-connected.png
 +
|[[file:Status-network-lte-connected.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-lte.psd]]
 +
 
 +
|-
 +
|status-network-lte-active.png
 +
|[[file:Status-network-lte-active.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-lte.psd]]
 +
 
 +
|-
 +
|status-network-lte-dormant.png
 +
|[[file:Status-network-lte-dormant.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-lte.psd]]
 +
 
 +
|-
 +
|status-network-ltea-connected.png
 +
|[[file:Status-network-ltea-connected.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-ltea.psd]]
 +
 
 +
|-
 +
|status-network-ltea-active.png
 +
|[[file:Status-network-ltea-active.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-ltea.psd]]
 +
 
 +
|-
 +
|status-network-ltea-dormant.png
 +
|[[file:Status-network-ltea-dormant.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-network-ltea.psd]]
 +
 
 +
 
 +
|-
 +
|rssi-flightmode.png
 +
|[[file:status-rssi-flightmode.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi-flightmode.psd]]
 +
 
 +
|-
 +
|rssi-0.png
 +
|[[file:status-rssi-0.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
 +
 
 +
|-
 +
|rssi-1.png
 +
|[[file:status-rssi-1.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
 +
 
 +
|-
 +
|rssi-2.png
 +
|[[file:status-rssi-2.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
 +
 
 +
|-
 +
|rssi-3.png
 +
|[[file:status-rssi-3.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
 +
 
 +
|-
 +
|rssi-4.png
 +
|[[file:status-rssi-4.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
 +
 
 +
|-
 +
|rssi-5.png
 +
|[[file:status-rssi-5.png|75px]]
 +
 +
|Benjamin
 
|Complete
 
|Complete
|[[File:empty-launcher@4x.png|300px]]
+
|[[file:rssi-5@4x.png|75px]]
 +
|No
 +
|[[File:Status-rssi.psd]]
  
 
|-
 
|-
|loading-strip.png
+
|rssi-error.png
|loading-strip@4x.png
+
|[[file:status-rssi-error.png|75px]]
|Appstache
+
|rssi-error@4x.png
 +
|Benjamin
 
|Complete
 
|Complete
|[[File:loading-strip@4x.png]]
+
|[[file:[email protected]|75px]]
 +
|No
 +
|[[File:Status-rssi-error.psd]]
 +
 
 +
|-
 +
|slider-handle.png
 +
|[[file:status-slider-handle.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|slider-track.png
 +
|[[file:status-slider-track.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|slider-track-progress.png
 +
|[[file:status-slider-track-progress.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|status-bar-background.png
 +
|[[file:status-status-bar-background.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:status-bar-background@4x.png|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|status-bar-menu-dropdown-tab.png
 +
|[[file:status-status-bar-menu-dropdown-tab.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|status-bar-menu-dropdown-tab-pressed.png
 +
|[[file:status-status-bar-menu-dropdown-tab-pressed.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|status-bar-separator.png
 +
|[[file:status-status-bar-separator.png|x75]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|4px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|system-menu-lock.png
 +
|[[file:status-system-menu-lock.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[File:status-system-menu-lock-4x.png|75px]]
 +
| No
 +
|[[file:status-system-menu-lock.psd]]
 +
 
 +
|-
 +
|system-menu-popup-item-checkmark.png
 +
|[[file:status-system-menu-popup-item-checkmark.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
| [[File:[email protected]|75px]]
 +
| No
 +
|
 +
 
 +
|-
 +
|tty.png
 +
|[[file:status-tty.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|vpn-status-icon.png
 +
|[[file:status-vpn-status-icon.png|75px]]
 +
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|wifi-0.png
 +
|[[file:status-wifi-0.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|wifi-1.png
 +
|[[file:status-wifi-1.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|wifi-2.png
 +
|[[file:status-wifi-2.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|wifi-3.png
 +
|[[file:status-wifi-3.png|75px]]
 +
 +
| Isandunk
 +
| Complete
 +
 +
| Yes
 +
 +
 
 +
|-
 +
|wifi-connecting.png
 +
|[[file:status-wifi-connecting.png|75px]]
 +
 +
| Benjamin
 +
| Complete
 +
| [[file:[email protected]|75px]]
 +
| No
 +
|[[file:wifi-connecting.psd]]
 +
 
 +
|-
 +
|
 +
|
 +
|screen-recorder-red.png
 +
| Benjamin
 +
| Complete
 +
| [[file:screen-recorder-red.png|75px]]
 +
| No
 +
|[[file:Status-screen-recorder.psd]]
 +
 
 +
|-
 +
|
 +
|
 +
|screen-recorder-monochrome.png
 +
| Benjamin
 +
| Complete
 +
| [[file:screen-recorder-monochrome.png|75px]]
 +
| No
 +
|[[file:Status-screen-recorder.psd]]
 +
 
 +
|}
 +
 
 +
====Screen Lock====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
 
  
 
|-
 
|-
 
|screen-lock-clock-0.png
 
|screen-lock-clock-0.png
 +
|[[file:luna-screen-lock-clock-0.png|75px]]
  
 
|Isandunk
 
|Isandunk
 
|Complete
 
|Complete
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-1.png
 
|screen-lock-clock-1.png
 +
|[[file:luna-screen-lock-clock-1.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-2.png
 
|screen-lock-clock-2.png
 +
|[[file:luna-screen-lock-clock-2.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-3.png
 
|screen-lock-clock-3.png
 +
|[[file:luna-screen-lock-clock-3.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-4.png
 
|screen-lock-clock-4.png
 +
|[[file:luna-screen-lock-clock-4.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-5.png
 
|screen-lock-clock-5.png
 +
|[[file:luna-screen-lock-clock-5.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-6.png
 
|screen-lock-clock-6.png
 +
|[[file:luna-screen-lock-clock-6.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-7.png
 
|screen-lock-clock-7.png
 +
|[[file:luna-screen-lock-clock-7.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-8.png
 
|screen-lock-clock-8.png
 +
|[[file:luna-screen-lock-clock-8.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-9.png
 
|screen-lock-clock-9.png
 +
|[[file:luna-screen-lock-clock-9.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-colon.png
 
|screen-lock-clock-colon.png
 +
|[[file:luna-screen-lock-clock-colon.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
  
 
|-
 
|-
 
|screen-lock-clock-decimal.png
 
|screen-lock-clock-decimal.png
 +
|[[file:luna-screen-lock-clock-decimal.png|75px]]
  
 
|Isandunk
 
|Isandunk
|Complete (awaiting upload)
+
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|screen-lock-incoming-call-off.png
 +
|[[file:luna-screen-lock-incoming-call-off.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|screen-lock-incoming-call-on.png
 +
|[[file:luna-screen-lock-incoming-call-on.png|75px]]
 +
 +
|Isandunk / Benjamin
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|screen-lock-padlock-off.png
 +
|[[file:luna-screen-lock-padlock-off.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|screen-lock-padlock-on.png
 +
|[[file:luna-screen-lock-padlock-on.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|screen-lock-target-scrim.png
 +
|[[file:luna-screen-lock-target-scrim.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|screen-lock-wallpaper-mask-bottom.png
 +
|[[file:luna-screen-lock-wallpaper-mask-bottom.png|x75]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|15px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|screen-lock-wallpaper-mask-top.png
 +
|[[file:luna-screen-lock-wallpaper-mask-top.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
====General UI====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
 
 +
|-
 +
|activity-indicator-32x32.png
 +
|[[file:luna-activity-indicator-32x32.png|x75px]]
 +
|activity-indicator-128x128.png
 +
|Appstache
 +
|Drafting (awaiting upload)
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|activity-progress.png
 +
|[[file:luna-activity-progress.png|x75px]]
 +
 +
|Appstache
 +
|Drafting (awaiting upload)
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|activity-spinner.png
 +
|[[file:luna-activity-spinner.png|x75]]
 +
 +
|Appstache
 +
|Drafting (awaiting upload)
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|activity-static.png
 +
|[[file:luna-activity-static.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|default-app-icon.png
 +
|[[file:luna-default-app-icon.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|empty-launcher.png
 +
|[[file:luna-empty-launcher.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|fullscreen-play-button.png
 +
|[[file:luna-fullscreen-play-button.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|loading-strip.png
 +
|[[file:luna-loading-strip.png|x75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|20px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|normal-bg.png
 +
|[[file:luna-normal-bg.png|75px]]
 +
|[email protected] (WARNING: 10MB file)
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|Please request from Herrie, too big to store here for now.
 +
 
 +
|-
 +
|overlay-banner-bg.png
 +
|[[file:luna-overlay-banner-bg.png|x75]]
 +
 +
|Isandunk
 +
|Complete (Deprecated)
 +
|[[File:[email protected]|5px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|penindicator-ripple.png
 +
|[[file:luna-penindicator-ripple.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|[[File:penindicator-ripple.psd]]
 +
 
 +
|-
 +
|popup-bg.png
 +
|[[file:luna-popup-bg.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|scrim.png
 +
|[[file:luna-scrim.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|search-field-bg-launcher.png
 +
|[[file:launcher-search-field-bg-launcher.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 
 +
|-
 +
|search-button-launcher.png
 +
|[[file:launcher-search-button-launcher.png|75px]]
 +
 +
|Appstache
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
  
 
|-
 
|-
 
|search-pill.png
 
|search-pill.png
 +
|[[file:luna-search-pill.png|75px]]
  
 
|Appstache
 
|Appstache
 +
|Complete (Obsolete)
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|
 +
 +
|-
 +
|spinner.png
 +
|[[file:luna-spinner.png|75px]]
 +
 +
|Appstache
 +
|Drafting
 +
|[[File:[email protected]|75px]]
 +
|No
 +
|
 +
 +
|-
 +
|warning-icon.png
 +
|[[file:luna-warning-icon.png|75px]]
 +
 +
|
 +
|
 +
|[[File:[email protected]|75px]]
 +
|No
 +
|
 +
 +
|-
 +
|warning-system.png
 +
|[[file:luna-warning-system.png|75px]]
 +
 +
|
 +
|
 +
|[[File:[email protected]|75px]]
 +
|No
 +
|
 +
 +
|-
 +
|wm-corner-bottom-left.png
 +
|[[file:luna-wm-corner-bottom-left.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|[[file:wm-rounded-corners.psd]]
 +
 +
|-
 +
|wm-corner-bottom-right.png
 +
|[[file:luna-wm-corner-bottom-right.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|[[file:wm-rounded-corners.psd]]
 +
 +
|-
 +
|wm-corner-top-left.png
 +
|[[file:luna-wm-corner-top-left.png|75px]]
 +
 +
|Isandunk
 
|Complete
 
|Complete
|[[File:search-pill@4x.png|300px]]
+
|[[File:[email protected]|75px]]
 +
|Yes
 +
|[[file:wm-rounded-corners.psd]]
 +
 
 +
|-
 +
|wm-corner-top-right.png
 +
|[[file:luna-wm-corner-top-right.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
|[[file:wm-rounded-corners.psd]]
 +
 
 +
|-
 +
|bell_off.png
 +
|[[file:luna-bell_off.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|card-shadow-tile.png
 +
|[[file:luna-card-shadow-tile.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dashboard-mask-bottom.png
 +
|[[file:luna-dashboard-mask-bottom.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dashboard-mask-top.png
 +
|[[file:luna-dashboard-mask-top.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dashboard-scroll-fade.png
 +
|[[file:luna-dashboard-scroll-fade.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|fsck-usb.png
 +
|[[file:luna-fsck-usb.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|glow-bg.png
 +
|[[file:luna-glow-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|loading-bg.png
 +
|[[file:luna-loading-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|loading-glow.png
 +
|[[file:luna-loading-glow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-arrow-down.png
 +
|[[file:luna-menu-arrow-down.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-arrow-up.png
 +
|[[file:luna-menu-arrow-up.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-divider.png
 +
|[[file:luna-menu-divider.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-dropdown-bg.png
 +
|[[file:luna-menu-dropdown-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-dropdown-scrollfade-bottom.png
 +
|[[file:luna-menu-dropdown-scrollfade-bottom.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-dropdown-scrollfade-top.png
 +
|[[file:luna-menu-dropdown-scrollfade-top.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-dropdown-swipe-bg.png
 +
|[[file:luna-menu-dropdown-swipe-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-dropdown-swipe-highlight.png
 +
|[[file:luna-menu-dropdown-swipe-highlight.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|menu-selection-gradient-default.png
 +
|[[file:luna-menu-selection-gradient-default.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|normal-usb.png
 +
|[[file:luna-normal-usb.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-music-indicator.png
 +
|[[file:luna-notification-music-indicator.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-ringtone-indicator.png
 +
|[[file:luna-notification-ringtone-indicator.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|notification-volume-indicator.png
 +
|[[file:luna-notification-volume-indicator.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|transient-alart-bg.png
 +
|[[file:luna-transient-alart-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
====Keyboard Phone (folder)====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|drag-handle.png
 +
|[[file:kbp-drag-handle.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|drag-highlight.png
 +
|[[file:kbp-drag-highlight.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-delete.png
 +
|[[file:kbp-icon-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-hide-keyboard.png
 +
|[[file:kbp-icon-hide-keyboard.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift-lock.png
 +
|[[file:kbp-icon-shift-lock.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift-on.png
 +
|[[file:kbp-icon-shift-on.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift.png
 +
|[[file:kbp-icon-shift.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-black.png
 +
|[[file:kbp-key-black.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-gray.png
 +
|[[file:kbp-key-gray.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-shift-lock.png
 +
|[[file:kbp-key-shift-lock.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-shift-on.png
 +
|[[file:kbp-key-shift-on.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-white.png
 +
|[[file:kbp-key-white.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|keyboard-bg.png
 +
|[[file:kbp-keyboard-bg.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-bg-2.png
 +
|[[file:kbp-popup-bg-2.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-bg.png
 +
|[[file:kbp-popup-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-key.png
 +
|[[file:kbp-popup-key.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
====Keyboard Tablet (folder)====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|drag-handle.png
 +
|[[file:kbt-drag-handle.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|drag-highlight.png
 +
|[[file:kbt-drag-highlight.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-delete.png
 +
|[[file:kbt-icon-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-hide-keyboard.png
 +
|[[file:kbt-icon-hide-keyboard.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift-lock.png
 +
|[[file:kbt-icon-shift-lock.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift-on.png
 +
|[[file:kbt-icon-shift-on.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-shift.png
 +
|[[file:kbt-icon-shift.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|icon-globe.png
 +
|[[file:kbt-icon-globe.png|75px]]
 +
 +
|Benjamin
 +
|Complete
 +
|[[file:[email protected]|75px]]
 +
|
 +
|[[File:kbt-icon-globe.psd]]
 +
 
 +
|-
 +
|key-black.png
 +
|[[file:kbt-key-black.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-gray.png
 +
|[[file:kbt-key-gray.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-shift-lock.png
 +
|[[file:kbt-key-shift-lock.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-shift-on.png
 +
|[[file:kbt-key-shift-on.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|key-white.png
 +
|[[file:kbt-key-white.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|keyboard-bg.png
 +
|[[file:kbt-keyboard-bg.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-bg-2.png
 +
|[[file:kbt-popup-bg-2.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-bg.png
 +
|[[file:kbt-popup-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|popup-key.png
 +
|[[file:kbt-popup-key.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
====PIN====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! ''' PSD/AI/EPS/SVG source '''
 +
 
 +
|-
 +
|button-black.png
 +
|[[file:pin-button-black.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|No
 +
 +
 
 +
|-
 +
|button-black-press.png
 +
|[[file:pin-button-black-press.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|No
 +
|
 +
 
 +
|-
 +
|button-green.png
 +
|[[file:pin-button-green.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|No
 +
 +
 
 +
|-
 +
|button-green-press.png
 +
|[[file:pin-button-green-press.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|No
 +
|
 +
 
 +
|-
 +
|icon-delete.png
 +
|[[file:pin-icon-delete.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|password-lock-field.png
 +
|[[file:pin-password-lock-field.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|pin-grid.png
 +
|[[file:pin-pin-grid.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|-
 +
|pin-key-highlight.png
 +
|[[file:pin-pin-key-highlight.png|75px]]
 +
 +
|Isandunk
 +
|Complete
 +
|[[File:[email protected]|75px]]
 +
|Yes
 +
 +
 
 +
|}
 +
 
 +
====Launcher (folder)====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|dark-arrow-left.png
 +
|[[file:launcher-dark-arrow-left.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dark-arrow-right.png
 +
|[[file:launcher-dark-arrow-right.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-button-delete.png
 +
|[[file:launcher-edit-button-delete.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-button-done.png
 +
|[[file:launcher-edit-button-done.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-button-remove.png
 +
|[[file:launcher-edit-button-remove.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-icon-bg-light.png
 +
|[[file:launcher-edit-icon-bg-light.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-icon-bg-small-light.png
 +
|[[file:launcher-edit-icon-bg-small-light.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-icon-bg-small.png
 +
|[[file:launcher-edit-icon-bg-small.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|edit-icon-bg.png
 +
|[[file:launcher-edit-icon-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-bg.png
 +
|[[file:launcher-launcher-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-bg64.png
 +
|[[file:launcher-launcher-bg64.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-empty-page.png
 +
|[[file:launcher-launcher-empty-page.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-icon-64.png
 +
|[[file:launcher-launcher-icon-64.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-icon-72.png
 +
|[[file:launcher-launcher-icon-72.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-scrollfade-bottom.png
 +
|[[file:launcher-launcher-scrollfade-bottom.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-scrollfade-top.png
 +
|[[file:launcher-launcher-scrollfade-top.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|launcher-touch-feedback.png
 +
|[[file:launcher-launcher-touch-feedback.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|list-divider.png
 +
|[[file:launcher-list-divider.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-bg-solid.png
 +
|[[file:launcher-quicklaunch-bg-solid.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-bg.png
 +
|[[file:launcher-quicklaunch-bg.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-button-launcher.png
 +
|[[file:launcher-quicklaunch-button-launcher.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-button-search.png
 +
|[[file:launcher-quicklaunch-button-search.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-shadow-original.png
 +
|[[file:launcher-quicklaunch-shadow-original.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|quicklaunch-shadow.png
 +
|[[file:launcher-quicklaunch-shadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|search-button-launcher.png
 +
|[[file:launcher-search-button-launcher.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|search-field-bg-launcher.png
 +
|[[file:launcher-search-field-bg-launcher.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|superscroll-bg-highlight.png
 +
|[[file:launcher-superscroll-bg-highlight.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|superscroll-bg.png
 +
|[[file:launcher-superscroll-bg.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-bg.png
 +
|[[file:launcher-tab-bg.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-divider.png
 +
|[[file:launcher-tab-divider.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-highlight.png
 +
|[[file:launcher-tab-highlight.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-selected-bg.png
 +
|[[file:launcher-tab-selected-bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-shadow-original.png
 +
|[[file:launcher-tab-shadow-original.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|tab-shadow.png
 +
|[[file:launcher-tab-shadow.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
 
 +
 
 +
====Dockmode (folder)====
 +
=====Dockmode (root)=====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|dropdown-bg-row-highlight.png
 +
|[[file:dock-dropdown-bg-row-highlight.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dropdown-bg-row.png
 +
|[[file:dock-dropdown-bg-row.png|x75]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|loading-glow.png
 +
|[[file:dock-loading-glow.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|time-icon-48x48.png
 +
|[[file:dock-time-icon-48x48.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
=====Dockmode - Time (root)=====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|clock_bg.png
 +
|[[file:dock-t-clock_bg.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Analog (root)======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|base.png
 +
|[[file:dock-ta-base.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|hour.png
 +
|[[file:dock-ta-hour.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|minute.png
 +
|[[file:dock-ta-minute.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|second.png
 +
|[[file:dock-ta-second.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Analog - Glass======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|base.png
 +
|[[file:dock-ta-base.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|hour.png
 +
|[[file:dock-ta-hour.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|minute.png
 +
|[[file:dock-ta-minute.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|second.png
 +
|[[file:dock-ta-second.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Analog - Matte======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|base.png
 +
|[[file:dock-ta-base.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|hour.png
 +
|[[file:dock-ta-hour.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|minute.png
 +
|[[file:dock-ta-minute.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|second.png
 +
|[[file:dock-ta-second.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Digital - Landscape======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|flippers-date-mask.png
 +
|[[file:dock-tdl-flippers-date-mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-date.png
 +
|[[file:dock-tdl-flippers-date.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-time-mask.png
 +
|[[file:dock-tdl-flippers-time-mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-time.png
 +
|[[file:dock-tdl-flippers-time.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
 
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Digital - Portait======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|divider.png
 +
|[[file:dock-tdp-divider.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|dots.png
 +
|[[file:dock-tdp-dots.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-date-mask.png
 +
|[[file:dock-tdp-flippers-date-mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-date.png
 +
|[[file:dock-tdp-flippers-date.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-time-mask.png
 +
|[[file:dock-tdp-flippers-time-mask.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|flippers-time.png
 +
|[[file:dock-tdp-flippers-time.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
======Dockmode - Time - Indicator======
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?'''
 +
 
 +
|-
 +
|off.png
 +
|[[file:dock-ti-off.png|75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|-
 +
|on.png
 +
|[[file:dock-ti-on.png|x75px]]
 +
|
 +
|
 +
|
 +
|
 +
|
 +
 
 +
|}
 +
 
 +
===Application icons===
 +
 
 +
====Generic items====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''Name''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|Application icon generic background
 +
|isandunk
 +
|Complete
 +
|[[File:webOS-app-icon-background.png|128px]]
 +
|N/A
 +
|[[File:webOS-app-icon-background.psd]]
 +
|-
 +
|Settings icon generic background
 +
|isandunk
 +
|Complete
 +
|[[File:webOS-settings-background.png|128px]]
 +
|N/A
 +
|[[File:webOS-settings-background.psd]]
 +
|}
 +
 
 +
====Preware====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon.png
 +
|preware-icon@4x.png
 +
|virox
 +
|Complete
 +
|[[File:[email protected]|128px]]
 +
|?
 +
|
 +
 
 +
|}
 +
 
 +
====Update====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon-update-64x64.png
 +
|[[File:icon-update-64x64.png|64px]]
 +
|icon-update-256x256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-update-256x256.png|64px]]
 +
|
 +
|[[:File:Update-icon.psd]]
 +
 
 +
|-
 +
|icon-update-256x256.png
 +
|[[File:icon-update-256x256.png|64px]]
 +
|icon-update-1024x1024.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-update-1024x1024.png|128px]]
 +
|
 +
|[[:File:Update-icon.psd]]
 +
 
 +
 
 +
|}
 +
 
 +
====Settings====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon-settings-64.png
 +
|[[File:icon-settings-64.png|64px]]
 +
|icon-settings-256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-settings-256.png|64px]]
 +
|
 +
|[[:File:icon-settings.psd]]
 +
 
 +
|-
 +
|icon-setting-256.png
 +
|[[File:icon-settings-256.png|64px]]
 +
|icon-settings-1024.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-settings-1024.png|128px]]
 +
|
 +
|[[:File:icon-settings.psd]]
 +
 
 +
 
 +
|}
 +
 
 +
 
 +
 
 +
====PDF====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon-pdf-variant1-64.png
 +
|[[File:icon-pdf-variant1-64.png|64px]]
 +
|icon-pdf-variant1-256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-pdf-variant1-256.png|64px]]
 +
|
 +
|[[:File:icon-pdf-variant1.psd]]
 +
 
 +
|-
 +
|icon-pdf-variant1-256.png
 +
|[[File:icon-pdf-variant1-256.png|64px]]
 +
|icon-pdf-variant1-1024.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-pdf-variant1-1024.png|128px]]
 +
|
 +
|[[:File:icon-pdf-variant1.psd]]
 +
 
 +
|-
 +
|icon-pdf-variant2-64.png
 +
|[[File:icon-pdf-variant2-64.png|64px]]
 +
|icon-pdf-variant2-256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-pdf-variant2-256.png|64px]]
 +
|
 +
|[[:File:icon-pdf-variant2.psd]]
 +
 
 +
|-
 +
|icon-pdf-variant2-256.png
 +
|[[File:icon-pdf-variant2-256.png|64px]]
 +
|icon-pdf-variant2-1024.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-pdf-variant2-1024.png|128px]]
 +
|
 +
|[[:File:icon-pdf-variant2.psd]]
 +
 
 +
|}
 +
 
 +
====Testr====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''1x File preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|icon-testr-64.png
 +
|[[File:icon-testr-64.png|64px]]
 +
|icon-testr-256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-testr-256.png|64px]]
 +
|
 +
|[[:File:icon-testr.psd]]
 +
 
 +
|-
 +
|icon-testr-256.png
 +
|[[File:icon-testr-256.png|64px]]
 +
|icon-testr-1024.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-testr-1024.png|128px]]
 +
|
 +
|[[:File:icon-testr.psd]]
 +
 
 +
 
 +
|}
 +
 
 +
====Developer Mode====
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
!'''1x Filename''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' !! '''PSD/AI/EPS/SVG source'''
 +
 
 +
|-
 +
|devmode.png
 +
|icon-devmode-256.png
 +
|Benjamin
 +
|Complete
 +
|[[File:icon-devmode-256.png|128px]]
 +
|?
 +
|[[:File:icon-devmode-256.psd]]
 +
 
 +
|}
 +
 
 +
===New/Custom Work===
 +
Since we'll probably be adding/reimplementing things in the long-run, we're going to be needing some brand new graphics. Requests (new and finished) go here.
 +
 
 +
{| border="1"; cellpadding="5"; width="100%" class="wikitable"
 +
|-
 +
|'''Filename'''
 +
|'''Description'''
 +
|'''Assigned to'''
 +
|'''Status'''
 +
|'''File preview'''
 +
|'''In rootfs?'''
 +
|'''PSD/AI/EPS/SVG source'''
 +
|-
 +
|luneos-logo-normal.png
 +
|The LuneOS logo, for use on the bootscreen.
 +
|Benjamin
 +
|Complete
 +
|[[File:luneos-logo-normal.png]]
 +
|No
 +
|[[File:luneos-logo-normal.psd]]
 +
 
 +
|-
 +
|luneos-logo-glow.png
 +
|The LuneOS logo, for use on the bootscreen. (Glowing)
 +
|Benjamin
 +
|Complete
 +
|[[File:luneos-logo-glow.png]]
 +
|No
 +
|[[File:luneos-logo-glow.psd]]
 +
 
 +
|-
 +
|Luneos-logo-256.png
 +
|The LuneOS logo, for use in webapp launcher and as default app icon. 256px
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-256.png|75px]]
 +
|No
 +
|[[File:Luneos-logo-1024.psd]]
 +
 
 +
|-
 +
|Luneos-logo-1024.png
 +
|The LuneOS logo, for use in webapp launcher and as default app icon. 1024px
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-1024.png|128px]]
 +
|No
 +
|[[File:Luneos-logo-1024.psd]]
 +
 
 +
|-
 +
|Luneos-logo-dropshadow-256.png
 +
|The LuneOS logo, for use in webapp launcher and as default app icon. 256px with drop shadow.
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-dropshadow-256.png|75px]]
 +
|No
 +
|[[File:Luneos-logo-1024.psd]]
 +
 
 +
|-
 +
|Luneos-logo-dropshadow-1024.png
 +
|The LuneOS logo, for use in webapp launcher and as default app icon. 1024px with drop shadow.
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-dropshadow-1024.png|128px]]
 +
|No
 +
|[[File:Luneos-logo-1024.psd]]
 +
 
 +
|-
 +
|Luneos-logo-mono-256.png
 +
|The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 256px
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-mono-256.png|75px]]
 +
|No
 +
|[[File:Luneos-logo-mono-1024.psd|128px]]
 +
 
 +
|-
 +
|Luneos-logo-mono-1024.png
 +
|The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 1024px
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-mono-1024.png|128px]]
 +
|No
 +
|[[File:Luneos-logo-mono-1024.psd]]
 +
 
 +
|-
 +
|Luneos-logo-mono-dropshadow-256.png
 +
|The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 256px with drop shadow.
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-mono-dropshadow-256.png|75px]]
 +
|No
 +
|[[File:Luneos-logo-mono-1024.psd|128px]]
 +
 
 +
|-
 +
|Luneos-logo-mono-dropshadow-1024.png
 +
|The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 1024px with drop shadow.
 +
|Benjamin
 +
|Complete
 +
|[[File:Luneos-logo-mono-dropshadow-1024.png|128px]]
 +
|No
 +
|[[File:Luneos-logo-mono-1024.psd]]
 +
 
 +
|-
 +
|luneos-website-logo-1024x1024.png
 +
|The LuneOS website logo, for use on the website. 1024px
 +
|Benjamin
 +
|Complete
 +
|[[File:luneos-website-logo-1024.png]]
 +
|No
 +
|[[File:luneos-website-logo-1024.psd]]
 +
 
 +
|-
 +
|ports-logo-normal.png
 +
|The webOS Ports logo, for use on the bootscreen.
 +
|Appstache
 +
|Complete
 +
|[[File:ports-logo-normal.png]]
 +
|No
 +
|[[File:ports-logo-normal.psd]]
 +
 
 +
|-
 +
|ports-logo-glow.png
 +
|The webOS Ports logo, for use on the bootscreen. (Glowing)
 +
|Appstache
 +
|Complete
 +
|[[File:ports-logo-glow.png]]
 +
|No
 +
|[[File:ports-logo-glow.psd]]
 +
 
 +
|-
 +
|emoticon-frown.png
 +
|Smiley- :(
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-cry.png
 +
|Smiley- :'(
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-smile.png
 +
|Smiley- :)
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-wink.png
 +
|Smiley- ;)
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-yuck.png
 +
|Smiley- :P
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-gasp.png
 +
|Smiley- :O
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|emoticon-heart.png
 +
|Smiley- <3
 +
|
 +
|
 +
|
 +
|No
 +
|
 +
 
 +
|-
 +
|LunaNext-Architecture-Diag.png
 +
|The LuneOS architecture diagram (needs updating a bit)
 +
|Isandunk/Benjamin
 +
|In progress
 +
|[[File:LunaNext-Architecture-Diag.png]]
 +
|No
 +
|[[File:LunaNext_Arch_Diag.zip]]
 +
 
 +
 
  
 
|}
 
|}

Latest revision as of 15:57, 13 May 2015

Open webOS contains a large quantity of graphical assets that are based at 72dpi, the original pixel density of the Touchpad in PNG-24 format. Most of these images reside in Luna, as part of the UI.

Unfortunately, the source files for these assets have not been open sourced.

Therefore, as we begin to port to devices that have higher pixel densities, we will require graphics of a much greater size to display clearly on these screens. In order to solve this requirement, we will need to recreate the existing ones in a scalable/future-proof format.

Specifications / Guidelines

The launcher can render high-DPI bitmaps, so app icons should be large. As of Café au lait, our version of webkit cannot display high-DPI images on any supported device. It *can* display SVG images, so vector images are more useful at present. They should not need more work as we support different displays.


What we have:

  • 1x size baseline: The existing graphic set is formatted for a 10-inch screen at 1024x768.

What we need right now:

  • 1.75x size for phones: For phones such as the GNex, we need graphics that are formatted for a 4-inch screen at 1280x800.
  • 2x size for future tablets: For future high-res tablets (as this is the direction the market is going), we need graphics that are formatted for a 10-inch screen at 2560x1600.

What should have for the future:

  • 4x size for future-proofing: As displays have recently doubled in size, what's to say they won't do the same again? Or perhaps Open webOS will be ported to something with a 4k screen in future? Naturally we don't know, so it's best to be safe and aim high.

What to do:

  • The images we need recreated in higher resolution can all be found below in their respective sections.
  • Each recreation must be exactly 4x the size of the original image and match the original as closely as possible in terms of style - consistency is vital if Open webOS is to look like a professional product.
    • Please bear in mind that most assets have some kind of alpha transparency (hence the requirement for PNG-24 assets) which can affect their final appearance in situ.
  • Current assets have been recreated in Photoshop or Illustrator. It is recommended that any work you do is in one of these two Adobe products, as it allows for interoperability at a later date if required.
    • If you are working in Photoshop, please draw all shapes as vectors and apply layer styles to each layer so that you are not working 'destructively' and so that your work can be easily transfered to another PSD if needed.
  • In terms of format, please provide both a resolution independent PSD/AI/EPS/SVG source file (if possible) and a 4x sized PNG-24 file.

Assets

Assignees

When you start work on an asset, add it's filename and your username below. This way, we can coordinate and make sure people don't do unnecessary work.

When you finish work on a given asset, please mark it as complete, upload it's PNG to the wiki via Special:Upload and add it to the page along with a link to the PSD/SVG source file.


Note: Some image previews on this page may be smaller than the actual high resolution asset. Please be sure to grab the correct copy by clicking the image if needed.

Core Application image assets

There are several assets required for recreation in each of the Core Apps that come bundled with Open webOS. Please refer to each particular page for relevant assets:

Accounts App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon.png Accounts-icon.png [email protected]
icon-256x256.png Accounts-icon-256x256.png [email protected]
General assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon-accounts.png Accounts-icon-accounts.png [email protected]
header-icon-accounts.png Accounts-header-icon-accounts.png [email protected]
accounts-48x48.png Accounts-48x48.png accounts-192x192.png
accounts-64x64.png Accounts-64x64.png accounts-256x256.png


Calculator App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
key-backspace.png Calc-key-backspace.png isandunk Replaced by one image containing both (backspace.png)
key-backspace-down.png Calc-key-backspace-down.png isandunk Replaced by one image containing both (backspace.png)
Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon.png Calc-icon.png [email protected] Benjamin Complete Calc-icon-256x256.png File:Calc-icon.psd
icon-256x256.png Calc-icon-256x256.png [email protected] Benjamin Complete Icon-1024x1024.png File:Calc-icon.psd
General assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
lcd-readout.png Calc-lcd-readout.png isandunk File:[email protected]
key.png Calc-key.png [email protected] isandunk Complete Key@4x.png File:[email protected]
key-operator.png Calc-key-operator.png [email protected] isandunk Complete Key-operator@4x.png File:[email protected]
key-operator-down.png Calc-key-operator-down.png isandunk
key-down.png Calc-key-down.png isandunk
key-command.png Calc-key-command.png [email protected] isandunk Complete Key-command@4x.png File:[email protected]
key-command-down.png Calc-key-command-down.png isandunk
calc-bg.png Calc-calc-bg.png isandunk
backspace.png Calc-backspace.png isandunk
backdrop.png Calc-backdrop.png [email protected] isandunk Complete Backdrop@4x.png File:[email protected]

Calendar App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
Assets
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview PSD/AI/EPS/SVG source
File:icon-calendar-64.png Icon-calendar-64.png File:icon-calendar-256.png Benjamin Complete Icon-calendar-256.png File:icon-calendar-1024.psd
File:icon-calendar-256.png Icon-calendar-256.png File:icon-calendar-1024.png Benjamin Complete Icon-calendar-1024.png File:icon-calendar-1024.psd
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
glossy-top-highlight.png Cal-glossy-top-highlight.png
header-icon-calendar.png Cal-header-icon-calendar.png
header-icon-calendar48x48.png Cal-header-icon-calendar48x48.png
icon-256x256.png Cal-icon-256x256.png
icon-48x48.png Cal-icon-48x48.png
icon.png Cal-icon.png
light_chrome_drop_shadow_footer.png Cal-light chrome drop shadow footer.png
light_chrome_drop_shadow_header.png Cal-light chrome drop shadow header.png
menu-icon-createNew.png Cal-menu-icon-createNew.png
menu-icon-day.png Cal-menu-icon-day.png
menu-icon-jumpTo.png Cal-menu-icon-jumpTo.png
menu-icon-month.png Cal-menu-icon-month.png
menu-icon-showToday.png Cal-menu-icon-showToday.png
menu-icon-week.png Cal-menu-icon-week.png
mypalm-32x32.png Cal-mypalm-32x32.png
notification-large-calendar.png Cal-notification-large-calendar.png


Launcher (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon-01.png Call-icon-01.png File:icon-calendar-1024-01.png Benjamin Completed Icon-calendar-1024-01.png
icon-02.png Call-icon-02.png File:icon-calendar-1024-02.png Benjamin Completed Icon-calendar-1024-02.png
icon-03.png Call-icon-03.png File:icon-calendar-1024-03.png Benjamin Completed Icon-calendar-1024-03.png
icon-04.png Call-icon-04.png File:icon-calendar-1024-04.png Benjamin Completed Icon-calendar-1024-04.png
icon-05.png Call-icon-05.png File:icon-calendar-1024-05.png Benjamin Completed Icon-calendar-1024-05.png
icon-06.png Call-icon-06.png File:icon-calendar-1024-06.png Benjamin Completed Icon-calendar-1024-06.png
icon-07.png Call-icon-07.png File:icon-calendar-1024-07.png Benjamin Completed Icon-calendar-1024-07.png
icon-08.png Call-icon-08.png File:icon-calendar-1024-08.png Benjamin Completed Icon-calendar-1024-08.png
icon-09.png Call-icon-09.png File:icon-calendar-1024-09.png Benjamin Completed Icon-calendar-1024-09.png
icon-1.png Call-icon-1.png File:icon-calendar-1024-1.png Benjamin Completed Icon-calendar-1024-1.png
icon-10.png Call-icon-10.png File:icon-calendar-1024-10.png Benjamin Completed Icon-calendar-1024-10.png
icon-11.png Call-icon-11.png File:icon-calendar-1024-11.png Benjamin Completed Icon-calendar-1024-11.png
icon-12.png Call-icon-12.png File:icon-calendar-1024-12.png Benjamin Completed Icon-calendar-1024-12.png
icon-13.png Call-icon-13.png File:icon-calendar-1024-13.png Benjamin Completed Icon-calendar-1024-13.png
icon-14.png Call-icon-14.png File:icon-calendar-1024-14.png Benjamin Completed Icon-calendar-1024-14.png
icon-15.png Call-icon-15.png File:icon-calendar-1024-15.png Benjamin Completed Icon-calendar-1024-15.png
icon-16.png Call-icon-16.png File:icon-calendar-1024-16.png Benjamin Completed Icon-calendar-1024-16.png
icon-17.png Call-icon-17.png File:icon-calendar-1024-17.png Benjamin Completed Icon-calendar-1024-17.png
icon-18.png Call-icon-18.png File:icon-calendar-1024-18.png Benjamin Completed Icon-calendar-1024-18.png
icon-19.png Call-icon-19.png File:icon-calendar-1024-19.png Benjamin Completed Icon-calendar-1024-19.png
icon-2.png Call-icon-2.png File:icon-calendar-1024-2.png Benjamin Completed Icon-calendar-1024-2.png
icon-20.png Call-icon-20.png File:icon-calendar-1024-20.png Benjamin Completed Icon-calendar-1024-20.png
icon-21.png Call-icon-21.png File:icon-calendar-1024-21.png Benjamin Completed Icon-calendar-1024-21.png
icon-22.png Call-icon-22.png File:icon-calendar-1024-22.png Benjamin Completed Icon-calendar-1024-22.png
icon-23.png Call-icon-23.png File:icon-calendar-1024-23.png Benjamin Completed Icon-calendar-1024-23.png
icon-24.png Call-icon-24.png File:icon-calendar-1024-24.png Benjamin Completed Icon-calendar-1024-24.png
icon-25.png Call-icon-25.png File:icon-calendar-1024-25.png Benjamin Completed Icon-calendar-1024-25.png
icon-26.png Call-icon-26.png File:icon-calendar-1024-26.png Benjamin Completed Icon-calendar-1024-26.png
icon-27.png Call-icon-27.png File:icon-calendar-1024-27.png Benjamin Completed Icon-calendar-1024-27.png
icon-28.png Call-icon-28.png File:icon-calendar-1024-28.png Benjamin Completed Icon-calendar-1024-28.png
icon-29.png Call-icon-29.png File:icon-calendar-1024-29.png Benjamin Completed Icon-calendar-1024-29.png
icon-3.png Call-icon-3.png File:icon-calendar-1024-3.png Benjamin Completed Icon-calendar-1024-3.png
icon-30.png Call-icon-30.png File:icon-calendar-1024-30.png Benjamin Completed Icon-calendar-1024-30.png
icon-31.png Call-icon-31.png File:icon-calendar-1024-31.png Benjamin Completed Icon-calendar-1024-31.png
icon-4.png Call-icon-4.png File:icon-calendar-1024-4.png Benjamin Completed Icon-calendar-1024-4.png
icon-5.png Call-icon-5.png File:icon-calendar-1024-5.png Benjamin Completed Icon-calendar-1024-5.png
icon-6.png Call-icon-6.png File:icon-calendar-1024-6.png Benjamin Completed Icon-calendar-1024-6.png
icon-7.png Call-icon-7.png File:icon-calendar-1024-7.png Benjamin Completed Icon-calendar-1024-7.png
icon-8.png Call-icon-8.png File:icon-calendar-1024-8.png Benjamin Completed Icon-calendar-1024-8.png
icon-9.png Call-icon-9.png File:icon-calendar-1024-9.png Benjamin Completed Icon-calendar-1024-9.png

Clock App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
key-backspace.png Calc-key-backspace.png isandunk Replaced by one image containing both (backspace.png)
key-backspace-down.png Calc-key-backspace-down.png isandunk Replaced by one image containing both (backspace.png)
Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon.png Clock-icon.png
icon-256x256.png Clock-icon-256x256.png
General assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
clockbg.png Clock-clockbg.png
Date_Flipper_Landscape.png Clock-Date Flipper Landscape.png
Date_Flipper_Portrait.png Clock-Date Flipper Portrait.png
digital_landscape_date_bg.png Clock-digital landscape date bg.png
digital_landscape_time_bg.png Clock-digital landscape time bg.png
digital_portrain_date_bg.png Clock-digital portrain date bg.png
digital_portrait_date_bg.png Clock-digital portrait date bg.png
digital_portrait_time_bg.png Clock-digital portrait time bg.png
Flipper_Landscape.png Clock-Flipper Landscape.png
Flipper_Portrait.png Clock-Flipper Portrait.png
glass-clockbg.png Clock-glass-clockbg.png
glass-hours.png Clock-glass-hours.png
glass-minutes.png Clock-glass-minutes.png
hours.png Clock-hours.png
icon-48.png Clock-icon-48.png
menu-icon-alarm.png Clock-menu-icon-alarm.png
menu-icon-clock.png Clock-menu-icon-clock.png
minutes.png Clock-minutes.png
notification-alarm-small.png Clock-notification-alarm-small.png
seconds.png Clock-seconds.png

Contacts App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
eas-32x32.png Contacts-mock-eas-32x32.png Herrie Used for mock up data


gmail-32x32.png Contacts-mock-gmail-32x32.png Herrie Used for mock up data
mypalm-32x32.png Contacts-mock-mypalm-32x32.png Herrie Used for mock up data
yahoo-32x32.png Contacts-mock-yahoo-32x32.png Herrie Used for mock up data
hamster.jpg Contacts-mock-hamster.jpg Herrie Used for mock up data
mitch.jpg Contacts-mock-mitch.jpg Herrie Used for mock up data
monkey.jpg Contacts-mock-monkey.jpg Herrie Used for mock up data
rabbit.jpg Contacts-mock-rabbit.jpg Herrie Used for mock up data
sheep.jpg Contacts-mock-sheep.jpg Herrie Used for mock up data
snowboarder.jpg Contacts-mock-snowboarder.jpg Herrie Used for mock up data


Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon.png Contacts-icon.png
icon-256x256.png Contacts-icon-256x256.png icon-contacts-1024.png Benjamin Complete Icon-contacts-1024.png File:icon-contacts-1024.psd
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
bg_avatar_mask.png Contacts-bg avatar mask.png
bg_body.png Contacts-bg body.png
bg_details.png Contacts-bg details.png
bg_details_input_skype.png Contacts-bg details input skype.png
bg_edit_avatar_add.png Contacts-bg edit avatar add.png
contacts_bg_add_contact.png Contacts bg add contact.png [email protected] Benjamin Complete Contacts bg add contact@4x.png File:Contacts bg add [email protected]


bg_edit_favorite.png Contacts-bg edit favorite.png
bg_edit_mask.png Contacts-bg edit mask.png
bg_edit_prefix.png Contacts-bg edit prefix.png
bg_favorite.png Contacts-bg favorite.png
bg_favorites_icon_mask.png Contacts-bg favorites icon mask.png
bg_field_new.png Contacts-bg field new.png
bg_icon_mask.png Contacts-bg icon mask.png
bg_list_favorite.png Contacts-bg list favorite.png
bg_prefix.png Contacts-bg prefix.png
btn_edit.png Contacts-btn edit.png
btn_linked_profiles.png Contacts-btn linked profiles.png
btn_prefix.png Contacts-btn prefix.png
btn_share.png Contacts-btn share.png
contacts-by-webos.png Contacts-contacts-by-webos.png
defaultview-panel-tile.png x75
details-button-press.png Contacts-details-button-press.png
details-button.png Contacts-details-button.png
favorites-star-blue.png Contacts-favorites-star-blue.png
first-launch-contacts.png Contacts-first-launch-contacts.png
global-search-list-photo-avatar.png Contacts-global-search-list-photo-avatar.png
header-icon-contacts-48x48.png Contacts-header-icon-contacts-48x48.png
header-icon-contacts.png Contacts-header-icon-contacts.png
menu-icon-favorites.png Contacts-menu-icon-favorites.png
menu-icon-xapp-camera.png Contacts-menu-icon-xapp-camera.png
profiles-clip.png Contacts-profiles-clip.png

Email App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon.png Email-icon.png
icon-256x256.png Email-icon-256x256.png
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
account-generic-small.png Email-account-generic-small.png
accounts-icon-favorite.png Email-accounts-icon-favorite.png
address-book-icon.png Email-address-book-icon.png
address-book.png Email-address-book.png
arrow-down.png Email-arrow-down.png
arrow-left.png Email-arrow-left.png
arrow-right.png Email-arrow-right.png
attachment-count-badge.png Email-attachment-count-badge.png
attachment-icon.png Email-attachment-icon.png
attachments-bg-tile.png Email-attachments-bg-tile.png
attachments_button.png Email-attachments button.png
body-background-sprite.png Email-body-background-sprite.png
bottom-fade-dark.png Email-bottom-fade-dark.png
bottom-fade.png Email-bottom-fade.png
btn_controls_play.png Email-btn controls play.png
button-menu.png Email-button-menu.png
cc_bcc_button_up.png Email-cc bcc button up.png
command-menu-bg.png Email-command-menu-bg.png
compose-attach-icon.png Email-compose-attach-icon.png
compose-background-shadow.png Email-compose-background-shadow.png
compose-priority-flag.png Email-compose-priority-flag.png
compose-subject-edit-bg.png Email-compose-subject-edit-bg.png
defaultview-panel-tile.png x75
compose-subject-solid-bg.png Email-compose-subject-solid-bg.png
compose-view-bg-tile.png Email-compose-view-bg-tile.png
compose_left_shadow.png Email-compose left shadow.png
compose_right_shadow.png Email-compose right shadow.png
dashboard-unread.png Email-dashboard-unread.png
detail_avatar.png Email-detail avatar.png
divider-button.png Email-divider-button.png
dottedline_separator.png Email-dottedline separator.png
down-bg.png Email-down-bg.png
download-background.png Email-download-background.png
download-cancel.png Email-download-cancel.png
download-progress.png Email-download-progress.png
drawer_arrow.png Email-drawer arrow.png
edit-multiselect.png Email-edit-multiselect.png
email-badge.png Email-email-badge.png
email-by-webos.png Email-email-by-webos.png
email-header-bg.png x75
email-invite-event.png Email-email-invite-event.png
email-readview-subject.png Email-email-readview-subject.png
email-status-forwarded.png Email-email-status-forwarded.png
email-status-replied.png Email-email-status-replied.png
email-to-overlay.png Email-email-to-overlay.png
email_header_dropshadow.png Email-email header dropshadow.png
email_switcher_arrows.png Email-email switcher arrows.png
email_switcher_arrows_down.png Email-email switcher arrows down.png
empty-scene-email-icon.png Email-empty-scene-email-icon.png
flag-message-icon.png Email-flag-message-icon.png
Flag.png Email-Flag.png
flag_stamp.png Email-flag stamp.png
flag_toggle.png Email-flag toggle.png
folder-drafts.png Email-folder-drafts.png
folder-favorite-allinboxes.png Email-folder-favorite-allinboxes.png
folder-favorite-normal.png Email-folder-favorite-normal.png
folder-inbox.png Email-folder-inbox.png
folder-junk.png Email-folder-junk.png
folder-outbox.png Email-folder-outbox.png
folder-sent.png Email-folder-sent.png
folder-single-open.png Email-folder-single-open.png
folder-trash.png Email-folder-trash.png
header-divider-dropshadow.png Email-header-divider-dropshadow.png
header-icon-email-48x48.png Email-header-icon-email-48x48.png
header-print-icon.png Email-header-print-icon.png
header-send-icon.png Email-header-send-icon.png
header-warning-icon.png Email-header-warning-icon.png
header_chrome_tile.png Email-header chrome tile.png
highlight-bg.png Email-highlight-bg.png
icon-256x256.png Email-icon-256x256.png
icon-48.png Email-icon-48.png
icon-all-inboxes-new.png Email-icon-all-inboxes-new.png
icon-delete.png Email-icon-delete.png
icon-forward.png Email-icon-forward.png
icon-move-to-folder.png Email-icon-move-to-folder.png
icon-new-email.png Email-icon-new-email.png
icon-reply-all.png Email-icon-reply-all.png
icon-reply.png Email-icon-reply.png
icon-sync.png Email-icon-sync.png
icon.png Email-icon.png
icon_download.png Email-icon download.png
icon_generic_attch.png Email-icon generic attch.png
icon_image.png Email-icon image.png
icon_music.png Email-icon music.png
icon_pdf.png Email-icon pdf.png
icon_ppt.png Email-icon ppt.png
icon_txt.png Email-icon txt.png
icon_unknown.png Email-icon unknown.png
icon_vcard.png Email-icon vcard.png
icon_video.png Email-icon video.png
icon_word.png Email-icon word.png
icon_xls.png Email-icon xls.png
inbox-header-chrome.png x75
invite-icon-accept.png Email-invite-icon-accept.png
invite-icon-decline.png Email-invite-icon-decline.png
invite-icon-maybe.png Email-invite-icon-maybe.png
light_chrome_drop_shadow_footer.png Email-light chrome drop shadow footer.png
light_chrome_drop_shadow_header.png Email-light chrome drop shadow header.png
list-cal-invite.png Email-list-cal-invite.png
list-error.png Email-list-error.png
list-flagged.png Email-list-flagged.png
list-forward.png Email-list-forward.png
list-header-gradient.png Email-list-header-gradient.png
list-priority-flagged.png Email-list-priority-flagged.png
list-reply-forward.png Email-list-reply-forward.png
list-reply.png Email-list-reply.png
list-unread-flagged.png Email-list-unread-flagged.png
list-unread-priority-flagged.png Email-list-unread-priority-flagged.png
list-unread.png Email-list-unread.png
loading-bg.png Email-loading-bg.png
Mail-2-1a-256.png Email-Mail-2-1a-256.png
menu-icon-attach.png Email-menu-icon-attach.png
menu-icon-attach-blue.png Email-menu-icon-attach-blue.png
menu-icon-compose.png Email-menu-icon-compose.png
menu-icon-delete.png Email-menu-icon-delete.png
menu-icon-forward-email.png Email-menu-icon-forward-email.png
menu-icon-reply-all.png Email-menu-icon-reply-all.png
menu-icon-reply.png Email-menu-icon-reply.png
menu-icon-send.png Email-menu-icon-send.png
menu-icon-sync.png Email-menu-icon-sync.png
mini_priority_stamp_overlay.png Email-mini priority stamp overlay.png
more-menu-icon.png Email-more-menu-icon.png
msg-avatar-unclipped-well.png Email-msg-avatar-unclipped-well.png
multi-select-header.png Email-multi-select-header.png
next-email-icon.png Email-next-email-icon.png
notification-large-generic.png Email-notification-large-generic.png
notification-small.png Email-notification-small.png
offline.png Email-offline.png
online.png Email-online.png
othermail32.png Email-othermail32.png
palm-divider-arrow.png Email-palm-divider-arrow.png
palm-divider-collapse-left.png Email-palm-divider-collapse-left.png
paper_page_texture.png Email-paper page texture.png
previous-email-icon.png Email-previous-email-icon.png
priority_stamp_overlay.png Email-priority stamp overlay.png
profile_pic_container.png Email-profile pic container.png
read_view_top_texture.png Email-read view top texture.png
recipient-atom.png Email-recipient-atom.png
selection-checkmark.png Email-selection-checkmark.png
selection-gradient-default.png Email-selection-gradient-default.png
square-button-sprite.png Email-square-button-sprite.png
star.png Email-star.png
sync-activity-animation-1character.png Email-sync-activity-animation-1character.png
sync-activity-animation-2characters.png Email-sync-activity-animation-2characters.png
sync-activity-animation-3characters.png Email-sync-activity-animation-3characters.png
sync-activity-animation-4characters.png Email-sync-activity-animation-4characters.png
top-fade-dark.png Email-top-fade-dark.png
top-fade.png Email-top-fade.png
top_of_list_search.png Email-top of list search.png
torn-paper-effect-tile.png Email-torn-paper-effect-tile.png


Icons (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?


toolbar-icon-bovine.png Emailicon-toolbar-icon-bovine.png Preemptive Started
toolbar-icon-delete.png Emailicon-toolbar-icon-delete.png
toolbar-icon-forward.png Emailicon-toolbar-icon-forward.png
toolbar-icon-moveto.png Emailicon-toolbar-icon-moveto.png
toolbar-icon-multi-delete.png Emailicon-toolbar-icon-multi-delete.png
toolbar-icon-multi-flag.png Emailicon-toolbar-icon-multi-flag.png
toolbar-icon-multi-moveto.png Emailicon-toolbar-icon-multi-moveto.png
toolbar-icon-multiselect.png Emailicon-toolbar-icon-multiselect.png
toolbar-icon-new.png Emailicon-toolbar-icon-new.png
toolbar-icon-reply.png Emailicon-toolbar-icon-reply.png
toolbar-icon-replyall.png Emailicon-toolbar-icon-replyall.png


Notes App

Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below.

1x Filename 1x File Preview Deprecated by Confirmed by Reason
Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon.png Notes-icon.png [email protected] Isandunk Completed Memos-icon@4x.png File:Memos-icon.psd
icon-256x256.png Notes-icon-256x256.png [email protected] Isandunk Completed Memos-icon-256x256@4x.png File:Memos-icon.psd
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
background.png x75 Deprecated
icon-delete.png Notes-icon-delete.png Deprecated
wall_background.png x75 Deprecated
wall_background_tile_bottom.png x75 Deprecated
wall_background_tile_top.png x75 Deprecated


Edit (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
dit-memo-edit-blue.png Notesedit-memo-edit-blue.png Deprecated
dit-memo-edit-green.png Notesedit-memo-edit-green.png Deprecated
dit-memo-edit-orange.png Notesedit-memo-edit-orange.png Deprecated
dit-memo-edit-pink.png Notesedit-memo-edit-pink.png Deprecated
dit-memo-edit-salmon.png Notesedit-memo-edit-salmon.png Deprecated
dit-memo-edit-yellow.png Notesedit-memo-edit-yellow.png Deprecated
Grid (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
delete-down.png Notesgrid-delete-down.png Deprecated
delete-up.png Notesgrid-delete-up.png Deprecated
memo-blue.png Notesgrid-memo-blue.png Deprecated
memo-green.png Notesgrid-memo-green.png Deprecated
memo-orange.png Notesgrid-memo-orange.png Deprecated
memo-pink.png Notesgrid-memo-pink.png Deprecated
memo-salmon.png Notesgrid-memo-salmon.png Deprecated
memo-yellow.png Notesgrid-memo-yellow.png Deprecated
new-memo-base.png Notesgrid-new-memo-base.png Deprecated
new-memo-blue.png Notesgrid-new-memo-blue.png Deprecated
new-memo-green.png Notesgrid-new-memo-green.png Deprecated
new-memo-orange.png Notesgrid-new-memo-orange.png Deprecated
new-memo-pink.png Notesgrid-new-memo-pink.png Deprecated
new-memo-salmon.png Notesgrid-new-memo-salmon.png Deprecated
new-memo-yellow.png Notesgrid-new-memo-yellow.png Deprecated
underline.png Notesgrid-underline.png Deprecated


Search-input (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
search_cancel.png Notessearchinput-search cancel.png Deprecated
Title-bar (folder)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
color-picker-blue.png Notestitlebar-color-picker-blue.png Deprecated
color-picker-green.png Notestitlebar-color-picker-green.png Deprecated
color-picker-orange.png Notestitlebar-color-picker-orange.png Deprecated
color-picker-pink.png Notestitlebar-color-picker-pink.png Deprecated
color-picker-salmon.png Notestitlebar-color-picker-salmon.png Deprecated
color-picker-selected-blue.png Notestitlebar-color-picker-selected-blue.png Deprecated
color-picker-selected-green.png Notestitlebar-color-picker-selected-green.png Deprecated
color-picker-selected-orange.png Notestitlebar-color-picker-selected-orange.png Deprecated
color-picker-selected-pink.png Notestitlebar-color-picker-selected-pink.png Deprecated
color-picker-selected-salmon.png Notestitlebar-color-picker-selected-salmon.png Deprecated
color-picker-selected-yellow.png Notestitlebar-color-picker-selected-yellow.png Deprecated
color-picker-yellow.png Notestitlebar-color-picker-yellow.png Deprecated
dark-back-arrow.png Notestitlebar-dark-back-arrow.png Deprecated
icon-email.png Notestitlebar-icon-email.png
icon-trash.png Notestitlebar-icon-trash.png
memos-header.png Notestitlebar-memos-header.png Deprecated
progress-button-cancel.png Notestitlebar-progress-button-cancel.png Deprecated
search-icon.png Notestitlebar-search-icon.png
shadow.png Notestitlebar-shadow.png Deprecated


Filemanager App

Files

Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-filemanager-64.png Icon-filemanager-64.png icon-filemanager-256.png Benjamin Completed Icon-filemanager-256.png File:Icon-filemanager-1024.psd
icon-filemanager-256.png Icon-filemanager-256.png icon-filemanager-1024.png Benjamin Completed Icon-filemanager-1024.png File:Icon-filemanager-1024.psd
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
icon_file.png x75 Benjamin New icon required
icon_folder.png Icon folder.png Benjamin New icon required


C+ Dav Synergy Connector

Files

Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-caldav-64.png Icon-caldav-64.png icon-caldav-256.png Benjamin Completed Icon-caldav-256.png File:Icon-caldav-1024.psd
icon-caldav-256.png Icon-caldav-256.png icon-caldav-1024.png Benjamin Completed Icon-caldav-1024.png File:Icon-caldav-1024.psd


Phone App

Files

Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
phone-icon-64x64.png Phone-icon-256x256.png icon-phone-256.png Benjamin Completed Icon-phone-256.png File:Icon-phone-1024.psd
icon-phone-256.png Icon-phone-256.png icon-phone-1024.png Benjamin Completed Icon-phone-1024.png File:Icon-phone-1024.psd
General Assets
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
screen-lock-incoming-call-off.png Icon-screen-lock-incoming-call-off-256.png [email protected] Benjamin Completed Icon-screen-lock-incoming-call-off-1024.png Yes File:Icon-screen-lock-incoming-call-off-1024.psd
screen-lock-incoming-call-on.png Luna-screen-lock-incoming-call-on.png [email protected] Benjamin Not Started Screen-lock-incoming-call-on@4x.png Yes File:[email protected]
Mute_on_off.png Mute on off.png [email protected] Benjamin Not Started 75px Yes File:Mute on [email protected]
disconnect-button.png Disconnect-button.png [email protected] Benjamin Completed Disconnect-button@4x.png Yes File:[email protected]
dial-button.png Dial-button.png [email protected] Benjamin Completed Dial-button@4x.png Yes File:[email protected]
button-ignore-answer.png Button-ignore-answer.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
menu-icon-favorites.png Menu-icon-favorites.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
menu-icon-dtmfpad.png Menu-icon-dtmfpad.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
menu-icon-dial.png Menu-icon-dial.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
menu-icon-addcall.png Menu-icon-addcall.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
menu-icon-call-log.png Menu-icon-call-log.png [email protected] Benjamin Not Started 75px Yes File:[email protected]
generic-details-view-avatar.png Generic-details-view-avatar.png [email protected] Benjamin Completed Generic-details-view-avatar@4x.png Yes File:[email protected]



Messaging App

Files

Assets
Application Icon
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-messaging-64.png Icon-messaging-256.png icon-messaging-256.png Benjamin Completed Icon-messaging-256.png File:Icon-messaging-1024.psd
icon-messaging-256.png Icon-messaging-256.png icon-messaging-1024.png Benjamin Completed Icon-messaging-1024.png File:Icon-messaging-1024.psd

Luna Next (LunaSysMgr)Files

Deprecated Graphics

The files listed below are believed to have been deprecated and are no longer in use. If you find any more, please add them below. Note: It is not necessary to recreate the HP bootlogo, as we will be using the webOS-ports logo instead (see top-left of wiki.)

General UI

1x Filename 1x File Preview Deprecated by Confirmed by Reason


back-button.png Luna-back-button.png Isandunk
dock-item-shadow-tile.png Luna-dock-item-shadow-tile.png Isandunk
empty-launcher.png Luna-empty-launcher.png Isandunk
fade-arrow-down.png Luna-fade-arrow-down.png Isandunk
hp-logo.png Luna-hp-logo.png Isandunk
hp-logo-bright.png Luna-hp-logo-bright.png Isandunk
loading-card-scrim.png Luna-loading-card-scrim.png Isandunk
menu-selection-gradient-last.png Luna-menu-selection-gradient-last.png Isandunk
meta-move.png Luna-meta-move.png Isandunk
overlay-banner-bg.png x75 Isandunk
popup-scrollfade-bottom.png Luna-popup-scrollfade-bottom.png Isandunk
quick_launch_highlight.png Luna-quick launch highlight.png Isandunk
reorder-ripple.png Luna-reorder-ripple.png Isandunk
search-bottom-fade.png x75 Isandunk
search-icon-disabled.png Luna-search-icon-disabled.png Isandunk
search-pill.png Luna-search-pill.png Isandunk
search-pill-no-icon.png Luna-search-pill-no-icon.png Isandunk


Dockmode

1x Filename 1x File Preview Deprecated by Confirmed by Reason
dropdown-bg-row-highlight.png x75 Isandunk

Status Bar

1x Filename 1x File Preview Deprecated by Confirmed by Reason
rssi-1x-0.png Status-rssi-1x-0.png Herrie morphis No longer needed
rssi-1x-1.png Status-rssi-1x-1.png Herrie morphis No longer needed
rssi-1x-2.png Status-rssi-1x-2.png Herrie morphis No longer needed
rssi-1x-3.png Status-rssi-1x-3.png Herrie morphis No longer needed
rssi-1x-4.png Status-rssi-1x-4.png Herrie morphis No longer needed
rssi-1x-5.png Status-rssi-1x-5.png Herrie morphis No longer needed
rssi-3G-0.png Status-rssi-3G-0.png Herrie morphis No longer needed
rssi-3G-1.png Status-rssi-3G-1.png Herrie morphis No longer needed
rssi-3G-2.png Status-rssi-3G-2.png Herrie morphis No longer needed
rssi-3G-3.png Status-rssi-3G-3.png Herrie morphis No longer needed
rssi-3G-4.png Status-rssi-3G-4.png Herrie morphis No longer needed
rssi-3G-5.png Status-rssi-3G-5.png Herrie morphis No longer needed
rssi-ev-0.png Status-rssi-ev-0.png Herrie morphis No longer needed
rssi-ev-1.png Status-rssi-ev-1.png Herrie morphis No longer needed
rssi-ev-2.png Status-rssi-ev-2.png Herrie morphis No longer needed
rssi-ev-3.png Status-rssi-ev-3.png Herrie morphis No longer needed
rssi-ev-4.png Status-rssi-ev-4.png Herrie morphis No longer needed
rssi-ev-5.png Status-rssi-ev-5.png Herrie morphis No longer needed
rssi-lte-1.png Herrie morphis No longer needed
rssi-lte-2.png Herrie morphis No longer needed
rssi-lte-3.png Herrie morphis No longer needed
rssi-lte-4.png Herrie morphis No longer needed
rssi-lte-5.png Herrie morphis No longer needed

Assets

Status Bar

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
appname-background.png Status-appname-background.png [email protected] Isandunk Complete Appname-background@4x.png No
bluetooth-connected.png Status-bluetooth-connected.png [email protected] Appstache Complete Bluetooth-connected@4x.png Yes
bluetooth-connecting.png Status-bluetooth-connecting.png [email protected] Appstache Complete Bluetooth-connecting@4x.png Yes
bluetooth-error.png Status-bluetooth-error.png [email protected] Appstache Complete Bluetooth-error@4x.png Yes
bluetooth-on.png Status-bluetooth-on.png [email protected] Appstache Complete Bluetooth-on@4x.png Yes
icon-mute.png Status-icon-mute.png [email protected] Appstache Complete Icon-mute@4x.png Yes
icon-mute-off.png Status-icon-mute-off.png [email protected] Appstache Complete Icon-mute-off@4x.png Yes
icon-rotation-lock.png Status-icon-rotation-lock.png [email protected] Appstache Complete Icon-rotation-lock@4x.png Yes
icon-rotation-lock-off.png Status-icon-rotation-lock-off.png [email protected] Appstache Complete Icon-rotation-lock-off@4x.png Yes
menu-arrow.png Status-menu-arrow.png [email protected] Benjamin Complete Status-menu-arrow@4x.png No File:Status-menu-arrow.psd


brightness-less.png Status-brightness-less.png [email protected] Benjamin Complete Status-brightness-less@4x.png No File:Status-brightness-less.psd
brightness-more.png Status-brightness-more.png [email protected] Benjamin Complete Status-brightness-more@4x.png No File:Status-brightness-more.psd
call-forward.png Status-call-forward.png [email protected] Isandunk WIP 75px No
hac.png Status-hac.png [email protected] Isandunk Complete Hac@4x.png No
icon-airplane.png Status-icon-airplane.png [email protected] Benjamin Complete Icon-airplane@4x.png No File:Icon-airplane.psd
icon-airplane-off.png Status-icon-airplane-off.png [email protected] Benjamin Complete Icon-airplane-off@4x.png No File:Icon-airplane-off.psd
battery-0.png Status-battery-0.png [email protected] Isandunk Complete Battery-0@4x.png Yes File:[email protected]
battery-1.png Status-battery-1.png [email protected] Isandunk Complete Battery-1@4x.png Yes File:[email protected]
battery-2.png Status-battery-2.png [email protected] Isandunk Complete Battery-2@4x.png Yes File:[email protected]
battery-3.png Status-battery-3.png [email protected] Isandunk Complete Battery-3@4x.png Yes File:[email protected]
battery-4.png Status-battery-4.png [email protected] Isandunk Complete Battery-4@4x.png Yes File:[email protected]
battery-5.png Status-battery-5.png [email protected] Isandunk Complete Battery-5@4x.png Yes File:[email protected]
battery-6.png Status-battery-6.png [email protected] Isandunk Complete Battery-6@4x.png Yes File:[email protected]
battery-7.png Status-battery-7.png [email protected] Isandunk Complete Battery-7@4x.png Yes File:[email protected]
battery-8.png Status-battery-8.png [email protected] Isandunk Complete Battery-8@4x.png Yes File:[email protected]
battery-9.png Status-battery-9.png [email protected] Isandunk Complete Battery-9@4x.png Yes File:[email protected]
battery-10.png Status-battery-10.png [email protected] Isandunk Complete Battery-10@4x.png Yes File:[email protected]
battery-11.png Status-battery-11.png [email protected] Isandunk Complete Battery-11@4x.png Yes File:[email protected]
battery-charged.png Status-battery-charged.png [email protected] Isandunk Complete Battery-charged@4x.png Yes File:[email protected]
battery-charging-0.png Status-battery-charging-0.png [email protected] Isandunk Complete Battery-charging-0@4x.png Yes File:[email protected]
battery-charging-1.png Status-battery-charging-1.png [email protected] Isandunk Complete Battery-charging-1@4x.png Yes File:[email protected]
battery-charging-2.png Status-battery-charging-2.png [email protected] Isandunk Complete Battery-charging-2@4x.png Yes File:[email protected]
battery-charging-3.png Status-battery-charging-3.png [email protected] Isandunk Complete Battery-charging-3@4x.png Yes File:[email protected]
battery-charging-4.png Status-battery-charging-4.png [email protected] Isandunk Complete Battery-charging-4@4x.png Yes File:[email protected]
battery-charging-5.png Status-battery-charging-5.png [email protected] Isandunk Complete Battery-charging-5@4x.png Yes File:[email protected]
battery-charging-6.png Status-battery-charging-6.png [email protected] Isandunk Complete Battery-charging-6@4x.png Yes File:[email protected]
battery-charging-7.png Status-battery-charging-7.png [email protected] Isandunk Complete Battery-charging-7@4x.png Yes File:[email protected]
battery-charging-8.png Status-battery-charging-8.png [email protected] Isandunk Complete Battery-charging-8@4x.png Yes File:[email protected]
battery-charging-9.png Status-battery-charging-9.png [email protected] Isandunk Complete Battery-charging-9@4x.png Yes File:[email protected]
battery-charging-10.png Status-battery-charging-10.png [email protected] Isandunk Complete Battery-charging-10@4x.png Yes File:[email protected]
battery-charging-11.png Status-battery-charging-11.png [email protected] Isandunk Complete Battery-charging-11@4x.png Yes File:[email protected]
battery-error.png Status-battery-error.png [email protected] Isandunk Complete Battery-error@4x.png Yes File:[email protected]
network-1x-active.png Status-network-1x-active.png [email protected] Benjamin Complete Status-network-1x-active@4x.png No File:Status-network-1x.psd
network-1x-connected.png Status-network-1x-connected.png [email protected] Benjamin Complete Status-network-1x-connected@4x.png No File:Status-network-1x.psd
network-1x-dormant.png Status-network-1x-dormant.png [email protected] Benjamin Complete Status-network-1x-dormant@4x.png No File:Status-network-1x.psd
network-3g-active.png Status-network-3g-active.png [email protected] Benjamin Complete Status-network-3g-active@4x.png No File:Status-network-3g.psd
network-3g-connected.png Status-network-3g-connected.png [email protected] Benjamin Complete Status-network-3g-connected@4x.png No File:Status-network-3g.psd
network-3g-dormant.png Status-network-3g-dormant.png [email protected] Benjamin Complete Status-network-3g-dormant@4x.png No File:Status-network-3g.psd


network-4g-active.png Status-network-4g-active.png [email protected] Benjamin Complete Status-network-4g-active@4x.png No File:Status-network-4g.psd
network-4g-connected.png Status-network-4g-connected.png [email protected] Benjamin Complete Status-network-4g-connected@4x.png No File:Status-network-4g.psd
network-4g-dormant.png Status-network-4g-dormant.png [email protected] Benjamin Complete Status-network-4g-dormant@4x.png No File:Status-network-4g.psd
status-network-5g-active.png Status-network-5g-active.png [email protected] Benjamin Complete Status-network-5g-active@4x.png No File:Status-network-5g.psd
status-network-5g-connected.png Status-network-5g-connected.png [email protected] Benjamin Complete Status-network-5g-connected@4x.png No File:Status-network-5g.psd
status-network-5g-dormant.png Status-network-5g-dormant.png [email protected] Benjamin Complete Status-network-5g-dormant@4x.png No File:Status-network-5g.psd


network-edge-connected.png Status-network-edge-connected.png [email protected] Benjamin Complete Status-network-edge-connected@4x.png No File:Status-network-edge.psd
network-edge-active.png Status-network-edge-active.png [email protected] Benjamin Complete Status-network-edge-active@4x.png No File:Status-network-edge.psd
network-evdo-connected.png Status-network-evdo-connected.png [email protected]
network-evdo-active.png Status-network-evdo-active.png [email protected]
network-evdo-dormant.png Status-network-evdo-dormant.png [email protected]
network-gprs-active.png Status-network-gprs-active.png [email protected] Benjamin Complete Status-network-gprs-active@4x.png No File:Status-network-gprs.psd
network-gprs-connected.png Status-network-gprs-connected.png [email protected] Benjamin Complete Status-network-gprs-connected@4x.png No File:Status-network-gprs.psd
network-hsdpa-active.png Status-network-hsdpa-active.png [email protected] Benjamin Complete Status-network-hsdpa-active@4x.png No File:Status-network-hsdpa.psd
network-hsdpa-connected.png Status-network-hsdpa-connected.png [email protected] Benjamin Complete Status-network-hsdpa-connected@4x.png No File:Status-network-hsdpa.psd
network-hsdpa-plus-connected.png Status-network-hsdpa-plus-connected.png [email protected] Benjamin Complete Status-network-hsdpa-plus-connected@4x.png No File:Status-network-hsdpa+.psd
network-roaming-triangle.png Status-network-roaming-triangle.png [email protected] Benjamin Complete Status-network-roaming-triangle@4x.png No File:Status-network-roaming-triangle.psd
network-roaming.png Status-network-roaming.png [email protected] Benjamin Complete Status-network-roaming@4x.png No File:Status-network-roaming.psd
network-umts-active.png Status-network-umts-active.png [email protected] Benjamin Complete Status-network-umts-active@4x.png No File:Status-network-umts.psd
network-umts-connected.png Status-network-umts-connected.png [email protected] Benjamin Complete Status-network-umts-connected@4x.png No File:Status-network-umts.psd
status-network-lte-connected.png Status-network-lte-connected.png [email protected] Benjamin Complete Status-network-lte-connected@4x.png No File:Status-network-lte.psd
status-network-lte-active.png Status-network-lte-active.png [email protected] Benjamin Complete Status-network-lte-active@4x.png No File:Status-network-lte.psd
status-network-lte-dormant.png Status-network-lte-dormant.png [email protected] Benjamin Complete Status-network-lte-dormant@4x.png No File:Status-network-lte.psd
status-network-ltea-connected.png Status-network-ltea-connected.png [email protected] Benjamin Complete Status-network-ltea-connected@4x.png No File:Status-network-ltea.psd
status-network-ltea-active.png Status-network-ltea-active.png [email protected] Benjamin Complete Status-network-ltea-active@4x.png No File:Status-network-ltea.psd
status-network-ltea-dormant.png Status-network-ltea-dormant.png [email protected] Benjamin Complete Status-network-ltea-dormant@4x.png No File:Status-network-ltea.psd


rssi-flightmode.png Status-rssi-flightmode.png [email protected] Benjamin Complete Rssi-flightmode@4x.png No File:Status-rssi-flightmode.psd
rssi-0.png Status-rssi-0.png [email protected] Benjamin Complete Rssi-0@4x.png No File:Status-rssi.psd
rssi-1.png Status-rssi-1.png [email protected] Benjamin Complete Rssi-1@4x.png No File:Status-rssi.psd
rssi-2.png Status-rssi-2.png [email protected] Benjamin Complete Rssi-2@4x.png No File:Status-rssi.psd
rssi-3.png Status-rssi-3.png [email protected] Benjamin Complete Rssi-3@4x.png No File:Status-rssi.psd
rssi-4.png Status-rssi-4.png [email protected] Benjamin Complete Rssi-4@4x.png No File:Status-rssi.psd
rssi-5.png Status-rssi-5.png [email protected] Benjamin Complete Rssi-5@4x.png No File:Status-rssi.psd
rssi-error.png Status-rssi-error.png [email protected] Benjamin Complete Rssi-error@4x.png No File:Status-rssi-error.psd
slider-handle.png Status-slider-handle.png [email protected] Isandunk Complete Slider-handle@4x.png No
slider-track.png Status-slider-track.png [email protected] Isandunk Complete Slider-track@4x.png No
slider-track-progress.png Status-slider-track-progress.png [email protected] Isandunk Complete Slider-track-progress@4x.png No
status-bar-background.png Status-status-bar-background.png [email protected] Isandunk Complete Status-bar-background@4x.png No
status-bar-menu-dropdown-tab.png Status-status-bar-menu-dropdown-tab.png [email protected] Isandunk Complete Status-bar-menu-dropdown-tab@4x.png No
status-bar-menu-dropdown-tab-pressed.png Status-status-bar-menu-dropdown-tab-pressed.png [email protected] Isandunk Complete Status-bar-menu-dropdown-tab-pressed@4x.png No
status-bar-separator.png x75 [email protected] Isandunk Complete Status-bar-separator@4x.png No
system-menu-lock.png Status-system-menu-lock.png [email protected] Benjamin Complete Status-system-menu-lock-4x.png No File:Status-system-menu-lock.psd
system-menu-popup-item-checkmark.png Status-system-menu-popup-item-checkmark.png [email protected] Isandunk Complete System-menu-popup-item-checkmark@4x.png No
tty.png Status-tty.png [email protected]
vpn-status-icon.png Status-vpn-status-icon.png [email protected]
wifi-0.png Status-wifi-0.png [email protected] Isandunk Complete Wifi-0@4x.png Yes File:[email protected]
wifi-1.png Status-wifi-1.png [email protected] Isandunk Complete Wifi-1@4x.png Yes File:[email protected]
wifi-2.png Status-wifi-2.png [email protected] Isandunk Complete Wifi-2@4x.png Yes File:[email protected]
wifi-3.png Status-wifi-3.png [email protected] Isandunk Complete Wifi-3@4x.png Yes File:[email protected]
wifi-connecting.png Status-wifi-connecting.png [email protected] Benjamin Complete Wifi-connecting@4x.png No File:Wifi-connecting.psd
screen-recorder-red.png Benjamin Complete Screen-recorder-red.png No File:Status-screen-recorder.psd
screen-recorder-monochrome.png Benjamin Complete Screen-recorder-monochrome.png No File:Status-screen-recorder.psd

Screen Lock

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source


screen-lock-clock-0.png Luna-screen-lock-clock-0.png [email protected] Isandunk Complete Screen-lock-clock-0@4x.png Yes File:[email protected]
screen-lock-clock-1.png Luna-screen-lock-clock-1.png [email protected] Isandunk Complete Screen-lock-clock-1@4x.png Yes File:[email protected]
screen-lock-clock-2.png Luna-screen-lock-clock-2.png [email protected] Isandunk Complete Screen-lock-clock-2@4x.png Yes File:[email protected]
screen-lock-clock-3.png Luna-screen-lock-clock-3.png [email protected] Isandunk Complete Screen-lock-clock-3@4x.png Yes File:[email protected]
screen-lock-clock-4.png Luna-screen-lock-clock-4.png [email protected] Isandunk Complete Screen-lock-clock-4@4x.png Yes File:[email protected]
screen-lock-clock-5.png Luna-screen-lock-clock-5.png [email protected] Isandunk Complete Screen-lock-clock-5@4x.png Yes File:[email protected]
screen-lock-clock-6.png Luna-screen-lock-clock-6.png [email protected] Isandunk Complete Screen-lock-clock-6@4x.png Yes File:[email protected]
screen-lock-clock-7.png Luna-screen-lock-clock-7.png [email protected] Isandunk Complete Screen-lock-clock-7@4x.png Yes File:[email protected]
screen-lock-clock-8.png Luna-screen-lock-clock-8.png [email protected] Isandunk Complete Screen-lock-clock-8@4x.png Yes File:[email protected]
screen-lock-clock-9.png Luna-screen-lock-clock-9.png [email protected] Isandunk Complete Screen-lock-clock-9@4x.png Yes File:[email protected]
screen-lock-clock-colon.png Luna-screen-lock-clock-colon.png [email protected] Isandunk Complete Screen-lock-clock-colon@4x.png Yes File:[email protected]
screen-lock-clock-decimal.png Luna-screen-lock-clock-decimal.png [email protected] Isandunk Complete Screen-lock-clock-decimal@4x.png Yes File:[email protected]
screen-lock-incoming-call-off.png Luna-screen-lock-incoming-call-off.png [email protected] Isandunk Complete Screen-lock-incoming-call-off@4x.png Yes File:[email protected]
screen-lock-incoming-call-on.png Luna-screen-lock-incoming-call-on.png [email protected] Isandunk / Benjamin Complete Screen-lock-incoming-call-on@4x.png Yes File:[email protected]
screen-lock-padlock-off.png Luna-screen-lock-padlock-off.png [email protected] Appstache Complete Screen-lock-padlock-off@4x.png Yes
screen-lock-padlock-on.png Luna-screen-lock-padlock-on.png [email protected] Appstache Complete Screen-lock-padlock-on@4x.png Yes
screen-lock-target-scrim.png Luna-screen-lock-target-scrim.png [email protected] Appstache Complete Screen-lock-target-scrim@4x.png Yes
screen-lock-wallpaper-mask-bottom.png x75 [email protected] Isandunk Complete Screen-lock-wallpaper-mask-bottom@4x.png Yes File:[email protected]
screen-lock-wallpaper-mask-top.png x75

General UI

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source


activity-indicator-32x32.png Luna-activity-indicator-32x32.png activity-indicator-128x128.png Appstache Drafting (awaiting upload) No
activity-progress.png Luna-activity-progress.png [email protected] Appstache Drafting (awaiting upload) No
activity-spinner.png x75 [email protected] Appstache Drafting (awaiting upload) No
activity-static.png Luna-activity-static.png [email protected] Appstache Complete Activity-static@4x.png Yes
default-app-icon.png Luna-default-app-icon.png [email protected] Appstache Complete Default-app-icon@4x.png Yes
empty-launcher.png Luna-empty-launcher.png [email protected] Appstache Complete Empty-launcher@4x.png Yes
fullscreen-play-button.png Luna-fullscreen-play-button.png [email protected] Appstache Complete Fullscreen-play-button@4x.png Yes
loading-strip.png Luna-loading-strip.png [email protected] Appstache Complete Loading-strip@4x.png Yes
normal-bg.png Luna-normal-bg.png [email protected] (WARNING: 10MB file) Isandunk Complete Normal-bg@4x.png Yes Please request from Herrie, too big to store here for now.
overlay-banner-bg.png x75 [email protected] Isandunk Complete (Deprecated) Overlay-banner-bg@4x.png Yes File:[email protected]
penindicator-ripple.png Luna-penindicator-ripple.png [email protected] Isandunk Complete Penindicator-ripple@4x.png Yes File:Penindicator-ripple.psd
popup-bg.png Luna-popup-bg.png [email protected] Isandunk Complete Popup-bg@4x.png Yes File:[email protected]
scrim.png Luna-scrim.png [email protected] Isandunk Complete Scrim@4x.png Yes File:[email protected]
search-field-bg-launcher.png Launcher-search-field-bg-launcher.png [email protected] Appstache Complete Search-field-bg-launcher@4x.png Yes
search-button-launcher.png Launcher-search-button-launcher.png [email protected] Appstache Complete Search-button-launcher@4x.png Yes
search-pill.png Luna-search-pill.png [email protected] Appstache Complete (Obsolete) Search-pill@4x.png Yes
spinner.png Luna-spinner.png [email protected] Appstache Drafting 75px No
warning-icon.png Luna-warning-icon.png [email protected] 75px No
warning-system.png Luna-warning-system.png [email protected] 75px No
wm-corner-bottom-left.png Luna-wm-corner-bottom-left.png [email protected] Isandunk Complete Wm-corner-bottom-left@4x.png Yes File:Wm-rounded-corners.psd
wm-corner-bottom-right.png Luna-wm-corner-bottom-right.png [email protected] Isandunk Complete Wm-corner-bottom-right@4x.png Yes File:Wm-rounded-corners.psd
wm-corner-top-left.png Luna-wm-corner-top-left.png [email protected] Isandunk Complete Wm-corner-top-left@4x.png Yes File:Wm-rounded-corners.psd
wm-corner-top-right.png Luna-wm-corner-top-right.png [email protected] Isandunk Complete Wm-corner-top-right@4x.png Yes File:Wm-rounded-corners.psd
bell_off.png Luna-bell off.png
card-shadow-tile.png Luna-card-shadow-tile.png
dashboard-mask-bottom.png Luna-dashboard-mask-bottom.png
dashboard-mask-top.png Luna-dashboard-mask-top.png
dashboard-scroll-fade.png Luna-dashboard-scroll-fade.png
fsck-usb.png Luna-fsck-usb.png
glow-bg.png Luna-glow-bg.png
loading-bg.png Luna-loading-bg.png
loading-glow.png Luna-loading-glow.png
menu-arrow-down.png Luna-menu-arrow-down.png
menu-arrow-up.png Luna-menu-arrow-up.png
menu-divider.png Luna-menu-divider.png
menu-dropdown-bg.png Luna-menu-dropdown-bg.png
menu-dropdown-scrollfade-bottom.png Luna-menu-dropdown-scrollfade-bottom.png
menu-dropdown-scrollfade-top.png Luna-menu-dropdown-scrollfade-top.png
menu-dropdown-swipe-bg.png Luna-menu-dropdown-swipe-bg.png
menu-dropdown-swipe-highlight.png Luna-menu-dropdown-swipe-highlight.png
menu-selection-gradient-default.png Luna-menu-selection-gradient-default.png
normal-usb.png Luna-normal-usb.png
notification-music-indicator.png Luna-notification-music-indicator.png
notification-ringtone-indicator.png Luna-notification-ringtone-indicator.png
notification-volume-indicator.png Luna-notification-volume-indicator.png
transient-alart-bg.png Luna-transient-alart-bg.png

Keyboard Phone (folder)

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
drag-handle.png Kbp-drag-handle.png
drag-highlight.png Kbp-drag-highlight.png
icon-delete.png Kbp-icon-delete.png
icon-hide-keyboard.png Kbp-icon-hide-keyboard.png
icon-shift-lock.png Kbp-icon-shift-lock.png
icon-shift-on.png Kbp-icon-shift-on.png
icon-shift.png Kbp-icon-shift.png
key-black.png Kbp-key-black.png
key-gray.png Kbp-key-gray.png
key-shift-lock.png Kbp-key-shift-lock.png
key-shift-on.png Kbp-key-shift-on.png
key-white.png Kbp-key-white.png
keyboard-bg.png x75
popup-bg-2.png Kbp-popup-bg-2.png
popup-bg.png Kbp-popup-bg.png
popup-key.png Kbp-popup-key.png

Keyboard Tablet (folder)

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
drag-handle.png Kbt-drag-handle.png
drag-highlight.png Kbt-drag-highlight.png
icon-delete.png Kbt-icon-delete.png
icon-hide-keyboard.png Kbt-icon-hide-keyboard.png
icon-shift-lock.png Kbt-icon-shift-lock.png
icon-shift-on.png Kbt-icon-shift-on.png
icon-shift.png Kbt-icon-shift.png
icon-globe.png Kbt-icon-globe.png [email protected] Benjamin Complete Kbt-icon-globe@4x.png File:Kbt-icon-globe.psd
key-black.png Kbt-key-black.png
key-gray.png Kbt-key-gray.png
key-shift-lock.png Kbt-key-shift-lock.png
key-shift-on.png Kbt-key-shift-on.png
key-white.png Kbt-key-white.png
keyboard-bg.png Kbt-keyboard-bg.png
popup-bg-2.png Kbt-popup-bg-2.png
popup-bg.png Kbt-popup-bg.png
popup-key.png Kbt-popup-key.png

PIN

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
button-black.png Pin-button-black.png [email protected] Isandunk Complete Button-black@4x.png No File:[email protected]
button-black-press.png Pin-button-black-press.png [email protected] Isandunk Complete Button-black-press@4x.png No
button-green.png Pin-button-green.png [email protected] Isandunk Complete Button-green@4x.png No File:[email protected]
button-green-press.png Pin-button-green-press.png [email protected] Isandunk Complete Button-green-press@4x.png No
icon-delete.png Pin-icon-delete.png [email protected] Isandunk Complete Icon-delete@4x.png Yes File:[email protected]
password-lock-field.png Pin-password-lock-field.png [email protected] Isandunk Complete Password-lock-field@4x.png Yes File:[email protected]
pin-grid.png Pin-pin-grid.png [email protected] Isandunk Complete Pin-grid@4x.png Yes File:[email protected]
pin-key-highlight.png Pin-pin-key-highlight.png [email protected] Isandunk Complete Pin-key-highlight@4x.png Yes File:[email protected]

Launcher (folder)

1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
dark-arrow-left.png Launcher-dark-arrow-left.png
dark-arrow-right.png Launcher-dark-arrow-right.png
edit-button-delete.png Launcher-edit-button-delete.png
edit-button-done.png Launcher-edit-button-done.png
edit-button-remove.png Launcher-edit-button-remove.png
edit-icon-bg-light.png Launcher-edit-icon-bg-light.png
edit-icon-bg-small-light.png Launcher-edit-icon-bg-small-light.png
edit-icon-bg-small.png Launcher-edit-icon-bg-small.png
edit-icon-bg.png Launcher-edit-icon-bg.png
launcher-bg.png Launcher-launcher-bg.png
launcher-bg64.png Launcher-launcher-bg64.png
launcher-empty-page.png Launcher-launcher-empty-page.png
launcher-icon-64.png Launcher-launcher-icon-64.png
launcher-icon-72.png Launcher-launcher-icon-72.png
launcher-scrollfade-bottom.png Launcher-launcher-scrollfade-bottom.png
launcher-scrollfade-top.png Launcher-launcher-scrollfade-top.png
launcher-touch-feedback.png Launcher-launcher-touch-feedback.png
list-divider.png Launcher-list-divider.png
quicklaunch-bg-solid.png x75
quicklaunch-bg.png x75
quicklaunch-button-launcher.png Launcher-quicklaunch-button-launcher.png
quicklaunch-button-search.png Launcher-quicklaunch-button-search.png
quicklaunch-shadow-original.png Launcher-quicklaunch-shadow-original.png
quicklaunch-shadow.png Launcher-quicklaunch-shadow.png
search-button-launcher.png Launcher-search-button-launcher.png
search-field-bg-launcher.png Launcher-search-field-bg-launcher.png
superscroll-bg-highlight.png x75
superscroll-bg.png x75
tab-bg.png x75
tab-divider.png x75
tab-highlight.png Launcher-tab-highlight.png
tab-selected-bg.png Launcher-tab-selected-bg.png
tab-shadow-original.png Launcher-tab-shadow-original.png
tab-shadow.png Launcher-tab-shadow.png



Dockmode (folder)

Dockmode (root)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
dropdown-bg-row-highlight.png x75
dropdown-bg-row.png x75
loading-glow.png Dock-loading-glow.png
time-icon-48x48.png Dock-time-icon-48x48.png


Dockmode - Time (root)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
clock_bg.png Dock-t-clock bg.png
Dockmode - Time - Analog (root)
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
base.png Dock-ta-base.png
hour.png Dock-ta-hour.png
minute.png Dock-ta-minute.png
second.png Dock-ta-second.png


Dockmode - Time - Analog - Glass
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
base.png Dock-ta-base.png
hour.png Dock-ta-hour.png
minute.png Dock-ta-minute.png
second.png Dock-ta-second.png


Dockmode - Time - Analog - Matte
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
base.png Dock-ta-base.png
hour.png Dock-ta-hour.png
minute.png Dock-ta-minute.png
second.png Dock-ta-second.png


Dockmode - Time - Digital - Landscape
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
flippers-date-mask.png Dock-tdl-flippers-date-mask.png
flippers-date.png Dock-tdl-flippers-date.png
flippers-time-mask.png Dock-tdl-flippers-time-mask.png
flippers-time.png Dock-tdl-flippers-time.png


Dockmode - Time - Digital - Portait
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
divider.png Dock-tdp-divider.png
dots.png Dock-tdp-dots.png
flippers-date-mask.png Dock-tdp-flippers-date-mask.png
flippers-date.png Dock-tdp-flippers-date.png
flippers-time-mask.png Dock-tdp-flippers-time-mask.png
flippers-time.png Dock-tdp-flippers-time.png
Dockmode - Time - Indicator
1x Filename 1x File Preview 4x Filename Assigned to Status 4x File preview In rootfs?
off.png Dock-ti-off.png
on.png Dock-ti-on.png

Application icons

Generic items

Name Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
Application icon generic background isandunk Complete WebOS-app-icon-background.png N/A File:WebOS-app-icon-background.psd
Settings icon generic background isandunk Complete WebOS-settings-background.png N/A File:WebOS-settings-background.psd

Preware

1x Filename 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon.png [email protected] virox Complete Preware-icon@4x.png ?

Update

1x Filename 1x File preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-update-64x64.png Icon-update-64x64.png icon-update-256x256.png Benjamin Complete Icon-update-256x256.png File:Update-icon.psd
icon-update-256x256.png Icon-update-256x256.png icon-update-1024x1024.png Benjamin Complete Icon-update-1024x1024.png File:Update-icon.psd


Settings

1x Filename 1x File preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-settings-64.png Icon-settings-64.png icon-settings-256.png Benjamin Complete Icon-settings-256.png File:icon-settings.psd
icon-setting-256.png Icon-settings-256.png icon-settings-1024.png Benjamin Complete Icon-settings-1024.png File:icon-settings.psd



PDF

1x Filename 1x File preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-pdf-variant1-64.png Icon-pdf-variant1-64.png icon-pdf-variant1-256.png Benjamin Complete Icon-pdf-variant1-256.png File:icon-pdf-variant1.psd
icon-pdf-variant1-256.png Icon-pdf-variant1-256.png icon-pdf-variant1-1024.png Benjamin Complete Icon-pdf-variant1-1024.png File:icon-pdf-variant1.psd
icon-pdf-variant2-64.png Icon-pdf-variant2-64.png icon-pdf-variant2-256.png Benjamin Complete Icon-pdf-variant2-256.png File:icon-pdf-variant2.psd
icon-pdf-variant2-256.png Icon-pdf-variant2-256.png icon-pdf-variant2-1024.png Benjamin Complete Icon-pdf-variant2-1024.png File:icon-pdf-variant2.psd

Testr

1x Filename 1x File preview 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
icon-testr-64.png Icon-testr-64.png icon-testr-256.png Benjamin Complete Icon-testr-256.png File:icon-testr.psd
icon-testr-256.png Icon-testr-256.png icon-testr-1024.png Benjamin Complete Icon-testr-1024.png File:icon-testr.psd


Developer Mode

1x Filename 4x Filename Assigned to Status 4x File preview In rootfs? PSD/AI/EPS/SVG source
devmode.png icon-devmode-256.png Benjamin Complete Icon-devmode-256.png ? File:icon-devmode-256.psd

New/Custom Work

Since we'll probably be adding/reimplementing things in the long-run, we're going to be needing some brand new graphics. Requests (new and finished) go here.

Filename Description Assigned to Status File preview In rootfs? PSD/AI/EPS/SVG source
luneos-logo-normal.png The LuneOS logo, for use on the bootscreen. Benjamin Complete File:Luneos-logo-normal.png No File:Luneos-logo-normal.psd
luneos-logo-glow.png The LuneOS logo, for use on the bootscreen. (Glowing) Benjamin Complete File:Luneos-logo-glow.png No File:Luneos-logo-glow.psd
Luneos-logo-256.png The LuneOS logo, for use in webapp launcher and as default app icon. 256px Benjamin Complete Luneos-logo-256.png No File:Luneos-logo-1024.psd
Luneos-logo-1024.png The LuneOS logo, for use in webapp launcher and as default app icon. 1024px Benjamin Complete Luneos-logo-1024.png No File:Luneos-logo-1024.psd
Luneos-logo-dropshadow-256.png The LuneOS logo, for use in webapp launcher and as default app icon. 256px with drop shadow. Benjamin Complete Luneos-logo-dropshadow-256.png No File:Luneos-logo-1024.psd
Luneos-logo-dropshadow-1024.png The LuneOS logo, for use in webapp launcher and as default app icon. 1024px with drop shadow. Benjamin Complete Luneos-logo-dropshadow-1024.png No File:Luneos-logo-1024.psd
Luneos-logo-mono-256.png The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 256px Benjamin Complete Luneos-logo-mono-256.png No File:Luneos-logo-mono-1024.psd
Luneos-logo-mono-1024.png The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 1024px Benjamin Complete Luneos-logo-mono-1024.png No File:Luneos-logo-mono-1024.psd
Luneos-logo-mono-dropshadow-256.png The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 256px with drop shadow. Benjamin Complete Luneos-logo-mono-dropshadow-256.png No File:Luneos-logo-mono-1024.psd
Luneos-logo-mono-dropshadow-1024.png The LuneOS monochrome logo, for use in webapp launcher and as default app icon. 1024px with drop shadow. Benjamin Complete Luneos-logo-mono-dropshadow-1024.png No File:Luneos-logo-mono-1024.psd
luneos-website-logo-1024x1024.png The LuneOS website logo, for use on the website. 1024px Benjamin Complete File:Luneos-website-logo-1024.png No File:Luneos-website-logo-1024.psd
ports-logo-normal.png The webOS Ports logo, for use on the bootscreen. Appstache Complete Ports-logo-normal.png No File:Ports-logo-normal.psd
ports-logo-glow.png The webOS Ports logo, for use on the bootscreen. (Glowing) Appstache Complete Ports-logo-glow.png No File:Ports-logo-glow.psd
emoticon-frown.png Smiley- :( No
emoticon-cry.png Smiley- :'( No
emoticon-smile.png Smiley- :) No
emoticon-wink.png Smiley- ;) No
emoticon-yuck.png Smiley- :P No
emoticon-gasp.png Smiley- :O No
emoticon-heart.png Smiley- <3 No
LunaNext-Architecture-Diag.png The LuneOS architecture diagram (needs updating a bit) Isandunk/Benjamin In progress LunaNext-Architecture-Diag.png No File:LunaNext Arch Diag.zip