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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 39 (100.0%) | 1539 (100.0%) | 39.4 |
| a_pelov | 8 (20.5%) | 726 (47.2%) | 90.7 |
| emcho | 12 (30.8%) | 329 (21.4%) | 27.4 |
| pradelle | 4 (10.3%) | 290 (18.8%) | 72.5 |
| lubomir_m | 7 (17.9%) | 65 (4.2%) | 9.2 |
| yanas | 2 (5.1%) | 58 (3.8%) | 29.0 |
| s_vincent | 2 (5.1%) | 34 (2.2%) | 17.0 |
| damencho | 2 (5.1%) | 17 (1.1%) | 8.5 |
| kpouer | 1 (2.6%) | 14 (0.9%) | 14.0 |
| wernerd | 1 (2.6%) | 6 (0.4%) | 6.0 |
Adds check for folder existence if filename contains a folder.
16 lines of code changed in:
Fixes possible NullPointerExceptions related to packet logging, resources.
1 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Fixes a possible NullPointerException.
1 lines of code changed in:
Fixes warnings and javadocs.
34 lines of code changed in:
use of StringBuilder instead of StringBuffer
fixed some brace placement
made fields final when possible
14 lines of code changed in:
Fix logger usage - third bunch of changes.
6 lines of code changed in:
Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.
1 lines of code changed in:
Commits the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.
29 lines of code changed in:
- Return the appropriate default download directory depending on the operating system.
- When receiving a file check if a file with the given name already exist and add an index to the name.
22 lines of code changed in:
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
36 lines of code changed in:
Removes org.apache.felix.servicebinder.
29 lines of code changed in:
Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
4 lines of code changed in:
Merge my changes from alpha2 branch (mostly improvements to SIMPLE, usage of transactions for contactlist.xml and fix the wrong location of jain-sip logs).
73 lines of code changed in:
felix 1.0.1
1 lines of code changed in:
Moved FailSafeTransactions to the fileaccess bundle.
217 lines of code changed in:
Configurable home name and location, properly store international characters in the metacontactlist, history, and configuration files. make the debian installer store bndles un ${user.home}/.sip-communicator instead of ${user.home}/.felix/sip-communicator.bin. related issues: 286, 266, 271, 230, 274
Configuratble SC home directory
136 lines of code changed in:
Code format
6 lines of code changed in:
Check system properties for name of destination directory
9 lines of code changed in:
Renamed to FileaccessActivator
0 lines of code changed in:
(5 more)