aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Re-enable move-to-card option, improve stringsDominik Schürmann2016-04-294-89/+81
* Include only add button in dropdown widthDominik Schürmann2016-04-291-2/+2
* Merge branch 'Issue#925' of https://github.com/007durgesh219/open-keychain in...Dominik Schürmann2016-04-292-0/+27
|\
| * Add + button besides TokenAutoComplete, Issue #925Durgesh2016-04-142-0/+27
* | Merge pull request #1831 from fiaxh/key_creation_flexibleDominik Schürmann2016-04-294-75/+50
|\ \
| * | Handle user input on key creation more generouslyfiaxh2016-04-154-75/+50
* | | Merge pull request #1832 from 007durgesh219/WrongCachedFileEncryptDominik Schürmann2016-04-291-0/+2
|\ \ \
| * | | Fix Wrong file encrypted from cached inputDurgesh2016-04-151-0/+2
| | |/ | |/|
* | | Update libraries, add proguard filters to be under 64K limitDominik Schürmann2016-04-291-1/+2
* | | Check subkey id instead of masterkey id on security token operationsNikita Mikhailov2016-04-161-4/+4
* | | Check if security token keys match required once before signing/decryptionNikita Mikhailov2016-04-161-0/+16
* | | Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-1/+1
* | | OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-153-17/+17
* | | OTG: Skip TokenWaitFragmen when otg device is connectedNikita Mikhailov2016-04-153-11/+27
* | | OTG: Fix connection issuesNikita Mikhailov2016-04-151-4/+9
* | | OTG: rename Smartcard -> SecurityTokenNikita Mikhailov2016-04-145-115/+113
* | | OTG: rescan devices before next operationNikita Mikhailov2016-04-141-7/+3
* | | OTG: Add copyrightNikita Mikhailov2016-04-141-0/+17
* | | OTG: Add/Update copyrightsNikita Mikhailov2016-04-142-0/+2
* | | OTG: Remove obsolete Pin classes, reenable changeKey methodNikita Mikhailov2016-04-141-53/+1
* | | OTG: move UsbConnectionDispatcher to utls packageNikita Mikhailov2016-04-141-3/+2
* | | OTG: Add/update javadoc; rename methods, exceptionsNikita Mikhailov2016-04-141-17/+4
* | | OTG: refactor, change nfc prefix to smartcardNikita Mikhailov2016-04-145-54/+56
* | | OTG: Refactor persistent connections, namingNikita Mikhailov2016-04-144-82/+36
* | | OTG: Add support for persistent usb connectionNikita Mikhailov2016-04-143-72/+68
* | | OTG: Implement hidden activity usb detection techniqueNikita Mikhailov2016-04-142-8/+53
* | | OTG: Rename 'javacard' package, methods, remove JavacardInterfaceNikita Mikhailov2016-04-145-55/+53
* | | OTG: Usb device manager fixesNikita Mikhailov2016-04-141-3/+9
* | | OTG: Add usb device manager prototypeNikita Mikhailov2016-04-141-28/+68
* | | OTG: update methodsNikita Mikhailov2016-04-145-623/+51
|/ /
* | Revert usage of masked-edittext, back to plain edittexts for backup codesDominik Schürmann2016-04-122-118/+177
* | Merge pull request #1772 from runnerway/importkey-encryptedVincent2016-04-122-10/+108
|\ \
| * | Handle encrypted files while importing keysAndrea Torlaschi2016-03-272-10/+108
* | | Use cert pinning only if availableDominik Schürmann2016-04-091-2/+2
* | | Okhttp3 cleanups, docs, and fix timeouts for default clientDominik Schürmann2016-04-091-1/+1
* | | KeyBaseLib response ClientMichal Kepkowski2016-04-081-1/+1
* | | Merge branch 'master' into okhttp3Michal Kepkowski2016-04-0620-578/+608
|\ \ \ | | |/ | |/|
| * | Merge pull request #1804 from vhazali/tint-linked-contact-picture-in-toolbarVincent2016-04-061-0/+3
| |\ \
| | * | Used a constant instead of magic number for colourVictor Hazali2016-04-041-1/+2
| | * | Fixes #1298Victor Hazali2016-03-301-0/+2
| | |/
| * | Fix Unusable signing key not properly disabled, Issue #1468Durgesh2016-04-052-10/+0
| * | Merge pull request #1808 from vhazali/warn-when-stripping-master-keyVincent2016-04-041-5/+28
| |\ \
| | * | setTitle now uses resource id directlyVictor Hazali2016-04-011-1/+1
| | * | Refactored switch statements to use constantsVictor Hazali2016-03-301-5/+9
| | * | Extracted methodVictor Hazali2016-03-301-16/+20
| | * | Merge commit '05accb49066a2693cfc1c92e29ad10112f957495' into warn-when-stripp...Victor Hazali2016-03-301-1/+16
| | |\ \ | | | |/ | | |/|
| | | * Alert for Stripping Subkeys.tdjogi010@gmail.com2016-03-021-1/+16
| * | | Merge pull request #1796 from AlexFJW/LimitCreateKeyOptionsVincent2016-04-045-351/+263
| |\ \ \
| | * | | Redesigned subkey creation dialog and changed default key type created to RSA...Alex Fong2016-04-015-351/+263
| * | | | Fix Display Key in UploadKeyActivity, Issue #506Durgesh2016-03-316-21/+39