From upsilon ¡÷ users.sourceforge.jp Sun Aug 25 15:16:00 2013 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Sun, 25 Aug 2013 06:16:00 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.1.2-4-gbf2677b Message-ID: <1377411329.300332.10909.nullmailer@users.sourceforge.jp> 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 bf2677bd6dd0761de4034589419cb6abf4043570 (commit) from 83c88bf019c9664e8c1661b64695eac4b8d44f51 (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 bf2677bd6dd0761de4034589419cb6abf4043570 Author: Kimura Youichi Date: Sun Aug 25 15:04:41 2013 +0900 REST API???????????µ±ä¸? https://dev.twitter.com/docs/error-codes-responses ???è¼????????????¼ã??¼ã?????? ----------------------------------------------------------------------- Summary of changes: OpenTween/DataModel.cs | 77 ++- OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/Tween.cs | 14 +- OpenTween/Twitter.cs | 1376 ++++++++++--------------------------- 4 files changed, 426 insertions(+), 1043 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon ¡÷ users.sourceforge.jp Wed Aug 28 23:22:05 2013 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Wed, 28 Aug 2013 14:22:05 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.1.2-5-g3847637 Message-ID: <1377699711.960956.11581.nullmailer@users.sourceforge.jp> 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 3847637b3e65218fa20eeb64ff6e52c7aea9e0c3 (commit) from bf2677bd6dd0761de4034589419cb6abf4043570 (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 3847637b3e65218fa20eeb64ff6e52c7aea9e0c3 Author: Kimura Youichi Date: Sun Aug 25 06:22:58 2013 +0900 followers/ids, no_retweets/ids, blocks/ids, help/configuration ??????????????? ----------------------------------------------------------------------- Summary of changes: OpenTween/Connection/HttpTwitter.cs | 16 +- OpenTween/MyCommon.cs | 10 + OpenTween/OpenTween.csproj | 1 + OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/Tween.cs | 24 ++- OpenTween/Twitter.cs | 210 +++++++++++--------- .../WebApiException.cs | 36 ++-- 7 files changed, 173 insertions(+), 126 deletions(-) copy OpenTween.Tests/Api/ApiLimitTest.cs => OpenTween/WebApiException.cs (55%) hooks/post-receive -- open-tween (opentween) From upsilon ¡÷ users.sourceforge.jp Fri Aug 30 05:15:47 2013 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Thu, 29 Aug 2013 20:15:47 -0000 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.1.2-8-g416ac0b Message-ID: <1377807334.005458.16916.nullmailer@users.sourceforge.jp> 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 416ac0b37b3ad923ef4b23d84d9ebe971098f4d2 (commit) via 02e9cbe17452292dd2464d49075f9566bd96e7f3 (commit) via a7a71a06ea64f6ae2e28f576b0e854b236e5732b (commit) from 3847637b3e65218fa20eeb64ff6e52c7aea9e0c3 (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 416ac0b37b3ad923ef4b23d84d9ebe971098f4d2 Merge: 3847637 02e9cbe Author: Kimura Youichi Date: Fri Aug 30 05:07:53 2013 +0900 Merge branch 'drop-api-v1' commit 02e9cbe17452292dd2464d49075f9566bd96e7f3 Author: Kimura Youichi Date: Fri Aug 30 04:38:24 2013 +0900 API使ç????è¨??????? API v1 ????????????????ºæ?????????? commit a7a71a06ea64f6ae2e28f576b0e854b236e5732b Author: Kimura Youichi Date: Fri Aug 30 04:00:56 2013 +0900 REST API v1 ????¤ã?API????¼ã?????? ----------------------------------------------------------------------- Summary of changes: OpenTween.Tests/Api/TwitterApiStatusTest.cs | 82 +---- OpenTween.Tests/ToolStripAPIGaugeTest.cs | 24 +-- OpenTween/Api/TwitterApiStatus.cs | 136 ++++++--- OpenTween/Api/TwitterApiStatus11.cs | 150 --------- OpenTween/AppendSettingDialog.Designer.cs | 57 ---- OpenTween/AppendSettingDialog.cs | 148 +--------- OpenTween/AppendSettingDialog.en.resx | 9 - OpenTween/AppendSettingDialog.resx | 198 ------------ OpenTween/AppendSettingDialog.zh-CHS.resx | 18 - OpenTween/Connection/HttpTwitter.cs | 333 +++++--------------- OpenTween/DataModel.cs | 56 +---- OpenTween/MyCommon.cs | 1 - OpenTween/OpenTween.csproj | 1 - OpenTween/Properties/Resources.Designer.cs | 18 - OpenTween/Properties/Resources.en.resx | 6 - OpenTween/Properties/Resources.resx | 6 - OpenTween/Properties/Resources.zh-CHS.resx | 3 - OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/Setting/SettingCommon.cs | 2 - OpenTween/ToolStripAPIGauge.cs | 29 +-- OpenTween/Tween.cs | 62 +---- OpenTween/Twitter.cs | 448 +-------------------------- 22 files changed, 229 insertions(+), 1559 deletions(-) delete mode 100644 OpenTween/Api/TwitterApiStatus11.cs hooks/post-receive -- open-tween (opentween)