[root]/src/net/java/sip/communicator/plugin/updatechecker

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 60 (100.0%) | 3168 (100.0%) | 52.8 |
| lubomir_m | 19 (31.7%) | 1467 (46.3%) | 77.2 |
| damencho | 25 (41.7%) | 1297 (40.9%) | 51.8 |
| s_vincent | 7 (11.7%) | 299 (9.4%) | 42.7 |
| emcho | 4 (6.7%) | 78 (2.5%) | 19.5 |
| yanas | 2 (3.3%) | 13 (0.4%) | 6.5 |
| wernerd | 2 (3.3%) | 10 (0.3%) | 5.0 |
| 666f6f | 1 (1.7%) | 4 (0.1%) | 4.0 |
Commits work in progress on Windows delta/bspatch updates.
0 lines of code changed in:
Introduce HttpUtils, utility handling http get and post request. One place to handle certificates, http authentication, hostname verification, site redirects.
17 lines of code changed in:
Adds formatting, javadocs.
3 lines of code changed in:
Fixes multiple issues in the setup and update functionality on Windows.
1305 lines of code changed in:
When updating the updater starts the application after finishing with update.
11 lines of code changed in:
Updates felix.jar to version 3.0.7 (Courtesy of Richard S. Hall).
Update check from menu on windows is ran in new thread, preventing block swing if authentication needed.
12 lines of code changed in:
Fixes the font of the message of the "New message available" dialog which uses some font of its own and not the "standard" one (at least on Windows) used elsewhere in the UI.
8 lines of code changed in:
Update check detecting wrong password on secure locations.
72 lines of code changed in:
Sets the default icon of the authentication window to be the application logo.
2 lines of code changed in:
Updatecheck activator, update authenticate window, exported window no more used.
54 lines of code changed in:
Change name of client loclal file with update location from versionupdate.properties to update-location.properties.
Make download links configurable.
1 lines of code changed in:
Add log output for the updatechecker plugin. If the "check for updates on startup" option is not checked, still add the "Check for updates" item in the help menu on Windows so that users can trigger updates manually.
141 lines of code changed in:
Add provisioning via mDNS (Bonjour).
9 lines of code changed in:
Use CertificateVerificationService in the UpdateChecker plugin.
116 lines of code changed in:
If an update link is provided by provisioning configuration, use it instead of default ones.
23 lines of code changed in:
Attempt to fix start of SIP Communicator on Windows x64. As jsmooth cannot create a 64-bit wrapper, the 32-bit ones looks for a JVM in registry under the key "HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/JavaSoft/Java Runtime Environment" but the real 64-bit JVM is under "HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Runtime Environment". So we force JVM search first in "\\Program Files\Java\\jre6". Fix also updater download link for the Windows x64 version.
7 lines of code changed in:
Adds javadocs, fixes warnings.
4 lines of code changed in:
Add Windows x64 installer support.
3 lines of code changed in:
Fix logger usage - seventh and last bunch
10 lines of code changed in:
Ui adjust for windows update check dialog as changelogs are now activated.
2 lines of code changed in:
(31 more)