-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize new BookmarkManager class for bookmarks
- Loading branch information
Showing
6 changed files
with
58 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
df51c67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BUG:in the 2g net to look the online video,the app ofen ant No response.
df51c67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
java.lang.NullPointerException
at android.webkit.HTML5VideoViewProxy$VideoPlayer.exitFullScreenVideo(HTML5VideoViewProxy.java:202)
at android.webkit.HTML5VideoViewProxy.onKey(HTML5VideoViewProxy.java:942)
at android.view.View.dispatchKeyEvent(View.java:7239)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1376)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1376)
at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1376)
at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchKeyEvent(PhoneWindow.java:1947)
at com.android.internal.policy.impl.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1420)
at android.app.Activity.dispatchKeyEvent(Activity.java:2443)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1874)
at android.view.ViewRootImpl.deliverKeyEventPostIme(ViewRootImpl.java:4175)
at android.view.ViewRootImpl.handleImeFinishedEvent(ViewRootImpl.java:4118)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3191)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5370)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)
df51c67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the Issues tracker to report any bugs instead of commenting on commit messages. First, as I've said before, 2G is just too slow to load most webpages. That bug you posted does look legitimate, but if you aren't on the latest version of the app that is posted on this Github repo then it isn't very helpful as I've changed video functionality quite a while ago. Furthermore, that crash is in the WebView itself which I don't control so it might not be fixable.