aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* Better transaction animationTheo Franzén2016-02-101-0/+16
|
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
|
* Add donation fragmentDominik Schürmann2016-02-092-7/+70
|
* Remove leftovers from spongycastleDominik Schürmann2016-02-091-1/+1
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-098-14/+14
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-062-1/+14
|
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-17/+26
|
* Merge pull request #1683 from eighthave/masterDominik Schürmann2016-01-262-0/+101
|\ | | | | allow "panic button" apps to clear all passphrases
| * after receiving panic trigger and locking app, remove from historyHans-Christoph Steiner2016-01-132-0/+53
| | | | | | | | 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.
* | Handle not installed PGP appletTheo Franzén2016-01-153-1/+193
|/
* add debug option to use dummy backup code (fixes #1675)Vincent Breitmoser2016-01-131-1/+51
|
* Merge pull request #1614 from fidesmo/feature-introduce-nfc-handling-via-nordpolDominik Schürmann2016-01-132-61/+28
|\ | | | | Use Nordpol for BaseNfcActivity
| * Use new version of Nordpol from jcenterPetter Arvidsson2016-01-121-1/+1
| | | | | | | | | | - Use version 0.1.13 that is now available on jcenter - Add a "gradle witness" for this version
| * Use Nordpol for BaseNfcActivityPetter Arvidsson2016-01-122-61/+28
| | | | | | | | | | | | | | | | - Replace handling of intents with Nordpol tag dispatcher - Update CreateKeyActivity to pass it's intent to the tag dispatcher when invoked by the system (onCreate) - Add Fidesmo marmeladburk repository - Add dependency on nordpol-android and nordpol-core
* | fix symmetric decryption with backup code (fixes #1677)Vincent Breitmoser2016-01-131-5/+6
|/
* fix symmetric decryption (fixes #1672)Vincent Breitmoser2016-01-121-2/+2
|
* Fix singleTop definitionsDominik Schürmann2016-01-111-16/+2
|
* Merge pull request #1666 from open-keychain/file-import-fixDominik Schürmann2016-01-111-2/+15
|\ | | | | Fixed File Import issue due to onResumeFragments
| * fixed file import issue due to onResumeFragmentsAdithya Abraham Philip2016-01-091-2/+15
| |
* | passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-1/+0
| |
* | keycreate: add button to revert to default key configurationVincent Breitmoser2016-01-111-41/+74
| |
* | Move edit key configuration to menuDominik Schürmann2016-01-111-21/+42
| |
* | Advanced screen, warning fragmentDominik Schürmann2016-01-112-10/+70
| |
* | Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-1019-221/+217
|/ | | | what tokens are supported
* inline-ttl: remove "default" settingVincent Breitmoser2016-01-062-71/+3
|
* add method to skip cachingVincent Breitmoser2016-01-063-92/+64
|
* inline-ttl: use ttl preference in ttl spinnerVincent Breitmoser2016-01-062-27/+22
|
* inline-ttl: save changes in ttl settingsVincent Breitmoser2016-01-061-9/+36
|
* inline-ttl: create ttl choice customization setting activityVincent Breitmoser2016-01-064-22/+346
|
* passdialog: seconds field and some minor layout issuesVincent Breitmoser2016-01-061-1/+1
|
* passphraseactivity: add inline spinner to password dialogVincent Breitmoser2016-01-062-2/+87
|
* passdialog: switch to ViewAnimatorVincent Breitmoser2016-01-051-11/+8
|
* (fix accidental use of api level 23 method)Vincent Breitmoser2016-01-051-5/+10
|
* minor fixes to ViewKeyActivityVincent Breitmoser2016-01-055-57/+41
|
* Fix #1649Dominik Schürmann2016-01-041-4/+7
|
* Fix code styleDominik Schürmann2016-01-022-6/+8
|
* Temporary fix for #1636Dominik Schürmann2016-01-012-0/+9
|
* Merge pull request #1584 from open-keychain/edit-redesignDominik Schürmann2015-12-3116-214/+1623
|\ | | | | Inline Identity Edit
| * Add change password menu item to view keyDominik Schürmann2015-12-311-11/+94
| |
| * Upload to keyserver after editing identitiesDominik Schürmann2015-12-311-18/+142
| |
| * Improve linked identity handlingDominik Schürmann2015-12-312-66/+85
| |
| * Edit identities designDominik Schürmann2015-12-315-34/+35
| |
| * Add activity to edit user ids onlyDominik Schürmann2015-12-304-20/+449
| |
| * Add edit action to user id card, left align card actions per material design ↵Dominik Schürmann2015-12-294-11/+18
| | | | | | | | guidelines
| * Load key data in tabs independently from advanced activity. This decouples ↵Dominik Schürmann2015-12-293-62/+118
| | | | | | | | the fragments from the activity and allows to init the tabs before loading key data in the advanced activity. Fixes switching to the first tab when key has been edited.
| * use correct white add iconDominik Schürmann2015-12-281-1/+1
| |
| * Advanced screen: edited key savedDominik Schürmann2015-12-282-2/+99
| |
| * Pass trough masterKeyId and fingerprint to advanced key edit fragmentsDominik Schürmann2015-12-273-23/+29
| |
| * inline-edit: move action mode menu handling int activityVincent Breitmoser2015-12-273-62/+135
| |