Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds google api token file to repo, it is auto-updated if needed to. | damencho | 2015-07-27 | 1 | -0/+35 |
| | |||||
* | Polishes Google Contacts authorization dialog. | damencho | 2015-07-22 | 1 | -10/+17 |
| | |||||
* | Added dialog title, fine tuned instructions. | Danny van Heumen | 2015-07-22 | 1 | -0/+7 |
| | |||||
* | Number of improvements to Google Contacts OAuth dialog after feedback. | Danny van Heumen | 2015-07-22 | 1 | -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. | damencho | 2015-07-20 | 2 | -2/+39 |
| | |||||
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 10 | -19/+130 |
| | |||||
* | Throw IllegalStateException in case client ID or client secret is missing. | Danny van Heumen | 2015-07-20 | 1 | -0/+6 |
| | |||||
* | Removed notion of a 'password' from Google Contacts implementation. | Danny van Heumen | 2015-07-20 | 6 | -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 Heumen | 2015-07-20 | 2 | -8/+71 |
| | | | | modifications. | ||||
* | Added browser launcher to hyperlink. Now opens the approval URL upon ↵ | Danny van Heumen | 2015-07-20 | 3 | -7/+30 |
| | | | | clicking the hyperlink. | ||||
* | Added automatic refresh token retrieval + secure storage in credentials store. | Danny van Heumen | 2015-07-20 | 5 | -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 Heumen | 2015-07-20 | 2 | -4/+68 |
| | |||||
* | Working on simple UI to facilitate user approval process. | Danny van Heumen | 2015-07-20 | 2 | -122/+354 |
| | |||||
* | Working prototype OAuth 2 authentication for Google Contacts plugin. | Danny van Heumen | 2015-07-20 | 3 | -17/+177 |
| | |||||
* | Removes msn protocol. | damencho | 2015-07-16 | 1 | -6/+0 |
| | |||||
* | Separates phone number service, to be a service in separate bundle and ↵ | Damian Minkov | 2014-04-10 | 2 | -3/+27 |
| | | | | improves the number matching when searching for phone numbers. | ||||
* | Move the phone number prefix method to its own interface | Ingo Bauersachs | 2014-02-20 | 1 | -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 Minkov | 2014-01-13 | 1 | -0/+1 |
| | |||||
* | Fixes issues with the async queries of the contact list which may cause | hristoterezov | 2014-01-08 | 2 | -29/+39 |
| | | | | missing contacts. | ||||
* | Reverts changes from 160bccf16f2eb0ff8d560c52e4d15f95336a3512 , ↵ | hristoterezov | 2013-12-16 | 2 | -41/+30 |
| | | | | dfac8a056e02d996eadc435450fbc83bf93b5912 and 79214016b4ed3342707f1b5a0d7dcd10921cec78 . | ||||
* | Changes the contact source interfaces to use only the listeners for adding | hristoterezov | 2013-12-14 | 2 | -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-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Removes one unnecessary iteration over gdata links. | Damian Minkov | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | Fixes a possible PatternSyntaxException in Ldap contact source. | yanas | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 5 | -4/+9 |
| | |||||
* | Catchs PatternSyntaxException when resolving an outgoing call with a ↵ | Vincent Lucas | 2013-05-22 | 1 | -3/+18 |
| | | | | "displayName" containing an irregular pattern characters like "*". | ||||
* | Separates some services to be reused in android. | Damian Minkov | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Works on preventing an issue with the display of remote video which could ↵ | Lyubomir Marinov | 2013-02-26 | 1 | -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 Marinov | 2013-02-25 | 1 | -1/+0 |
| | | | | warnings. | ||||
* | Extends contact source apis to support editable contact sources. Fixes ↵ | Yana Stamcheva | 2013-02-07 | 1 | -13/+44 |
| | | | | internationalization issues with contact source details. Adds additional categories and sub-categories of contact details. | ||||
* | Fixes contact sources configuration form. | Yana Stamcheva | 2013-01-26 | 1 | -2/+1 |
| | |||||
* | Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵ | Yana Stamcheva | 2013-01-24 | 4 | -3/+5 |
| | | | | and WindowsUtils from general GuiUtils. | ||||
* | Changes the behaviour of showing add contact and call buttons in the contact ↵ | Damian Minkov | 2013-01-09 | 1 | -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 Lucas | 2012-09-25 | 2 | -121/+3 |
| | | | | the libphonenumber. | ||||
* | Adds phonenumbers and search to transfer and conference invite dialogs. ↵ | Yana Stamcheva | 2012-09-17 | 1 | -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 Marinov | 2012-06-29 | 7 | -14/+17 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 3 | -5/+5 |
| | |||||
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Fixes GoogleContacts support for domain without xmpp-client SRV. | Sebastien Vincent | 2011-12-07 | 1 | -15/+13 |
| | |||||
* | Update Felix to 3.2.2 | Ingo Bauersachs | 2011-12-06 | 1 | -2/+2 |
| | |||||
* | Detects Google Contacts support in contact source via the protocol provider ↵ | Sebastien Vincent | 2011-12-02 | 5 | -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 Vincent | 2011-11-08 | 3 | -3/+6 |
| | | | | javadoc warnings. | ||||
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 10 | -10/+10 |
| | |||||
* | Fixes problem where Google Contacts was always enabled if user has Google ↵ | Sebastien Vincent | 2011-09-16 | 1 | -1/+6 |
| | | | | Contacts support checked or not. | ||||
* | Fixes NullPointerException for previously stored google contacts accounts ↵ | Yana Stamcheva | 2011-09-15 | 1 | -0/+6 |
| | | | | (reported by Emil Ivov). | ||||
* | Merges contact source configurations in a single configuration form. | Yana Stamcheva | 2011-08-24 | 7 | -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 Vincent | 2011-05-25 | 1 | -4/+11 |
| | |||||
* | Show login/password window if we get a credentials problem from Google Contacts. | Sebastien Vincent | 2011-05-25 | 4 | -8/+31 |
| | |||||
* | When a password mismatch in Google Contacts, open just one dialog. | Sebastien Vincent | 2011-04-26 | 1 | -4/+29 |
| | |||||
* | Fix an issue in XMPP conference call where some peers does not show ↵ | Sebastien Vincent | 2011-04-19 | 1 | -1/+1 |
| | | | | conference-info update in UI. |