added handling of onclicks for each social site.

also handled removal of sites.

also removed locationlib. There are too many issues with skyhook. Since this project does not use skyhook I will handle location internally.

had to make a small modification to Add Social Site preference. For some reason the key value changed. works now.
This commit is contained in:
warren powers
2011-07-17 21:59:14 +00:00
parent 1245960577
commit 9c8a0c8696
12 changed files with 300 additions and 304 deletions

View File

@@ -1,6 +1,6 @@
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.
added handling of onclicks for each social site.
also handled removal of sites.
tested and working for authorization.
also removed locationlib. There are too many issues with skyhook. Since this project does not use skyhook I will handle location internally.
had to make a small modification to Add Social Site preference. For some reason the key value changed. works now.