[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.7-6-g5675b37

Back to archive index

upsil****@users***** upsil****@users*****
2015年 8月 15日 (土) 22:15: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, master has been updated
       via  5675b379dedd0d1d136872c70bb034b2115f6fd4 (commit)
       via  0b0c04e909a41f3d28b5a510747f391e17e04017 (commit)
       via  b086b7bf5c056b3fb8b4b27379a17e8ff4d20cf7 (commit)
       via  2bba77990f93d69ed52cdd11cb587773a50c54ab (commit)
       via  41d60ea2ccb4a2bbe8826b709a5b1e8266076edc (commit)
      from  900465cfacc1cd1cf27aa3a2d76484186fad64d1 (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 5675b379dedd0d1d136872c70bb034b2115f6fd4
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Aug 15 22:08:07 2015 +0900

    140文字を越えるDMの全文テキスト取得に対応

commit 0b0c04e909a41f3d28b5a510747f391e17e04017
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Aug 15 21:59:17 2015 +0900

    140文字を越えるDMの投稿に対応
    
    https://twittercommunity.com/t/41348

commit b086b7bf5c056b3fb8b4b27379a17e8ff4d20cf7
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Aug 15 21:56:42 2015 +0900

    投稿欄の文字数カウントに関するコードを整理
    
     * t.co 短縮による文字数の減少は Twitter クラスで計算する
     * フッター付加や API コマンド回避などは TweenMain クラスに残す
     * 文字数の計算と実際に投稿するテキストの生成が分かれて二度手間になっていた箇所を解消
     * ついでに投稿時の「D (スクリーン名)」が文字数カウントに余分に含まれていた不具合を修正

commit 2bba77990f93d69ed52cdd11cb587773a50c54ab
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Aug 15 21:41:38 2015 +0900

    上下キー,PageUp/Downキーによる選択移動時にアンカーが初期化されない不具合を修正

commit 41d60ea2ccb4a2bbe8826b709a5b1e8266076edc
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Aug 14 21:28:45 2015 +0900

    既存のコードのnull条件演算子 (.?) が利用可能な箇所を置き換え

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

Summary of changes:
 OpenTween.Tests/TwitterTest.cs            |   60 +++++
 OpenTween/Api/TwitterApiStatus.cs         |    3 +-
 OpenTween/Api/TwitterConfiguration.cs     |    4 +
 OpenTween/AppendSettingDialog.cs          |    3 +-
 OpenTween/Connection/HttpConnection.cs    |    4 +-
 OpenTween/Connection/HttpTwitter.cs       |   22 +-
 OpenTween/Connection/HttpVarious.cs       |    8 +-
 OpenTween/Connection/Networking.cs        |    3 +-
 OpenTween/DetailsListView.cs              |   15 +-
 OpenTween/Growl.cs                        |    3 +-
 OpenTween/HookGlobalHotkey.cs             |    5 +-
 OpenTween/ImageCache.cs                   |    4 +-
 OpenTween/ImageListViewItem.cs            |   12 +-
 OpenTween/LRUCacheDictionary.cs           |    3 +-
 OpenTween/ListManage.cs                   |    7 +-
 OpenTween/MediaSelector.cs                |   36 +--
 OpenTween/MyCommon.cs                     |   12 +-
 OpenTween/OTPictureBox.cs                 |    2 +-
 OpenTween/PostFilterRule.cs               |    3 +-
 OpenTween/Resources/ChangeLog.txt         |    3 +
 OpenTween/Setting/Panel/GetPeriodPanel.cs |    4 +-
 OpenTween/Tween.cs                        |  364 ++++++++++-------------------
 OpenTween/TweetThumbnail.cs               |   14 +-
 OpenTween/Twitter.cs                      |  129 ++++++----
 OpenTween/UserInfoDialog.cs               |   17 +-
 25 files changed, 339 insertions(+), 401 deletions(-)


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




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