[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.9-121-g09bb8dc

Back to archive index

upsil****@users***** upsil****@users*****
2015年 12月 16日 (水) 02:34:56 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  09bb8dc952af33db735f0ec8579a820e02f5c9cd (commit)
       via  2cdf88512d159176d123b6269e4ce7e47542d7ef (commit)
       via  03e5c2646a3c3267456d3da96c72a8a16e5c69b1 (commit)
      from  632c1609530267c3cfac187da9ef7ed8d48f56e3 (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 09bb8dc952af33db735f0ec8579a820e02f5c9cd
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Wed Dec 16 02:19:51 2015 +0900

    PNGファイルの軽量化
    
    実行したコマンド:
      find . -name '*.png' -print0 | xargs -0 -n 1 pngcrush -rem alla -brute -ow
    
    PlayableOverlayImage.png については pngcrush 実行前にグレースケールに減色した
    ファイルサイズは全体で約 26KB 減少した

commit 2cdf88512d159176d123b6269e4ce7e47542d7ef
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Dec 15 18:00:13 2015 +0900

    ThumbnailInfoクラスのImageUrlとThumbnailUrlをそれぞれMediaPageUrl, ThumbnailImageUrlに変更

commit 03e5c2646a3c3267456d3da96c72a8a16e5c69b1
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue Dec 15 17:35:52 2015 +0900

    pbs.twimg.com のサムネイル表示に使用する正規表現の誤りを修正

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

Summary of changes:
 .../Thumbnail/Services/ImgAzyobuziNetTest.cs       |    4 +-
 .../Thumbnail/Services/MetaThumbnailServiceTest.cs |   28 ++++++------
 .../Services/SimpleThumbnailServiceTest.cs         |    4 +-
 OpenTween.Tests/Thumbnail/Services/TinamiTest.cs   |    4 +-
 OpenTween.Tests/Thumbnail/Services/TumblrTest.cs   |    4 +-
 OpenTween.Tests/TweetThumbnailTest.cs              |   16 +++----
 OpenTween/Resources/InitialImage.png               |  Bin 28736 -> 19751 bytes
 OpenTween/Resources/LogoImage.png                  |  Bin 17317 -> 12062 bytes
 OpenTween/Resources/MultiMediaImage.png            |  Bin 28736 -> 19751 bytes
 OpenTween/Resources/PlayableOverlayImage.png       |  Bin 9585 -> 6755 bytes
 OpenTween/Thumbnail/MapThumbGoogle.cs              |    4 +-
 OpenTween/Thumbnail/MapThumbOSM.cs                 |    2 +-
 OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs     |    4 +-
 .../Thumbnail/Services/MetaThumbnailService.cs     |    4 +-
 OpenTween/Thumbnail/Services/Nicovideo.cs          |    4 +-
 OpenTween/Thumbnail/Services/Pixiv.cs              |    8 ++--
 .../Thumbnail/Services/SimpleThumbnailService.cs   |    4 +-
 OpenTween/Thumbnail/Services/Tinami.cs             |    4 +-
 OpenTween/Thumbnail/Services/TonTwitterCom.cs      |    6 +--
 OpenTween/Thumbnail/Services/Tumblr.cs             |    4 +-
 OpenTween/Thumbnail/Services/TwitterComVideo.cs    |    4 +-
 OpenTween/Thumbnail/Services/ViaMe.cs              |    4 +-
 OpenTween/Thumbnail/Services/Vimeo.cs              |    4 +-
 OpenTween/Thumbnail/Services/Youtube.cs            |    4 +-
 OpenTween/Thumbnail/ThumbnailGenerator.cs          |    2 +-
 OpenTween/Thumbnail/ThumbnailInfo.cs               |   45 ++++++++++++++------
 OpenTween/Tween.cs                                 |    2 +-
 OpenTween/TweetThumbnail.cs                        |    2 +-
 28 files changed, 95 insertions(+), 76 deletions(-)


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




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