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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 15 (100.0%) | 329 (100.0%) | 21.9 |
| a_pelov | 2 (13.3%) | 152 (46.2%) | 76.0 |
| emcho | 7 (46.7%) | 89 (27.1%) | 12.7 |
| pradelle | 3 (20.0%) | 72 (21.9%) | 24.0 |
| yanas | 1 (6.7%) | 8 (2.4%) | 8.0 |
| s_vincent | 1 (6.7%) | 4 (1.2%) | 4.0 |
| lubomir_m | 1 (6.7%) | 4 (1.2%) | 4.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Fixes warnings and javadocs.
4 lines of code changed in:
Applies minor changes (e.g. code formatting, closing InputStreams) discovered while briefly looking at issue #854: Avatar handling is flawed.
4 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.
8 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).
0 lines of code changed in:
Add FailSafeTransaction interface to the repo.
62 lines of code changed in:
Moved FailSafeTransactions to the fileaccess bundle.
10 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
0 lines of code changed in:
Code format
1 lines of code changed in:
Code alignment
4 lines of code changed in:
Check system properties for name of destination directory
17 lines of code changed in:
Fixed file indentation - from TABs to SPACEs (4 spaces / tab)
26 lines of code changed in:
sip-comm's directory should start with a dot so that it is hidden for unix systems
65 lines of code changed in:
ResourcesService renamed to FileAccessService.
126 lines of code changed in: