aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix YubiKey importDominik Schürmann2015-07-081-9/+9
|
* Disable YubiKey creationDominik Schürmann2015-07-061-6/+15
|
* In NfcOperationsActivity, show NFC errors inline, in others show as NotifyDominik Schürmann2015-07-061-5/+2
|
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-15/+26
|
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-6/+6
|
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-011-9/+17
|
* Revert "Disable YubiKey key creation for release"Dominik Schürmann2015-06-301-14/+5
| | | | This reverts commit 340f2e442a93e4b3ab2c223fc4ab679f09f75ecd.
* Disable YubiKey key creation for releaseDominik Schürmann2015-06-301-5/+14
|
* Connect YubiKey URL to OpenKeychainDominik Schürmann2015-06-291-4/+24
|
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-28/+27
|
* Moving blank smart card messages to strings.xmlJoey Castillo2015-05-131-2/+2
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-17/+46
|
* Rename for consistencyDominik Schürmann2015-05-061-3/+2
|
* Fix cancel/skip in create key wizardDominik Schürmann2015-05-041-1/+1
|
* finish ui flow for yubikey importVincent Breitmoser2015-03-221-13/+32
|
* move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-221-3/+31
|
* split up wait/action yubikey fragmentsVincent Breitmoser2015-03-211-0/+6
|
* work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-8/+14
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-1/+7
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* Remove on click on iconDominik Schürmann2015-03-191-0/+2
|
* Manage my keys wizardDominik Schürmann2015-03-191-30/+62
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-1/+10
|
* Make create key wizard step-by-stepDominik Schürmann2015-03-091-2/+2
|
* #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-8/+10
| | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
|
* Refactor BaseActivityDominik Schürmann2015-01-131-2/+2
|
* Use Toolbar and new BaseActivityDominik Schürmann2015-01-131-3/+6
|
* Fix animations in create keyDominik Schürmann2014-07-311-14/+16
|
* Fix conflictsDominik Schürmann2014-07-301-1/+2
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-301-0/+1
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/ui/AccountSettingsFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyActivity.java
| * fix a couple remaining AppMsgsVincent Breitmoser2014-07-291-6/+3
| |
* | Create key with fragmentsDominik Schürmann2014-07-301-210/+42
|/
* Work on first time wizard designDominik Schürmann2014-07-271-7/+67
|
* Program flow fixesDominik Schürmann2014-07-251-22/+24
|
* Simple create keyDominik Schürmann2014-07-161-1/+0
|
* Simple create keyDominik Schürmann2014-07-161-3/+57
|
* New first time screenDominik Schürmann2014-07-161-0/+134