| 2009-11-19 |
Implement the Retweet API. This means checking home_timeline and sending proper retweet messages. Fixes #12556.
|
file | diff | annotate |
| 2009-05-02 |
Patch from wixardy to preserve formatting when inserting a shortened URL or twitter prefix. Fixes #11095.
|
file | diff | annotate |
| 2009-05-01 |
Twitter now allows in_reply_to_status_id to reference _any_ mentioned user.
|
file | diff | annotate |
| 2009-04-17 |
Fast enumerate, propertyize
|
file | diff | annotate |
| 2009-04-12 |
Don't post a secondary notifications for Twitter URL clicks; instead, observe the global one. This reduces the URL handler's knowledge of twitter links to just registering as a helper app.
|
file | diff | annotate |
| 2009-04-03 |
Don't apply a RT or Reply prefix if the prefix is already found. Fixes #11844.
|
file | diff | annotate |
| 2009-03-23 |
Add a link to direct messages (both sent and received) to delete them. From now on, direct messages sent are only displayed when we receive confirmation of their send, so we now parse them properly as well. Also fixes a bug where not having "update after send" and "update global status" conflicted with each other.
|
file | diff | annotate |
| 2009-03-23 |
Add -queryArgumentForKey:withDelimiter: to our NSURL additions, allowing us to force a specific delimiter. Fixes deleting or retweeting messages which contain a semicolon.
|
file | diff | annotate |
| 2009-03-21 |
Provide links to delete our own statuses, which takes the place of "retweet" (if enabled) and "reply" links. This uses the symbol U+232B (erase to the left, ⌫) but I'm not attached to it; "X" just looked terrible in the links. Also fixes a few nil-initialize things.
|
file | diff | annotate |
| 2009-03-20 |
Add support for toggling the favorite status of a tweet. A status message is displayed in-chat when the status changes, since it would take a minor miracle to update the already-logged-and-displayed message in-chat. Uses the beautiful U+2606 (☆ - White Star) as the link text.
|
file | diff | annotate |
| 2009-03-18 |
Subclasses shouldn't need to overload it; make the retweetLink BOOL an instance variable. Force an object pref update when we register ourselves.
|
file | diff | annotate |
| 2009-03-18 |
Control link restructuring:
|
file | diff | annotate |
| 2009-03-16 |
Having a separate notification center for Adium leads to the possibility of accidentally using the wrong one, which has tripped me up on more than one occasion. This switches us over to using the default center.
|
file | diff | annotate |
| 2009-03-14 |
Make {{{twitterreply://}}} links have the username set to our internalObjectID. Username is still acceptable, but a fallback to internalObjectID. Moved the linkification process into the account, so Laconica can specify a link for !groups.
|
file | diff | annotate |
| 2009-03-14 |
Add a Twitter account option to update global status when posting a tweet, including an option to exclude @replies. Corrects a weird use of {{{-characterAtIndex:}}} in favor of {{{-hasPrefix:}}}.
|
file | diff | annotate |
| 2009-03-08 |
When inserting the reply text, shift the selected range over to compensate for the added text.
|
file | diff | annotate |
| 2009-03-08 |
That was kind of dumb: grab the attributed string, and append it to the reply string. Needlessly dropping the values (and possibly images, for the future) seems futile.
|
file | diff | annotate |
| 2009-03-08 |
Instead of clearing the text view when replying to a Tweet, merely add the reply text to the already-entered message. Make the text view the first responder when doing so.
|
file | diff | annotate |
| 2009-03-06 |
Not entirely sure why I broke this up into two ifs in the first place.
|
file | diff | annotate |
| 2009-03-05 |
Add {{{in_reply_to_status_id}}} tracking to the Twitter service.
|
file | diff | annotate |