From 045c7c960ab796307f494c1c4f14ee472801d7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 22 May 2013 11:10:36 +0000 Subject: Facebook: Option to share status with "Friends of friends". Updated readme. git-svn-id: http://svn.miranda-ng.org/main/trunk@4797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/docs/facebook - readme_cz.txt | 9 +++++++-- protocols/FacebookRM/docs/facebook - readme_en.txt | 9 +++++++-- protocols/FacebookRM/src/constants.h | 1 + 3 files changed, 15 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/FacebookRM/docs/facebook - readme_cz.txt b/protocols/FacebookRM/docs/facebook - readme_cz.txt index c3f71b9af7..d07a1b975c 100644 --- a/protocols/FacebookRM/docs/facebook - readme_cz.txt +++ b/protocols/FacebookRM/docs/facebook - readme_cz.txt @@ -1,7 +1,7 @@ -------------------------------- -| Facebook Protocol RM 0.1.0.1 | +| Facebook Protocol RM 0.1.1.0 | | pro Miranda NG | -| (20.5.2013) | +| (21.5.2013) | -------------------------------- Autor: Robyer @@ -32,6 +32,11 @@ Info: -------------------------------- Historie verzí -------------------------------- +0.1.1.0 - 21.5.2013 + * Vylepšení dialogu pro sdílení stavu + + Pro sdílení stavu přidány volby pro soukromí a umístění + + Přidána ikona do tlačítkové lišty pro sdílení stavu + 0.1.0.1 - 20.5.2013 ! Fixed showing notifications without url + Added icons for notification and newsweed popups diff --git a/protocols/FacebookRM/docs/facebook - readme_en.txt b/protocols/FacebookRM/docs/facebook - readme_en.txt index a4b64f8ce9..ef50f8f3fc 100644 --- a/protocols/FacebookRM/docs/facebook - readme_en.txt +++ b/protocols/FacebookRM/docs/facebook - readme_en.txt @@ -1,7 +1,7 @@ -------------------------------- -| Facebook Protocol RM 0.1.0.1 | +| Facebook Protocol RM 0.1.1.0 | | for Miranda NG | -| (20.5.2013) | +| (21.5.2013) | -------------------------------- Autor: Robyer @@ -32,6 +32,11 @@ Info: -------------------------------- Version history -------------------------------- +0.1.1.0 - 21.5.2013 + * Mind dialog improvements + + Added privacy and place options into Mind dialog + + Toolbar button for setting Mind + 0.1.0.1 - 20.5.2013 ! Fixed showing notifications without url + Added icons for notification and newsweed popups diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b66bf6aaac..e15b52b6bb 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -146,6 +146,7 @@ static const ttype server_types[] = { // Status privacy types static const ttype privacy_types[] = { { LPGEN("For everyone"), "80" }, + { LPGEN("For friends of friends"), "111&audience[0][custom_value]=50" }, { LPGEN("For friends"), "40" }, { LPGEN("Only for me"), "10" }, }; \ No newline at end of file -- cgit v1.2.3