upsil****@users*****
upsil****@users*****
2015年 10月 20日 (火) 22:29:23 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 5d4a1f81f4f84a95c404685230a7d3555dbf042d (commit) via 09f64a609e595c1c968f7370f37d9d14c7bd892d (commit) via ec9417951e8e940a481978060c0e01af68b39b48 (commit) via 33d5a8344c11829f7ce8c5d3046ffda54404e5e2 (commit) via a8b603585bafe9065510191f190f182582cca7f8 (commit) from 6902adaa3c2df648e6fd893dc7898f79d31cb335 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5d4a1f81f4f84a95c404685230a7d3555dbf042d Author: Kimura Youichi <kim.u****@bucyo*****> Date: Tue Oct 20 22:21:37 2015 +0900 ãããã£ã¼ã«ç»é¢ã§ã®descriptionã®ãµãã¿ã¤ãºå¦çãé¤å» API ããè¿ãããã¹ãã«ã¨ã¹ã±ã¼ãæ¼ãããã£ãå ´åãæ³å®ã㦠HtmlEncode ãéãã¦ãããã 1346ff67 ã®ä¿®æ£ä»¥é㯠TweetFormatter ãéãããã«ãªã£ããããã¨ã¹ã±ã¼ãå¦çã TweetFormatter ã§é©åã«è¡ããã commit 09f64a609e595c1c968f7370f37d9d14c7bd892d Author: Kimura Youichi <kim.u****@bucyo*****> Date: Tue Oct 20 18:27:45 2015 +0900 user.entities ã«å«ã¾ããªã hashtags, user_mentions ãããã¹ãããçæãã ãããã£ã¼ã«ç»é¢ã® description ã®ãªã³ã¯åã«å½±é¿ãã commit ec9417951e8e940a481978060c0e01af68b39b48 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Tue Oct 20 18:10:44 2015 +0900 TweetExtractorã¯ã©ã¹ã«ããã·ã¥ã¿ã°ã¨ã¡ã³ã·ã§ã³ãæ½åºããã¡ã½ããã追å æ£è¦è¡¨ç¾ã¯ Twitter.CreateHtmlAnchorAsync ã§ä½¿ç¨ãã¦ãããã¿ã¼ã³ãå ã«ãã commit 33d5a8344c11829f7ce8c5d3046ffda54404e5e2 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Tue Oct 20 17:06:40 2015 +0900 ããã¹ãããURLãæ½åºãã¦TwitterEntityUrlã¨ãã¦åºåããExtractUrlEntitiesã¡ã½ããã追å commit a8b603585bafe9065510191f190f182582cca7f8 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Tue Oct 20 00:07:46 2015 +0900 Twitter.ExtractUrlsã¡ã½ãããTweetExtractorã¯ã©ã¹ã«ç§»å ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/OpenTween.Tests.csproj | 1 + OpenTween.Tests/TweetExtractorTest.cs | 130 +++++++++++++++++++++++ OpenTween.Tests/TwitterTest.cs | 21 ---- OpenTween/OpenTween.csproj | 1 + OpenTween/TweetExtractor.cs | 159 ++++++++++++++++++++++++++++ OpenTween/Twitter.cs | 178 +------------------------------- OpenTween/UserInfoDialog.cs | 8 +- 7 files changed, 296 insertions(+), 202 deletions(-) create mode 100644 OpenTween.Tests/TweetExtractorTest.cs create mode 100644 OpenTween/TweetExtractor.cs hooks/post-receive -- open-tween (opentween)