This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathCHANGES
59 lines (48 loc) · 1.97 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
1.5
* Added correct licensing terms (Apache License 2.0)
* Removed the trace handler
* Upgraded LDAP library to version 2.2.0 (smaller memory footprint - by 500kB)
* If SSL is selected change port to 636 - https://github.com/weisserd/LDAP-Sync/issues/5
1.4.2
* Bugfixes (Possible Memory Leaks, AutoCompletion of BaseDNs, Photo handling)
1.4.1
* Fix for a possible NullPointerException
* Bugfix for concurrently running sync adapters
1.4
* Updated LDAP library to version 2.0.0
* Documented more parts of the code
* Fixed bug with non existant BaseDNs - https://github.com/weisserd/LDAP-Sync/issues#issue/1
1.3
* Added mapping for homePhone (by Michael - https://github.com/kichkasch/LDAP-Sync)
* Added mappings for addresses (work address)
* German localization available
1.2
* Bugfix for the misbehavior in association with Google Contacts
* Improved performance (better checks on data => less updates)
* Internal code restructuring => better code ;-)
* Log file of contact changes on SD card (folder LDAPSync)
* Allow more than one LDAP server without problems (though not the same LDAP server again)
1.1.1
* Bugfix for the Samsung Galaxy
* Integrated remote stacktraces
1.1
* SSL/StartTLS support
* Improved error handling during the sync process with the usage of the Android notification system
* Better error descriptions for the account creation process
1.0.1
* Fixed a possible memory leak
* Correct update (sync) of pictures
1.0
* Performance improvements
* Real synchronization (No delete all contacts and re-add them any more)
* Fix for the sync provider on the Motorola Droid X (Thanks to Andrew) => Linking of profiles works now
* Smaller UI improvements for the configuration dialog
* Allow anonymous access to LDAP server
* Use the server name for the account description
* Support multiple e-mail addresses
0.9
* Performance Improvements (Only relevant LDAP attributes are queried)
* Editable Search Base (BaseDN), supported by AutoCompletion
* Upated the LDAP library
0.8
* Initial release