Neil Fraser
e90aba9273
fix: Rename Generator to CodeGenerator ( #6585 )
...
Stops collisions with ES6's Generator.
The old Blockly.Generator still exists as a name, but is now deprecated.
2022-10-28 01:59:00 +02:00
Sam El-Husseini
986e965be8
Private/protected visibility cleanup ( #3263 )
...
* Fix a number of private visibility issues
2019-10-16 11:48:09 -05:00
RoboErikG
8abba6ae10
Remove edit handler that is just eating events ( #2634 )
...
This handler should be unnecessary on most versions of Android, and it's currently just swallowing events that would be handled by default. Removing it to let the system take the default action.
2019-07-12 13:29:46 -07:00
Andrew n marshall
09958368e2
Adding hooks for Android dialogs upon console.prompt() and similar.
...
Adapting code from Android's JsDialogHelper, a private class in the
Android source code.
2018-10-10 14:08:32 -07:00
Andrew n marshall
9062b0e23f
Updating Android constraint layout
2018-10-05 15:53:02 -07:00
Andrew n marshall
3fc7cc5295
Update Android project to gradle 3.2.0
2018-10-04 17:12:08 -07:00
Andrew n marshall
645430df3d
Update gradle to 3.1.4
2018-10-04 16:14:35 -07:00
Andrew n marshall
d8cbc9ac13
Adding demos/mobile/README.md (PR #2058 )
...
Merge from AnmAtAnm/mobile-readme
2018-09-19 22:54:02 -07:00
Andrew n marshall
7e107fbcb1
Adding demos/mobile/README.md
...
Also updateing demo/mobile/android/README.md
2018-09-19 22:21:22 -07:00
Andrew n marshall
eabea36953
Adding mobile HTML demo.
...
* Adds ln_resources script to generate Blockly symbolic links.
* Moves toolbox_standard.js into this directory. Relatedly,
updates Android and iOS copy scripts and .gitignore files.
* Corrects HTML viewport scale and disallows zoom.
2018-09-19 21:27:35 -07:00
Andrew n marshall
0eb7d09afb
Don't use XML escape inside a markdown code segment.
2018-09-19 12:30:26 -07:00
Andrew n marshall
41236749ae
Moving all mobile demos into demos/mobile.
...
HTML for both demos is now checked in as demos/mobile/html/index.html.
Updated android and ios scripts to copy webview.html from above.
2018-09-17 17:23:28 -07:00