Difference between revisions of "Luna Next"

From WebOS-Ports
Jump to navigation Jump to search
Line 14: Line 14:
 
* system menu
 
* system menu
 
* launcher bar
 
* launcher bar
* (new) device menu [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview1.png New Device Menu screenshot 1], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview2.png New Device Menu screenshot 2], https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview3.png New Device Menu screenshot 3], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview4.png New Device Menu screenshot 4], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview5.png New Device Menu screenshot 5]
+
* (new) device menu [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview1.png New Device Menu screenshot 1], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview2.png New Device Menu screenshot 2], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview3.png New Device Menu screenshot 3], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview4.png New Device Menu screenshot 4], [https://github.com/choorp/webos-patches/blob/master/New%20Device%20Menu/promo/NewDeviceMenu-preview5.png New Device Menu screenshot 5]
  
 
Optional:
 
Optional:

Revision as of 17:54, 17 July 2013

Overview

This a summary page for the Luna Next project.

The agile board is at https://trello.com/board/luna-next/51d856a66054b8c353008a10#

Features

Required:

Optional:

Components

The following components are part of the Luna Next stack:

Supported web API's

Overal application framework is cordova (https://cordova.apache.org/).

webOS specific

  • Luna Service 2 API
  • PalmSystem DOM node
    • properties:
      • launchParams (string)
      • locale (string)
      • localeRegion (string)
      • timeFormat (string)
      • timeZone (string)
      • identifier (string)
      • version (string)
    • methods:
      • paste()
      • copiedToClipboard()
      • pastedFromClipboard()
      • shutdown()
      • activate()
      • deactivate()
      • stagePreparing()
      • stageReady()
      • show()
      • hide()
      • keyboardShow()
      • keyboardHide()

Standard web API's