upsil****@users*****
upsil****@users*****
2014年 7月 2日 (水) 19:04:20 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 a894d8ee1d8be303e5cb1ebd21ad06f85c2710d3 (commit) via 6e9dab3f9a2746b07c8b86194737bb47c6b45a28 (commit) via 0a1c06a3209035e835337046b2b3b799d94c6c78 (commit) via 69fc5238afbb7eb25dae246f9d8f9754af0a383e (commit) via e78340a97f54a7a5123f6d690eaede2237658dea (commit) via 68119890e037f015be75840e32920b75e6310909 (commit) from a0fb107892e9020e1792e641cdb01c51fa5a0391 (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 a894d8ee1d8be303e5cb1ebd21ad06f85c2710d3 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jun 29 12:37:49 2014 +0900 ãµã ãã¤ã«è¡¨ç¤ºã®ãã£ã³ã»ã«å¦çãå¥ã¹ã¬ããã§è¡ã commit 6e9dab3f9a2746b07c8b86194737bb47c6b45a28 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jun 29 12:28:43 2014 +0900 HttpConnectionã¯ã©ã¹ã«ããéä¿¡è¨å®ã®åæåãªã©ã®å¦çãNetworkingã¯ã©ã¹ã«ç§»å 移åããããããã£ç: * HttpConnection.DefaultTimeout -> Networking.DefaultTimeout * HttpConnection.proxyKind -> Networking.ProxyType * HttpConnection.proxy -> Networking.Proxy * HttpConnection.GlobalHttpClient -> Networking.Http * HttpConnection.WebProxyChanged -> Networking.WebProxyChanged * HttpConnection.InitializeConnection() -> Networking.Initialize() * HttpConnection.SetWebProxy() -> Networking.SetWebProxy() * HttpConnection.CreateHttpClient() -> Networking.CreateHttpClient() * MyCommon.GetUserAgentString() -> Networking.GetUserAgentString() commit 0a1c06a3209035e835337046b2b3b799d94c6c78 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jun 29 06:45:07 2014 +0900 TweenMain.http ãåé¤, HttpConnection.GlobalHttpClient ããªãã¹ã使ç¨ãã commit 69fc5238afbb7eb25dae246f9d8f9754af0a383e Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jun 29 05:34:59 2014 +0900 HttpConnection.GlobalHttpClientã追å , MyCommon.CreateHttpClient()ãHttpConnectionã¯ã©ã¹ã«ç§»å * ãããã·è¨å®ã®å¤æ´ãåæ ãããããæ°ãã«è¿½å ãã HttpConnection.GlobalHttpClient ãç©æ¥µçã«ä½¿ç¨ããã * ããã©ã¼ãã³ã¹ä¸ã®çç±ã§ã HttpClient ãé »ç¹ã«çæã»ç ´æ£ãã¹ãã§ãªãã åç §: stackoverflow.com/questions/22560971/22561368#22561368 commit e78340a97f54a7a5123f6d690eaede2237658dea Author: spx <spx26****@gmail*****> Date: Mon Jun 30 19:18:57 2014 +0900 TabClassã«ãStatusIdã¨Indexã®ç¸äºå¤ææ©è½ãæããã TabInformationsãä»ããç´æ¥ããåãã§ããããã« commit 68119890e037f015be75840e32920b75e6310909 Author: spx <spx26****@gmail*****> Date: Mon Jun 30 18:31:07 2014 +0900 ListViewItem.StateImageIndexã使ããªãããã«ãã¦ä¸å¿ è¦ãªå¦çãçã ----------------------------------------------------------------------- Summary of changes: .../NetworkingTest.cs} | 30 ++-- OpenTween.Tests/MyCommonTest.cs | 24 --- OpenTween.Tests/OpenTween.Tests.csproj | 1 + OpenTween/AppendSettingDialog.cs | 26 +-- OpenTween/Bing.cs | 14 +- OpenTween/Connection/HttpConnection.cs | 107 ++---------- OpenTween/Connection/HttpVarious.cs | 3 +- OpenTween/Connection/Imgur.cs | 5 +- OpenTween/Connection/Networking.cs | 175 ++++++++++++++++++++ OpenTween/ImageCache.cs | 12 +- OpenTween/ImageListViewItem.cs | 11 +- OpenTween/MyCommon.cs | 43 ----- OpenTween/OpenTween.csproj | 1 + OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/Setting/SettingLocal.cs | 3 +- OpenTween/ShortUrl.cs | 37 +++-- OpenTween/StatusDictionary.cs | 92 ++++++---- OpenTween/Thumbnail/Services/FoursquareCheckin.cs | 14 +- OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs | 14 +- .../Thumbnail/Services/MetaThumbnailService.cs | 15 +- OpenTween/Thumbnail/Services/Nicovideo.cs | 3 +- OpenTween/Thumbnail/Services/Pixiv.cs | 8 +- OpenTween/Thumbnail/Services/Tinami.cs | 14 +- OpenTween/Thumbnail/Services/TonTwitterCom.cs | 3 +- OpenTween/Thumbnail/Services/ViaMe.cs | 14 +- OpenTween/Thumbnail/Services/Vimeo.cs | 14 +- OpenTween/Thumbnail/ThumbnailGenerator.cs | 20 +-- OpenTween/Thumbnail/ThumbnailInfo.cs | 10 +- OpenTween/Tween.cs | 75 +++++---- OpenTween/TweetThumbnail.cs | 4 +- OpenTween/Twitter.cs | 3 +- OpenTween/UserInfoDialog.cs | 14 +- OpenTween/Win32Api.cs | 9 +- 33 files changed, 479 insertions(+), 340 deletions(-) copy OpenTween.Tests/{Thumbnail/Services/SimpleThumbnailServiceTest.cs => Connection/NetworkingTest.cs} (54%) create mode 100644 OpenTween/Connection/Networking.cs hooks/post-receive -- open-tween (opentween)