Statistics
| Branch: | Tag: | Revision:

checkey / src @ master

Name Size Revision Age Author Comment
  info 8ec948ec almost 3 years Hans-Christoph Steiner prevent crash when choosing a menu item with no...

Latest revisions

# Date Author Comment
8ec948ec 01/30/2015 12:57 pm Hans-Christoph Steiner

prevent crash when choosing a menu item with no app selected

java.lang.ArrayIndexOutOfBoundsException: length=135; index=-1
at java.util.ArrayList.get(ArrayList.java:310)
at info.guardianproject.checkey.AppListAdapter.getItem(AppListAdapter.java:70)
at info.guardianproject.checkey.MainActivity.onOptionsItemSelected(MainActivity.java:68)...

d00ebf27 01/30/2015 12:47 pm Hans-Christoph Steiner

Detail View: add UID, Target SDK, and Description

307e3e2c 01/30/2015 12:14 pm Hans-Christoph Steiner

add Detail View to show long strings with wrapping, and more info

3e45d9ee 01/30/2015 11:29 am Hans-Christoph Steiner

fix NPE crash on app selection, but I don't know why it would be null...

java.lang.NullPointerException
at info.guardianproject.checkey.MainActivity.onOptionsItemSelected(MainActivity.java:70)
at android.app.Activity.onMenuItemSelected(Activity.java:2673)...

8c569dc1 01/28/2015 12:21 pm Hans-Christoph Steiner

prevent crashes when handling random URLs

java.lang.NullPointerException
at info.guardianproject.checkey.WebViewActivity$MyWebViewClient.shouldOverrideUrlLoading(WebViewActivity.java:73)
at android.webkit.CallbackProxy.uiOverrideUrlLoading(CallbackProxy.java:225)...

6a377a78 01/28/2015 12:17 pm Hans-Christoph Steiner

move error message to strings.xml for translation

d8d4f6c8 01/28/2015 12:14 pm Hans-Christoph Steiner

prevent crash if APK returns bad certificate

java.lang.NullPointerException: input == null
at java.security.MessageDigest.update(MessageDigest.java:220)
at java.security.MessageDigest.digest(MessageDigest.java:276)
at info.guardianproject.checkey.Utils.getCertificateFingerprint(Utils.java:52)...

e4344873 01/28/2015 12:08 pm Hans-Christoph Steiner

prevent crash if no matching Activity is found

android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.CHOOSER flg=0x1 (has clip) (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1771)...

6a5c7b65 06/24/2014 03:24 pm Hans-Christoph Steiner

include fingerprints in generated pin .java files for double-checking

Including the fingerprint in the ApkSignaturePin subclass provides a way to
double-check that the APK signature was properly transcribed to the inline
java byte[][] code.

c130f64d 06/24/2014 03:24 pm Hans-Christoph Steiner

final format for generating .java file for ApkSignaturePin subclass

This is the output of "Generate Pin": it is a .java file that is a subclass
of info.guardianproject.trustedintents.ApkSignaturePin. It is used to pin
sending and/or receiving of Intents to APKs signed by the represented...

View revisions

Also available in: Atom