aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* rewrite EncryptKeyCompletionView with generalized KeyAdapterVincent Breitmoser2015-03-301-177/+33
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
* Modify break as return.iseki2015-03-261-1/+1
|
* Add brackets for if-else constructs and externalize the procedure as ↵iseki2015-03-261-26/+33
| | | | showMultiExportDialog.
* Add a loop for multiple key export.iseki2015-03-251-13/+68
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-17/+17
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* introduced multi-threadingAdithya Abraham Philip2015-03-231-0/+88
| | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor
* Reworked Notify classManoj Khanna2015-03-201-6/+6
|
* - Added footer so that the Floating Action Button won't block the last few ↵Kent2015-03-201-2/+17
| | | | items' content
* Manage my keys wizardDominik Schürmann2015-03-191-1/+2
|
* object oriented split user idDominik Schürmann2015-03-161-5/+5
|
* Query for duplicate user idsDominik Schürmann2015-03-151-1/+4
|
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* Remove false comment in list fragmentDominik Schürmann2015-03-051-3/+0
|
* Merge pull request #1101 from danielnelz/developmentDominik Schürmann2015-03-041-4/+5
|\ | | | | #1042 replaced some int constants with enums
| * #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-4/+5
| | | | | | | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* | Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-5/+3
|/ | | | instead of EXPIRY where possible
* some changes to qr scan logicVincent Breitmoser2015-02-281-1/+1
|
* clean up warnings in KeyListFragmentVincent Breitmoser2015-02-281-32/+10
|
* collapse fab on action selectedVincent Breitmoser2015-02-281-0/+3
| | | | closes #1057
* animate FAB to move up and down when a snackbar appearsVincent Breitmoser2015-02-281-11/+10
|
* control flow for moving the fab up with snackbarVincent Breitmoser2015-02-281-1/+30
|
* Remove swipte to refresh src, fix padding in key listDominik Schürmann2015-02-271-68/+0
|
* go to directly to certify screen after nfc importVincent Breitmoser2015-02-271-2/+2
|
* Remove old Holo design resourcesDominik Schürmann2015-02-261-3/+0
|
* First work on new key view toolbarDominik Schürmann2015-02-251-2/+2
|
* show app name instead of keys in main listDominik Schürmann2015-02-211-0/+3
|
* Floating action button icons and methods for key listDominik Schürmann2015-02-211-15/+41
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-6/+6
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Saving of allowed keysDominik Schürmann2015-01-291-70/+63
|
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-0/+163
|\ | | | | | | | | Conflicts: OpenKeychain/build.gradle
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-16/+1
|/
* Fix SearchViewDominik Schürmann2015-01-141-20/+4
|
* Remove empty layoutDominik Schürmann2014-10-251-24/+0
|
* Fix result passingDominik Schürmann2014-10-251-1/+1
|
* Safe slinger activity prepsDominik Schürmann2014-10-251-135/+3
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Vincent Breitmoser2014-10-231-8/+11
|\ | | | | | | development
| * More color/icon consistencyDominik Schürmann2014-10-151-8/+11
| |
* | integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-1/+1
|/
* color experimentsDominik Schürmann2014-10-151-12/+16
|
* actually remove filter spinner code. that's what git is for~Vincent Breitmoser2014-10-131-46/+0
|
* Remove key list filter for nowDominik Schürmann2014-10-131-27/+27
|
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-1/+9
|
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
|
* add keys button goes to directly to qr scanVincent Breitmoser2014-10-101-2/+1
|
* keylist: add safeslinger exchange button to secret keysVincent Breitmoser2014-10-101-10/+182
|
* Filter key list by certified keysDominik Schürmann2014-10-081-0/+51
|
* UI stuffDominik Schürmann2014-10-051-0/+10
|
* use status icons in public key selectionDominik Schürmann2014-10-051-3/+1
|
* Add cloud iconDominik Schürmann2014-10-051-0/+1
|
* disable pull to refresh (for now)Vincent Breitmoser2014-09-241-2/+6
|