Skip to content

Commit

Permalink
Merge pull request #197 from tuarua/development
Browse files Browse the repository at this point in the history
2.1.1
  • Loading branch information
tuarua committed Jan 5, 2019
2 parents 11d44e7 + 4a2a618 commit 0c29ab6
Show file tree
Hide file tree
Showing 33 changed files with 433 additions and 111 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 2.1.1
- OSX: Fix modifier keys not emitting keyboard events Issue #196
- WIN: Added Windows 7 touch support Issue #194

### 2.1.0
- AND: Updated to FreKotlin 1.6.0
- Upgraded to AIR 32
Expand Down
Binary file modified c_sharp_libs_x64/WebViewANELib.dll
Binary file not shown.
Binary file modified c_sharp_libs_x86/WebViewANELib.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion example-desktop-complete/get_dependencies.ps1
@@ -1,4 +1,4 @@
$AneVersion = "2.1.0"
$AneVersion = "2.1.1"

$currentDir = (Get-Item -Path ".\" -Verbose).FullName
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion example-desktop-complete/get_dependencies.sh
@@ -1,6 +1,6 @@
#!/bin/sh

AneVersion="2.1.0"
AneVersion="2.1.1"
FreSwiftVersion="3.0.0"

wget -O ../native_extension/ane/FreSwift.ane https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/FreSwift.ane?raw=true
Expand Down
1 change: 0 additions & 1 deletion example-mobile/.gitignore
Expand Up @@ -7,7 +7,6 @@ bin-debug/
bin-release/
bin-release-temp/
cache/
AIRSDK_patch/

*.app

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion example-mobile/get_android_dependencies.ps1
@@ -1,4 +1,4 @@
$AneVersion = "2.1.0"
$AneVersion = "2.1.1"

$currentDir = (Get-Item -Path ".\" -Verbose).FullName
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion example-mobile/get_android_dependencies.sh
@@ -1,6 +1,6 @@
#!/bin/sh

AneVersion="2.1.0"
AneVersion="2.1.1"

wget -O android_dependencies/com.tuarua.frekotlin.ane https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin.ane?raw=true
wget -O ../native_extension/ane/WebViewANE.ane https://github.com/tuarua/WebViewANE/releases/download/$AneVersion/WebViewANE.ane?raw=true
2 changes: 1 addition & 1 deletion example-mobile/get_ios_dependencies.sh
@@ -1,6 +1,6 @@
#!/bin/sh

AneVersion="2.1.0"
AneVersion="2.1.1"
FreSwiftVersion="3.0.0"

rm -r ios_dependencies/device
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_android.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.WebViewANE</id>
<name>WebView ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.1.0</versionNumber>
<versionNumber>2.1.1</versionNumber>
<platforms>
<platform name="Android-ARM">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_ios.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.WebViewANE</id>
<name>WebView ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.1.0</versionNumber>
<versionNumber>2.1.1</versionNumber>
<platforms>
<platform name="iPhone-x86">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_multi.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.WebViewANE</id>
<name>WebView ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.1.0</versionNumber>
<versionNumber>2.1.1</versionNumber>
<platforms>
<platform name="iPhone-x86">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_osx.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.WebViewANE</id>
<name>WebView ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.1.0</versionNumber>
<versionNumber>2.1.1</versionNumber>
<platforms>
<platform name="MacOS-x86-64">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_win.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.WebViewANE</id>
<name>WebView ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.1.0</versionNumber>
<versionNumber>2.1.1</versionNumber>
<platforms>
<platform name="Windows-x86">
<applicationDeployment>
Expand Down
Binary file modified native_extension/ane/platforms/win/x64/release/WebViewANE.dll
Binary file not shown.
Binary file modified native_extension/ane/platforms/win/x64/release/library.swf
Binary file not shown.
Binary file modified native_extension/ane/platforms/win/x86/release/WebViewANE.dll
Binary file not shown.
Binary file modified native_extension/ane/platforms/win/x86/release/library.swf
Binary file not shown.
Binary file modified native_extension/bin/WebViewANE.swc
Binary file not shown.
3 changes: 2 additions & 1 deletion native_extension/src/com/tuarua/WebViewANE.as
Expand Up @@ -236,7 +236,8 @@ public class WebViewANE extends EventDispatcher {
}

//noinspection ReservedWordAsName
override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void {
override public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0,
useWeakReference:Boolean = false):void {
super.addEventListener(type, listener, useCapture, priority, useWeakReference);
if (_isInited && (KeyboardEvent.KEY_UP == type || KeyboardEvent.KEY_DOWN == type) && (os.isWindows || os.isOSX)) {
if (this.hasEventListener(type)) {
Expand Down

0 comments on commit 0c29ab6

Please sign in to comment.