summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/FacebookRM/docs/facebook - readme_cz.txt9
-rw-r--r--protocols/FacebookRM/docs/facebook - readme_en.txt9
-rw-r--r--protocols/FacebookRM/src/constants.h1
3 files changed, 15 insertions, 4 deletions
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