aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
Commit message (Collapse)AuthorAgeFilesLines
* Trying to fix the buildEmil Ivov2006-10-291-0/+3
|
* new icon for show/hide offline contacts and an icon for move contact addedYana Stamcheva2006-10-279-7/+685
|
* contact list update problem - fixYana Stamcheva2006-10-274-82/+267
|
* open the call panel without waiting for the callYana Stamcheva2006-10-274-96/+215
| | | | | support for a conference call - ongoing work
* check if the object to accept in the filter is nullYana Stamcheva2006-10-271-1/+7
|
* dispose rtp managers at the end of a sessionEmil Ivov2006-10-261-1/+5
|
* unregister corresponding protocol provider before uninstalling the accountYana Stamcheva2006-10-253-4/+60
|
* Fix if states record is missingDamian Minkov2006-10-241-1/+5
|
* Added states to the call history participant recordsseDamian Minkov2006-10-243-8/+136
|
* answer call in a separate thread; initialize history date to 0; set the call ↵Yana Stamcheva2006-10-243-41/+80
| | | | type - incoming or outgoing
* Set size to a fixed size (temp fix for null size)Emil Ivov2006-10-241-13/+13
|
* temporarily show video frame ourselvesEmil Ivov2006-10-241-4/+8
|
* fix. make sure we always use remote party address when starting sessionsEmil Ivov2006-10-241-5/+5
|
* change server to registrarYana Stamcheva2006-10-242-2/+2
|
* moved contents of configuration to deviceEmil Ivov2006-10-2310-1508/+0
|
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+7
| | | | | export the BIND_RETRIES_DEFAULT_VALUE from the implementation to the service
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-1/+4
| | | | | error code seems to have not been properly handled
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+28
| | | | | added methods for retrieving the transport address of a call participant, their originating protocol provider and corresponding contact (if any).
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-1/+7
| | | | | added dependencies on javax.swing and javax.sound since jmf needs it.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-232-132/+200
| | | | | moved out some methods that are specific for every call session into the CallSession interface/implementation
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-35/+849
| | | | | Added methods for opening capture devices, retrieving supported formats, creating data sources and other.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-2/+146
| | | | | Not using service binder anymore (temporarily?) and added utility methods for retrieving common used service implementations.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-3/+51
| | | | | added more options to methods generating random port numbers (e.g. specify min and max port, parity, etc.)
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-52/+67
| | | | | default implementation for a new listener method (change in transport address) ... we may actually remove this method later on since i am not sure we really need it.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-3/+14
| | | | | Added a method for retrieving a public address for a port (without specifying an intended destination), in which case we will be using the address of our stun server as a destination.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-96/+92
| | | | | Added a method for an initial dump of the user environment (if enabled, logs all system properties and their values)
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-5/+0
| | | | | disable defaulting to IPv6 since it breaks the application when connecting to hosts that have an IPv6 address in the DNS but have no server listening on it (only on v4).
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+10
| | | | | add a method that would notify listeners when the the transport address used for a specific call participant changes
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-1/+12
| | | | | added a new property name
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-1/+4
| | | | | more sophisticated equals method
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-2/+2
| | | | | export the BIND_RETRIES_DEFAULT_VALUE to the service
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-15/+127
| | | | | added more usage of the media service
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+44
| | | | | store the media call session instance corresponding to this call
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-2/+79
| | | | | added a method for retrieving a transport address (may remove later)
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-124/+55
| | | | | remove logEntry/logExit clauses since they only generate unnecessary log garbage (especially in this class)
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-7/+46
| | | | | dummy implementation of a newly added interface method
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+6
| | | | | dummy implementation of a newly added listener method
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-6/+12
| | | | | Only fire a reordered event if contacts have really been reordered.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-3/+6
| | | | | add a return value to the reeval contact method so that we could determine whether contacts have really been reordered
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-1/+3
| | | | | return the index at which a newly added contact was placed so that we could determine whether contacts have really been reordered
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-2/+41
| | | | | Added methods for retrieving public addresses without necessarily specifying an intended destination (use a default stun server as an intended destination instead).
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-2/+7
| | | | | added comments to remind me that i need to take care of properly setting ip version preference.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-79/+80
| | | | | make sure we have a refresh at least every nine seconds (Yana, I am not sure why I added this. You may remove it if you judgje necessary)
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+86
| | | | | Added class for media specific exceptions.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+94
| | | | | Added class for support of methods specific to every call session and not to the whole media implementation.
* Working on the JMF implementation of the media service.Emil Ivov2006-10-2311-0/+2016
| | | | | improved detection and moved from configuration
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+118
| | | | | utility class for stalking processor states
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+160
| | | | | utility class implementing methods for format conversion
* Working on the JMF implementation of the media service.Emil Ivov2006-10-231-0/+1332
| | | | | implementation of the call session interface. handles initialization and control of RTPManager-s
* when adding a call in the call list check if it's empty and add the day labelYana Stamcheva2006-10-231-2/+2
|