Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 2012/Modjo/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="/Users/supm4n/Documents/Projects/android-sdk-macosx/extras/android/support/v4/android-support-v4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions 2012/Modjo/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Sodjo</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions 2012/Modjo/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Tue Jan 24 11:54:20 CET 2012
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5
Empty file.
48 changes: 48 additions & 0 deletions 2012/Modjo/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sodjo"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="10" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >

<activity
android:name=".activities.StreamActivity"
android:label="@string/app_name" >

</activity>

<activity
android:name=".activities.ZonesActivity"
android:label="@string/zones_section" >
</activity>

<activity
android:name=".activities.GamesActivity"
android:label="@string/games_section" >
</activity>

<activity
android:name=".activities.ProfileActivity"
android:label="@string/profile_section" >
</activity>

<activity
android:name=".activities.TabsActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>



</application>

</manifest>
Binary file added 2012/Modjo/assets/fonts/Home&Hearth.ttf
Binary file not shown.
Binary file added 2012/Modjo/bin/Sodjo.apk
Binary file not shown.
Binary file added 2012/Modjo/bin/classes.dex
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$attr.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$drawable.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$id.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$layout.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$string.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R$style.class
Binary file not shown.
Binary file added 2012/Modjo/bin/classes/com/sodjo/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/ic_stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/ic_zone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/storm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/tele4l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-hdpi/yo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-ldpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable/tele4l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/res/drawable/yo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/bin/resources.ap_
Binary file not shown.
59 changes: 59 additions & 0 deletions 2012/Modjo/gen/com/sodjo/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/

package com.sodjo;

public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
public static final int ic_stream=0x7f020001;
public static final int ic_tab_stream=0x7f020002;
public static final int ic_tab_zone=0x7f020003;
public static final int ic_zone=0x7f020004;
public static final int moi=0x7f020005;
public static final int storm=0x7f020006;
public static final int stream=0x7f020007;
public static final int tele4l=0x7f020008;
public static final int yo=0x7f020009;
}
public static final class id {
public static final int action=0x7f060004;
public static final int friend_stream=0x7f060000;
public static final int geo_stream=0x7f060002;
public static final int streamsPanels=0x7f060006;
public static final int textView1=0x7f060001;
public static final int user_image=0x7f060003;
public static final int zone=0x7f060005;
}
public static final class layout {
public static final int friend_stream=0x7f030000;
public static final int games=0x7f030001;
public static final int geo_stream=0x7f030002;
public static final int ic_tab_sections=0x7f030003;
public static final int main=0x7f030004;
public static final int profile=0x7f030005;
public static final int stream=0x7f030006;
public static final int stream_item=0x7f030007;
public static final int zones=0x7f030008;
}
public static final class string {
public static final int app_name=0x7f050001;
public static final int friendStream=0x7f050007;
public static final int games_section=0x7f050004;
public static final int geoStream=0x7f050006;
public static final int hello=0x7f050000;
public static final int profile_section=0x7f050005;
public static final int stream_section=0x7f050002;
public static final int user_image=0x7f050008;
public static final int zones_section=0x7f050003;
}
public static final class style {
public static final int CodeFont=0x7f040000;
}
}
3 changes: 3 additions & 0 deletions 2012/Modjo/lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint>
40 changes: 40 additions & 0 deletions 2012/Modjo/proguard.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
-optimizationpasses 5
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*

-keep public class * extends android.app.Activity
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
-keep public class * extends android.app.backup.BackupAgentHelper
-keep public class * extends android.preference.Preference
-keep public class com.android.vending.licensing.ILicensingService

-keepclasseswithmembernames class * {
native <methods>;
}

-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
}

-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}

-keepclassmembers class * extends android.app.Activity {
public void *(android.view.View);
}

-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}

-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
1 change: 1 addition & 0 deletions 2012/Modjo/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target=android-10
Binary file added 2012/Modjo/res/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/ic_stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/ic_zone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/moi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/storm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/tele4l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-hdpi/yo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-ldpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions 2012/Modjo/res/drawable/ic_tab_stream.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- When selected, use grey
<item android:drawable="@drawable/ic_tab_artists_grey"
android:state_selected="true" /> -->

<item android:drawable="@drawable/stream" />
</selector>
5 changes: 5 additions & 0 deletions 2012/Modjo/res/drawable/ic_tab_zone.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

<item android:drawable="@drawable/ic_zone" />
</selector>
Binary file added 2012/Modjo/res/drawable/moi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable/stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable/tele4l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2012/Modjo/res/drawable/yo.png
13 changes: 13 additions & 0 deletions 2012/Modjo/res/layout/friend_stream.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FEFEFE">

<ListView
android:id="@+id/friend_stream"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

</LinearLayout>
15 changes: 15 additions & 0 deletions 2012/Modjo/res/layout/games.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FEFEFE">

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/games_section"
android:textAppearance="?android:attr/textAppearanceMedium" />

</LinearLayout>
88 changes: 88 additions & 0 deletions 2012/Modjo/res/layout/geo_stream.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FEFEFE"
android:id="@+id/geo_stream">

<!-- <ListView
android:id="@+id/geo_stream"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/> -->

<ImageView
android:id="@+id/user_image"
android:contentDescription="@string/user_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:src="@drawable/yo"
android:padding="10dp"/>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:paddingLeft="10dp"
android:layout_weight="1">

<TextView android:id="@+id/action"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="2xyo devient le nouveau Boss à Tank Hero"
/>

<TextView android:id="@+id/zone"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="Maisel de Télécom Bretagne - Batiment I3"
/>
</LinearLayout>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:paddingLeft="10dp"
android:layout_weight="1">

<TextView android:id="@+id/action"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="2xyo devient le nouveau Boss à Tank Hero"
/>

<TextView android:id="@+id/zone"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="Maisel de Télécom Bretagne - Batiment I3"
/>
</LinearLayout>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:paddingLeft="10dp"
android:layout_weight="1">

<TextView android:id="@+id/action"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="2xyo devient le nouveau Boss à Tank Hero"
/>

<TextView android:id="@+id/zone"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="Maisel de Télécom Bretagne - Batiment I3"
/>


</LinearLayout>

</LinearLayout>
20 changes: 20 additions & 0 deletions 2012/Modjo/res/layout/ic_tab_sections.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp">
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp" />
</LinearLayout>
</TabHost>
22 changes: 22 additions & 0 deletions 2012/Modjo/res/layout/main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:background="#EAEAEA"/>
</LinearLayout>
</TabHost>
Loading