aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--Resources/friendship/ui/LikeList.js2
-rw-r--r--Resources/friendship/ui/LoginWindow.js14
-rw-r--r--manifest16
-rw-r--r--tiapp.xml2
5 files changed, 23 insertions, 13 deletions
diff --git a/README b/README
index f5187aa..5b1869b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-FriendShip --> Renamed to Sphnx
+Sphnx
==========
# Development Setup
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js
index 8e9f74c..150fb85 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -121,7 +121,7 @@
top:item_type.height + 2,
left: profile_icon.width + 14,
height:'auto',
- wordWrap:'true'
+ wordWrap:false
});
var liked_by = Ti.UI.createLabel({
diff --git a/Resources/friendship/ui/LoginWindow.js b/Resources/friendship/ui/LoginWindow.js
index f2bd735..4a48c64 100644
--- a/Resources/friendship/ui/LoginWindow.js
+++ b/Resources/friendship/ui/LoginWindow.js
@@ -17,7 +17,7 @@
// add the button. Note that it doesn't need a click event or anything.
return Ti.Facebook.createLoginButton({
- top: 50,
+ top: 300,
style: 'wide'
});
};
@@ -29,8 +29,17 @@
tabBarHidden: true,
backgroundColor: fs.ui.styles.navBarColour
});
+
+ var icon = Ti.UI.createImageView({
+ image:"images/SphnxLogo300.png",
+ width:225,
+ height:225,
+ left: 'auto',
+ top: 38
+ });
+
var view = Ti.UI.createView({
- backgroundColor: '#fff'
+ backgroundColor: fs.ui.styles.navBarColour
});
var tab = Ti.UI.createTab({
@@ -39,6 +48,7 @@
tab_group.addTab(tab);
view.add(createFBLoginButton());
+ view.add(icon);
win.add(view);
return tab_group;
diff --git a/manifest b/manifest
index 009061f..66d105f 100644
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
-#appname: LikeFeed
-#publisher: TW
-#url: http://
-#image: appicon.png
-#appid: com.likefeed.LikeFeed
-#desc: undefined
-#type: ipad
-#guid: ccd110bb-8710-4380-ad4a-94d93e18d62a
+#appname:LikeFeed
+#publisher:TW
+#url:http://
+#image:appicon.png
+#appid:com.sphnx.Sphnx
+#desc:not specified
+#type:ipad
+#guid:ccd110bb-8710-4380-ad4a-94d93e18d62a
diff --git a/tiapp.xml b/tiapp.xml
index 6c7786d..676f141 100644
--- a/tiapp.xml
+++ b/tiapp.xml
@@ -7,7 +7,7 @@
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
- <sdk-version>2.0.2.GA</sdk-version>
+ <sdk-version>1.8.3.v20120529164726</sdk-version>
<id>com.likefeed.LikeFeed</id>
<name>LikeFeed</name>
<version>1.0</version>