updated todo...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-09-10 17:01:20 +04:00
parent 493ebc68a3
commit 24f7aeced0

View File

@ -2,11 +2,19 @@ Priority work
[_] 93% Preview II
[_] 38% native client
[_] 0% Generic
[_] platform detect function
| should recognise all target platforms and sub-platforms (screen sizes)...
[_] default settings in platform-specific JSON file
| this file should be auto-loaded on first run -- when no
| other settings are present...
|
| should be something like:
| loadDefaultSettings()
|
| that will load:
| cef-defaults.json - for CEF
| phonegap-defaults.json - for, you guessed it...
| ...
[_] make platform detection an issue for the abstraction layer
| as it is now the case with dumbJSONFile(...)
[_] 50% Windows (CEF / CEFPython)
[_] package a portable exe
[_] 50% basic wrapper