Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make DNSJAVA as SPI optional | Ingo Bauersachs | 2011-12-13 | 1 | -6/+13 | |
| | ||||||
* | Adapt D-Bus NetworkManager signal listener to NM_STATE 0.9 | Ingo Bauersachs | 2011-12-12 | 2 | -9/+155 | |
| | ||||||
* | Does the 2-bit shift for the DSCP value directly in the code, so users have ↵ | Sebastien Vincent | 2011-12-10 | 3 | -16/+16 | |
| | | | | only to set DSCP value in the properties rather than multiply it by 4. | |||||
* | Fixes GoogleContacts support for domain without xmpp-client SRV. | Sebastien Vincent | 2011-12-07 | 1 | -15/+13 | |
| | ||||||
* | Use dnsjava from boot classpath | Ingo Bauersachs | 2011-12-06 | 1 | -1/+2 | |
| | ||||||
* | Update Felix to 3.2.2 | Ingo Bauersachs | 2011-12-06 | 11 | -15/+29 | |
| | ||||||
* | Use DNSJAVA as DNS SPI | Ingo Bauersachs | 2011-12-06 | 1 | -0/+4 | |
| | ||||||
* | Remove property-migration code | Ingo Bauersachs | 2011-12-06 | 1 | -10/+0 | |
| | ||||||
* | Updates keepalive implementation to detect uplink drops. Use of XEP-0199 ↵ | Damian Minkov | 2011-12-06 | 6 | -367/+267 | |
| | | | | | | xmpp ping. Fix jabber authorization ignore. | |||||
* | Avoid unnecessary DNS lookups for SIP | Ingo Bauersachs | 2011-12-06 | 8 | -749/+732 | |
| | ||||||
* | Move registrar expiration timeout to registrar connection class | Ingo Bauersachs | 2011-12-06 | 2 | -19/+15 | |
| | ||||||
* | Remove dead code and unused exceptions | Ingo Bauersachs | 2011-12-06 | 2 | -44/+6 | |
| | ||||||
* | Remove unused field accessors, inline proxy string generation | Ingo Bauersachs | 2011-12-06 | 1 | -50/+17 | |
| | ||||||
* | Remove a no longer thrown exception | Ingo Bauersachs | 2011-12-06 | 2 | -26/+8 | |
| | ||||||
* | Directly access the registrar connection | Ingo Bauersachs | 2011-12-06 | 1 | -16/+12 | |
| | ||||||
* | Defer server connection until registering | Ingo Bauersachs | 2011-12-06 | 1 | -31/+7 | |
| | ||||||
* | Remove unused code | Ingo Bauersachs | 2011-12-06 | 1 | -36/+0 | |
| | ||||||
* | Use combined IPv4/IPv6 lookup from NetworkUtils | Ingo Bauersachs | 2011-12-06 | 1 | -66/+7 | |
| | ||||||
* | Adds Re-request authorization menu item in the right button menu. | Yana Stamcheva | 2011-12-06 | 3 | -4/+214 | |
| | | | | Adds "Waiting authorization" and "Not authorized" status to the contact list when needed. | |||||
* | Suppress some error output on headless devices and suppress raw-type warnings | Ingo Bauersachs | 2011-12-05 | 6 | -6/+13 | |
| | ||||||
* | Cache notifications until the handlers are ready, stop sounds through reference | Ingo Bauersachs | 2011-12-05 | 11 | -258/+456 | |
| | ||||||
* | Separate notification service from its handlers | Ingo Bauersachs | 2011-12-05 | 28 | -1297/+1134 | |
| | ||||||
* | Remove warnings | Ingo Bauersachs | 2011-12-05 | 2 | -18/+11 | |
| | ||||||
* | OTR: disable buttons for contacts without fingerprint. Patch by Jonas ↵ | Ingo Bauersachs | 2011-12-05 | 1 | -1/+2 | |
| | | | | Lauener, FHNW | |||||
* | Moves hardcoded global shortcuts to defaults.properties. | Sebastien Vincent | 2011-12-05 | 3 | -21/+45 | |
| | ||||||
* | Adds default values for global shortcuts (answer, hangup, contactlist and mute). | Sebastien Vincent | 2011-12-05 | 1 | -3/+46 | |
| | ||||||
* | Updates javadoc for enum. | Damian Minkov | 2011-12-05 | 1 | -5/+11 | |
| | ||||||
* | Adds traffic class support for SIP/XMPP/RTP audio/RTP video. | Sebastien Vincent | 2011-12-05 | 5 | -35/+272 | |
| | ||||||
* | Adds javadoc and removes warnings. | Sebastien Vincent | 2011-12-05 | 3 | -4/+27 | |
| | ||||||
* | Adds implementation for extended authorizations operation set for jabber ↵ | Damian Minkov | 2011-12-05 | 2 | -0/+137 | |
| | | | | provider. | |||||
* | Adds method for retrieving contact authorization status. | Damian Minkov | 2011-12-05 | 2 | -0/+48 | |
| | ||||||
* | Fixes a problem with duplicating contacts or unable to remove one from ui ↵ | Damian Minkov | 2011-12-02 | 2 | -1/+4 | |
| | | | | (cause they were duplicate there). | |||||
* | Checks for contact capabilities when adding video and desktop streaming ↵ | Yana Stamcheva | 2011-12-02 | 1 | -4/+33 | |
| | | | | buttons in the call. | |||||
* | Fixes incorrect appearing of sms icon in group chat interface. | Yana Stamcheva | 2011-12-02 | 3 | -15/+5 | |
| | ||||||
* | Fixes a problem in msn provider where uplink failure may lead to errors that ↵ | Damian Minkov | 2011-12-02 | 2 | -3/+6 | |
| | | | | you cannot send messages when offline, while account is online and receiving messages. | |||||
* | Detects Google Contacts support in contact source via the protocol provider ↵ | Sebastien Vincent | 2011-12-02 | 6 | -15/+73 | |
| | | | | 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. | |||||
* | Fixes NPE when no ProtocolProviderService are registered (typically when we ↵ | Sebastien Vincent | 2011-12-02 | 1 | -0/+3 | |
| | | | | launch Jitsi for the first time). | |||||
* | Adds the possibility to answer video call with video enabled for SIP and XMPP. | Sebastien Vincent | 2011-12-02 | 13 | -37/+273 | |
| | ||||||
* | Adds mute/unmute global shortcut feature. | Sebastien Vincent | 2011-12-01 | 6 | -91/+92 | |
| | ||||||
* | Adds new account properties, not used yet. | Yana Stamcheva | 2011-12-01 | 3 | -1/+39 | |
| | ||||||
* | Fixes a problem with duplicating jabber contacts when adding them after ↵ | Damian Minkov | 2011-12-01 | 2 | -56/+45 | |
| | | | | granting authorization. | |||||
* | Fixes preferred account in the gui bundle. | Yana Stamcheva | 2011-12-01 | 1 | -7/+24 | |
| | ||||||
* | Extends ChatTransport interface to support sending an SMS to a contact. ↵ | Yana Stamcheva | 2011-12-01 | 4 | -10/+83 | |
| | | | | Checks in contact capabilities when introducing that a protocol contact supports chat or sms. | |||||
* | Removes debug line. | Sebastien Vincent | 2011-11-30 | 1 | -1/+8 | |
| | ||||||
* | Fixes problem with contactlist global shortcut that freezed application. | Sebastien Vincent | 2011-11-30 | 2 | -29/+59 | |
| | ||||||
* | Fixes outgoing calls not being hangup via global shortcut, fixes NPE in ↵ | Sebastien Vincent | 2011-11-30 | 5 | -17/+168 | |
| | | | | CallShortcut/UIShortcut. Also disable global shortcut when we set a shortcut and if we type same global shortcut as another entry, we set the previous entry to Disabled. | |||||
* | Fixes overflow error. | Damian Minkov | 2011-11-29 | 1 | -1/+1 | |
| | ||||||
* | Fixes concurrent modification exceptions in global shortcut service. | Sebastien Vincent | 2011-11-29 | 1 | -44/+62 | |
| | ||||||
* | Fixes not appearing "Call" button in the unknown contact list view. | Yana Stamcheva | 2011-11-29 | 1 | -54/+87 | |
| | ||||||
* | Fixes a problem where opening and closing a window will trigger a typing ↵ | Damian Minkov | 2011-11-29 | 1 | -1/+1 | |
| | | | | notification. |