aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-43/+12
|
* cache key s2k type in database, for later useVincent Breitmoser2014-09-023-8/+20
|
* Lock drawer in EncryptFileActivity if called from intentVincent Breitmoser2014-09-012-0/+6
| | | | Closes #810
* rename EncryptMessageFragment -> EncryptTextFragmentVincent Breitmoser2014-09-011-1/+1
|
* remove redundant check from EncryptFileActivityVincent Breitmoser2014-09-011-5/+0
|
* split EncryptActivity into Encrypt{Text,File}ActivityVincent Breitmoser2014-09-016-148/+545
|
* small ui changes in encryptVincent Breitmoser2014-09-011-1/+1
|
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-2/+2
|
* Cleanup keyspinner layout, key id typeface monospaceDominik Schürmann2014-08-311-10/+9
|
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-312-5/+41
|
* add cancel support to edit key actionVincent Breitmoser2014-08-313-7/+9
|
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-312-55/+46
| | | | Closes #323
* remember "show advanced tabs" settingVincent Breitmoser2014-08-311-4/+7
| | | | Closes #669
* if there is only one private key, use it fo certification by defaultVincent Breitmoser2014-08-313-25/+30
|
* use LoaderFragment for CertifyActivityVincent Breitmoser2014-08-314-375/+432
|
* Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-286-75/+153
|\ | | | | ECC support
| * add ecc supportVincent Breitmoser2014-08-246-79/+153
| |
| * Add ECDH and ECDSA valuesDominik Schürmann2014-08-211-0/+4
| |
* | Fix NullPointerException in ImportKeysActivityDominik Schürmann2014-08-281-1/+3
| |
* | Cleanup FoldableLinearLayoutDominik Schürmann2014-08-271-6/+4
| |
* | Add info about device with intent chooser bugDominik Schürmann2014-08-211-1/+1
|/
* Disable custom intent chooserDominik Schürmann2014-08-211-53/+54
|
* Fix nullpointer when revoking keysDominik Schürmann2014-08-211-1/+2
|
* Fix result handling in account settingsDominik Schürmann2014-08-211-3/+3
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-218-0/+8
|
* small change to make android studio recognize a honeycomb-only blockVincent Breitmoser2014-08-201-2/+4
|
* move key deletion into KeychainIntentHandlerVincent Breitmoser2014-08-202-39/+54
|
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-203-11/+7
|\
| * Notify duration, cleanupDominik Schürmann2014-08-201-4/+2
| |
| * Fix nullpointer in first time activityDominik Schürmann2014-08-201-1/+3
| |
| * return some more resultsDominik Schürmann2014-08-201-6/+2
| |
* | close actionmode in keylist on loading events (avoid inconsistent state)Vincent Breitmoser2014-08-201-0/+10
|/
* progress dialog design fixDominik Schürmann2014-08-202-9/+7
|
* return some more resultsDominik Schürmann2014-08-206-35/+41
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-202-45/+51
|\ | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * consolidate: implement (mostly) recovery modeVincent Breitmoser2014-08-202-45/+51
| |
* | Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-203-13/+24
|/
* Fix mime types, #781mar-v-in2014-08-191-1/+1
|
* ConsolidateDialogActivityDominik Schürmann2014-08-191-41/+26
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-191-0/+117
|\
| * add OpenDialogActivity (stub)Vincent Breitmoser2014-08-191-0/+117
| |
* | Scroll fixes for certify activityDominik Schürmann2014-08-191-0/+15
|/
* Add license headersDominik Schürmann2014-08-193-0/+51
|
* Add subkey: at least one flag should be selected!Dominik Schürmann2014-08-181-53/+74
|
* Fixes for expiry UIDominik Schürmann2014-08-185-69/+101
|
* Merge pull request #772 from mar-v-in/issue-729Vincent2014-08-173-97/+22
|\ | | | | Remove NoSwipeWrapContentViewPager
| * Work-around rendering bug when switching back to asymmetric with multiple ↵mar-v-in2014-08-171-14/+2
| | | | | | | | recipients selected
| * Remove NoSwipeWrapContentViewPagermar-v-in2014-08-172-83/+20
| |
* | consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-0/+60
| |
* | parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-1/+2
| |