From 3fd9446bb6715c7188a50448e466920efefce472 Mon Sep 17 00:00:00 2001 From: Gabriel Tobing <6481213l@gmail.com> Date: Sun, 5 Sep 2021 22:13:54 +1000 Subject: [PATCH] V 1.2 changelog updated --- changelog.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 0fe6284..74cf0b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +Version 1.2 + ++ Added a new class, "customWebViewClient" with the method "onReceivedError". This will handle the SSL error that was known to cause NAI webpage loading issues, and will automatically proceed using "handleer.proceed()". + +- Changed variable "mywebView" to "myWebView" to comply with camel case format. + + Version 1.1 + Added hardware acceleration on the application level. @@ -8,4 +15,4 @@ Version 1 + Added Java Script suppourt in the browser element. + Added the browser element to be able to view the website. -+ Added AJAX suppourt. \ No newline at end of file ++ Added AJAX suppourt.