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

| 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 |
Fixes style formating, javadoc and eclipse related warnings.
2 lines of code changed in:
Avoids showing empty messages.
15 lines of code changed in:
Cache notifications until the handlers are ready, stop sounds through reference
35 lines of code changed in:
Separate notification service from its handlers
227 lines of code changed in:
Remove warnings
11 lines of code changed in:
Fixes missing class import in notification bundle and make sure an exception won't interrupt protocol firing events.
342 lines of code changed in:
Fixes a NPE and tests.
65 lines of code changed in:
Isolates notification management and triggering.
339 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
7 lines of code changed in:
Update event config form, fixing storing values when changing file values.
6 lines of code changed in:
Added a sound, played on hang up.
12 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
66 lines of code changed in:
Fix logger usage - fifth bunch.
16 lines of code changed in:
Prevents a NullPointerException.
7 lines of code changed in:
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:
Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.
4 lines of code changed in:
- 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:
Fix warning: raw types, unused variables, etc. Contributes to issue #637.
22 lines of code changed in:
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:
Fixes various warnings, mostly ones about performance.
2 lines of code changed in:
(21 more)