[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.3.6-67-g5ee29dc

Back to archive index

upsil****@users***** upsil****@users*****
2017年 6月 4日 (日) 23:02: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  5ee29dcc20b9156617238c972529a3b06780949a (commit)
       via  664999a2274699ecbec8092d84cb830f1427aeef (commit)
       via  e9c12cf698159067beda3ddcb81252624e218731 (commit)
       via  0a92fc0cdc8db20d6d7c715aac27f61a33c78cc9 (commit)
       via  c18d7cb9864d1acb18d3e54c4fc931b1ec941b22 (commit)
       via  9abf49fa8fcff2308c76b8ec9dc7c53a6d3b7827 (commit)
       via  856c9f78154a0402ae3f93e066072b0b87d99968 (commit)
       via  4955bc803b2f436fdb7cd83cfe5ce76e9fe63644 (commit)
       via  8865e21ba2367c76a500173eb10f1dd4b3aaf5f2 (commit)
       via  bcb587d00cfc8978f2440423f29499640d87095e (commit)
       via  30e2800f50c5f662f25c582f5c6bfc918424fca9 (commit)
       via  17a79edb0b7b2303a402accd22a8c3d36036b6f7 (commit)
       via  e54df05519058a55b6e2e1005f81a67ef712ff30 (commit)
       via  b7459103dda83e0bc913674047a1df213c83e670 (commit)
       via  0407d2011ec55e3072d06539c8f5915618a30175 (commit)
       via  ea1314708139c19ff91b4b85dd1680f71ea25151 (commit)
       via  b1050fcc0c9eac4b5c482cd0cf23037256e94a9a (commit)
      from  80f8ac6f6c8a2fb6f442bd7022db63b6819149f4 (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 5ee29dcc20b9156617238c972529a3b06780949a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Jun 4 18:07:17 2017 +0900

    TweenMain.CreateCacheメソッドでTabModelの範囲外のインデックスを参照する問題を回避
    
    修正前のコードでは startIndex に対しては下限値、endIndex に対しては上限値
    に対するチェックを行っているが、startIndex, endIndex ともに tabInfo.AllCount を
    越えている場合に、endIndex のみ上限値である tabInfo.AllCount - 1 に変更される。
    これにより、startIndex と endIndex の大小関係が逆転してしまうことで
    ArgumentException が発生する状態となっていた。
    
    https://osdn.net/ticket/browse.php?group_id=6526&tid=36684

commit 664999a2274699ecbec8092d84cb830f1427aeef
Merge: e9c12cf b1050fc
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Thu Jun 1 21:04:38 2017 +0900

    Merge pull request #47 from upsilon/ignore-uac-disabled
    
    UACが無効化された環境では管理者権限での実行による警告を表示しない

commit e9c12cf698159067beda3ddcb81252624e218731
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat May 27 07:49:12 2017 +0900

    発言一覧上で改行を含むツイートのツールチップが1行目しか表示されない現象を回避
    
    Fixes: d1e8cd58 ("スクリーンリーダーで引用ツイートの内容が発言一覧上でも読み上げられるように修正")

commit 0a92fc0cdc8db20d6d7c715aac27f61a33c78cc9
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Thu May 25 01:17:04 2017 +0900

    DMの送信時に /statuses/update.json が使用される不具合を修正 (thx @o_keiichi!)
    
    テキストが「D 」から始まる場合は mediaIds の値を無視して常に DM 送信用のエンドポイントを使用する
    
    Fixes: 0c7263ef ("Twitterへの複数画像の投稿に対応した")

commit c18d7cb9864d1acb18d3e54c4fc931b1ec941b22
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed May 17 11:04:51 2017 +0900

    翻訳機能に使用するAPIをMicrosoft Cognitive Servicesに移行
    
    Closes #49

commit 9abf49fa8fcff2308c76b8ec9dc7c53a6d3b7827
Merge: ea13147 856c9f7
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 13:36:50 2017 +0900

    Merge branch 'bitly-oauth2'

commit 856c9f78154a0402ae3f93e066072b0b87d99968
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 13:36:22 2017 +0900

    ChangeLog æ›´æ–°

commit 4955bc803b2f436fdb7cd83cfe5ce76e9fe63644
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 12:36:16 2017 +0900

    BitlyApiクラスのテストコードを追加

commit 8865e21ba2367c76a500173eb10f1dd4b3aaf5f2
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 03:15:32 2017 +0900

    設定画面での bit.ly のアクセストークン取得 (OAuth2) に対応

commit bcb587d00cfc8978f2440423f29499640d87095e
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Apr 28 02:06:08 2017 +0900

    bit.ly のアクセストークン取得に使用する認証ダイアログを追加

commit 30e2800f50c5f662f25c582f5c6bfc918424fca9
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 03:12:39 2017 +0900

    bit.ly API キーの検証を行わず、URL短縮の実行時に認証情報の有無のみ確認する

commit 17a79edb0b7b2303a402accd22a8c3d36036b6f7
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 29 02:00:47 2017 +0900

    SettingCommon.xml に bit.ly のアクセストークンの項目を追加
    
    アクセストークンが設定されている場合は API キーより優先して使用する

commit e54df05519058a55b6e2e1005f81a67ef712ff30
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 23 20:55:10 2017 +0900

    bit.ly の短縮URLの生成処理をBitlyApiクラスに移動

commit b7459103dda83e0bc913674047a1df213c83e670
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 23 20:41:15 2017 +0900

    bit.ly API の呼び出しにHTTPSを使用する

commit 0407d2011ec55e3072d06539c8f5915618a30175
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 23 20:38:54 2017 +0900

    bit.ly API を使用する処理をBitlyApiクラスに分離

commit ea1314708139c19ff91b4b85dd1680f71ea25151
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 23 20:29:32 2017 +0900

    bit.ly のAPIキーの検証が常に失敗する不具合を修正
    
    /v3/validate のレスポンスの末尾に '\r' が付いていたため(時期不明)
    "1" との比較が失敗し、API キーが正しいにも関わらずエラー扱いとなっていた
    
    Fixes: 6ecde8dc ("bit.ly APIキーのバリデーションをHttpClientに移行")

commit b1050fcc0c9eac4b5c482cd0cf23037256e94a9a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon Mar 20 15:05:06 2017 +0900

    UACが無効化された環境では管理者権限での実行による警告を表示しない

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

Summary of changes:
 OpenTween.Tests/Api/BitlyApiTest.cs                | 173 ++++++++++++++++++
 OpenTween.Tests/Api/MicrosoftTranslatorApiTest.cs  |  50 +----
 OpenTween.Tests/OpenTween.Tests.csproj             |   1 +
 OpenTween/Api/BitlyApi.cs                          | 160 ++++++++++++++++
 OpenTween/Api/MicrosoftTranslatorApi.cs            |  54 +-----
 OpenTween/AppendSettingDialog.Designer.cs          |   2 -
 OpenTween/AppendSettingDialog.cs                   |  83 ---------
 OpenTween/ApplicationEvents.cs                     |   9 +
 OpenTween/ApplicationSettings.cs                   |  23 +--
 ...tDialog.Designer.cs => LoginDialog.Designer.cs} |  89 ++++-----
 OpenTween/LoginDialog.cs                           |  68 +++++++
 .../BasedPanel.en.resx => LoginDialog.en.resx}     |  25 +--
 .../{AtIdSupplement.resx => LoginDialog.resx}      | 202 ++++++++++++---------
 OpenTween/OpenTween.csproj                         |  13 ++
 OpenTween/Properties/Resources.Designer.cs         |  27 ++-
 OpenTween/Properties/Resources.en.resx             |   9 +-
 OpenTween/Properties/Resources.resx                |   9 +-
 OpenTween/Resources/ChangeLog.txt                  |   6 +
 OpenTween/Setting/Panel/ShortUrlPanel.Designer.cs  |  34 ++--
 OpenTween/Setting/Panel/ShortUrlPanel.cs           |  52 ++++--
 OpenTween/Setting/Panel/ShortUrlPanel.en.resx      |   9 +
 OpenTween/Setting/Panel/ShortUrlPanel.resx         |  99 ++++------
 OpenTween/Setting/SettingCommon.cs                 |   4 +
 OpenTween/ShortUrl.cs                              |  33 +---
 OpenTween/Tween.cs                                 |  25 ++-
 OpenTween/Twitter.cs                               |   3 +-
 26 files changed, 790 insertions(+), 472 deletions(-)
 create mode 100644 OpenTween.Tests/Api/BitlyApiTest.cs
 create mode 100644 OpenTween/Api/BitlyApi.cs
 copy OpenTween/{InputDialog.Designer.cs => LoginDialog.Designer.cs} (51%)
 create mode 100644 OpenTween/LoginDialog.cs
 copy OpenTween/{Setting/Panel/BasedPanel.en.resx => LoginDialog.en.resx} (91%)
 copy OpenTween/{AtIdSupplement.resx => LoginDialog.resx} (66%)


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




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