aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/ContactHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-3/+4
|
* delete linked contacts on turning off contact syncAdithya Abraham Philip2016-02-061-2/+2
|
* Make ContactHelper less staticDominik Schürmann2015-12-211-151/+136
|
* No need to delete by raw contact idDominik Schürmann2015-11-231-30/+8
|
* Fix potential NPEDominik Schürmann2015-11-231-2/+2
|
* Show notification when READ_CONTACTS permission is denied in sync service, ↵Dominik Schürmann2015-11-231-8/+47
| | | | hide linked contact card if permission is denied
* fix a couple of resource leaks (#1351)Vincent Breitmoser2015-06-171-4/+9
|
* fixed sync on key import, 'me' linked contact crashAdithya Abraham Philip2015-05-081-1/+48
|
* hide linked system contact card if no contact presentAdithya Abraham Philip2015-04-081-3/+1
|
* linked system contact auto-refresh added, fixed contact image issueAdithya Abraham Philip2015-04-081-18/+35
|
* 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
|
* 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
|
* Debug optionsDominik Schürmann2015-03-051-1/+3
|
* 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
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - 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
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-20/+20
|
* 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
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-1/+0
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+467
created ui.util for everything related to formatting