fox-send/android/app
Donovan Preston d1ea261dea Fixes #1037: Fix back button crasher
Java has nulls, and any object reference in Java can be null, but in Kotlin parameters default to not null unless the type is specified as `Type?`; our override of onActivityResult was specifying the type of the intent parameter as `Intent` instead of `Intent?`, causing an exception before our code was called. Figuring out how to turn on "break on all exceptions" in Android Studio (which is non-trivial for some reason) finally showed me the stack trace.
2019-01-23 10:28:57 -05:00
..
src/main Fixes #1037: Fix back button crasher 2019-01-23 10:28:57 -05:00
.gitignore Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00
build.gradle Rename package to org.mozilla.sendandroid per Rename package to org.mozilla.sendandroid per https://bugzilla.mozilla.org/show_bug.cgi?id=1494393#c10 2018-11-27 09:34:51 -05:00
buildAssets.sh run npm install if needed in buildAssets.sh 2019-01-03 13:56:32 -08:00
proguard-rules.pro Initial working proof-of-concept for android. 2018-05-23 21:37:31 -04:00