[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.1.9-60-g67abe1c

Back to archive index

upsil****@users***** upsil****@users*****
2014年 4月 26日 (土) 18:45:35 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  67abe1cbc6ec762e087eeff18a60f630ee5c000f (commit)
       via  1137258b5cff35f45fe6714e2671d95d290825e8 (commit)
       via  6752139234869fac2ba2fce58c0ff5a7ebec2648 (commit)
       via  3e79c8304ab9dd65500090969989cb4b0272456c (commit)
       via  8ad1828275f03c30f79e6de7404a63756786af38 (commit)
       via  1d391a1cf4969f7c3ba196bdce71789d8ae8684b (commit)
       via  6776d0f62673b80199b7626e0da165f4dba552b5 (commit)
       via  601a53d1500abf84681a156e6ad76125e33bb3ff (commit)
       via  4e4ef05e2007947bcc61ed692ad04babd26a221d (commit)
      from  6f401d193b520added561b2779c7e0940acc4c2b (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 67abe1cbc6ec762e087eeff18a60f630ee5c000f
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 16:51:51 2014 +0900

    70dca51e でHttpClientに移行した箇所の例外処理の抜けを修正

commit 1137258b5cff35f45fe6714e2671d95d290825e8
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 16:20:40 2014 +0900

    SimpleThumbnailService/MetaThumbnailService 以外で使用する正規表現を各クラス内に埋め込む

commit 6752139234869fac2ba2fce58c0ff5a7ebec2648
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 15:26:52 2014 +0900

    HttpClientがDisposableであることが考慮されていない箇所を修正
    
     * OpenTween.Thumbnail.Service.* 以下のクラスは HttpClient を省略不可に
     * HttpClient を使用するテストコードでは using を使用する
     * TweenMain.GetVersionInfoAsync() では TweenMain クラスが持っている HttpClient を使用する

commit 3e79c8304ab9dd65500090969989cb4b0272456c
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 15:11:05 2014 +0900

    SimpleThumbnailService コンストラクタの引数から HttpClient を除去

commit 8ad1828275f03c30f79e6de7404a63756786af38
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 15:10:31 2014 +0900

    適切でない SimpleThumbnailService の継承を削除

commit 1d391a1cf4969f7c3ba196bdce71789d8ae8684b
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 26 14:11:09 2014 +0900

    ThumbnailInfo.LoadThumbnailImageAsync メソッドにHttpClientインスタンスを受け付けるように変更
    
    コンストラクタの引数にある HttpClient は不要になったため削除

commit 6776d0f62673b80199b7626e0da165f4dba552b5
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Apr 22 02:31:28 2014 +0900

    OTWebClientクラスを削除

commit 601a53d1500abf84681a156e6ad76125e33bb3ff
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Apr 22 02:30:15 2014 +0900

    ImgAzyobuziNetクラス内の OTWebClient に依存している箇所を HttpClient に置き換え

commit 4e4ef05e2007947bcc61ed692ad04babd26a221d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Apr 22 02:18:21 2014 +0900

    翻訳機能の OTWebClient に依存している箇所を HttpClient に置き換え

-----------------------------------------------------------------------

Summary of changes:
 OpenTween.Tests/BingTest.cs                        |  216 ++++---------
 OpenTween.Tests/ShortUrlTest.cs                    |  323 +++++++++++---------
 .../Thumbnail/Services/FoursquareCheckinTest.cs    |  137 +++++----
 .../Thumbnail/Services/ImgAzyobuziNetTest.cs       |   39 ++--
 .../Thumbnail/Services/MetaThumbnailServiceTest.cs |    4 +-
 OpenTween.Tests/Thumbnail/Services/TinamiTest.cs   |   14 +-
 OpenTween.Tests/TweetThumbnailTest.cs              |   12 +-
 OpenTween/AppendSettingDialog.cs                   |    6 +-
 OpenTween/Bing.cs                                  |   78 +++--
 OpenTween/OTWebClient.cs                           |  111 -------
 OpenTween/OpenTween.csproj                         |    3 -
 OpenTween/Thumbnail/Services/FoursquareCheckin.cs  |    9 +-
 OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs     |   44 ++--
 .../Thumbnail/Services/MetaThumbnailService.cs     |   33 +-
 OpenTween/Thumbnail/Services/Nicovideo.cs          |   18 +-
 .../Thumbnail/Services/PhotoShareShortlink.cs      |   21 +-
 OpenTween/Thumbnail/Services/Pixiv.cs              |   18 +-
 .../Thumbnail/Services/SimpleThumbnailService.cs   |   17 +-
 OpenTween/Thumbnail/Services/Tinami.cs             |   64 +++--
 OpenTween/Thumbnail/Services/TonTwitterCom.cs      |    6 +-
 OpenTween/Thumbnail/Services/Tumblr.cs             |   18 +-
 OpenTween/Thumbnail/Services/ViaMe.cs              |   60 +++--
 OpenTween/Thumbnail/Services/Vimeo.cs              |   42 ++-
 OpenTween/Thumbnail/Services/Youtube.cs            |   18 +-
 OpenTween/Thumbnail/ThumbnailGenerator.cs          |   34 ++-
 OpenTween/Thumbnail/ThumbnailInfo.cs               |   23 +-
 OpenTween/Tween.cs                                 |   53 ++--
 27 files changed, 658 insertions(+), 763 deletions(-)
 delete mode 100644 OpenTween/OTWebClient.cs


hooks/post-receive
-- 
open-tween (opentween)




OpenTween-git メーリングリストの案内
Back to archive index