upsil****@users*****
upsil****@users*****
2013年 7月 7日 (日) 03:46:27 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 3b03e11b563bf0decdee7bf110f34c3a9ae4c803 (commit) from b02cbd80a6baa9825f6d7a4a67c005c0ea11274c (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 3b03e11b563bf0decdee7bf110f34c3a9ae4c803 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sun Jul 7 03:18:17 2013 +0900 Nullable<T> åãç©æ¥µçã«ä½¿ãããã«å¤æ´ ãã post.RetweetedId > 0 ã¨ãï¾ï¾ï¾ç¡çãï¾ï¾ï½§ï½¸ï¾ï¾ï¾ï½¸ï¾ãã⦠ãã®ã³ãããã«ããå¤æ´ã§ãããã¾ã§å¤ãåå¨ããªããã¨ã表ãããã« 0 ã使ç¨ãã㦠ãããã£ã¼ã«ãã®åã Nullable<T> ã«å¤æ´ããã¦ãã¾ãã å ·ä½çã«ã¯ PostStatus.RetweetedId ã PostStatus.InReplyToStatusId ãªã©ã long å ãã long? (Nullable<long>) åã«å¤æ´ããã¾ãããã¾ããHttpTwitter ã¯ã©ã¹ã§ã¯ã Twitter API ãã³ã¼ã«ããã¡ã½ããã§ä»»æã¨ããã¦ãããã©ã¡ã¼ã¿ (since_id ã count ãªã©) ã®åã Nullable<T> ã«å¤æ´ããã¦ãã¾ãã ããã«ãã£ã¦ãä¾ãã° post.InReplyToStatusId > 0 ã®ããã«ãã¦ãã¤ã¼ãããªãã©ã¤ã§ ãããå¦ããå¤å®ãã¦ããã³ã¼ããããããã㯠post.InReplyToStatusId != null 㨠è¨è¿°ããããã«ãªãã¾ãã æ´¾çããã¸ã§ã¯ãã«ããã¦ã¯ãæ´¾ççã®ã³ã¼ãããã¼ã¸ããéã« InReplyToStatusId ã RetweetedId ãªã©ã使ç¨ããã HttpTwitter ã¯ã©ã¹ã®ã¡ã½ããã使ç¨ãããããã³ã¼ã ãåå¨ããªãã確èªããããåå¨ããã°ãããã®ã³ã¼ãã®ä¿®æ£ãå¿ è¦ãå¦ã注ææ·±ãç¢ºèª ãã¦ä¸ããã ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/MyCommonTest.cs | 2 +- OpenTween.Tests/PostClassTest.cs | 14 +- OpenTween.Tests/TwitterTest.cs | 2 +- OpenTween/AppendSettingDialog.cs | 4 +- OpenTween/Connection/HttpTwitter.cs | 98 ++++++++-------- OpenTween/Connection/IMultimediaShareService.cs | 2 +- OpenTween/Connection/TwipplePhoto.cs | 2 +- OpenTween/Connection/TwitPic.cs | 2 +- OpenTween/Connection/TwitterPhoto.cs | 2 +- OpenTween/Connection/imgly.cs | 2 +- OpenTween/Connection/yfrog.cs | 2 +- OpenTween/DataModel.cs | 16 ++-- OpenTween/MyCommon.cs | 4 +- OpenTween/StatusDictionary.cs | 65 ++++++----- OpenTween/Tween.cs | 140 +++++++++++----------- OpenTween/Twitter.cs | 106 +++++++---------- 16 files changed, 224 insertions(+), 239 deletions(-) hooks/post-receive -- open-tween (opentween)