Releases: warren-bank/Android-WebMonkey
Releases · warren-bank/Android-WebMonkey
v01.00.07
add 'Settings' to actionbar menu: configure homepage to load at start
v01.00.06
add JS API method: loadFrame
v01.00.05
add JS API method: loadUrl
v01.00.04
update JS API method 'startIntent': only use ES6 in AP1 21+
v01.00.03
enable remote debugger when: * phone is connected to a remote computer by `adb` - either: * physically with a USB cable * wirelessly over a LAN user can: * inspect contents of WebView in DevTools with Chrome desktop at: chrome://inspect/#devices quick refresher: * # enable USB debugging * # connect by USB adb devices adb tcpip 5555 # disconnect USB * # connect by WiFi from any computer: adb connect 192.168.1.x:5555 adb devices
v01.00.02
update JS API method 'startIntent': add 'type' parameter
v01.00.01
load URL from Intent data
v01.00.00
add 'Exit' to actionbar menu