upsil****@users*****
upsil****@users*****
2016年 5月 28日 (土) 04:44:38 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 72840e4e253c48be5206912444c3092ac8ac6417 (commit) via 3cb191729a37bb0633265d6f59454c109ed1cbdf (commit) via 7ad02500dcfadf6be1e0e0f57813f2ca5a854216 (commit) via 4147cb79222f60ad4544bc594a4e62e1a6a92230 (commit) via f41acc964ef60c930228912a6d7cb65a70d3f8cd (commit) via 1ab8f24610036147c7afe29e1d92570e5b57737c (commit) from 78d05700ef9b2dae2df408044dd3c3cd3e34fa61 (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 72840e4e253c48be5206912444c3092ac8ac6417 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat May 28 03:57:48 2016 +0900 MediaSelectorã«ä»£æ¿ããã¹ãã®å ¥åæ¬ã追å commit 3cb191729a37bb0633265d6f59454c109ed1cbdf Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat May 28 03:37:41 2016 +0900 IMediaItem.AltTextã追å , TwitterPhotoã¯ã©ã¹ã§ä»£æ¿ããã¹ãã®ã¡ã¿ãã¼ã¿ãéä¿¡ commit 7ad02500dcfadf6be1e0e0f57813f2ca5a854216 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat May 28 02:42:40 2016 +0900 TwitterApi.MediaMetadataCreateã¡ã½ããã追å commit 4147cb79222f60ad4544bc594a4e62e1a6a92230 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat May 28 02:51:27 2016 +0900 PostLazyAsync(uri, param, media) ã®param, mediaãnullã®å ´åã«ä¾å¤ãçºçããä¸å ·åãä¿®æ£ Fixes: 4359037e ("IApiConnectionã«multipart/form-dataãéä¿¡ããããã®ã¡ã½ããã追å ") commit f41acc964ef60c930228912a6d7cb65a70d3f8cd Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat May 28 04:13:44 2016 +0900 èµ·åç´å¾ã«çºè¨è©³ç´°æ¬ã«ãabout:blankãã¨è¡¨ç¤ºãããåé¡ãä¿®æ£ Fixes: a4496924 ("WebBrowserã³ã³ãã¼ãã³ãã®åæåå®äºãå¾ ã¤ããã«ãã") commit 1ab8f24610036147c7afe29e1d92570e5b57737c Author: Kimura Youichi <kim.u****@bucyo*****> Date: Fri May 27 09:47:38 2016 +0900 TweetDetailsView.TabStopãããã©ã«ãã§falseã¨ãªãããã«å¤æ´ Fixes: f0d946bc ("çºè¨è©³ç´°æ¬ãTweetDetailsViewã¯ã©ã¹ã«åé¢") ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/Api/TwitterApiTest.cs | 34 +++++ .../Connection/TwitterApiConnectionTest.cs | 86 +++++++++++ OpenTween.Tests/MediaSelectorTest.cs | 42 ++++++ OpenTween/Api/TwitterApi.cs | 28 ++++ OpenTween/Connection/IApiConnection.cs | 2 + OpenTween/Connection/IMediaUploadService.cs | 5 + OpenTween/Connection/Imgur.cs | 2 + OpenTween/Connection/Mobypicture.cs | 2 + OpenTween/Connection/TwipplePhoto.cs | 2 + OpenTween/Connection/TwitterApiConnection.cs | 44 +++++- OpenTween/Connection/TwitterPhoto.cs | 24 +++- OpenTween/Connection/imgly.cs | 2 + OpenTween/Connection/yfrog.cs | 2 + OpenTween/MediaItem.cs | 7 + OpenTween/MediaSelector.Designer.cs | 47 ++++-- OpenTween/MediaSelector.cs | 34 ++++- OpenTween/MediaSelector.en.resx | 3 + OpenTween/MediaSelector.resx | 151 +++++++++++++++----- OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/TweetDetailsView.cs | 9 ++ OpenTween/Twitter.cs | 24 ---- OpenTween/WebBrowserController.cs | 2 +- 22 files changed, 480 insertions(+), 74 deletions(-) hooks/post-receive -- open-tween (opentween)