[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.3.5-7-g0e6a727

Back to archive index

upsil****@users***** upsil****@users*****
2016年 10月 7日 (金) 01:14:42 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  0e6a7271892749daeebc6d9ab418fbab2b30320f (commit)
       via  75c410d91f4147b6135efc1c12136cf5c125f5bf (commit)
       via  5b1bce8e288a6cc97092bed6789794775ed8d75b (commit)
       via  1f2719f48da5763285aa2f984c38150abd0830ac (commit)
       via  a468b2fd028175d4ff0c54e0271acf589f17e0c2 (commit)
       via  4c9a74e931ce9f101552acbfe4a9755748c1cf27 (commit)
      from  bbcb35cc0a56a887c4cc138977cdd08dd2c33d63 (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 0e6a7271892749daeebc6d9ab418fbab2b30320f
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Oct 7 00:08:52 2016 +0900

    翻訳機能で使用しているMicrosoft Translator APIのOAuth2認証に対応

commit 75c410d91f4147b6135efc1c12136cf5c125f5bf
Author: spx <spx26****@gmail*****>
Date:   Sun Sep 11 01:49:11 2016 +0900

    CreatePostsFromSearchJsonの不要な処理を削除

commit 5b1bce8e288a6cc97092bed6789794775ed8d75b
Author: spx <spx26****@gmail*****>
Date:   Sun Sep 11 01:40:14 2016 +0900

    PostClassの作成をできるだけ遅らせるようにした
    先にTwitterStatusを使って重複チェックなどの判定をして、問題がなければ作成する。
    CreatePostsFromStatusData()がnullを返さなくなったため、nullチェックも削除。

commit 1f2719f48da5763285aa2f984c38150abd0830ac
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Oct 1 23:28:47 2016 +0900

    ツイートのURLコピー時に余分な改行文字が末尾に付く不具合を修正

commit a468b2fd028175d4ff0c54e0271acf589f17e0c2
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Oct 1 13:24:55 2016 +0900

    TweenMain.CopyIdUriメソッドのコードを整理

commit 4c9a74e931ce9f101552acbfe4a9755748c1cf27
Author: spx <spx26****@gmail*****>
Date:   Sun Oct 2 01:36:15 2016 +0900

    OTPictureBox.SetImageFromTaskメソッドでは最新の呼び出しで取得した画像のみを設定するように変更
    サーバーの不調等でプロフィール画像の取得が不安定な時に、発言詳細部の画像が別のユーザーのものに入れ替わってしまう問題への対策

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

Summary of changes:
 OpenTween.Tests/Api/MicrosoftTranslatorApiTest.cs | 202 ++++++++++++++++++++++
 OpenTween.Tests/BingTest.cs                       |  56 ------
 OpenTween.Tests/OpenTween.Tests.csproj            |   1 +
 OpenTween/Api/MicrosoftTranslatorApi.cs           | 157 +++++++++++++++++
 OpenTween/ApplicationSettings.cs                  |  11 +-
 OpenTween/Bing.cs                                 |  49 +-----
 OpenTween/OTPictureBox.cs                         |  17 +-
 OpenTween/OpenTween.csproj                        |   1 +
 OpenTween/Properties/AssemblyInfo.cs              |   3 +-
 OpenTween/Resources/ChangeLog.txt                 |   3 +
 OpenTween/Tween.cs                                |  38 ++--
 OpenTween/Twitter.cs                              |  80 +++------
 12 files changed, 443 insertions(+), 175 deletions(-)
 create mode 100644 OpenTween.Tests/Api/MicrosoftTranslatorApiTest.cs
 create mode 100644 OpenTween/Api/MicrosoftTranslatorApi.cs


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




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