upsil****@users*****
upsil****@users*****
2014年 1月 13日 (月) 07:47:44 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 1e08bca54bf95d8e4632ee05b3acee3b0770d4e6 (commit) via 7c7194111f16802edbf190ee0cd3466b5b3d59be (commit) via 77c2a7c7bd89a1db0cde817a9dce3a47af715bac (commit) via 11e6c99f9890db2437d7f64d7fa05d25d1897841 (commit) via 14372069e0469802a93656d759c27eae8db25709 (commit) from 8e34ef469d01049a92168d2f45c1c1d4aa426b06 (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 1e08bca54bf95d8e4632ee05b3acee3b0770d4e6 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jan 12 14:31:10 2014 +0900 ton.twitter.com (DMæ·»ä»ã®ç»åã«ä½¿ç¨ããã) ã®ãµã ãã¤ã«è¡¨ç¤ºã«å¯¾å¿ commit 7c7194111f16802edbf190ee0cd3466b5b3d59be Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jan 12 22:43:14 2014 +0900 Pixivãµã ãã¤ã«åå¾å¦çã®æ¹å commit 77c2a7c7bd89a1db0cde817a9dce3a47af715bac Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jan 12 14:30:29 2014 +0900 ãµã ãã¤ã«ç»åã®èªã¿è¾¼ã¿å¦çãThumbnailInfoã¯ã©ã¹ã«ç§»å commit 11e6c99f9890db2437d7f64d7fa05d25d1897841 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jan 12 14:29:21 2014 +0900 OTPictureBoxã®å½¹å²ãMemoryImageã®è¡¨ç¤ºã«éå®ããéåæèªã¿è¾¼ã¿ã®å¦çãé¤å» commit 14372069e0469802a93656d759c27eae8db25709 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jan 12 14:18:59 2014 +0900 ãã¤ã¬ã¯ãã¡ãã»ã¼ã¸ã®Entityã使ç¨ãã表示ã«å¯¾å¿ ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/OpenTween.Tests.csproj | 3 + OpenTween.Tests/TweetThumbnailTest.cs | 49 +++++--- OpenTween/MyCommon.cs | 8 +- OpenTween/OTPictureBox.cs | 169 +++++-------------------- OpenTween/OpenTween.csproj | 1 + OpenTween/Thumbnail/Services/Pixiv.cs | 34 +++++- OpenTween/Thumbnail/Services/TonTwitterCom.cs | 84 ++++++++++++ OpenTween/Thumbnail/ThumbnailGenerator.cs | 5 +- OpenTween/Thumbnail/ThumbnailInfo.cs | 20 +++ OpenTween/Tween.cs | 4 + OpenTween/TweetThumbnail.cs | 23 +++- OpenTween/Twitter.cs | 9 +- 12 files changed, 246 insertions(+), 163 deletions(-) create mode 100644 OpenTween/Thumbnail/Services/TonTwitterCom.cs hooks/post-receive -- open-tween (opentween)