upsil****@users*****
upsil****@users*****
2015年 2月 9日 (月) 23:41:45 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 7d1db25a82bc5d33344d5436aee901af501baf3a (commit) via 334c0c26d18ec21fccc7e459077d8790c8b37650 (commit) via e91d0d4214c4c4cbfcce63e55eb2c070db776673 (commit) via e742dc05d33837430875760869d0b819c18572d3 (commit) via 331bc1e9164629231d5a342eebc0428b9f26b465 (commit) via b63689e7dc10588e418ea52edb96ada4086277ac (commit) from fcb3c7602fdbec422b21282ea981e8685b81d400 (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 7d1db25a82bc5d33344d5436aee901af501baf3a Author: Kimura Youichi <kim.u****@bucyo*****> Date: Mon Feb 9 23:28:44 2015 +0900 çºè¨ä¸è¦§ã®å³ã¯ãªãã¯ã¡ãã¥ã¼ã«ãSourceæ¯ãåãã«ã¼ã«ä½æãã追å (fixes #23) https://github.com/opentween/OpenTween/issues/23 commit 334c0c26d18ec21fccc7e459077d8790c8b37650 Author: spx <spx26****@gmail*****> Date: Mon Feb 9 23:33:52 2015 +0900 ChangeLogãæ´æ° commit e91d0d4214c4c4cbfcce63e55eb2c070db776673 Merge: fcb3c76 e742dc0 Author: spx <spx26****@gmail*****> Date: Mon Feb 9 23:32:27 2015 +0900 Merge branch 'feature-videotype' commit e742dc05d33837430875760869d0b819c18572d3 Author: spx <spx26****@gmail*****> Date: Mon Feb 9 23:29:28 2015 +0900 ãµã ãã¤ã«ä¸ã«æç»ããåçã¢ã¤ã³ã³ã®è²ãç½ã«å¤æ´ commit 331bc1e9164629231d5a342eebc0428b9f26b465 Author: spx <spx26****@gmail*****> Date: Sat Feb 7 00:55:23 2015 +0900 åç»ãµã ãã¤ã«ã§ã®ããã«ã¯ãªãã¯æã®æåãå¤æ´ ã¹ãã¼ã¿ã¹URLãéãããã«ãã commit b63689e7dc10588e418ea52edb96ada4086277ac Author: spx <spx26****@gmail*****> Date: Fri Feb 6 23:57:36 2015 +0900 æ°ããã¡ãã£ã¢ã¿ã¤ã "animated_gif", "video" ã«ä»®å¯¾å¿ ã©ã¡ãããµã ãã¤ã«æ ã«åçãã¿ã³ãæç»ãã¦è¡¨ç¤ºããã ããåçï¼ããã«ã¯ãªãã¯ï¼ã¯mp4ã®URLããã©ã¦ã¶ã«ä¸¸æãã ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/TweetThumbnailTest.cs | 26 ++++----- OpenTween/Api/TwitterEntity.cs | 29 ++++++++++ OpenTween/OTPictureBox.cs | 22 ++++++++ OpenTween/OpenTween.csproj | 2 + OpenTween/Properties/Resources.Designer.cs | 32 +++++++---- OpenTween/Properties/Resources.resx | 3 + OpenTween/Resources/ChangeLog.txt | 4 ++ OpenTween/Resources/PlayableOverlayImage.png | Bin 0 -> 9585 bytes OpenTween/StatusDictionary.cs | 42 +++++++++++++- .../{IThumbnailService.cs => TwitterComVideo.cs} | 26 ++++++++- OpenTween/Thumbnail/ThumbnailGenerator.cs | 18 +++--- OpenTween/Thumbnail/ThumbnailInfo.cs | 10 +++- OpenTween/Tween.Designer.cs | 22 +++++++- OpenTween/Tween.cs | 59 ++++++++++++++++++++ OpenTween/Tween.en.resx | 20 +++++-- OpenTween/Tween.resx | 32 +++++++++-- OpenTween/Twitter.cs | 24 ++++++-- 17 files changed, 315 insertions(+), 56 deletions(-) create mode 100644 OpenTween/Resources/PlayableOverlayImage.png copy OpenTween/Thumbnail/Services/{IThumbnailService.cs => TwitterComVideo.cs} (56%) hooks/post-receive -- open-tween (opentween)