Skip to content

Commit

Permalink
version 2.2.2 - issue 17
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 19, 2013
1 parent d212a6b commit 656a853
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 421 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sheetrock.panda.changelog"
android:versionCode="6"
android:versionName="2.2.1">
android:versionCode="7"
android:versionName="2.2.2">
<uses-sdk android:minSdkVersion="3"
android:targetSdkVersion="17"/>
<application android:icon="@drawable/icon"
Expand Down
1 change: 0 additions & 1 deletion res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
android:id="@+id/textview"
android:text="Android Change Log Test"/>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView
Expand Down
9 changes: 8 additions & 1 deletion res/raw-de/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
font-size:0.8em;
margin-bottom:1em;
text-align:center }
div.freetext { color:#F0F0F0 }
div.freetext {
color:#F0F0F0;
text-align:center }
div.list { color:#C0C0F0 }
</style>
</head>
<body>
$ 2.2.2
% Version 2.2.2
_ 2013-06-19
! Alle sind glücklich!
* Probleme mit Hintergrund des WebView scheinen gelöst zu sein. Siehe <a href="http://code.google.com/p/android-change-log/issues/detail?id=17">issue 17</a>
$ 2.2.1
% Version 2.2.1
_ 2012-12-02
Expand Down
9 changes: 8 additions & 1 deletion res/raw/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
font-size:0.8em;
margin-bottom:1em;
text-align:center }
div.freetext { color:#F0F0F0 }
div.freetext {
color:#F0F0F0;
text-align:center }
div.list { color:#C0C0F0 }
</style>
</head>
<body>
$ 2.2.2
% Version 2.2.2
_ 2013-06-19
! Everyone is happy!
* Problems with WebView Background seem to be solved. See <a href="http://code.google.com/p/android-change-log/issues/detail?id=17">issue 17</a>
$ 2.2.1
% Version 2.2.1
_ 2012-12-02
Expand Down
4 changes: 1 addition & 3 deletions res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Android Change Log Test App</string>
<string name="app_name">Android Change Log</string>

<string name="changelog_full_title">Änderungshistorie</string>
<string name="changelog_title">letzte Änderungen</string>
<string name="changelog_ok_button">OK</string>
<string name="changelog_show_full">mehr...</string>

<string name="changelog_show_full">mehr …</string>
</resources>
3 changes: 1 addition & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Android Change Log Test App</string>
<string name="app_name">Android Change Log</string>

<string name="changelog_full_title">Change Log</string>
<string name="changelog_title">What\'s New</string>
<string name="changelog_ok_button">OK</string>
<string name="changelog_show_full">more...</string>
<string name="changelog_show_full">more</string>

<string name="promptLastVersion">choose last version</string>
</resources>
Loading

0 comments on commit 656a853

Please sign in to comment.