[foursquared] 18 new revisions pushed by markww on 2010-10-05 18:40 GMT

6 views
Skip to first unread message

fours...@googlecode.com

unread,
Oct 5, 2010, 2:43:46 PM10/5/10
to foursqu...@googlegroups.com
18 new revisions:

Revision: a15400d08a
Author: mar...@gmail.com
Date: Fri Oct 1 09:25:42 2010
Log: Made tip text linkified. There seems to be an android bug where
settin...
http://code.google.com/p/foursquared/source/detail?r=a15400d08a

Revision: 1eeead2328
Author: mar...@gmail.com
Date: Fri Oct 1 09:30:41 2010
Log: Checked 'scoring' to 'scores' in checkin results parser. The server
re...
http://code.google.com/p/foursquared/source/detail?r=1eeead2328

Revision: 53d7c9336a
Author: mar...@gmail.com
Date: Fri Oct 1 09:56:39 2010
Log: Fixed up friend invites from address book parser - I truly clobbered
t...
http://code.google.com/p/foursquared/source/detail?r=53d7c9336a

Revision: c092ba27ed
Author: mar...@gmail.com
Date: Fri Oct 1 10:41:01 2010
Log: Burying parse error when submitting flagged venue info. The api
isn't ...
http://code.google.com/p/foursquared/source/detail?r=c092ba27ed

Revision: 975446da98
Author: mar...@gmail.com
Date: Fri Oct 1 19:00:15 2010
Log: Fixed venue search for shortcuts. The shrotcut intent can't take a
par...
http://code.google.com/p/foursquared/source/detail?r=975446da98

Revision: 9b86a06fa1
Author: mar...@gmail.com
Date: Sat Oct 2 08:36:28 2010
Log: Few minor bug fixes to get around invalid old todo/tips still coming
d...
http://code.google.com/p/foursquared/source/detail?r=9b86a06fa1

Revision: ce590422d3
Author: mar...@gmail.com
Date: Sat Oct 2 08:47:42 2010
Log: Removed static results observer because we are no longer using it.
http://code.google.com/p/foursquared/source/detail?r=ce590422d3

Revision: 979f963e3c
Author: mar...@gmail.com
Date: Mon Oct 4 08:04:21 2010
Log: Updating changelog, nearbyvenuesmapactivity will be reformatted, not
b...
http://code.google.com/p/foursquared/source/detail?r=979f963e3c

Revision: 4827f5e24f
Author: mar...@gmail.com
Date: Mon Oct 4 08:06:36 2010
Log: Updated changelog text.
http://code.google.com/p/foursquared/source/detail?r=4827f5e24f

Revision: a1ab242376
Author: mar...@gmail.com
Date: Mon Oct 4 11:33:29 2010
Log: Fix for facebook connect / find facebook friends. Looks like one of
th...
http://code.google.com/p/foursquared/source/detail?r=a1ab242376

Revision: 818286a3ad
Author: mar...@gmail.com
Date: Mon Oct 4 12:03:10 2010
Log: Fixed up nearby venues map activity, though we're not using it in
the ...
http://code.google.com/p/foursquared/source/detail?r=818286a3ad

Revision: 7919b37115
Author: mar...@gmail.com
Date: Mon Oct 4 12:36:03 2010
Log: Updated comment notes in facebook rewrite.
http://code.google.com/p/foursquared/source/detail?r=7919b37115

Revision: b04e1da337
Author: mar...@gmail.com
Date: Tue Oct 5 10:35:46 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=b04e1da337

Revision: 0eaa6a2948
Author: mar...@gmail.com
Date: Tue Oct 5 10:35:57 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=0eaa6a2948

Revision: 12bd14f3f8
Author: mar...@gmail.com
Date: Tue Oct 5 10:36:37 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=12bd14f3f8

Revision: 816f6c2afa
Author: mar...@gmail.com
Date: Tue Oct 5 10:56:41 2010
Log: Updated changelog.
http://code.google.com/p/foursquared/source/detail?r=816f6c2afa

Revision: 10c789d8d7
Author: mar...@gmail.com
Date: Tue Oct 5 11:30:45 2010
Log: Testing facebook connect work.
http://code.google.com/p/foursquared/source/detail?r=10c789d8d7

Revision: dcfd4e9f9a
Author: mar...@gmail.com
Date: Tue Oct 5 11:31:09 2010
Log: Testing facebook connect work.
http://code.google.com/p/foursquared/source/detail?r=dcfd4e9f9a

==============================================================================
Revision: a15400d08a
Author: mar...@gmail.com
Date: Fri Oct 1 09:25:42 2010
Log: Made tip text linkified. There seems to be an android bug where
setting textAppearance on a textview with linkify=on causes the links to be
rendered invisible though.
http://code.google.com/p/foursquared/source/detail?r=a15400d08a

Modified:
/main/assets/changelog-en.html
/main/res/layout/tip_activity.xml
/main/res/layout/user_details_pings_activity.xml
/main/res/values/styles.xml

==============================================================================
Revision: 1eeead2328
Author: mar...@gmail.com
Date: Fri Oct 1 09:30:41 2010
Log: Checked 'scoring' to 'scores' in checkin results parser. The server
returns this key as 'scoring' when using xml. It returns 'scores' if using
json. Sigh.
http://code.google.com/p/foursquared/source/detail?r=1eeead2328

Modified:
/main/src/com/joelapenna/foursquare/parsers/json/CheckinResultParser.java

==============================================================================
Revision: 53d7c9336a
Author: mar...@gmail.com
Date: Fri Oct 1 09:56:39 2010
Log: Fixed up friend invites from address book parser - I truly clobbered
this one in the switch from xml to json.
http://code.google.com/p/foursquared/source/detail?r=53d7c9336a

Modified:

/main/src/com/joelapenna/foursquare/parsers/json/FriendInvitesResultParser.java

==============================================================================
Revision: c092ba27ed
Author: mar...@gmail.com
Date: Fri Oct 1 10:41:01 2010
Log: Burying parse error when submitting flagged venue info. The api isn't
returning a real response object, so parsing will fail. Not going to add a
special parse case. Should be fixed in API v2.
http://code.google.com/p/foursquared/source/detail?r=c092ba27ed

Modified:
/main/src/com/joelapenna/foursquared/EditVenueOptionsActivity.java

==============================================================================
Revision: 975446da98
Author: mar...@gmail.com
Date: Fri Oct 1 19:00:15 2010
Log: Fixed venue search for shortcuts. The shrotcut intent can't take a
parecel, had to revert to using raw venue id.
http://code.google.com/p/foursquared/source/detail?r=975446da98

Modified:
/main/src/com/joelapenna/foursquared/SearchVenuesActivity.java

==============================================================================
Revision: 9b86a06fa1
Author: mar...@gmail.com
Date: Sat Oct 2 08:36:28 2010
Log: Few minor bug fixes to get around invalid old todo/tips still coming
down from the API.
http://code.google.com/p/foursquared/source/detail?r=9b86a06fa1

Modified:
/main/assets/changelog-en.html
/main/src/com/joelapenna/foursquared/TodosActivity.java
/main/src/com/joelapenna/foursquared/VenueActivity.java

==============================================================================
Revision: ce590422d3
Author: mar...@gmail.com
Date: Sat Oct 2 08:47:42 2010
Log: Removed static results observer because we are no longer using it.
http://code.google.com/p/foursquared/source/detail?r=ce590422d3

Modified:
/main/src/com/joelapenna/foursquared/NearbyVenuesActivity.java

==============================================================================
Revision: 979f963e3c
Author: mar...@gmail.com
Date: Mon Oct 4 08:04:21 2010
Log: Updating changelog, nearbyvenuesmapactivity will be reformatted, not
being used at the moment.
http://code.google.com/p/foursquared/source/detail?r=979f963e3c

Modified:
/main/assets/changelog-en.html
/main/src/com/joelapenna/foursquared/NearbyVenuesMapActivity.java

==============================================================================
Revision: 4827f5e24f
Author: mar...@gmail.com
Date: Mon Oct 4 08:06:36 2010
Log: Updated changelog text.
http://code.google.com/p/foursquared/source/detail?r=4827f5e24f

Modified:
/main/assets/changelog-en.html

==============================================================================
Revision: a1ab242376
Author: mar...@gmail.com
Date: Mon Oct 4 11:33:29 2010
Log: Fix for facebook connect / find facebook friends. Looks like one of
the constants changed from the facebook project side.
http://code.google.com/p/foursquared/source/detail?r=a1ab242376

Modified:
/main/src/com/facebook/android/Facebook.java
/main/src/com/facebook/android/FacebookUtil.java
/main/src/com/facebook/android/FacebookWebViewActivity.java
/main/src/com/joelapenna/foursquared/AddFriendsByUserInputActivity.java

==============================================================================
Revision: 818286a3ad
Author: mar...@gmail.com
Date: Mon Oct 4 12:03:10 2010
Log: Fixed up nearby venues map activity, though we're not using it in the
project yet. Would be nice to add a better centering method which centers
the map to the center of all venue pins, and zooms to their total span.
http://code.google.com/p/foursquared/source/detail?r=818286a3ad

Modified:
/main/src/com/joelapenna/foursquared/NearbyVenuesMapActivity.java

==============================================================================
Revision: 7919b37115
Author: mar...@gmail.com
Date: Mon Oct 4 12:36:03 2010
Log: Updated comment notes in facebook rewrite.
http://code.google.com/p/foursquared/source/detail?r=7919b37115

Modified:
/main/src/com/facebook/android/FacebookWebViewActivity.java

==============================================================================
Revision: b04e1da337
Author: mar...@gmail.com
Date: Tue Oct 5 10:35:46 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=b04e1da337

Modified:
/main/res/layout/badge_list_item.xml

==============================================================================
Revision: 0eaa6a2948
Author: mar...@gmail.com
Date: Tue Oct 5 10:35:57 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=0eaa6a2948

Modified:
/main/res/layout/score_list_item.xml

==============================================================================
Revision: 12bd14f3f8
Author: mar...@gmail.com
Date: Tue Oct 5 10:36:37 2010
Log: Including badge text now post-checkin.
http://code.google.com/p/foursquared/source/detail?r=12bd14f3f8

Modified:
/main/src/com/joelapenna/foursquared/widget/BadgeListAdapter.java

==============================================================================
Revision: 816f6c2afa
Author: mar...@gmail.com
Date: Tue Oct 5 10:56:41 2010
Log: Updated changelog.
http://code.google.com/p/foursquared/source/detail?r=816f6c2afa

Modified:
/main/assets/changelog-en.html

==============================================================================
Revision: 10c789d8d7
Author: mar...@gmail.com
Date: Tue Oct 5 11:30:45 2010
Log: Testing facebook connect work.
http://code.google.com/p/foursquared/source/detail?r=10c789d8d7

Modified:
/main/src/com/facebook/android/FacebookUtil.java

==============================================================================
Revision: dcfd4e9f9a
Author: mar...@gmail.com
Date: Tue Oct 5 11:31:09 2010
Log: Testing facebook connect work.
http://code.google.com/p/foursquared/source/detail?r=dcfd4e9f9a

Modified:
/main/src/com/joelapenna/foursquared/AddFriendsByUserInputActivity.java

Reply all
Reply to author
Forward
0 new messages