Difference between revisions of "Luna Next"

From WebOS-Ports
Jump to navigation Jump to search
m (Reverted edits by Ka6sox (talk) to last revision by Morphis)
Line 1: Line 1:
 
= Overview =
 
= Overview =
  
FIXME
+
This a summary page for the Luna Next project.
 +
 
 +
The agile board is at https://trello.com/board/luna-next/51d856a66054b8c353008a10#
  
 
= Required Features =
 
= Required Features =

Revision as of 18:15, 12 July 2013

Overview

This a summary page for the Luna Next project.

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

Required Features

  • card-style window management
  • notifications
  • gesture area
  • system menu
  • launcher bar

Optional Features

  • card stacking

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