Skip to content

Commit

Permalink
Added USA, Denmark, Norway, Finland and Sweden fb group links.
Browse files Browse the repository at this point in the history
Made URLs lead to mobile version of facebook groups.
Added facebook wanted-text
  • Loading branch information
PeterOdeus committed Feb 7, 2012
1 parent a467155 commit b756bab
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 16 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.goodweight"
android:versionCode="096"
android:versionName="0.9.6" >
android:versionCode="097"
android:versionName="0.9.7" >

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

Expand Down
13 changes: 13 additions & 0 deletions assets/www/goodweight-style-override.css
Expand Up @@ -93,9 +93,22 @@
-o-border-radius:0px;
border-radius:0px;
}
.ui-icon-flag-usa {
background-image: url(icons/us.png);
}
.ui-icon-flag-sweden {
background-image: url(icons/se.png);
}
.ui-icon-flag-denmark {
background-image: url(icons/dk.png);
}
.ui-icon-flag-finland {
background-image: url(icons/fi.png);
}
.ui-icon-flag-norway {
background-image: url(icons/no.png);
}

.slow-food-icon{
background: url(img/Play1.png) no-repeat;
/*-webkit-background-size: cover;
Expand Down
26 changes: 19 additions & 7 deletions assets/www/index.html
Expand Up @@ -59,14 +59,26 @@ <h1>GoodWeight</h1>
<div id="divFacebook" class="goodWeightContentHolder">
<div class="goodWeightContent">
<div class="goodWeightContentItem">
<div>
<b>Help wanted!</b> Become an <em>inspiring GoodWeight coach</em> on your country's facebook group.
We'll split the smartphone app sales money equally among ourselves and <em>charity</em>.
Get in GoodWeight shape and <em>make a difference</em>. <b>Now!</b>

All the best wishes!

/Ellen and Peter at GoodWeight :)
</div>
<div class="flags">
<a href="http://www.facebook.com/groups/347241081971588/" data-role="button" data-icon="flag-sweden">GoodWeight Sverige</a>
<!--ul data-role="listview">
<li><a href="#">Audi</a></li>
<li><a href="#">BMW</a></li>
<li><a href="#">Cadillac</a></li>
<li><a href="#">Ferrari</a></li>
</ul-->
<a href="http://m.facebook.com/home.php?sk=group_196335263796382"
data-role="button" data-icon="flag-usa">GoodWeight USA <small>(beta)</small></a>
<a href="http://m.facebook.com/home.php?sk=group_309750699066750"
data-role="button" data-icon="flag-denmark">GoodWeight Danmark <small>(beta)</small></a>
<a href="http://m.facebook.com/home.php?sk=group_305500102820450"
data-role="button" data-icon="flag-norway">GoodWeight Norge <small>(beta)</small></a>
<a href="http://m.facebook.com/home.php?sk=group_308176715891365"
data-role="button" data-icon="flag-finland">GoodWeight Suomi <small>(beta)</small></a>
<a href="http://m.facebook.com/home.php?sk=group_347241081971588"
data-role="button" data-icon="flag-sweden">GoodWeight Sverige <small>(beta)</small></a>
</div>
</div>
</div>
Expand Down
Binary file modified bin/classes/net/goodweight/GoodWeightActivity.class
Binary file not shown.
Binary file removed bin/classes/net/goodweight/R$raw.class
Binary file not shown.
Binary file modified bin/classes/net/goodweight/R$string.class
Binary file not shown.
Binary file modified bin/classes/net/goodweight/R$xml.class
Binary file not shown.
Binary file modified bin/classes/net/goodweight/R.class
Binary file not shown.
5 changes: 1 addition & 4 deletions gen/net/goodweight/R.java
Expand Up @@ -17,11 +17,8 @@ public static final class drawable {
public static final class layout {
public static final int main=0x7f030000;
}
public static final class raw {
public static final int birdies=0x7f050000;
}
public static final class string {
public static final int app_name=0x7f060000;
public static final int app_name=0x7f050000;
}
public static final class xml {
public static final int plugins=0x7f040000;
Expand Down
Binary file removed res/raw/birdies.mp3
Binary file not shown.
6 changes: 3 additions & 3 deletions src/net/goodweight/GoodWeightActivity.java
Expand Up @@ -43,9 +43,9 @@ public void onCreate(Bundle savedInstanceState) {


private void prepareAudio(){
mediaPlayer = MediaPlayer.create(this, R.raw.birdies);
mediaPlayer.setLooping(true);
mediaPlayer.setOnPreparedListener(this);
//mediaPlayer = MediaPlayer.create(this, R.raw.birdies);
// mediaPlayer.setLooping(true);
// mediaPlayer.setOnPreparedListener(this);
}

//Fullscreen (No title bar and status bar)
Expand Down

0 comments on commit b756bab

Please sign in to comment.