aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Make header text and tertiary text color themeableThialfihar2015-07-211-6/+2
|
* Start moving colors into themesThialfihar2015-07-211-1/+11
| | | | | | | | Using attrs instead of fixed colors it will be possible to style everything and also dynamically grab the color where needed in code. This is done with colorEmphasis as an initial test. Also remove several unused colors.
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-151-7/+0
|
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-7/+2
|
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-1/+8
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-34/+36
|
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-2/+2
|
* cleanup KeyListFragment, remove export all keysVincent Breitmoser2015-07-081-27/+14
|
* Rudimentary backup featureDominik Schürmann2015-07-081-73/+0
|
* Temporary fix for multi exportDominik Schürmann2015-07-081-14/+19
|
* reformatted codeAdithya Abraham Philip2015-07-031-0/+1
|
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-1/+1
|
* Rename package back to orbot because these are orbot utilsDominik Schürmann2015-07-031-3/+0
|
* Cleanup tor codeDominik Schürmann2015-07-031-5/+4
|
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-10/+8
|
* added proxy to all import operations using KeychainServiceAdithya Abraham Philip2015-07-031-2/+3
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+10
|
* removed debug logs, added licensesAdithya Abraham Philip2015-06-271-2/+3
|
* migrated consolidationAdithya Abraham Philip2015-06-271-41/+30
|
* migrated import to KeychainNewServiceAdithya Abraham Philip2015-06-271-48/+38
|
* fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-8/+20
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-13/+8
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-12/+12
|
* merged servicesAdithya Abraham Philip2015-06-011-11/+12
|
* fix "select all" in key list multi-selectVincent Breitmoser2015-04-281-1/+1
|
* Format KeyListFragmentDominik Schürmann2015-04-181-10/+9
|
* 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
|