Difference between revisions of "Graphics Work"
Jump to navigation
Jump to search
(→Files) |
|||
(295 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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:''' | '''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 | + | *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 | + | *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/SVG source file (if | + | *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 38: | Line 47: | ||
'''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.'' | ||
− | ===Files=== | + | ==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 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |key.png | ||
+ | |[[file:calc-key.png|75px]] | ||
+ | |||
+ | |isandunk | ||
+ | |Complete | ||
+ | |[[File:[email protected]|75px]] | ||
+ | | | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |key-operator.png | ||
+ | |[[file:calc-key-operator.png|75px]] | ||
+ | |||
+ | |isandunk | ||
+ | |Complete | ||
+ | |[[File:[email protected]|75px]] | ||
+ | | | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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]] | ||
+ | | | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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]] | ||
+ | | | ||
+ | |[[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. | ||
+ | {| 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==== | ||
+ | |||
+ | =====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''' | ||
+ | |||
+ | |- | ||
+ | |eas-32x32.png | ||
+ | |[[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]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |bg_body.png | ||
+ | |[[file:contacts-bg_body.png|75px]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |bg_details.png | ||
+ | |[[file:contacts-bg_details.png|75px]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |bg_details_input_skype.png | ||
+ | |[[file:contacts-bg_details_input_skype.png|75px]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |bg_edit_avatar_add.png | ||
+ | |[[file:contacts-bg_edit_avatar_add.png|75px]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | |contacts_bg_add_contact.png | ||
+ | |[[file:contacts_bg_add_contact.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Complete | ||
+ | |[[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]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
− | '''Status | + | |- |
+ | |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" | {| border="1"; cellpadding="5"; width="100%" class="wikitable" | ||
|- | |- | ||
− | |'''1x Filename''' | + | !'''1x Filename''' !! '''1x File Preview''' !! '''4x Filename''' !! '''Assigned to''' !! '''Status''' !! '''4x File preview''' !! '''In rootfs?''' |
− | |'''4x Filename''' | + | |
− | |'''Assigned to''' | + | |- |
− | |'''Status''' | + | |background.png |
− | |'''File preview''' | + | |[[file:notes-background.png|x75]] |
− | |'''In rootfs?''' | + | | |
+ | | | ||
+ | |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]] | ||
+ | |||
+ | |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 | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |Mute_on_off.png | ||
+ | |[[file:Mute_on_off.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |disconnect-button.png | ||
+ | |[[file:disconnect-button.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Completed | ||
+ | |[[File:[email protected]|128px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |dial-button.png | ||
+ | |[[file:dial-button.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Completed | ||
+ | |[[File:[email protected]|128px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |button-ignore-answer.png | ||
+ | |[[file:button-ignore-answer.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |menu-icon-favorites.png | ||
+ | |[[file:menu-icon-favorites.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |menu-icon-dtmfpad.png | ||
+ | |[[file:menu-icon-dtmfpad.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |menu-icon-dial.png | ||
+ | |[[file:menu-icon-dial.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |menu-icon-addcall.png | ||
+ | |[[file:menu-icon-addcall.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |menu-icon-call-log.png | ||
+ | |[[file:menu-icon-call-log.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Not Started | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |generic-details-view-avatar.png | ||
+ | |[[file:generic-details-view-avatar.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Completed | ||
+ | |[[File:[email protected]|128px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | ===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 | ||
+ | |[[file:luna-empty-launcher.png|75px]] | ||
+ | |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]] | ||
+ | |||
+ | | Appstache | ||
+ | | Complete | ||
+ | | [[File:[email protected]|75px]] | ||
+ | | Yes | ||
+ | | | ||
|- | |- | ||
|icon-mute.png | |icon-mute.png | ||
+ | |[[file:status-icon-mute.png|75px]] | ||
− | |Appstache | + | | Appstache |
− | | | + | | Complete |
+ | | [[File:[email protected]|75px]] | ||
+ | | Yes | ||
| | | | ||
|- | |- | ||
|icon-mute-off.png | |icon-mute-off.png | ||
+ | |[[file:status-icon-mute-off.png|75px]] | ||
− | |Appstache | + | | 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 | |icon-rotation-lock-off.png | ||
+ | |[[file:status-icon-rotation-lock-off.png|75px]] | ||
− | |Appstache | + | | Appstache |
− | |Complete | + | | Complete |
− | |[[File:[email protected]]] | + | | [[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- | + | |icon-airplane-off.png |
− | |icon- | + | |[[file:status-icon-airplane-off.png|75px]] |
− | | | + | |icon-airplane-off@4x.png |
− | |Complete | + | | Benjamin |
− | |[[File:icon- | + | | Complete |
+ | | [[File:icon-airplane-off@4x.png|75px]] | ||
+ | | No | ||
+ | |[[File:icon-airplane-off.psd]] | ||
|- | |- | ||
|battery-0.png | |battery-0.png | ||
+ | |[[file:status-battery-0.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-1.png | |battery-1.png | ||
+ | |[[file:status-battery-1.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
− | |[[File:[email protected]]] | + | | [[File:[email protected]]] |
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-2.png | |battery-2.png | ||
+ | |[[file:status-battery-2.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | |Complete | + | | Complete |
− | |[[File:[email protected]]] | + | | [[File:[email protected]]] |
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-3.png | |battery-3.png | ||
+ | |[[file:status-battery-3.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | |Complete | + | | Complete |
− | |[[File:[email protected]]] | + | | [[File:[email protected]]] |
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-4.png | |battery-4.png | ||
+ | |[[file:status-battery-4.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | |Complete | + | | Complete |
− | |[[File:[email protected]]] | + | | [[File:[email protected]]] |
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-5.png | |battery-5.png | ||
+ | |[[file:status-battery-5.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | |Complete | + | | Complete |
− | |[[File:[email protected]]] | + | | [[File:[email protected]]] |
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-6.png | |battery-6.png | ||
+ | |[[file:status-battery-6.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-7.png | |battery-7.png | ||
+ | |[[file:status-battery-7.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-8.png | |battery-8.png | ||
+ | |[[file:status-battery-8.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-9.png | |battery-9.png | ||
+ | |[[file:status-battery-9.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-10.png | |battery-10.png | ||
+ | |[[file:status-battery-10.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-11.png | |battery-11.png | ||
+ | |[[file:status-battery-11.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charged.png | |battery-charged.png | ||
+ | |[[file:status-battery-charged.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-0.png | |battery-charging-0.png | ||
+ | |[[file:status-battery-charging-0.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-1.png | |battery-charging-1.png | ||
+ | |[[file:status-battery-charging-1.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-2.png | |battery-charging-2.png | ||
+ | |[[file:status-battery-charging-2.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-3.png | |battery-charging-3.png | ||
+ | |[[file:status-battery-charging-3.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-4.png | |battery-charging-4.png | ||
+ | |[[file:status-battery-charging-4.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-5.png | |battery-charging-5.png | ||
+ | |[[file:status-battery-charging-5.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-6.png | |battery-charging-6.png | ||
+ | |[[file:status-battery-charging-6.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-7.png | |battery-charging-7.png | ||
+ | |[[file:status-battery-charging-7.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-8.png | |battery-charging-8.png | ||
+ | |[[file:status-battery-charging-8.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-9.png | |battery-charging-9.png | ||
+ | |[[file:status-battery-charging-9.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-10.png | |battery-charging-10.png | ||
+ | |[[file:status-battery-charging-10.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-charging-11.png | |battery-charging-11.png | ||
+ | |[[file:status-battery-charging-11.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|battery-error.png | |battery-error.png | ||
+ | |[[file:status-battery-error.png|75px]] | ||
− | |Isandunk | + | | Isandunk |
− | | | + | | Complete |
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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 | ||
+ | |[[file:[email protected]|75px]] | ||
+ | |No | ||
+ | |[[File:Status-rssi.psd]] | ||
+ | |||
+ | |- | ||
+ | |rssi-error.png | ||
+ | |[[file:status-rssi-error.png|75px]] | ||
+ | |||
+ | |Benjamin | ||
+ | |Complete | ||
+ | |[[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:[email protected]|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 | ||
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[file:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |wifi-1.png | ||
+ | |[[file:status-wifi-1.png|75px]] | ||
+ | |||
+ | | Isandunk | ||
+ | | Complete | ||
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[file:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |wifi-2.png | ||
+ | |[[file:status-wifi-2.png|75px]] | ||
+ | |||
+ | | Isandunk | ||
+ | | Complete | ||
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[file:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |wifi-3.png | ||
+ | |[[file:status-wifi-3.png|75px]] | ||
+ | |||
+ | | Isandunk | ||
+ | | Complete | ||
+ | | [[File:[email protected]]] | ||
+ | | Yes | ||
+ | |[[file:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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" | {| 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]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-1.png | |screen-lock-clock-1.png | ||
+ | |[[file:luna-screen-lock-clock-1.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-2.png | |screen-lock-clock-2.png | ||
+ | |[[file:luna-screen-lock-clock-2.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-3.png | |screen-lock-clock-3.png | ||
+ | |[[file:luna-screen-lock-clock-3.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-4.png | |screen-lock-clock-4.png | ||
+ | |[[file:luna-screen-lock-clock-4.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-5.png | |screen-lock-clock-5.png | ||
+ | |[[file:luna-screen-lock-clock-5.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-6.png | |screen-lock-clock-6.png | ||
+ | |[[file:luna-screen-lock-clock-6.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-7.png | |screen-lock-clock-7.png | ||
+ | |[[file:luna-screen-lock-clock-7.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-8.png | |screen-lock-clock-8.png | ||
+ | |[[file:luna-screen-lock-clock-8.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-9.png | |screen-lock-clock-9.png | ||
+ | |[[file:luna-screen-lock-clock-9.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-colon.png | |screen-lock-clock-colon.png | ||
+ | |[[file:luna-screen-lock-clock-colon.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|screen-lock-clock-decimal.png | |screen-lock-clock-decimal.png | ||
+ | |[[file:luna-screen-lock-clock-decimal.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | ||[[File:[email protected]]] | ||
|- | |- | ||
− | | | + | |screen-lock-incoming-call-off.png |
+ | |[[file:luna-screen-lock-incoming-call-off.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
− | | | + | |screen-lock-incoming-call-on.png |
+ | |[[file:luna-screen-lock-incoming-call-on.png|75px]] | ||
+ | |Isandunk / Benjamin | ||
+ | |Complete | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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 | |Isandunk | ||
− | | | + | |Complete |
− | |[[File: | + | |[[File:screen-lock-wallpaper-mask-bottom@4x.png|15px]] |
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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" | {| 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 | |activity-indicator-32x32.png | ||
+ | |[[file:luna-activity-indicator-32x32.png|x75px]] | ||
|activity-indicator-128x128.png | |activity-indicator-128x128.png | ||
|Appstache | |Appstache | ||
|Drafting (awaiting upload) | |Drafting (awaiting upload) | ||
+ | | | ||
+ | |No | ||
+ | | | ||
|- | |- | ||
|activity-progress.png | |activity-progress.png | ||
+ | |[[file:luna-activity-progress.png|x75px]] | ||
|Appstache | |Appstache | ||
|Drafting (awaiting upload) | |Drafting (awaiting upload) | ||
+ | | | ||
+ | |No | ||
+ | | | ||
|- | |- | ||
|activity-spinner.png | |activity-spinner.png | ||
+ | |[[file:luna-activity-spinner.png|x75]] | ||
|Appstache | |Appstache | ||
|Drafting (awaiting upload) | |Drafting (awaiting upload) | ||
+ | | | ||
+ | |No | ||
+ | | | ||
|- | |- | ||
|activity-static.png | |activity-static.png | ||
+ | |[[file:luna-activity-static.png|75px]] | ||
|Appstache | |Appstache | ||
− | | | + | |Complete |
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | | | ||
|- | |- | ||
|default-app-icon.png | |default-app-icon.png | ||
+ | |[[file:luna-default-app-icon.png|75px]] | ||
|Appstache | |Appstache | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | | | ||
|- | |- | ||
|empty-launcher.png | |empty-launcher.png | ||
+ | |[[file:luna-empty-launcher.png|75px]] | ||
|Appstache | |Appstache | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[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 | |loading-strip.png | ||
+ | |[[file:luna-loading-strip.png|x75px]] | ||
|Appstache | |Appstache | ||
|Complete | |Complete | ||
− | |[[File:[email protected]| | + | |[[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 | ||
+ | |[[File:[email protected]]] | ||
|- | |- | ||
|penindicator-ripple.png | |penindicator-ripple.png | ||
+ | |[[file:luna-penindicator-ripple.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[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 | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |scrim.png | ||
+ | |[[file:luna-scrim.png|75px]] | ||
+ | |||
+ | |Isandunk | ||
+ | |Complete | ||
+ | |[[File:[email protected]|75px]] | ||
+ | |Yes | ||
+ | |[[File:[email protected]]] | ||
+ | |||
+ | |- | ||
+ | |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 | + | |Complete (Obsolete) |
− | |[[File:[email protected]| | + | |[[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 | + | |wm-corner-bottom-left.png |
+ | |[[file:luna-wm-corner-bottom-left.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[file:wm-rounded-corners.psd]] | ||
|- | |- | ||
− | |wm-corner-bottom-right | + | |wm-corner-bottom-right.png |
+ | |[[file:luna-wm-corner-bottom-right.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[file:wm-rounded-corners.psd]] | ||
|- | |- | ||
− | |wm-corner-top-left | + | |wm-corner-top-left.png |
+ | |[[file:luna-wm-corner-top-left.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[File:[email protected]|75px]] |
+ | |Yes | ||
+ | |[[file:wm-rounded-corners.psd]] | ||
|- | |- | ||
− | |wm-corner-top-right | + | |wm-corner-top-right.png |
+ | |[[file:luna-wm-corner-top-right.png|75px]] | ||
|Isandunk | |Isandunk | ||
|Complete | |Complete | ||
− | |[[File:[email protected]]] | + | |[[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]] | ||
+ | | | ||
+ |