Ben Mathes

Results 4 issues of Ben Mathes

Using this command: `./AndroidDecompiler/decompileAPK.sh -f -p android_apks/com.something.android.apk` I got no `AndroidManifest.xml` file, and loads of off-by-one exceptions during decomp: ``` Cleaning up the output directories Extracting JAR file from APK...

When the entered value is `.2` instead of `0.2`, the value is marked invalid when it is actually valid. While a javascript number can't be written as `.2`, `` values...

Related to issue https://github.com/thedersen/backbone.validation/issues/340

``` html ``` expected result on pressing `a` is to call `$scope.someFunc` with `$scope.ScopeVariable`, but `undefined is not a function` is the result.