[markww-foursquared] push by markww - Removed progress bar titles, changed text for map view on venue activi... on 2010-09-29 22:27 GMT

1 view
Skip to first unread message

markww-fo...@googlecode.com

unread,
Sep 29, 2010, 6:28:33 PM9/29/10
to foursqu...@googlegroups.com
Revision: 4e8e754c90
Author: mar...@gmail.com
Date: Wed Sep 29 15:27:00 2010
Log: Removed progress bar titles, changed text for map view on venue
activity.
http://code.google.com/r/markww-foursquared/source/detail?r=4e8e754c90

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:

Reply all
Reply to author
Forward
0 new messages