Modified:
/main/res/values/strings.xml
/main/src/com/joelapenna/foursquared/FetchImageForViewIntent.java
/main/src/com/joelapenna/foursquared/UserDetailsActivity.java
=======================================
--- /main/res/values/strings.xml Wed Sep 29 12:59:38 2010
+++ /main/res/values/strings.xml Wed Sep 29 15:27:00 2010
@@ -373,7 +373,7 @@
<string name="venue_activity_people_count_friend_single_plural">%d
friend is here with %d other people</string>
<string name="venue_activity_people_count_friend_plural_single">%d
friends are here with %d other person</string>
<string name="venue_activity_people_count_friend_plural_plural">%d
friends are here with %d other people</string>
- <string name="venue_activity_more_info_title">View on a map</string>
+ <string name="venue_activity_more_info_title">Map view</string>
<string name="venue_activity_more_info_text">Map, contact and
more</string>
<string name="venue_activity_menu_add_tip">Leave Tip</string>
<string name="venue_activity_menu_add_todo">Add To-Do</string>
=======================================
--- /main/src/com/joelapenna/foursquared/FetchImageForViewIntent.java Mon
Sep 27 08:50:45 2010
+++ /main/src/com/joelapenna/foursquared/FetchImageForViewIntent.java Wed
Sep 29 15:27:00 2010
@@ -123,9 +123,6 @@
}
String progressBarTitle =
getIntent().getStringExtra(PROGRESS_BAR_TITLE);
- if (progressBarTitle == null) {
- progressBarTitle = "Fetching Image";
- }
String progressBarMessage =
getIntent().getStringExtra(PROGRESS_BAR_MESSAGE);
if (progressBarMessage == null) {
progressBarMessage = "Fetching image...";
=======================================
--- /main/src/com/joelapenna/foursquared/UserDetailsActivity.java Wed Sep
29 13:32:30 2010
+++ /main/src/com/joelapenna/foursquared/UserDetailsActivity.java Wed Sep
29 15:27:00 2010
@@ -535,8 +535,6 @@
// a new photo for themselves.
Intent intent = new Intent(UserDetailsActivity.this,
FetchImageForViewIntent.class);
intent.putExtra(FetchImageForViewIntent.IMAGE_URL,
photoUrl);
-
intent.putExtra(FetchImageForViewIntent.PROGRESS_BAR_TITLE, getResources()
- .getString(R.string.user_activity_fetch_full_image_title));
intent.putExtra(FetchImageForViewIntent.PROGRESS_BAR_MESSAGE, getResources()
.getString(R.string.user_activity_fetch_full_image_message));
@@ -777,7 +775,8 @@
UiUtil.startDialer(UserDetailsActivity.this,
mStateHolder.getUser().getPhone());
break;
case
UserContactAdapter.Action.ACTION_ID_TWITTER:
-
UiUtil.startWebIntent(UserDetailsActivity.this, "http://www.twitter.com/" +
+
//UiUtil.startWebIntent(UserDetailsActivity.this, "http://www.twitter.com/"
+
+
UiUtil.startWebIntent(UserDetailsActivity.this, "http://m.twitter.com/" +
mStateHolder.getUser().getTwitter());
break;
case
UserContactAdapter.Action.ACTION_ID_FACEBOOK: