google / blockly-android

Blockly for Android
Apache License 2.0
671 stars 209 forks source link

Pull blockly_compressed and <lang>_compressed from web Blockly #693

Closed rachel-fenichel closed 6 years ago

rachel-fenichel commented 6 years ago

Blockly Android's version of blockly_compressed.js and _compressed.js (generators) are out of date as of the newest version of master. Please update them and cut a new release.

AnmAtAnm commented 6 years ago

Pulled into develop in #695. Still need to push a new binary.

emnes commented 6 years ago

Has there been any progress with this?

I'm trying to load and save workspaces which generate Python code. I was using an older version of Blockly which seemed to have a bug in loading and saving. I updated Blockly but now I get a.getVariableMap() is not a function error. I believe that this issue is the cause of this as there seems to be some incompatibility between python.js and the way the updated version of Blockly handles variables

AnmAtAnm commented 6 years ago

I've updated the develop branch with the .js files of today's release. I'm still trying to update the gradle file to stop using the deprecated dependency commands, after which I will build a binary and push to master.

emnes commented 6 years ago

@AnmAtAnm thank you. Is there an issue allocated to updating the gradle file? I'd like to keep track of this as much as possible :)