microbit-foundation / microbit-android

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
Apache License 2.0
14 stars 10 forks source link

Changing makecode url link to another disables partial flashing #36

Open aliraees1993 opened 2 years ago

aliraees1993 commented 2 years ago

I replaced the makecode url in EditorWebView.java

public static String makecodeUrl = "https://makecode.microbit.org/?androidapp=" + BuildConfig.VERSION_CODE;

with our own website in v2-support branch.

Our site is statically generated. Is there anything else that i have to change to make partial flashing work?