mirror of
https://github.com/etesync/android
synced 2024-11-29 19:38:23 +00:00
5db8bcb9d8
* support for phonetic names (closes #19) * update contacts.xml, tested with 4.0 (Samsung), 4.2 (Cyanogen), 4.3 (Cyanogen) (fixes #5, fixes #6, fixes #7) * smarter error handling (1): notify sync manager in case of HTTP auth errors * smarter error handling (2): just ignore the dubious resources instead of notifying Android sync service * refactoring: created DavSyncAdapter and move common code to it * version bump to 0.3.4-alpha
10 lines
358 B
XML
10 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<Preference android:title="DAVdroid Web site" >
|
|
<intent
|
|
android:action="android.intent.action.VIEW"
|
|
android:data="http://davdroid.bitfire.at/?pk_campaign=in-app" />
|
|
</Preference>
|
|
|
|
</PreferenceScreen> |