[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.6-85-g118fbba

Back to archive index

upsil****@users***** upsil****@users*****
2015年 8月 9日 (日) 14:18:54 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  118fbba4272114b6355c579556ea61b5012e899e (commit)
       via  d17c8bed2c38015234433781bbca4983cefff371 (commit)
       via  73c7a2d7cc3ccca2054cca6be49ce9062f349558 (commit)
       via  c6052c5cadb487b51813a449e3edbecd0f700ec0 (commit)
       via  2cb32c31aaf6c759c0b183ff1281c0c473104365 (commit)
       via  ede5923564beabd581a179fe96551314dcd5e622 (commit)
       via  8339f3db1a3e4ab482e7dd6a3b3787c594d18154 (commit)
      from  1091e78d8668e0406f7dc0baf51a0c470b24c334 (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 118fbba4272114b6355c579556ea61b5012e899e
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Aug 9 14:15:52 2015 +0900

    タイムライン検索の結果を表示するSearchResultsタブを実装
    
    従来は振り分けタブでそれっぽく表示していたのでRecentタブ以外では使えなかったが、この実装で他の種類のタブ上でも使えるようになった

commit d17c8bed2c38015234433781bbca4983cefff371
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Aug 8 21:09:03 2015 +0900

    いつかHttpClientでTwitter APIを叩きたい願望

commit 73c7a2d7cc3ccca2054cca6be49ce9062f349558
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed Aug 5 20:25:31 2015 +0900

    OAuth署名生成などの処理をOAuthUtilityクラスに移動

commit c6052c5cadb487b51813a449e3edbecd0f700ec0
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed Aug 5 17:35:27 2015 +0900

    HttpConnection.UrlEncodeメソッドをMyCommonクラスに移動

commit 2cb32c31aaf6c759c0b183ff1281c0c473104365
Author: spx <spx26****@gmail*****>
Date:   Thu Aug 6 02:43:45 2015 +0900

    PostClass.GetRetweetSourceメソッドをRetweetSourceプロパティに変更

commit ede5923564beabd581a179fe96551314dcd5e622
Author: spx <spx26****@gmail*****>
Date:   Thu Aug 6 02:42:05 2015 +0900

    リツイートキャッシュの作成時に引数外のプロパティもコピーする

commit 8339f3db1a3e4ab482e7dd6a3b3787c594d18154
Author: spx <spx26****@gmail*****>
Date:   Thu Aug 6 02:36:36 2015 +0900

    TweenMain.InitColumnsメソッドのDisplayIndex変更処理を修正
    1d920fd5 で漏れた_cfgLocal.DisplayIndex8を追加

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

Summary of changes:
 OpenTween.Tests/Connection/OAuthHandlerTest.cs  |   94 ++++++++++++++++
 OpenTween.Tests/OpenTween.Tests.csproj          |    5 +-
 OpenTween.Tests/PostClassTest.cs                |   13 ++-
 OpenTween/Connection/HttpConnection.cs          |   21 ----
 OpenTween/Connection/HttpConnectionOAuth.cs     |   68 +-----------
 OpenTween/Connection/HttpConnectionOAuthEcho.cs |   22 ++--
 OpenTween/Connection/HttpOAuthApiProxy.cs       |   37 +++----
 OpenTween/Connection/OAuthHandler.cs            |   97 ++++++++++++++++
 OpenTween/Connection/OAuthUtility.cs            |  135 +++++++++++++++++++++++
 OpenTween/FilterDialog.cs                       |    3 +
 OpenTween/MyCommon.cs                           |   22 ++++
 OpenTween/OpenTween.csproj                      |    2 +
 OpenTween/Properties/Resources.Designer.cs      |    9 ++
 OpenTween/Properties/Resources.en.resx          |    3 +
 OpenTween/Properties/Resources.resx             |    3 +
 OpenTween/Resources/ChangeLog.txt               |    2 +
 OpenTween/StatusDictionary.cs                   |   34 +++---
 OpenTween/Tween.cs                              |   38 ++++---
 18 files changed, 451 insertions(+), 157 deletions(-)
 create mode 100644 OpenTween.Tests/Connection/OAuthHandlerTest.cs
 create mode 100644 OpenTween/Connection/OAuthHandler.cs
 create mode 100644 OpenTween/Connection/OAuthUtility.cs


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




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