[OpenTween-git] [SCM] open-tween (opentween) branch, dotnet4.5.1, updated. OpenTween_v1.1.9-17-g27c4287

Back to archive index

upsil****@users***** upsil****@users*****
2014年 4月 13日 (日) 23:12: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, dotnet4.5.1 has been updated
       via  27c42873cb8f317b323726fd3d614816742ce468 (commit)
       via  ebe8e701b33e831beeae177847e1757a7b7257ff (commit)
       via  0d5847d128f09db25463b8fff8abbafa14af3ec3 (commit)
       via  f1449eecf550441dcd1b09597e447e16d88590b4 (commit)
       via  f067fd17a2e3056046459afd87ba659ab1b894d8 (commit)
       via  65f888b4d0ea59aa406abca4066939968b39c41d (commit)
       via  8dbad640e515030bb6dbfc9c680482486c9a9179 (commit)
       via  ec47e7cc80e8840f09cfd9d03af947aeb57f6eaa (commit)
      from  4a1a5885af1b25849419882b1493240a2144aad1 (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 27c42873cb8f317b323726fd3d614816742ce468
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 23:06:36 2014 +0900

    TweenMain_Shownメソッド内の Thread.Sleep() を Task.Delay() に置き換え

commit ebe8e701b33e831beeae177847e1757a7b7257ff
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 20:00:07 2014 +0900

    MyCommon.GetReadableVersion() で引数にVersionインスタンスを受け付けるように修正

commit 0d5847d128f09db25463b8fff8abbafa14af3ec3
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 19:59:04 2014 +0900

    最新バージョン情報の取得を非同期に行う

commit f1449eecf550441dcd1b09597e447e16d88590b4
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 18:37:43 2014 +0900

    TweenMain.OpenUriAsync() のawait漏れで警告の出ている箇所を修正

commit f067fd17a2e3056046459afd87ba659ab1b894d8
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 18:37:10 2014 +0900

    ImageListViewItem.GetImageAsync() の実行にawaitを使用するよう修正

commit 65f888b4d0ea59aa406abca4066939968b39c41d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sat Apr 12 17:00:10 2014 +0900

    ShortUrlの非同期メソッドを使用する箇所にawaitをなるべく使用する

commit 8dbad640e515030bb6dbfc9c680482486c9a9179
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Apr 11 19:52:23 2014 +0900

    HttpClientを使用してShortUrlクラスの実装を修正

commit ec47e7cc80e8840f09cfd9d03af947aeb57f6eaa
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Apr 13 21:32:00 2014 +0900

    Mono 環境でテストが失敗する箇所の対策

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

Summary of changes:
 OpenTween.Tests/OpenTween.Tests.csproj             |    3 +
 .../{FoursquareTest.cs => RegexAsyncTest.cs}       |   29 +-
 OpenTween.Tests/ShortUrlTest.cs                    |  296 +++++++++++++++++
 OpenTween.Tests/TweetThumbnailTest.cs              |    7 +-
 OpenTween/ImageListViewItem.cs                     |   20 +-
 OpenTween/MyCommon.cs                              |   86 ++++--
 OpenTween/OpenTween.csproj                         |    3 +
 OpenTween/RegexAsync.cs                            |   52 +++
 OpenTween/ShortUrl.cs                              |  334 +++++++++++++-------
 OpenTween/ShowUserInfo.cs                          |   49 ++--
 OpenTween/Tween.cs                                 |  207 +++++++------
 OpenTween/Twitter.cs                               |   40 +--
 12 files changed, 826 insertions(+), 300 deletions(-)
 copy OpenTween.Tests/{FoursquareTest.cs => RegexAsyncTest.cs} (53%)
 create mode 100644 OpenTween.Tests/ShortUrlTest.cs
 create mode 100644 OpenTween/RegexAsync.cs


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




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