Skip to content

Commit 3382d2d

Browse files
committed
OI About: Release candidate 1.1-rc1.
git-svn-id: https://openintents.googlecode.com/svn/trunk@4098 72b678ce-9140-0410-bee8-679b907dd61a
1 parent e9eed93 commit 3382d2d

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

AboutApp/AndroidManifest.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
**
4-
** Copyright (C) 2008-2011 pjv (and others, see About dialog)
4+
** Copyright (C) 2008-2012 pjv (and others, see About dialog)
55
**
66
** This file is part of OI About.
77
**
@@ -23,10 +23,11 @@
2323
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2424
package="org.openintents.about"
2525
android:installLocation="auto"
26-
android:versionCode="6"
27-
android:versionName="1.0.3" >
26+
android:versionCode="7"
27+
android:versionName="1.1-rc1" >
2828
<!-- History:
2929
* * * UPDATE ATRACKDOG METADATA BELOW FOR RELEASE CANDIDATES * * *
30+
1.1-rc1 [7]: 2012-01-25
3031
1.0.3 [6]: 2011-05-01
3132
1.0.3-rc1 [5]: 2011-02-12
3233
1.0.2 [4]: 2009-10-14
@@ -40,7 +41,7 @@
4041

4142
<!-- aTrackDog metadata -->
4243
<meta-data android:name="com.a0soft.gphone.aTrackDog.testVersion"
43-
android:value="5" />
44+
android:value="7" />
4445

4546
<meta-data android:name="org.openintents.about"
4647
android:resource="@xml/about" />

AboutApp/readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
 ****************************************************************************
22
* *
3-
* Copyright (C) 2008-2011 pjv (and others, see About dialog) *
3+
* Copyright (C) 2008-2012 pjv (and others, see About dialog) *
44
* *
55
* OI About is free software: you can redistribute it and/or modify *
66
* it under the terms of the GNU General Public License as published by *
@@ -30,7 +30,7 @@ To obtain the current release, visit
3030

3131
----------------
3232
release: 1.1
33-
date: ?
33+
date: 2012-01-25
3434

3535
- high-resolution icon for Android 2.3 and later.
3636
- support for about.xml (GCI task by Matěj Konečný, issue 248)

AboutApp/res/raw/recent_changes.txt

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
---------------------------------------------------------
1+
----------------
2+
release: 1.1
3+
date: 2012-01-25
4+
5+
- high-resolution icon for Android 2.3 and later.
6+
- support for about.xml (GCI task by Matěj Konečný, issue 248)
7+
- list more languages for translations.
8+
9+
----------------
210
release: 1.0.3
311
date: 2011-05-01
412

@@ -9,22 +17,15 @@ date: 2011-05-01
917
- support Android 2.3.
1018
- translations into various languages.
1119

12-
---------------------------------------------------------
20+
----------------
1321
release: 1.0.2
1422
date: 2009-10-14
1523

1624
- Update to Android-1.6 (screensize and density).
1725
- translations: Chinese (simplified), Japanese, Lao,
1826
Portugese
1927

20-
---------------------------------------------------------
21-
release: 1.0.1
22-
date: 2009-01-13
23-
24-
- Fix blackening of license text while touching.
25-
- translations: Dutch, French, German, Spanish
26-
27-
---------------------------------------------------------
28+
----------------
2829
For the complete list of changes and a list of frequently asked questions, please visit:
2930
http://www.openintents.org
3031

0 commit comments

Comments
 (0)