/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: edam
  • Date: 2011-06-04 13:16:20 UTC
  • Revision ID: edam@waxworlds.org-20110604131620-hean9j66r3f5i72h
- fix UTF-8 unencoding by default on v3.0 vCards
- proper unescaping of strings in v3.0 vCards (also works for v2.1, although the 2.1 specs don't mention it)

Show diffs side-by-side

added added

removed removed

3
3
<!--
4
4
 * AndroidMenifest.xml
5
5
 *
6
 
 * Copyright (C) 2009 Tim Marston <tim@ed.am>
 
6
 * Copyright (C) 2009 Tim Marston <edam@waxworlds.org>
7
7
 *
8
8
 * This file is part of the Import Contacts program (hereafter referred
9
 
 * to as "this program").  For more information, see
10
 
 * http://ed.am/dev/android/import-contacts
 
9
 * to as "this program"). For more information, see
 
10
 * http://www.waxworlds.org/edam/software/android/import-contacts
11
11
 *
12
12
 * This program is free software: you can redistribute it and/or modify
13
13
 * it under the terms of the GNU General Public License as published by
25
25
-->
26
26
 
27
27
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
28
 
                package="am.ed.importcontacts"
29
 
                android:versionCode="10303"
30
 
                android:versionName="1.3.3">
 
28
                package="org.waxworlds.edam.importcontacts"
 
29
                android:versionCode="2"
 
30
                android:versionName="1.1">
31
31
 
32
32
        <application android:icon="@drawable/icon"
33
 
                        android:label="@string/app_name">
 
33
                        android:label="@string/app_name"
 
34
                        android:debuggable="true">
34
35
 
35
36
                <activity android:name=".Intro"
36
37
                                android:label="@string/app_name"