- Bug Fixes and Minor Feature Additions
- Dates
- Released as needed
- If not critical, can be wrapped into a 1.x release
- Auth
- Basic/Digest Adapter
- Notifier
- Used for background communication in applications
- Adapters
- SockJS
- More? (STOMP and other protocols to "unify" APIs)
- Can be moved to future releases
- SimplePush
- Base on Mozilla's SimplePush Protocol Specification
- WebSocket/SockJS via Notifier
- Unified Push Client
- Separate module for app registration/unregistration with unified push server
- Showcase App
- First version featuring all features from library up to this point
- DataManager
- IndexedDB/WebSQL Adapter
- Feature detection to determine which is available
- IE9 supports neither so need to also be able to fall back to localStorage but use same API
- Probably should investigate PouchDB's implementation
- IndexedDB/WebSQL Adapter
- Auth
- OTP Adapter
- OAuth2 Adapter
- Customizable Provider
- Pipeline
- Multi-part Uploads
- DataManager
- Add encryption to sessionLocal adapter
- Data Sync
- Utility for keeping data in DataManager synchronized with a persistent server side store
- Possibly use Notifier for communication / data transfer
- Showcase App
- Add latest library features
- Offline
- Support for using apps offline and detecting status
- Simplified App Cache API
- Scaffolding for proper App Cache setup
- Use DataSync when returning to online status
- Showcase App
- Add latest library features
- Tie up any loose ends
- Social
- Auth
- Login via Facebook, G+, Twitter?
- AeroGear.Auth adapter or separate?
- Common API
- Posting, Profile Info, Friend List, etc.
- Auth