Statistics
| Branch: | Revision:

fakepanicbutton / src @ master

Name Size Revision Age Author Comment
  info 96ff7545 over 2 years Hans-Christoph Steiner use PanicKit as an Android Library Project htt...

Latest revisions

# Date Author Comment
96ff7545 06/12/2015 12:05 am Hans-Christoph Steiner

use PanicKit as an Android Library Project

https://github.com/guardianproject/PanicKit

fadc6b7d 04/29/2015 01:46 am Hans-Christoph Steiner

also support Services when looking for panic receivers

0242f716 04/29/2015 01:44 am Hans-Christoph Steiner

a CONNECT onActivityResult might include a null Intent

bced3e29 04/22/2015 01:08 am Hans-Christoph Steiner

handle incoming ACTION_CONNECT Intents from panic receiver apps

A panic receiver can initiate the connection by sending ACTION_CONNECT.

666c58a8 04/22/2015 12:07 am Hans-Christoph Steiner

handle null Calling Activity for Activities that are started by LAUNCHER

If an Activity is started by the LAUNCHER IntentFilter or by startActivity,
then the getCallingActivity() will be null.

9afef883 04/17/2015 09:38 pm Hans-Christoph Steiner

handle ACTION_DISCONNECT events

The receiving app can send a disconnect at any time to tell the trigger app
that it no longer wants to be connected. This handles that Intent silently
in the background, since it was most likely sent because the user removed...

eda655bf 04/17/2015 09:13 pm Hans-Christoph Steiner

only ACTION_CONNECT needs the confirmation from onActivityResult()

ACTION_DISCONNECT is non-optional, so no need to prompt the user. An app
sends ACTION_DISCONNECT to another app if the user removes that other app
from the panic config. That other app should then remove the sending app...

68dcf739 04/17/2015 07:13 pm Hans-Christoph Steiner

do not use returned value to set which receivers are trusted

The old logic put the packageName in the Intent, then used the packageName
from the returned Intent in onActivityResult(). That would let the
receiver stick anything it wanted there, and it would have been added to...

6b735b97 04/17/2015 07:11 pm Hans-Christoph Steiner

make panic button only send Intents to selected apps

a25646b9 04/17/2015 06:24 pm Hans-Christoph Steiner

support apps that accept the TRIGGER but have no CONNECT config

Instead of the TOFU trust from the CONNECT, pinning could be used with only
a TRIGGER Intent.

refs #5026 https://dev.guardianproject.info/issues/5026

View revisions

Also available in: Atom