aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/sysactivity/SysActivityActivator.java
Commit message (Collapse)AuthorAgeFilesLines
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-99/+99
| | | | | | | | The conversion was done with the script provided by @champtar on a linux machine: find -name '*.java' | xargs file | grep 'CRLF, LF' | cut -d ':' -f1 | xargs -n1 dos2unix
* Updates the license headers.Damian Minkov2015-07-201-5/+16
|
* Changes needed for android merge. Sysactivity checks and loads ↵Damian Minkov2012-12-071-0/+2
| | | | implementation for current os.
* Changes needed for android merge. Exposing several bundle contexts. Some ↵Damian Minkov2012-12-061-0/+15
| | | | public constants. Changes in sound notifications to use String as resource uri, and obtaining resource input stream and stream format info from AudioSystem, so it can be overridden in different implementations.
* - Works on removing the video of a video conference participant from display ↵Lyubomir Marinov2012-08-031-43/+23
| | | | on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls).
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-4/+3
|
* Introduces service for detecting system activity like network changes and ↵Damian Minkov2011-08-231-0/+108
detecting idle states. Produced events used for autoaway and reconnect plugin.