[OpenTween-git] [SCM] open-tween (opentween) branch, async-twitterapi, updated. OpenTween_v1.3.2-49-g09846e5

Back to archive index

upsil****@users***** upsil****@users*****
2016年 5月 4日 (水) 18:32:01 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, async-twitterapi has been updated
       via  09846e5a60ff86bf367c2417d9a99d82135cb7f3 (commit)
       via  450e21235266b900af15a84d3948f73f5520335a (commit)
       via  d13a2c2a92f709f59171976724e4643574ea6a5c (commit)
       via  357d7e80e2e7222cf25056a87606a02f23587f64 (commit)
       via  0cd4dd4e0a6f8bcceecbbb917f4800440e1c4ecb (commit)
       via  a763d9923fbaf47d1bb12c8d1a9ce56614e534c4 (commit)
       via  399fc231904d402de2cc5dc2f9fe28eee5f304e7 (commit)
       via  5e1753f2c55d41b26e03b816215fd1e0ae4c5f22 (commit)
       via  bdcf37c9981c97bf984f560988dcd5fecad64dc6 (commit)
       via  92a19c2408eb9035d5eeadcde55758e50123e4ef (commit)
       via  f52c196696b8a9752415511d918a96d3fb31cd0a (commit)
       via  71f1c964530c0112c61ab738408b595b69529e1a (commit)
      from  f3853537f343be5a16e255d43df520a49e3811ce (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 09846e5a60ff86bf367c2417d9a99d82135cb7f3
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 18:21:14 2016 +0900

    MediaSelectorのテスト実行時にTwitter.Initializeメソッドを呼び出す
    
    各サービスの OAuthEchoHandler インスタンスの生成に必要となるため

commit 450e21235266b900af15a84d3948f73f5520335a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 18:20:20 2016 +0900

    Twitter.Initialize内でTwitterApi.Initializeメソッドを呼び出す

commit d13a2c2a92f709f59171976724e4643574ea6a5c
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 16:58:47 2016 +0900

    HttpConnectionOAuthEchoクラスを削除
    
    HttpConnectionOAuthEcho を使用していた箇所は全て OAuthEchoHandler に移行済み

commit 357d7e80e2e7222cf25056a87606a02f23587f64
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 16:52:42 2016 +0900

    yfrogの投稿処理をOAuthEchoHandlerに移行

commit 0cd4dd4e0a6f8bcceecbbb917f4800440e1c4ecb
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 16:50:14 2016 +0900

    Mobypictureの投稿処理をOAuthEchoHandlerに移行

commit a763d9923fbaf47d1bb12c8d1a9ce56614e534c4
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 16:45:02 2016 +0900

    img.ly の投稿処理をOAuthEchoHandlerに移行

commit 399fc231904d402de2cc5dc2f9fe28eee5f304e7
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 3 21:53:15 2016 +0900

    ついっぷるフォトの投稿処理をOAuthEchoHandlerに移行

commit 5e1753f2c55d41b26e03b816215fd1e0ae4c5f22
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 3 21:51:38 2016 +0900

    HttpClientでOAuth Echoを使用するためのHttpMessageHandlerを実装

commit bdcf37c9981c97bf984f560988dcd5fecad64dc6
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 16:15:18 2016 +0900

    TwitterApiConnection経由のリクエストでキャッシュを無効化する
    
    f1756cbf3c00f426cb44998581a4c8fe9f9a815a で修正された HttpConnection と同様にキャッシュを無効化する

commit 92a19c2408eb9035d5eeadcde55758e50123e4ef
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 14:36:42 2016 +0900

    TwitterApiConnectionでmultipart/form-dataフォーマットでの送信時にfilenameを付加する

commit f52c196696b8a9752415511d918a96d3fb31cd0a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 12:59:27 2016 +0900

    TwitterApiConnection.GetStreamAsyncメソッドのテストコードを追加

commit 71f1c964530c0112c61ab738408b595b69529e1a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 4 12:45:17 2016 +0900

    PostLazyAsync_MultipartTestのリクエストボディの検証を詳しく行う

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

Summary of changes:
 .../Connection/TwitterApiConnectionTest.cs         |   73 +++++++++++++++++++-
 OpenTween.Tests/MediaSelectorTest.cs               |   71 ++++++++++++++-----
 OpenTween/Api/TwitterApi.cs                        |    5 ++
 OpenTween/AppendSettingDialog.cs                   |    1 -
 OpenTween/Connection/HttpConnectionOAuthEcho.cs    |   59 ----------------
 OpenTween/Connection/Mobypicture.cs                |   64 ++++++++++-------
 OpenTween/Connection/Networking.cs                 |    4 +-
 OpenTween/Connection/OAuthEchoHandler.cs           |   62 +++++++++++++++++
 OpenTween/Connection/TwipplePhoto.cs               |   61 +++++++++-------
 OpenTween/Connection/TwitterApiConnection.cs       |   17 ++++-
 OpenTween/Connection/imgly.cs                      |   61 +++++++++-------
 OpenTween/Connection/yfrog.cs                      |   61 +++++++++-------
 OpenTween/OpenTween.csproj                         |    3 +-
 OpenTween/Tween.cs                                 |    2 -
 OpenTween/Twitter.cs                               |    3 +-
 15 files changed, 358 insertions(+), 189 deletions(-)
 delete mode 100644 OpenTween/Connection/HttpConnectionOAuthEcho.cs
 create mode 100644 OpenTween/Connection/OAuthEchoHandler.cs


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




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