Directory src/net/java/sip/communicator/impl/notification/

Directory Created:
2007-08-22 18:58
Total Files:
5
Deleted Files:
4
Lines of Code:
381

[root]/src/net/java/sip/communicator/impl/notification

Lines of Code

src/net/java/sip/communicator/impl/notification/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 81 (100.0%) 2530 (100.0%) 31.2
damencho 12 (14.8%) 1246 (49.2%) 103.8
yanas 23 (28.4%) 810 (32.0%) 35.2
ibauersachs 14 (17.3%) 273 (10.8%) 19.5
lubomir_m 12 (14.8%) 121 (4.8%) 10.0
wernerd 5 (6.2%) 38 (1.5%) 7.6
sympho 7 (8.6%) 33 (1.3%) 4.7
emcho 7 (8.6%) 7 (0.3%) 1.0
s_vincent 1 (1.2%) 2 (0.1%) 2.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: PopupMessageNotificationHandlerImpl.java (+2 -5)
damencho 2012-03-08 13:14

Avoids showing empty messages.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: PopupMessageNotificationHandlerImpl.java (+15 -1)
ibauersachs 2011-12-05 22:41

Cache notifications until the handlers are ready, stop sounds through reference

35 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationActivator.java (+10 -72), NotificationManager.java (del), SoundNotificationHandlerImpl.java (+25 -20), SoundProperties.java (del)
ibauersachs 2011-12-05 22:40

Separate notification service from its handlers

227 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: CommandNotificationHandlerImpl.java (+11 -55), EventNotification.java (del), LogMessageNotificationHandlerImpl.java (+11 -55), NotificationActivator.java (+36 -45), NotificationManager.java (+134 -84), NotificationServiceImpl.java (del), PopupMessageNotificationHandlerImpl.java (+18 -54), SoundNotificationHandlerImpl.java (+17 -91)
ibauersachs 2011-12-05 22:37

Remove warnings

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: EventNotification.java (+9 -16), NotificationManager.java (+2 -2)
damencho 2011-11-17 17:42

Fixes missing class import in notification bundle and make sure an exception won't interrupt protocol firing events.

342 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationManager.java (+342 -252)
damencho 2011-11-17 11:51

Fixes a NPE and tests.

65 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationManager.java (+65 -78)
damencho 2011-11-17 10:28

Isolates notification management and triggering.

339 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationActivator.java (+74 -3), NotificationManager.java (new 265), SoundProperties.java (new)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: CommandNotificationHandlerImpl.java (+1 -1), EventNotification.java (+1 -1), LogMessageNotificationHandlerImpl.java (+1 -1), NotificationActivator.java (+1 -1), NotificationServiceImpl.java (+1 -1), PopupMessageNotificationHandlerImpl.java (+1 -1), SoundNotificationHandlerImpl.java (+1 -1)
damencho 2010-12-08 14:07

Update event config form, fixing storing values when changing file values.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: CommandNotificationHandlerImpl.java (+3), SoundNotificationHandlerImpl.java (+3 -1)
yanas 2010-09-02 11:57

Added a sound, played on hang up.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationServiceImpl.java (+1 -1), SoundNotificationHandlerImpl.java (+11 -5)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

66 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationServiceImpl.java (+66 -66)
wernerd 2010-06-03 16:41

Fix logger usage - fifth bunch.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: LogMessageNotificationHandlerImpl.java (+4 -2), NotificationActivator.java (+6 -3), NotificationServiceImpl.java (+6 -3)
lubomir_m 2009-11-17 18:40

Prevents a NullPointerException.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationActivator.java (+7 -4)
lubomir_m 2009-09-02 13:40

Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationServiceImpl.java (+9 -25)
lubomir_m 2009-08-30 22:31

Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: EventNotification.java (+4 -4)
lubomir_m 2009-08-04 19:34

- Provides an alternative storage backend to XML in the ConfigurationService implementation which uses Properties for the sake for better execution speed and garbage collection behavior.
- Implements batch configuration property modifications which allow a caller to modify a set of properties with a single saving of the configuration file.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationServiceImpl.java (+19 -15)
wernerd 2009-04-20 18:32

Fix warning: raw types, unused variables, etc. Contributes to issue #637.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: EventNotification.java (+3 -3), NotificationServiceImpl.java (+19 -17)
damencho 2009-03-24 18:42

Fix issue #609. Call to sip communicator on machine without audio device. When audio capture is not possible do not send audio line in sdp.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: SoundNotificationHandlerImpl.java (+4)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/notification: NotificationServiceImpl.java (+2 -2)

(21 more)

Generated by StatSVN 0.3.1