Skip to content

Releases: warren-bank/Android-WebMonkey

v01.00.07

04 Sep 21:50
Compare
Choose a tag to compare
add 'Settings' to actionbar menu: configure homepage to load at start

v01.00.06

04 Sep 04:52
Compare
Choose a tag to compare
add JS API method: loadFrame

v01.00.05

03 Sep 13:44
Compare
Choose a tag to compare
add JS API method: loadUrl

v01.00.04

03 Sep 01:29
Compare
Choose a tag to compare
update JS API method 'startIntent': only use ES6 in AP1 21+

v01.00.03

01 Sep 12:46
Compare
Choose a tag to compare
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

31 Aug 20:25
Compare
Choose a tag to compare
update JS API method 'startIntent': add 'type' parameter

v01.00.01

31 Aug 12:29
Compare
Choose a tag to compare
load URL from Intent data

v01.00.00

31 Aug 06:46
Compare
Choose a tag to compare
add 'Exit' to actionbar menu