# HG changeset patch # User Da Risk # Date 1276548442 -7200 # Node ID 1b88edb34d96acb5795b8d28e58b974f1bf2c1d6 # Parent 489fde4ab7d4c04c402960b8b61add0a5a5b0033# Parent 0fb9a16d7c32e34560b8a9b48f6d48cf6e62802a merge diff -r 489fde4ab7d4 -r 1b88edb34d96 AndroidManifest.xml --- a/AndroidManifest.xml Mon Jun 14 22:45:56 2010 +0200 +++ b/AndroidManifest.xml Mon Jun 14 22:47:22 2010 +0200 @@ -6,7 +6,7 @@ android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default" android:debuggable="true" android:name=".BeemApplication"> + android:launchMode="standard"> diff -r 489fde4ab7d4 -r 1b88edb34d96 CREDITS --- a/CREDITS Mon Jun 14 22:45:56 2010 +0200 +++ b/CREDITS Mon Jun 14 22:47:22 2010 +0200 @@ -1,9 +1,19 @@ This file contains the name of the people who have contributed to BEEM. The names are sorted alphabetically by last name. +Core Team : Frederic-Charles Barthelery Jean-Manuel Da Silva Nikita Kozlov Philippe Lago Jean Baptiste Vergely Vincent Véronis + +Contributors : +Nolan Darilek + +Tranlators : +GoApk http://goapk.com for chinese translations + +Thanks to all ! + diff -r 489fde4ab7d4 -r 1b88edb34d96 doc/asmack-beem/beem-build-process.patch --- a/doc/asmack-beem/beem-build-process.patch Mon Jun 14 22:45:56 2010 +0200 +++ b/doc/asmack-beem/beem-build-process.patch Mon Jun 14 22:47:22 2010 +0200 @@ -1,5 +1,5 @@ ---- asmack-org/build.bash 2010-03-05 02:42:58.978546820 +0100 -+++ asmack/build.bash 2010-03-05 02:35:43.689307349 +0100 +--- asmack-git/build.bash 2010-05-07 22:08:18.000000000 +0200 ++++ asmack/build.bash 2010-05-07 22:06:53.000000000 +0200 @@ -15,11 +15,11 @@ if ! [ -f "${2}/.svn/entries" ]; then mkdir "${2}" @@ -20,83 +20,14 @@ fetchall() { - gitfetch "git://github.com/rtreffer/smack.git" "smack" - fetch "http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/management/common/src/main/" "qpid" -- fetch "http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/auth/src/main/java/common/" "harmony" +- fetch "http://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib/modules/auth/src/main/java/common/" "harmony" - fetch "https://dnsjava.svn.sourceforge.net/svnroot/dnsjava/trunk" "dnsjava" - fetch "https://kenai.com/svn/jbosh~main/trunk/jbosh/src/main/java" "jbosh" + fetch "http://svn.igniterealtime.org/svn/repos/smack/trunk" "smack" "11644" + fetch "http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/management/common/src/main/" "qpid" "HEAD" -+ fetch "http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/auth/src/main/java/common/" "harmony" "HEAD" ++ fetch "http://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib/modules/auth/src/main/java/common/" "harmony" "HEAD" + fetch "https://dnsjava.svn.sourceforge.net/svnroot/dnsjava/trunk" "dnsjava" "HEAD" + fetch "https://kenai.com/svn/jbosh~main/trunk/jbosh/src/main/java" "jbosh" "HEAD" } copyfolder() { -@@ -95,7 +95,7 @@ - buildsrc - patchsrc "patch" - patchsrc "${dir}" -- ant -Djar.suffix=`echo ${dir}|sed 's:patch/:-:'` -+ ant -Dbuild.all=true -Djar.suffix=`echo ${dir}|sed 's:patch/:-:'` - done - } - ---- asmack3/build.xml 2010-02-24 16:09:39.000000000 +0100 -+++ asmack-org/build.xml 2010-02-24 00:18:40.000000000 +0100 -@@ -36,6 +36,13 @@ - - - -+ -+ -+ -+ -+ -+ -+ - - - -@@ -65,6 +72,34 @@ - /> - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - - -@@ -208,7 +243,7 @@ - - - diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable-hdpi/beem_icon_launcher_color.png Binary file res/drawable-hdpi/beem_icon_launcher_color.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable-ldpi/beem_icon_launcher_color.png Binary file res/drawable-ldpi/beem_icon_launcher_color.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable-mdpi/beem_icon_launcher_color.png Binary file res/drawable-mdpi/beem_icon_launcher_color.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable/beem_icon_launcher_color106.png Binary file res/drawable/beem_icon_launcher_color106.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable/beem_icon_launcher_color160.png Binary file res/drawable/beem_icon_launcher_color160.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable/beem_icon_launcher_color80.png Binary file res/drawable/beem_icon_launcher_color80.png has changed diff -r 489fde4ab7d4 -r 1b88edb34d96 res/drawable/status_icon.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/res/drawable/status_icon.xml Mon Jun 14 22:47:22 2010 +0200 @@ -0,0 +1,13 @@ + + + + + + + + + diff -r 489fde4ab7d4 -r 1b88edb34d96 res/layout-large-land/login_anim.xml --- a/res/layout-large-land/login_anim.xml Mon Jun 14 22:45:56 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ - - - - - -