syncevolution/src/templates/clients/phone/sony-ericsson.ini

27 lines
662 B
INI
Raw Normal View History

=== template.ini ===
fingerprint = Sony Ericsson W595,Sony Ericsson W810i,Sony Ericsson
description = Template for all current Sony Ericsson phones, with separate databases for contacts/events/tasks/memos and SyncML 1.2
templateName = Sony Ericsson
=== config.ini ===
peerIsClient = 1
remoteIdentifier = PC Suite
ConsumerReady = 1
IconURI = image://themedimage/icons/services/sony-ericsson-phone
=== sources/addressbook/config.ini ===
uri = Contact
configuration: removed builtin templates The code for builtin templates had side effects, like always adding all four standard sources to a template, even if the template itself didn't have all of them defined. It also hid the problem that listing templates didn't work for templates on disk. Another benefit is that template files can be packaged separately. By choosing the packages which are to be installed, a distributor of SyncEvolution (like MeeGo) can choose which services to offer by default. Therefore this patch removes the "builtin templates" feature, which was only useful in unusual use cases anyway (for example, single-binary distribution). Because there are no more default values for source properties, all templates must specify the "backend" explicitly. syncevo-phone-config was adapted accordingly, and also updated to use the current names of the properties in the process. As part of moving the templates into separate files, some of them were cleaned up: - Mobical: now points to Everdroid, its new name - Google, Ovi: SSL verification is always enabled in the templates; the workaround for old libsoup should no longer be necessary for most users - Google: renamed to "Google_Contacts", with "Google" as alias, because there will be two Google templates soon - Scheduleworld: use "server no longer in operation" instead of an invalid URL The finger print match had a special case for "default". The exact intention of that is unknown. Perhaps it was meant to give that template a boost when it wouldn't match the string that is getting searched for at all. But it had the effect that an exact match when searching for the "default" template was not found and thus that template couldn't be used in the command line after moving it from builtin to external. Removed the complete check.
2011-05-18 14:11:54 +02:00
backend = addressbook
=== sources/calendar/config.ini ===
uri = Calendar
configuration: removed builtin templates The code for builtin templates had side effects, like always adding all four standard sources to a template, even if the template itself didn't have all of them defined. It also hid the problem that listing templates didn't work for templates on disk. Another benefit is that template files can be packaged separately. By choosing the packages which are to be installed, a distributor of SyncEvolution (like MeeGo) can choose which services to offer by default. Therefore this patch removes the "builtin templates" feature, which was only useful in unusual use cases anyway (for example, single-binary distribution). Because there are no more default values for source properties, all templates must specify the "backend" explicitly. syncevo-phone-config was adapted accordingly, and also updated to use the current names of the properties in the process. As part of moving the templates into separate files, some of them were cleaned up: - Mobical: now points to Everdroid, its new name - Google, Ovi: SSL verification is always enabled in the templates; the workaround for old libsoup should no longer be necessary for most users - Google: renamed to "Google_Contacts", with "Google" as alias, because there will be two Google templates soon - Scheduleworld: use "server no longer in operation" instead of an invalid URL The finger print match had a special case for "default". The exact intention of that is unknown. Perhaps it was meant to give that template a boost when it wouldn't match the string that is getting searched for at all. But it had the effect that an exact match when searching for the "default" template was not found and thus that template couldn't be used in the command line after moving it from builtin to external. Removed the complete check.
2011-05-18 14:11:54 +02:00
backend = calendar
=== sources/todo/config.ini ===
uri = Task
configuration: removed builtin templates The code for builtin templates had side effects, like always adding all four standard sources to a template, even if the template itself didn't have all of them defined. It also hid the problem that listing templates didn't work for templates on disk. Another benefit is that template files can be packaged separately. By choosing the packages which are to be installed, a distributor of SyncEvolution (like MeeGo) can choose which services to offer by default. Therefore this patch removes the "builtin templates" feature, which was only useful in unusual use cases anyway (for example, single-binary distribution). Because there are no more default values for source properties, all templates must specify the "backend" explicitly. syncevo-phone-config was adapted accordingly, and also updated to use the current names of the properties in the process. As part of moving the templates into separate files, some of them were cleaned up: - Mobical: now points to Everdroid, its new name - Google, Ovi: SSL verification is always enabled in the templates; the workaround for old libsoup should no longer be necessary for most users - Google: renamed to "Google_Contacts", with "Google" as alias, because there will be two Google templates soon - Scheduleworld: use "server no longer in operation" instead of an invalid URL The finger print match had a special case for "default". The exact intention of that is unknown. Perhaps it was meant to give that template a boost when it wouldn't match the string that is getting searched for at all. But it had the effect that an exact match when searching for the "default" template was not found and thus that template couldn't be used in the command line after moving it from builtin to external. Removed the complete check.
2011-05-18 14:11:54 +02:00
backend = todo
=== sources/memo/config.ini ===
uri = Memo
configuration: removed builtin templates The code for builtin templates had side effects, like always adding all four standard sources to a template, even if the template itself didn't have all of them defined. It also hid the problem that listing templates didn't work for templates on disk. Another benefit is that template files can be packaged separately. By choosing the packages which are to be installed, a distributor of SyncEvolution (like MeeGo) can choose which services to offer by default. Therefore this patch removes the "builtin templates" feature, which was only useful in unusual use cases anyway (for example, single-binary distribution). Because there are no more default values for source properties, all templates must specify the "backend" explicitly. syncevo-phone-config was adapted accordingly, and also updated to use the current names of the properties in the process. As part of moving the templates into separate files, some of them were cleaned up: - Mobical: now points to Everdroid, its new name - Google, Ovi: SSL verification is always enabled in the templates; the workaround for old libsoup should no longer be necessary for most users - Google: renamed to "Google_Contacts", with "Google" as alias, because there will be two Google templates soon - Scheduleworld: use "server no longer in operation" instead of an invalid URL The finger print match had a special case for "default". The exact intention of that is unknown. Perhaps it was meant to give that template a boost when it wouldn't match the string that is getting searched for at all. But it had the effect that an exact match when searching for the "default" template was not found and thus that template couldn't be used in the command line after moving it from builtin to external. Removed the complete check.
2011-05-18 14:11:54 +02:00
backend = memo