TODO
From HippoHX
This is a temp TODO list, i'm adding stuff here so i don't forget and also so people know what's planned. See also the Roadmap, Awesome list and the bug tracker.
Contents |
API
- Review and deeply test backend API for robustness and consistency.
- Investigate and create API for systools.Key and systools.Misc.
- Add support to SQLite via neko.db.Sqlite (see this tuto).
- Add writeBinaryFile and readBinaryFile methods to File API.
- Investigate supporting hxFormat, specially file formats that do not have AS3 counterparts (like tar or gz).
- Investigate adding search for files in File API. See this.
- Investigate how can allow people extending App.hx get notified when a right click event happens.
- Investigate adding screen capture API.
Tools
- GUI: Investigate adding pre/post scripts before/after packaging.
- GUI: Information regarding whether the packager succeeded or not should be clearer to the user.
- Packager: Offer more help information
- Packager and GUI: Allow a list of files to be packaged apart from the minimum required files.
HippoHX Applications
- Allow custom error messages in applications for common problems like swf file cannot be found, etc. Externalize messages to app.xml.
- Allow app.xml encryption/obfuscation. Use a reversible encryption method so app.xml is not plain text.
- Automatically add apps to trusted zone via cfg file.
- Add support for full screen applications that are NOT always on top. See this.
Misc
- Investigate HippoHX releases through haXe lib
- Wiki: Finish information about Flash player redistribution.

