upsil****@users*****
upsil****@users*****
2016年 5月 5日 (木) 04:22:37 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, async-twitterapi has been updated via 0324fa907b2f703698b7246632d6c44a2bb02bb8 (commit) via 741abb2deda5e328ee1d1ad6835a870adce1c3d8 (commit) via 1437796e6b8e760cc5a76d3ad9e0633c3eb0af3e (commit) via 667a589e4fe5adb421e997f8311da448635a8bcd (commit) via a47773b6b07ff8ea9a05b3930e1a790966f90bfb (commit) via de40b08e3f020183134cbe0135f0508bf9bfee5b (commit) via 17ac4a4f354b89fa08e7031a7bd1c8baa3d0bdd7 (commit) via ae393668d35f7710411c54e19c5d5d44ff4c7a65 (commit) from 09846e5a60ff86bf367c2417d9a99d82135cb7f3 (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 0324fa907b2f703698b7246632d6c44a2bb02bb8 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 04:20:08 2016 +0900 ã¢ã«ã¦ã³ã追å æã®ã¢ã¯ã»ã¹ãã¼ã¯ã³åå¾å¦çãTwitterApiã¯ã©ã¹ã«ç½®ãæã commit 741abb2deda5e328ee1d1ad6835a870adce1c3d8 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 03:44:56 2016 +0900 TwitterApiConnection.InitializeHttpClientã®è¿å¤ã追å , staticã¡ã½ããã«å¤æ´ commit 1437796e6b8e760cc5a76d3ad9e0633c3eb0af3e Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 02:17:05 2016 +0900 HttpTwitter.DeleteListIDã¡ã½ãããTwitterApiã¯ã©ã¹ã«ç½®ãæã commit 667a589e4fe5adb421e997f8311da448635a8bcd Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 00:27:59 2016 +0900 HttpTwitter.UpdateListIDã¡ã½ãããTwitterApiã¯ã©ã¹ã«ç½®ãæã commit a47773b6b07ff8ea9a05b3930e1a790966f90bfb Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 00:19:49 2016 +0900 HttpTwitter.CreateListsã¡ã½ãããTwitterApiã¯ã©ã¹ã«ç½®ãæã commit de40b08e3f020183134cbe0135f0508bf9bfee5b Author: Kimura Youichi <kim.u****@bucyo*****> Date: Thu May 5 00:04:59 2016 +0900 HttpTwitter.GetLists, GetListsSubscriptionsãTwitterApiã¯ã©ã¹ã«ç½®ãæã commit 17ac4a4f354b89fa08e7031a7bd1c8baa3d0bdd7 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Wed May 4 23:25:59 2016 +0900 HttpTwitter.RateLimitStatusã¡ã½ãããTwitterApiã¯ã©ã¹ã«ç½®ãæã commit ae393668d35f7710411c54e19c5d5d44ff4c7a65 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat Apr 30 15:30:32 2016 +0900 HttpClientãçµç±ãããªã¯ã¨ã¹ãã§ãgzipå§ç¸®ãæå¹ã«ãã (cherry picked from commit 06f2470e48a9dc9b8b7e5cc89d7a7d3c8a3adc2a) ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/Api/TwitterApiStatusTest.cs | 20 +- OpenTween.Tests/Api/TwitterApiTest.cs | 155 ++++++++++++ ...erUploadMediaResult.cs => TwitterRateLimits.cs} | 46 ++-- OpenTween/Api/TwitterApi.cs | 80 +++++++ OpenTween/Api/TwitterApiStatus.cs | 32 ++- OpenTween/AppendSettingDialog.cs | 71 +++--- OpenTween/AuthDialog.cs | 4 +- OpenTween/Connection/HttpConnectionOAuth.cs | 252 +------------------- OpenTween/Connection/HttpTwitter.cs | 123 +--------- OpenTween/Connection/IHttpConnection.cs | 2 - OpenTween/Connection/Networking.cs | 5 +- OpenTween/Connection/TwitterApiConnection.cs | 90 ++++++- OpenTween/FilterDialog.cs | 13 +- OpenTween/ListAvailable.cs | 2 +- OpenTween/ListElement.cs | 6 +- OpenTween/ListManage.cs | 106 ++++---- OpenTween/MyCommon.cs | 6 +- OpenTween/MyLists.cs | 25 +- OpenTween/OpenTween.csproj | 1 + OpenTween/Tween.cs | 15 +- OpenTween/Twitter.cs | 242 +++---------------- 21 files changed, 540 insertions(+), 756 deletions(-) copy OpenTween/Api/DataModel/{TwitterUploadMediaResult.cs => TwitterRateLimits.cs} (54%) hooks/post-receive -- open-tween (opentween)