aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base
Commit message (Collapse)AuthorAgeFilesLines
* Fix error codes for ykneo-openpgp 1.0.11Dominik Schürmann2016-04-301-24/+49
|
* Fix animation in manage keys for security tokensDominik Schürmann2016-04-301-6/+6
|
* OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-152-10/+10
|
* OTG: Fix connection issuesNikita Mikhailov2016-04-151-4/+9
|
* OTG: rename Smartcard -> SecurityTokenNikita Mikhailov2016-04-141-62/+61
|
* OTG: rescan devices before next operationNikita Mikhailov2016-04-141-7/+3
|
* OTG: Add/Update copyrightsNikita Mikhailov2016-04-141-0/+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-142-41/+43
|
* OTG: Refactor persistent connections, namingNikita Mikhailov2016-04-141-73/+29
|
* OTG: Add support for persistent usb connectionNikita Mikhailov2016-04-141-51/+16
| | | | No need to reinsert token on each operation
* OTG: Implement hidden activity usb detection techniqueNikita Mikhailov2016-04-141-8/+11
|
* OTG: Rename 'javacard' package, methods, remove JavacardInterfaceNikita Mikhailov2016-04-141-27/+26
|
* 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-141-596/+24
|
* Fix CertifyKeyActivity back button on action bar not working #1758Durgesh2016-03-221-0/+11
| | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* Fix code style and documentation in BaseSecurityTokenNfcActivityDominik Schürmann2016-03-081-37/+42
|
* Fix documentation of nfcGenerateOnCardKeyDominik Schürmann2016-03-081-3/+1
|
* Fix comment in nfcGenerateOnCardKeyDominik Schürmann2016-03-081-1/+1
|
* Add nfcGenerateOnCardKey by Joey Castillo before it gets lostDominik Schürmann2016-03-081-0/+42
|
* Fix Dark theme no longer works in main screen on android 5, Issue#1746Durgesh2016-03-051-1/+1
| | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* nfc: disable broadcomWorkaround for TagDispatcher to reduce delay (see #1734)Vincent Breitmoser2016-03-021-1/+1
|
* Fix SecurityException on Android 6 due to remove contacts on disabled syncDominik Schürmann2016-02-091-1/+1
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-3/+3
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-1/+9
|
* Handle not installed PGP appletTheo Franzén2016-01-151-1/+71
|
* 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-121-60/+27
| | | | | | | | - 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
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-102-40/+39
| | | | what tokens are supported
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+6
| | | | (also, use unbounded blocking queue to fix update of more than 10 keys)
* Remove default PIN settingDominik Schürmann2015-10-161-7/+0
|
* Clear cache when PIN is too shortDominik Schürmann2015-10-161-11/+5
|
* Add NFC reset methodDominik Schürmann2015-10-161-10/+46
|
* Display backup code UI instead of passphrase on decryptDominik Schürmann2015-10-151-1/+2
|
* No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-3/+6
|
* Cleanup in BaseNfcActivityDominik Schürmann2015-09-301-10/+2
|
* Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-301-36/+40
|
* Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-301-13/+21
|
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+5
|
* fix missing date in CryptoInputParcel in some cases (could be a bigger problem!)Vincent Breitmoser2015-09-011-1/+3
|
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-14/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Linked Identities. Also includes an important fix for OperationHelper ids, which had an error in the bit mask logic. Conflicts: Graphics/update-drawables.sh OpenKeychain/build.gradle OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateYubiKeyImportFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/CertifyKeySpinner.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/widget/KeySpinner.java OpenKeychain/src/main/res/anim/fade_in.xml OpenKeychain/src/main/res/anim/fade_out.xml OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml OpenKeychain/src/main/res/layout/encrypt_decrypt_overview_fragment.xml OpenKeychain/src/main/res/layout/view_key_fragment.xml OpenKeychain/src/main/res/menu/key_view.xml OpenKeychain/src/main/res/values/strings.xml OpenKeychain/src/test/java/org/sufficientlysecure/keychain/operations/CertifyOperationTest.java README.md
* | reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-0/+2
| |
* | Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-121-0/+2
| |
* | Fix theme bugsDominik Schürmann2015-08-121-2/+12
| |
* | show result error in cachingcryptooperationfragment (related #1445)Vincent Breitmoser2015-08-121-0/+1
| |
* | Refactor theme changing to avoid code repetitionThialfihar2015-07-211-33/+5
| |
* | Refactor theme preference values into constantsThialfihar2015-07-211-1/+2
| | | | | | | | Also explicitly set a theme via preference updating to the default.
* | Add forgotten docu to a new methodThialfihar2015-07-211-0/+6
| |