aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Collapse)AuthorAgeFilesLines
* removed unnecessary @TargetApi annotationAdithya Abraham Philip2015-03-171-6/+2
|
* object oriented split user idDominik Schürmann2015-03-161-11/+10
|
* Merge pull request #1147 from Hiperzone/developmentDominik Schürmann2015-03-151-10/+12
|\ | | | | -fixed out of bounds crash when retrieving the main profile name with se...
| * -fixed out of bounds crash when retrieving the main profile name with secret ↵Daniel Ramos2015-03-151-10/+12
| | | | | | | | | | | | keys -fixed a possible crash when retrieving the main profile contactid
* | Use names also for main contactDominik Schürmann2015-03-141-3/+3
| |
* | Show key name instead of key id in contacts, cleanupDominik Schürmann2015-03-141-20/+7
|/
* added some documentationAdithya Abraham Philip2015-03-131-23/+82
|
* added own profile support in linekd system contactAdithya Abraham Philip2015-03-131-3/+36
|
* links own keys to me profile in contactsAdithya Abraham Philip2015-03-131-9/+118
|
* Merge pull request #1117 from danielnelz/developmentDominik Schürmann2015-03-121-1/+1
|\ | | | | #1042: Replaced ints with enums
| * Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | | | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* | corrected linked system contact display nameAdithya Abraham Philip2015-03-111-3/+37
| |
* | RippleDominik Schürmann2015-03-101-3/+1
| |
* | added CALLER_IS_SYNCADAPTER parameter to delete queriesAdithya Abraham Philip2015-03-101-3/+47
|/
* Remove dublicate email checkDominik Schürmann2015-03-061-3/+1
|
* Improve way of getting possible names by filtering out emailsDominik Schürmann2015-03-061-1/+25
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-91/+0
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Remove preferences multi process min sdk checkDominik Schürmann2015-03-051-6/+2
|
* Debug optionsDominik Schürmann2015-03-051-1/+3
|
* Better selection of preferred algorithmDominik Schürmann2015-03-051-1/+9
|
* Simplified language: Confirm keysDominik Schürmann2015-03-041-2/+4
|
* Get high res version of contact photoDominik Schürmann2015-03-041-4/+5
|
* ContactHelper cleanupDominik Schürmann2015-03-041-32/+40
|
* Use master key id instead of fingerprint in sync adapter, use IS_EXPIRED ↵Dominik Schürmann2015-03-041-86/+104
| | | | instead of EXPIRY where possible
* Cleanup of contact sync, debuggingDominik Schürmann2015-03-031-80/+110
|
* Use index constants in ContactHelperDominik Schürmann2015-03-021-7/+20
|
* forgot to commit FabContainerVincent Breitmoser2015-02-281-0/+8
|
* Disable default yubikey PIN by defaultDominik Schürmann2015-02-221-1/+1
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-013-2/+13
| | | | | | | - 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
* prevent recursive consolidateVincent Breitmoser2015-01-311-1/+0
|
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-3/+3
|\ | | | | | | | | Conflicts: OpenKeychain/build.gradle
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-2511-64/+35
| |
* | Disable sharing chooser blacklisting for lollipopDominik Schürmann2015-01-191-2/+4
|/
* Yubikey numkey by default to trueDominik Schürmann2015-01-141-1/+1
|
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-3/+4
| | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java
* Minor code cleanupDominik Schürmann2014-11-211-8/+8
|
* prevent cancel dring consolidate, move logic into progressableVincent Breitmoser2014-10-261-0/+6
|
* Move advanced info into own activityDominik Schürmann2014-10-261-10/+0
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-232-9/+20
|
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-0/+10
|
* rewrite export with new operation styleVincent Breitmoser2014-10-131-12/+4
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
|
* Make bit size optionalDominik Schürmann2014-10-051-1/+0
|
* move IteratorWithSize interface into ParcelableFileCache - much cleanerVincent Breitmoser2014-10-031-11/+18
|
* actually use iterator interface for ParcelableFileCache in activitiesVincent Breitmoser2014-10-031-1/+5
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-20/+0
|
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-12/+9
|
* More debugging outputDominik Schürmann2014-10-011-0/+45
|