aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/googlecontacts
Commit message (Collapse)AuthorAgeFilesLines
* Adds google api token file to repo, it is auto-updated if needed to.damencho2015-07-271-0/+35
|
* Polishes Google Contacts authorization dialog.damencho2015-07-221-10/+17
|
* Added dialog title, fine tuned instructions.Danny van Heumen2015-07-221-0/+7
|
* Number of improvements to Google Contacts OAuth dialog after feedback.Danny van Heumen2015-07-221-15/+62
| | | | | | | * i18n support. * Show instructions at top of dialog. * Explicitly say "click here" in hyperlink text for opening approval page. * Changed text of Done button to "Save". (Depending on i18n.)
* Adds template to store google api id and secret.damencho2015-07-202-2/+39
|
* Updates the license headers.Damian Minkov2015-07-2010-19/+130
|
* Throw IllegalStateException in case client ID or client secret is missing.Danny van Heumen2015-07-201-0/+6
|
* Removed notion of a 'password' from Google Contacts implementation.Danny van Heumen2015-07-206-108/+31
| | | | | | | | Removed all references to using/requesting/storing a password, since client login authentication is now deprecated and there is no reason to believe that this is coming back any time soon. + a bit of fine-tuning in exception handling
* Tweaked the Google OAuth 2 approval dialog and added Eclipse classpath ↵Danny van Heumen2015-07-202-8/+71
| | | | modifications.
* Added browser launcher to hyperlink. Now opens the approval URL upon ↵Danny van Heumen2015-07-203-7/+30
| | | | clicking the hyperlink.
* Added automatic refresh token retrieval + secure storage in credentials store.Danny van Heumen2015-07-205-56/+194
| | | | | | | | | | | Google Contacts plugin now automatically requests initial access token and refresh token at token server. The refresh token is stored using the credentials store. And Activator is cleaned up a bit. To fix: 1. size of OAuth 2 approval dialog such that requested identity is clearly visible. 2. Automatically open web browser on Google OAuth 2 approval page.
* Add lots of comments to OAuth 2 implementation.Danny van Heumen2015-07-202-4/+68
|
* Working on simple UI to facilitate user approval process.Danny van Heumen2015-07-202-122/+354
|
* Working prototype OAuth 2 authentication for Google Contacts plugin.Danny van Heumen2015-07-203-17/+177
|
* Removes msn protocol.damencho2015-07-161-6/+0
|
* Separates phone number service, to be a service in separate bundle and ↵Damian Minkov2014-04-102-3/+27
| | | | improves the number matching when searching for phone numbers.
* Move the phone number prefix method to its own interfaceIngo Bauersachs2014-02-201-1/+2
| | | | | The phone prefix is independent from the ExtendedContactSourceService which is intended to provide an interface to query by regular expressions
* Fixes google contacts.Damian Minkov2014-01-131-0/+1
|
* Fixes issues with the async queries of the contact list which may causehristoterezov2014-01-082-29/+39
| | | | missing contacts.
* Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , ↵hristoterezov2013-12-162-41/+30
| | | | dfac8a056e02d996eadc435450fbc83bf93b5912 and 79214016b4ed3342707f1b5a0d7dcd10921cec78 .
* Changes the contact source interfaces to use only the listeners for addinghristoterezov2013-12-142-30/+41
| | | | | contacts. This change fixes an issue with missing contacts from the contact list.
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Removes one unnecessary iteration over gdata links.Damian Minkov2013-10-171-1/+1
|
* Fixes a possible PatternSyntaxException in Ldap contact source.yanas2013-06-051-1/+1
|
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-235-4/+9
|
* Catchs PatternSyntaxException when resolving an outgoing call with a ↵Vincent Lucas2013-05-221-3/+18
| | | | "displayName" containing an irregular pattern characters like "*".
* Separates some services to be reused in android.Damian Minkov2013-05-201-1/+1
|
* Works on preventing an issue with the display of remote video which could ↵Lyubomir Marinov2013-02-261-9/+13
| | | | scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
* Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes ↵Lyubomir Marinov2013-02-251-1/+0
| | | | warnings.
* Extends contact source apis to support editable contact sources. Fixes ↵Yana Stamcheva2013-02-071-13/+44
| | | | internationalization issues with contact source details. Adds additional categories and sub-categories of contact details.
* Fixes contact sources configuration form.Yana Stamcheva2013-01-261-2/+1
|
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-244-3/+5
| | | | and WindowsUtils from general GuiUtils.
* Changes the behaviour of showing add contact and call buttons in the contact ↵Damian Minkov2013-01-091-3/+26
| | | | list for source contacts, don't show them by default but check for supported operation sets.
* Updates the PhoneNumberI18nServiceImpl, in order to remove the dependency to ↵Vincent Lucas2012-09-252-121/+3
| | | | the libphonenumber.
* Adds phonenumbers and search to transfer and conference invite dialogs. ↵Yana Stamcheva2012-09-171-5/+14
| | | | Improves the chat invite dialog by adding a search field on the top of the source contact list.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-297-14/+17
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-293-5/+5
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Fixes GoogleContacts support for domain without xmpp-client SRV.Sebastien Vincent2011-12-071-15/+13
|
* Update Felix to 3.2.2Ingo Bauersachs2011-12-061-2/+2
|
* Detects Google Contacts support in contact source via the protocol provider ↵Sebastien Vincent2011-12-025-13/+68
| | | | of the account ('Google Talk') or the Google contacts source is extern (created via the Google Contacts configuration form), in addition to the SRV method.
* Put system properties settings in a separate function. Fixes styles and ↵Sebastien Vincent2011-11-083-3/+6
| | | | javadoc warnings.
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1810-10/+10
|
* Fixes problem where Google Contacts was always enabled if user has Google ↵Sebastien Vincent2011-09-161-1/+6
| | | | Contacts support checked or not.
* Fixes NullPointerException for previously stored google contacts accounts ↵Yana Stamcheva2011-09-151-0/+6
| | | | (reported by Emil Ivov).
* Merges contact source configurations in a single configuration form.Yana Stamcheva2011-08-247-31/+149
| | | | | Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook. Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
* Fix a possible NullPointerException in Google Contacts.Sebastien Vincent2011-05-251-4/+11
|
* Show login/password window if we get a credentials problem from Google Contacts.Sebastien Vincent2011-05-254-8/+31
|
* When a password mismatch in Google Contacts, open just one dialog.Sebastien Vincent2011-04-261-4/+29
|
* Fix an issue in XMPP conference call where some peers does not show ↵Sebastien Vincent2011-04-191-1/+1
| | | | conference-info update in UI.