-
Notifications
You must be signed in to change notification settings - Fork 15
Roadmap
Guillaume Gendre edited this page Aug 21, 2015
·
78 revisions
Current stable release is 0.4.1.
The roadmap below may change. If you think something is urgent, please get in touch.
We plan to release a 1.0 this year. We are still in 0.x mode but you can already rely on Cobalt for real world apps.
- AAR library for Cobalt Android
- Cocoa pods library for Cobalt iOS
- Bower package for Cobalt Web
- Simplified documentation on how to add Cobalt to your existing app
- Protocol and Interfaces rework for simpler partial usage of Cobalt in a native app
- Enhance documentation on hybrid views
- action picker
- Add device informations plugin,
- hour, week, month pickers
- CLI create enhancement
- CLI update
- CLI plugins management
- CLI invade, to help you adding Cobalt to an existing project
- Side menu sample
- List>Detail Sample
- Event Management Sample App
- Add Android app bar / iOS navigation bar and customization,
- external fonts for native bars icons (may include plugin refactoring)
- API documentation Doxygen-generated
- Having a lovely documentation website
- add cobalt.sessionStorage or expiry to keys
- use a real bdd for both OS
- enable storage access from native side
- possibility to use your own database system
- Everything is perfect, add a flower on the top and release the 1.0 :)
- Add Android "up" navigation style (thinking in progress),
- web browser as a platform? to use cobalt for your mobile site.
- Using the new WKWebview on iOS
- starting the Windows version
Cobalt is an Open-Source Hybrid Mobile Framework. Read more about it on the home page or in the documentation
- Introduction to Cobalt navigation
- The cobalt.json file
- native navigation bars
- Handling the Android back button
- Introduction to Cobalt messages
- Publish/Subscribe on the Web side
- Publish/Subscribe on Android
- Publish/Subscribe on iOS
- Web Lifecycle messages
- Pull-To-Refresh and Infinite Scroll
- Custom alerts and Toasts
- LocalStorage
- OpenExternalUrl
- PlatformInfos
- Ajax
- Removing the top bar
- Adding Cobalt to an existing project
- Customizing your hybrid views
- Handle multiple Cobalt webviews on the same screen (TODO)