scratchjr/android/ScratchJr
Chris Garrity f6dbdd4fe7 Fix Android scaling
On some newer android devices the screen tranform matrix already includes the current scale. i.e. the matrix looks like:
```
{
    a: scaleX,
    b: 0,
    c: 0,
    d: scaleY,
    e: offsetX,
    f: offsetY
}
```
where both `scaleX`, and `scaleY` are the current zoom. On other devices the scale is always `1`, and we need to apply our own scaling.

I also added the code to automatically allow webview debgging if the buildType is debuggable.  Also, note that you can switch which line is commented out in bundle-compile.sh to get unobfuscated javascript.
2020-01-15 08:42:11 -05:00
..
.idea Add files to gitignore 2019-09-25 13:36:21 +01:00
app Fix Android scaling 2020-01-15 08:42:11 -05:00
gradle/wrapper Update to gradle 5 and update support dependencies 2019-09-09 16:15:24 -04:00
.gitignore Updating .gitignore 2016-05-02 11:05:08 -04:00
build.gradle Switch to firebase analytics 2019-10-21 10:48:03 -04:00
gradle.properties Initial commit 2016-01-08 14:31:04 -05:00
gradlew Initial commit 2016-01-08 14:31:04 -05:00
gradlew.bat Initial commit 2016-01-08 14:31:04 -05:00
ScratchJr.iml Add files to gitignore 2019-09-25 13:36:21 +01:00
settings.gradle Initial commit 2016-01-08 14:31:04 -05:00