upsil****@users*****
upsil****@users*****
2016年 10月 7日 (金) 01:14:42 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 0e6a7271892749daeebc6d9ab418fbab2b30320f (commit) via 75c410d91f4147b6135efc1c12136cf5c125f5bf (commit) via 5b1bce8e288a6cc97092bed6789794775ed8d75b (commit) via 1f2719f48da5763285aa2f984c38150abd0830ac (commit) via a468b2fd028175d4ff0c54e0271acf589f17e0c2 (commit) via 4c9a74e931ce9f101552acbfe4a9755748c1cf27 (commit) from bbcb35cc0a56a887c4cc138977cdd08dd2c33d63 (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 0e6a7271892749daeebc6d9ab418fbab2b30320f Author: Kimura Youichi <kim.u****@bucyo*****> Date: Fri Oct 7 00:08:52 2016 +0900 翻訳æ©è½ã§ä½¿ç¨ãã¦ããMicrosoft Translator APIã®OAuth2èªè¨¼ã«å¯¾å¿ commit 75c410d91f4147b6135efc1c12136cf5c125f5bf Author: spx <spx26****@gmail*****> Date: Sun Sep 11 01:49:11 2016 +0900 CreatePostsFromSearchJsonã®ä¸è¦ãªå¦çãåé¤ commit 5b1bce8e288a6cc97092bed6789794775ed8d75b Author: spx <spx26****@gmail*****> Date: Sun Sep 11 01:40:14 2016 +0900 PostClassã®ä½æãã§ããã ãé ãããããã«ãã å ã«TwitterStatusã使ã£ã¦éè¤ãã§ãã¯ãªã©ã®å¤å®ããã¦ãåé¡ããªããã°ä½æããã CreatePostsFromStatusData()ãnullãè¿ããªããªã£ããããnullãã§ãã¯ãåé¤ã commit 1f2719f48da5763285aa2f984c38150abd0830ac Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat Oct 1 23:28:47 2016 +0900 ãã¤ã¼ãã®URLã³ãã¼æã«ä½åãªæ¹è¡æåãæ«å°¾ã«ä»ãä¸å ·åãä¿®æ£ commit a468b2fd028175d4ff0c54e0271acf589f17e0c2 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat Oct 1 13:24:55 2016 +0900 TweenMain.CopyIdUriã¡ã½ããã®ã³ã¼ããæ´ç commit 4c9a74e931ce9f101552acbfe4a9755748c1cf27 Author: spx <spx26****@gmail*****> Date: Sun Oct 2 01:36:15 2016 +0900 OTPictureBox.SetImageFromTaskã¡ã½ããã§ã¯ææ°ã®å¼ã³åºãã§åå¾ããç»åã®ã¿ãè¨å®ããããã«å¤æ´ ãµã¼ãã¼ã®ä¸èª¿çã§ãããã£ã¼ã«ç»åã®åå¾ãä¸å®å®ãªæã«ãçºè¨è©³ç´°é¨ã®ç»åãå¥ã®ã¦ã¼ã¶ã¼ã®ãã®ã«å ¥ãæ¿ãã£ã¦ãã¾ãåé¡ã¸ã®å¯¾ç ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/Api/MicrosoftTranslatorApiTest.cs | 202 ++++++++++++++++++++++ OpenTween.Tests/BingTest.cs | 56 ------ OpenTween.Tests/OpenTween.Tests.csproj | 1 + OpenTween/Api/MicrosoftTranslatorApi.cs | 157 +++++++++++++++++ OpenTween/ApplicationSettings.cs | 11 +- OpenTween/Bing.cs | 49 +----- OpenTween/OTPictureBox.cs | 17 +- OpenTween/OpenTween.csproj | 1 + OpenTween/Properties/AssemblyInfo.cs | 3 +- OpenTween/Resources/ChangeLog.txt | 3 + OpenTween/Tween.cs | 38 ++-- OpenTween/Twitter.cs | 80 +++------ 12 files changed, 443 insertions(+), 175 deletions(-) create mode 100644 OpenTween.Tests/Api/MicrosoftTranslatorApiTest.cs create mode 100644 OpenTween/Api/MicrosoftTranslatorApi.cs hooks/post-receive -- open-tween (opentween)