aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Resources/friendship/ui/LikeList.js10
-rw-r--r--tiapp.xml2
2 files changed, 2 insertions, 10 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js
index 3ff885f..2dfd46d 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -57,8 +57,6 @@
function create_row( key )
{
- // Ti.UI.createAlertDialog( {title:"key " + key.name} ).show();
-
// Reason for Factory: templating format of the row
var row = Ti.UI.createTableViewRow();
@@ -69,12 +67,6 @@
}));
});
- /*
- fan_count
- page_url
- website
- */
-
var profile_icon = Ti.UI.createImageView({
image:key.pic_square,
width:50,
@@ -203,7 +195,7 @@
var loading = fs.ui.createLoadingView();
ll_view.add(loading);
- add_test_data( ll_view );
+ //add_test_data( ll_view );
//Ti.App.fireEvent('app:show.loader');
diff --git a/tiapp.xml b/tiapp.xml
index 9cc4a2f..6c7786d 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>1.6.2</sdk-version>
+ <sdk-version>2.0.2.GA</sdk-version>
<id>com.likefeed.LikeFeed</id>
<name>LikeFeed</name>
<version>1.0</version>