Difference between revisions of "Hackathon Apps"

From WebOS-Ports
Jump to navigation Jump to search
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
This page contains a list of apps that we need converted from Mojo to Enyo2. If you begin work on an app, please add your username and a link to it's git repository in the relevant section.
 
This page contains a list of apps that we need converted from Mojo to Enyo2. If you begin work on an app, please add your username and a link to it's git repository in the relevant section.
 +
 +
=Notes=
 +
 +
In order to maintain consistent styling, all submissions are encouraged to maintain a consistent visual style and code layout.
 +
 +
A webOS Ports app template (based on Bootplate) is available at [http://github.com/webOS-ports/webos-ports-template webos-ports-template on Github]
 +
 +
Apps should use '''org.webosports.app.<name>''' as their app ID, as these will be shipped as core applications.
 +
 +
Also, the following resources are supplied for reference:
 +
 +
'''webos-lib, an enyo2 library designed to assist in writing apps for Open webOS devices:'''
 +
 +
[http://github.com/webOS-ports/webos-lib webos-lib on Github]
 +
 +
'''more-arrangers, an extended set of fancy cross-platform panel arrangers:'''
 +
 +
[http://github.com/ShiftyAxel/more-arrangers more-arrangers on Github]
 +
 +
'''WebOS Ports' Enyo2 Memos rewrite:'''
 +
 +
[http://github.com/webOS-ports/org.webosports.app.memos Memos]
 +
 +
'''WebOS Ports' Enyo2 Settings rewrite:'''
 +
 +
[http://github.com/webOS-ports/org.webosports.app.settings Settings]
 +
 +
When making the applications functional and plumbing in the various required services, you'll probably want a working example of existing code. For this purpose, links will be provided in the relevant application sections. It is preferred that the UI code be completely new, so please try to avoid using the original sources for reference in that sense.
 +
 +
Also, feel free to drop by '''#webos-ports''' on freenode IRC, ShiftyAxel (the author of the above) will be around to provide help and advice to developers.
  
 
=Apps=
 
=Apps=
Line 7: Line 37:
 
Preware should be our primary focus for this hackathon, as it's the primary method for getting applications onto devices.
 
Preware should be our primary focus for this hackathon, as it's the primary method for getting applications onto devices.
  
'''Assignee: '''
+
Original source:
 +
 
 +
[https://github.com/webos-internals/preware Preware on Github]
 +
 
 +
'''Assignee: ''' ''Garfonso'' - see https://github.com/Garfonso/preware-enyo2
  
 
==Govnah==
 
==Govnah==
Line 20: Line 54:
  
 
[https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/WiFi.js Wi-Fi Panel]
 
[https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/WiFi.js Wi-Fi Panel]
 +
 +
Original source:
 +
 +
[https://github.com/webos-internals/govnah Govnah on Github]
  
 
'''Assignee: '''
 
'''Assignee: '''
  
==Internalz Pro==
+
==File Manager==
 +
 
 +
WebOS needs a file manager by default- a significant hole in other mobile OSes. Internalz Pro is a good example for existing webOS devices.
  
'''Assignee: '''
+
'''Assignee: ''' ''Jan Thiemen'' - see https://github.com/webOS-ports/org.webosports.app.filemanager/
  
 
==Lumberjack==
 
==Lumberjack==
  
'''Assignee: '''
+
As there's no novacom debugging solution yet, having lumberjack ported to Enyo2 would be very useful for further application development and on-device debugging.
 +
 
 +
Original source:
 +
 
 +
[https://github.com/webos-internals/lumberjack Lumberjack on Github]
 +
 
 +
'''Assignee: ''' ''lukegb''
  
 
==Tweaks==
 
==Tweaks==
Line 43: Line 89:
 
[https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/WiFi.js Wi-Fi Panel]
 
[https://github.com/webOS-ports/org.webosports.app.settings/blob/master/source/WiFi.js Wi-Fi Panel]
  
'''Assignee: '''
+
Original Source:
  
=Notes=
+
[https://github.com/webos-internals/tweaks Tweaks on Github]
  
In order to maintain consistent styling, all submissions are encouraged to maintain a consistent visual style and code layout.
+
'''Assignee: '''
 
 
For these purposes, developers can use the following resources:
 
 
 
webos-ports-lib, an enyo2 library designed to assist in writing apps for Open webOS devices:
 
 
 
[http://github.com/webOS-ports/webos-ports-lib webos-ports-lib on Github]
 
  
more-arrangers, an extended set of fancy cross-platform panel arrangers:
+
=webos-lib=
  
[http://github.com/ShiftyAxel/more-arrangers more-arrangers on Github]
+
Contributions to webos-lib are also welcome, please issue them as pull requests against [https://github.com/webOS-ports/webos-lib webos-lib on Github]
 
 
WebOS Ports' Enyo2 Memos rewrite:
 
 
 
[http://github.com/webOS-ports/org.webosports.app.memos Memos]
 
 
 
WebOS Ports' Enyo2 Settings rewrite:
 
 
 
[http://github.com/webOS-ports/org.webosports.app.settings Settings]
 

Revision as of 18:13, 20 January 2014

This page contains a list of apps that we need converted from Mojo to Enyo2. If you begin work on an app, please add your username and a link to it's git repository in the relevant section.

Notes

In order to maintain consistent styling, all submissions are encouraged to maintain a consistent visual style and code layout.

A webOS Ports app template (based on Bootplate) is available at webos-ports-template on Github

Apps should use org.webosports.app.<name> as their app ID, as these will be shipped as core applications.

Also, the following resources are supplied for reference:

webos-lib, an enyo2 library designed to assist in writing apps for Open webOS devices:

webos-lib on Github

more-arrangers, an extended set of fancy cross-platform panel arrangers:

more-arrangers on Github

WebOS Ports' Enyo2 Memos rewrite:

Memos

WebOS Ports' Enyo2 Settings rewrite:

Settings

When making the applications functional and plumbing in the various required services, you'll probably want a working example of existing code. For this purpose, links will be provided in the relevant application sections. It is preferred that the UI code be completely new, so please try to avoid using the original sources for reference in that sense.

Also, feel free to drop by #webos-ports on freenode IRC, ShiftyAxel (the author of the above) will be around to provide help and advice to developers.

Apps

Preware

Preware should be our primary focus for this hackathon, as it's the primary method for getting applications onto devices.

Original source:

Preware on Github

Assignee: Garfonso - see https://github.com/Garfonso/preware-enyo2

Govnah

Govnah would be useful to have available, but instead of an application it would be preferred that an enyo panel be created that can be plugged into the settings application. Existing examples can be found at the following links:

Date & Time Panel

Exhibition Panel

Screen & Lock Panel

Wi-Fi Panel

Original source:

Govnah on Github

Assignee:

File Manager

WebOS needs a file manager by default- a significant hole in other mobile OSes. Internalz Pro is a good example for existing webOS devices.

Assignee: Jan Thiemen - see https://github.com/webOS-ports/org.webosports.app.filemanager/

Lumberjack

As there's no novacom debugging solution yet, having lumberjack ported to Enyo2 would be very useful for further application development and on-device debugging.

Original source:

Lumberjack on Github

Assignee: lukegb

Tweaks

We plan to integrate tweaks using the existing tweaks services, but in the form of a panel that plugs into the settings app. Existing examples can be found at the following links:

Date & Time Panel

Exhibition Panel

Screen & Lock Panel

Wi-Fi Panel

Original Source:

Tweaks on Github

Assignee:

webos-lib

Contributions to webos-lib are also welcome, please issue them as pull requests against webos-lib on Github