aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/PanicResponderActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-151-1/+4
|
* after receiving panic trigger and locking app, remove from historyHans-Christoph Steiner2016-01-131-0/+1
| | | | This makes the app fully exit, and removes it from the Recent Apps listing.
* respond to generic panic trigger Intent by clearing passphrasesHans-Christoph Steiner2016-01-131-0/+48
PanicKit provides a common framework for creating "panic button" apps that can trigger actions in "panic responder" apps. In this case, the response is to clear all the cached passphrases.