upsil****@users*****
upsil****@users*****
2015年 8月 9日 (日) 14:18: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 118fbba4272114b6355c579556ea61b5012e899e (commit) via d17c8bed2c38015234433781bbca4983cefff371 (commit) via 73c7a2d7cc3ccca2054cca6be49ce9062f349558 (commit) via c6052c5cadb487b51813a449e3edbecd0f700ec0 (commit) via 2cb32c31aaf6c759c0b183ff1281c0c473104365 (commit) via ede5923564beabd581a179fe96551314dcd5e622 (commit) via 8339f3db1a3e4ab482e7dd6a3b3787c594d18154 (commit) from 1091e78d8668e0406f7dc0baf51a0c470b24c334 (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 118fbba4272114b6355c579556ea61b5012e899e Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Aug 9 14:15:52 2015 +0900 ã¿ã¤ã ã©ã¤ã³æ¤ç´¢ã®çµæã表示ããSearchResultsã¿ããå®è£ å¾æ¥ã¯æ¯ãåãã¿ãã§ããã£ã½ã表示ãã¦ããã®ã§Recentã¿ã以å¤ã§ã¯ä½¿ããªãã£ããããã®å®è£ ã§ä»ã®ç¨®é¡ã®ã¿ãä¸ã§ã使ããããã«ãªã£ã commit d17c8bed2c38015234433781bbca4983cefff371 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat Aug 8 21:09:03 2015 +0900 ãã¤ãHttpClientã§Twitter APIãå©ãããé¡æ commit 73c7a2d7cc3ccca2054cca6be49ce9062f349558 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Wed Aug 5 20:25:31 2015 +0900 OAuthç½²åçæãªã©ã®å¦çãOAuthUtilityã¯ã©ã¹ã«ç§»å commit c6052c5cadb487b51813a449e3edbecd0f700ec0 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Wed Aug 5 17:35:27 2015 +0900 HttpConnection.UrlEncodeã¡ã½ãããMyCommonã¯ã©ã¹ã«ç§»å commit 2cb32c31aaf6c759c0b183ff1281c0c473104365 Author: spx <spx26****@gmail*****> Date: Thu Aug 6 02:43:45 2015 +0900 PostClass.GetRetweetSourceã¡ã½ãããRetweetSourceããããã£ã«å¤æ´ commit ede5923564beabd581a179fe96551314dcd5e622 Author: spx <spx26****@gmail*****> Date: Thu Aug 6 02:42:05 2015 +0900 ãªãã¤ã¼ããã£ãã·ã¥ã®ä½ææã«å¼æ°å¤ã®ããããã£ãã³ãã¼ãã commit 8339f3db1a3e4ab482e7dd6a3b3787c594d18154 Author: spx <spx26****@gmail*****> Date: Thu Aug 6 02:36:36 2015 +0900 TweenMain.InitColumnsã¡ã½ããã®DisplayIndexå¤æ´å¦çãä¿®æ£ 1d920fd5 ã§æ¼ãã_cfgLocal.DisplayIndex8ã追å ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/Connection/OAuthHandlerTest.cs | 94 ++++++++++++++++ OpenTween.Tests/OpenTween.Tests.csproj | 5 +- OpenTween.Tests/PostClassTest.cs | 13 ++- OpenTween/Connection/HttpConnection.cs | 21 ---- OpenTween/Connection/HttpConnectionOAuth.cs | 68 +----------- OpenTween/Connection/HttpConnectionOAuthEcho.cs | 22 ++-- OpenTween/Connection/HttpOAuthApiProxy.cs | 37 +++---- OpenTween/Connection/OAuthHandler.cs | 97 ++++++++++++++++ OpenTween/Connection/OAuthUtility.cs | 135 +++++++++++++++++++++++ OpenTween/FilterDialog.cs | 3 + OpenTween/MyCommon.cs | 22 ++++ OpenTween/OpenTween.csproj | 2 + OpenTween/Properties/Resources.Designer.cs | 9 ++ OpenTween/Properties/Resources.en.resx | 3 + OpenTween/Properties/Resources.resx | 3 + OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/StatusDictionary.cs | 34 +++--- OpenTween/Tween.cs | 38 ++++--- 18 files changed, 451 insertions(+), 157 deletions(-) create mode 100644 OpenTween.Tests/Connection/OAuthHandlerTest.cs create mode 100644 OpenTween/Connection/OAuthHandler.cs create mode 100644 OpenTween/Connection/OAuthUtility.cs hooks/post-receive -- open-tween (opentween)