aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Automatically recreate activities on theme changeThialfihar2015-07-211-4/+29
| |
* | Add theme settingThialfihar2015-07-211-0/+12
| | | | | | | | | | This prepares that different themes can be added. Currently light and dark will just use the default OK theme.
* | made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-131-2/+2
| |
* | added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-4/+4
| |
* | added retry on upload failureAdithya Abraham Philip2015-07-131-4/+21
| |
* | allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-4/+3
| |
* | prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-1/+2
| |
* | use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-7/+4
| |
* | implemented revocation on deletionAdithya Abraham Philip2015-07-131-17/+17
| |
* | add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-092-51/+28
| |
* | run queued operations in onViewStateRestored, *after* onActivityCreatedVincent Breitmoser2015-07-091-2/+2
| |
* | cryptoophelper: requested code must be saved between instances!Vincent Breitmoser2015-07-092-1/+27
| |
* | Merge remote-tracking branch 'origin/master'Vincent Breitmoser2015-07-081-0/+1
|\ \
| * | fixed progress dialog not shown after enable orbot dialogAdithya Abraham Philip2015-07-081-0/+1
| | |
* | | hide keyboard on crypto error/successVincent Breitmoser2015-07-083-6/+21
|/ /
* | some cleanup and fix for back button in ImportKeysActivity (fixes #1372)Vincent Breitmoser2015-07-081-3/+12
| |
* | use QueueingCryptoOperationFragment in all other placesVincent Breitmoser2015-07-072-1/+21
| |
* | introduce QueueingCryptoOperationFragment to queue result handling in ↵Vincent Breitmoser2015-07-072-4/+77
| | | | | | | | detached state
* | try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-5/+2
| |
* | fix handling of progress dialog creation in CryptoOperationFragment (fixes ↵Vincent Breitmoser2015-07-073-25/+12
| | | | | | | | #1407)
* | Save mTagHandlingEnabled in saved instanceDominik Schürmann2015-07-061-1/+16
| |
* | Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-2/+21
| |
* | Poll if yubikey has been taken awayDominik Schürmann2015-07-061-2/+3
| |
* | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-063-65/+106
|\ \