9c8a0c8696
added handling of onclicks for each social site. also handled removal of sites.
master
warren powers
2011-07-17 21:59:14 +00:00
1245960577
renamed Twitter.java to TwitterServices.java and copied code from original TwitterServices.java (why change what works?) added thread needed to start twitter authorization to TravelPostMain.java. Created TwitterWebAuth.java and twitterwebauth.xml modified some strings to better explain failure points.
warren powers
2011-07-13 16:11:32 +00:00
a2ebf10a3b
facebook activity issues resolved. was referencing the wrong instance of FacebookActivity.java. see code.
warren powers
2011-07-07 22:12:01 +00:00
13aec96feb
added logs to FacebookActivity.onComplete()
warren powers
2011-07-07 19:44:55 +00:00
d2fa3a0cc6
created FacebookActivity.java and facebookactivity.xml. this activity is designed to assist with context issues during facebook authorization for the initial authorization. also modified TravelPostMain.java to fire an intent for this activity.
warren powers
2011-07-07 00:46:44 +00:00
2dee86b00e
initial commit of TravelPost rework. TODO: Need to finish Facebook and Twitter integration. To avoid context issues in facebook possible perform authorization in its own activity. Need to handle the widget and posting.
warren powers
2011-07-02 15:00:30 +00:00
894efa804b
i added a shared_prefs check in LocationReceiver.java that checks to see if facebook has been authorized by checking for the saved access_token. from my test this has fixed the chrashing issue i metioned before.
ricky barrette2011-02-12 18:23:14 +00:00
3bf935095b
I have got FB auth to work properly in the settings, also i was able to post to facebook with out user interaction.
ricky barrette2011-02-12 17:54:34 +00:00
ff0e2a287e
TravelPost.java create updateWidget() that is called from onDestroy that updates the widget to the current settings
ricky barrette2011-02-11 15:37:02 +00:00
414f1a18bf
changed postToWall() to postWall() in FacebookAuth.java.
warren powers
2011-02-06 23:09:35 +00:00
8d56ea8776
centered the travel post button in the widget layout
ricky barrette2011-02-06 20:45:36 +00:00
45a348460b
addded twitter api auth tokens for travel post
ricky barrette2011-02-05 18:19:48 +00:00
54cb2b8f04
added android:installLocation="internalOnly" tag to the manifest because the app is a widget, and uses services as recommended by the android developer site
ricky barrette2011-02-04 23:26:29 +00:00
17f76029e5
removed LocationService.java and ReverseGeocode.java as the have been intergrated into the Location Library svn+ssh://tcdevsvn1/svn/libraries/trunk/LocationLib
ricky barrette2011-02-03 12:16:34 +00:00
10d37c5044
created FacebokAuth.java
warren powers
2011-02-02 17:23:18 +00:00
4c624a34e3
LocationService.java i moved the broadcastLocation() call to onDestroy(), and replace all previous calls with kstopSelf(mStartId);
ricky barrette2011-01-31 17:04:56 +00:00
1ad7485edb
added an ongoing notification to the location service, that is started with the service, and removed when the service finished
ricky barrette2011-01-31 05:08:08 +00:00
c52f835f7a
I created TwitterServices.java to handle the twitter services. the reason why it was failing before is that i created a request token to get an auth url, and then i would create a new one when i get the auth code. finished twitter intergration
ricky barrette2011-01-31 02:45:04 +00:00
660cb3f10b
fixed the onActivityResult bug i was having, it was due to a manifiest tag i added during testing
ricky barrette2011-01-30 17:34:11 +00:00
6a5645b307
not much done, however im alot closer to haveing twitter intergration finished.
ricky barrette2011-01-29 19:26:00 +00:00
53845d6131
created webauth.xml to be used with displaying the web auth site, and allowing the user to input their auth code
ricky barrette2011-01-24 18:12:18 +00:00
db27e1528a
created travelpostwidget.xml to be used as the widget layout
ricky barrette2011-01-24 01:30:15 +00:00
1e39e770bd
inital commit of a working example of a widget
ricky barrette2011-01-23 19:35:50 +00:00
e1ec4143dc
Share project "HelloWidget" into "svn+ssh://tcdevsvn1/svn/travel_post"
ricky barrette2011-01-23 19:35:04 +00:00
72923068ec
Modified TravelPost.java to extend PreferenceActivity instead of activity, and created the settings.xml to be used for the activity.
ricky barrette2011-01-21 18:25:23 +00:00
8cd11db88c
deleting test app
warren powers
2011-01-17 03:40:54 +00:00
6eb8e7858b
xml files cannot contain capital letters. somehow it committed with the error. fixed error and committed. TravelPostWidgetInfo.xml is now renamed to travelpostwidgetinfo.xml
warren powers
2011-01-17 03:40:14 +00:00
e14c957a20
created TravelPostWidget.java
warren powers
2011-01-16 20:59:52 +00:00
3c0796a79f
testcommit
matt joseph
2011-01-16 20:44:01 +00:00
61212cb55e
created TavelPost.java and ChangeLog.txt
warren powers
2011-01-16 20:40:42 +00:00
b80f3abf75
initial commit. no work done.
warren powers
2011-01-16 20:34:01 +00:00