Skip to content

Commit

Permalink
Update roadmap. Looks like 5.x is close to g2g!
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jan 29, 2016
1 parent 6a11f45 commit c1d335e
Showing 1 changed file with 38 additions and 31 deletions.
69 changes: 38 additions & 31 deletions Roadmap.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,58 @@
Roadmap
=======

v4.1.6
--------
Issues
------

- [ ] Add WKWebView support to podspec file? (#149)
- [ ] iOS8 WKWebView support? (#126)
- [ ] WKWebView issue in OSX? (#84)
- [ ] Release new version (#143, #155, #167)
- [ ] Optional alert-unsafe message speedup (PR #133, I #132)
- [ ] Swift and WKWebView (#153, #158)
- [ ] Misc fixes
- [ ] Crash on _deserializeMessageJSON (I #159)
- [ ] Memory leak? (I #144)
- [ ] Pictures/_dispatchMessage queue issue? (I #137)
- [ ] Consider making webpage reloads easier (I #134)
- [ ] Fix use in $(document).ready (I #131)
- [ ] Error message on missing handler (I #120)
- [ ] Pending bug repro/info
- [ ] #123: unity3d and WebViewJavascriptBridge unrecognized selector sent to instance
- [ ] #124: Getting an exception during _flushMessageQueue

Misc
----

- [ ] Clean up webview delegate - can we get away without passing through one now?
- [ ] Make bridge a subclass of UI/WKWebView
- [ ] Scrap UIWebView?
- [ ] Style consistency through all code
- [ ] Test pod
- [ ] Fix OSX lint warnings (`pod spec lint`)
- [ ] I believe `receiveMessageQueue` in JS is no longer needed, since the JS explicitly tells ObjC when to start sending messages. Remove?

v4.1.7
v5.0.1
------

Pull requests:
- [ ] Dev env / docs
- [X] Dev env / docs
- [X] Automated tests (PR #128, I #151)
- [ ] Travis? https://github.com/integrations/feature/code
- [X] Travis? https://github.com/integrations/feature/code
- [X] Embed js in objc source (PR #129)
- [X] Also fixes PR #138, I #160, I #108
- [X] Docs for podfile installation (PR #140)
- [ ] Features & fixes to consider
- [ ] Message response timeout (PR #106)
- [ ] Optional alert-unsafe message speedup (PR #133, I #132)
- [ ] Remove or fix numRequestsLoading (PR #146, PR #157)
- [ ] Net load fixes
- [ ] Fix `[webView stopLoading]` (PR #168, I #163)
- [ ] Detect offline failed requests (PR #170)
- [ ] Handle redirects (PR #172)
- [ ] Bridge never initiates without a didLoad (I #156)
- [ ] Fix OSX lint warnings (`pod spec lint`)
- [X] Improve API
- [X] Remove default bridge handler - just do command/response. Remove bridge.init
- [X] Features & fixes to consider
- [X] Message response timeout (PR #106)
- [X] Remove or fix numRequestsLoading (PR #146, PR #157)
- [X] Net load fixes
- [X] Fix `[webView stopLoading]` (PR #168, I #163)
- [x] Detect offline failed requests (PR #170)
- [X] Handle redirects (PR #172)
- [X] Bridge never initiates without a didLoad (I #156)

v4.1.8
------
- [ ] Swift and WKWebView (#153, #158)
- [ ] Misc fixes
- [ ] Crash on _deserializeMessageJSON (I #159)
- [ ] Memory leak? (I #144)
- [ ] Pictures/_dispatchMessage queue issue? (I #137)
- [ ] Consider making webpage reloads easier (I #134)
- [ ] Fix use in $(document).ready (I #131)
- [ ] Error message on missing handler (I #120)

Future considerations
---------------------
- [ ] Swift
Expand All @@ -57,8 +69,3 @@ Future considerations
- [ ] Android - partly done by @fangj (#103)
- [ ] Chrome - partly done by @fangj (#104)
- [ ] Windows phone

Pending bug repro/info
----------------------
- [ ] #123: unity3d and WebViewJavascriptBridge unrecognized selector sent to instance
- [ ] #124: Getting an exception during _flushMessageQueue

0 comments on commit c1d335e

Please sign in to comment.