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:
@@ -22,7 +22,7 @@
|
||||
<string name="location_settings">Location Settings</string>
|
||||
<string name="post_hint">Whats up?</string>
|
||||
<string name="post_lenght">Post Lenght: </string>
|
||||
<string name="post_to_long">Please Reduce your post to 140 chars</string>
|
||||
<string name="post_to_long">Please Reduce your post to 140 characters</string>
|
||||
<string name="posting">Posting...</string>
|
||||
<string name="gathering">Gathering location...</string>
|
||||
<string name="post_settings">Post Settings</string>
|
||||
@@ -30,13 +30,15 @@
|
||||
<string name="remove_facebook">Remove Facebook</string>
|
||||
<string name="remove_facebook_confirmation">Are you sure you want to remove Facebook? You will not be able to post messages to Facebook anymore.</string>
|
||||
<string name="remove_site_title">Remove Social Site</string>
|
||||
<string name="remove_twitter">Are you sure you want to remove Twitter? You will not be able to post messages to Twitter anymore.</string>
|
||||
<string name="remove_twitter">Remove Twitter</string>
|
||||
<string name="remove_twitter_confirmation">Are you sure you want to remove Twitter? You will not be able to post messages to Twitter anymore.</string>
|
||||
<string name="save_a_post">Save a Post</string>
|
||||
<string name="social_site">Social Sites</string>
|
||||
<string name="twitter">Twitter</string>
|
||||
<string name="twitter_already_authorized">Twitter is already authorized.</string>
|
||||
<string name="twitter_authorization_failure">Unable to authorize Twitter account. Please try again or check your Twitter settings.</string>
|
||||
<string name="twitter_exception">We could not connect to Twitter. Please check your connection and try again.</string>
|
||||
<string name="twitter_options">Twitter Options</string>
|
||||
<string name="twitter_signin">Twitter Sign In</string>
|
||||
<string name="update">Update</string>
|
||||
<string name="verify_message">Verify the message before posting.</string>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:key="socialsites">
|
||||
<Preference
|
||||
android:title="@string/add_social_site"
|
||||
android:key="add_social_site" />
|
||||
android:key="@string/add_social_site" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user