# HG changeset patch # User Vincent V. # Date 1334050351 -7200 # Node ID b8e23e8da2f732c3da10d5437bf38cd09e77504d # Parent 85a46554a5d504aa1dc0ec767444403feeb9919f Add/join muc - temporary stopped diff -r 85a46554a5d5 -r b8e23e8da2f7 AndroidManifest.xml --- a/AndroidManifest.xml Thu Feb 23 13:15:47 2012 +0100 +++ b/AndroidManifest.xml Tue Apr 10 11:32:31 2012 +0200 @@ -5,34 +5,34 @@ android:versionName="0.1.5" > - + android:launchMode="standard" > + + android:name=".ui.wizard.Account" + android:label="Account wizard" /> + android:name=".ui.wizard.AccountConfigure" + android:label="Account wizard" /> + android:name=".ui.Settings" + android:label="@string/edit_settings_name" > @@ -43,13 +43,13 @@ + android:launchMode="singleTop" > - + @@ -57,7 +57,7 @@ - + @@ -68,17 +68,17 @@ + android:launchMode="singleTop" > @@ -90,8 +90,8 @@ + android:name=".ui.AddContact" + android:label="@string/AddCActTitle" > @@ -103,40 +103,44 @@ + android:name=".ui.AddMuc" + android:label="@string/AddMucTitle" > + + + android:name=".ui.CreateAccount" + android:label="@string/create_account_name" /> + android:launchMode="singleTask" > + android:name=".ui.GroupList" + android:label="GroupList" > + android:name=".ui.PrivacyList" + android:label="@string/privacy_list_name" > + android:name="com.beem.project.beem.account.ManageAccountsSettings" + android:label="Sync Settings" > + android:label="Avatar Provider" /> + android:label="Message Provider" /> + android:label="MUCs Provider" /> - + @@ -172,10 +176,10 @@ android:resource="@xml/authenticator" /> - + @@ -187,15 +191,11 @@ android:resource="@xml/contacts" /> - - - - - + @@ -206,14 +206,15 @@ + diff -r 85a46554a5d5 -r b8e23e8da2f7 res/layout/addmuc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/res/layout/addmuc.xml Tue Apr 10 11:32:31 2012 +0200 @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +