diff --git a/CHANGELOG b/CHANGELOG index e702db4..4b19824 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +-------------------------------------------------------------------------------- +Yaaic 1.0 - 2012-07-28 +-------------------------------------------------------------------------------- + * New cleaned up UI using ActionBar and ViewPager. + * Yaaic can now be installed on SD cards. + * New Android emoticons. + * New command: /back - Turns off the away status (Francesco Lavra) + * Several bug fixes + * Updated translations - Help translating Yaaic online: + http://crowdin.net/project/yaaic + -------------------------------------------------------------------------------- Yaaic 0.9 - 2011-07-17 - 67 commits, 49 files changed, 7 authors -------------------------------------------------------------------------------- diff --git a/application/AndroidManifest.xml b/application/AndroidManifest.xml index 925e605..880eaff 100644 --- a/application/AndroidManifest.xml +++ b/application/AndroidManifest.xml @@ -1,5 +1,5 @@ - - - - - + android:installLocation="auto" + android:versionCode="12" + android:versionName="1.0" > + + + + + + + + + android:theme="@style/Theme.Yaaic" > + android:launchMode="standard" > + + android:label="@string/add_server_label" > + - + + + android:windowSoftInputMode="adjustResize|stateHidden" > + android:theme="@android:style/Theme.Dialog" > + android:label="@string/settings_label" > + android:theme="@android:style/Theme.Dialog" > + android:theme="@android:style/Theme.Dialog" > + android:theme="@android:style/Theme.Dialog" > - + android:theme="@android:style/Theme.Dialog" > + - + android:theme="@android:style/Theme.Dialog" > + - + android:theme="@android:style/Theme.Dialog" > + + android:theme="@android:style/Theme.Dialog" > + android:theme="@android:style/Theme.Dialog" > - + + + - \ No newline at end of file + + \ No newline at end of file diff --git a/application/pom.xml b/application/pom.xml index 79e72a2..1dc4d70 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,7 +5,7 @@ org.yaaic yaaic - 1.0-SNAPSHOT + 1.0 apk yaaic diff --git a/application/res/values/application.xml b/application/res/values/application.xml index 6245582..6a86764 100644 --- a/application/res/values/application.xml +++ b/application/res/values/application.xml @@ -2,7 +2,7 @@ Yaaic Yet Another Android IRC Client - 0.9 + 1.0 http://www.yaaic.org irc://irc.epd-me.net/yaaic (C) 2009-2012 Sebastian Kaspari