From: Anna Samoryadova Date: Tue, 22 Nov 2011 06:42:34 +0000 (+0400) Subject: add new images for the site X-Git-Url: http://git.maemo.org/git/?p=mysocials;a=commitdiff_plain;h=37dedf4050c498b7fa8640d220aa623d0f2e2cd8 add new images for the site --- diff --git a/www/api.html b/www/api.html index 06bc6fc..a3240a4 100644 --- a/www/api.html +++ b/www/api.html @@ -269,7 +269,6 @@ Function msa_module_get_info(struct msa_module* d) is used to get informa
<Request class="profile" function="getBaseProfile">
       	<Params id="...">
 </Request>

Attribute id is an id of user whose profile is needed to be received (optional, equals id of owner of current account by default).

Response: @@ -281,6 +280,32 @@ Function msa_module_get_info(struct msa_module* d) is used to get informa </Params> </Response> + +

getStatus

+ Request: +
<Request class="profile" function = "getStatus">
+     <Params id="..." />
+</Request>
+	
+

Attribute id is an id of user whose status is needed to be received (optional, equals id of owner of current account by default).

+ Response: +
<Response class="profile" function = "getStatus">
+      <Params id="vk ...">
+            <string name="Text"> ... </string>
+      </Params>
+</Response>
+	
+ +

setStatus

+ Request: +
<Request class="profile" function = "setStatus">
+     <Params>
+            <string name="Text"> ... </string>
+     </Params>
+</Request>
+	
+

Text is a content of user's status.

+ Response: info message or error message. diff --git a/www/images/Friends-Harmattan.png b/www/images/Friends-Harmattan.png old mode 100644 new mode 100755 diff --git a/www/images/Mysocials-arch.png b/www/images/Mysocials-arch.png old mode 100644 new mode 100755 diff --git a/www/images/albums-desktop.png b/www/images/albums-desktop.png old mode 100644 new mode 100755 diff --git a/www/images/application_install.png b/www/images/application_install.png old mode 100644 new mode 100755 diff --git a/www/images/comments.png b/www/images/comments.png old mode 100644 new mode 100755 diff --git a/www/images/general_back.png b/www/images/general_back.png old mode 100644 new mode 100755 diff --git a/www/images/general_backspace.png b/www/images/general_backspace.png old mode 100644 new mode 100755 diff --git a/www/images/general_refresh.png b/www/images/general_refresh.png old mode 100644 new mode 100755 diff --git a/www/images/icon.png b/www/images/icon.png old mode 100644 new mode 100755 diff --git a/www/images/send-comment.png b/www/images/send-comment.png old mode 100644 new mode 100755 diff --git a/www/screenshots.html b/www/screenshots.html index 1a97c6d..73262e9 100644 --- a/www/screenshots.html +++ b/www/screenshots.html @@ -78,7 +78,11 @@ After choosing one of your friends from the list you see his/her profile information. From this form you can go to browsing the user's albums, messages or send new message to him/her. Button Back Button returns you to the previous screen (in this case friends list form).

Maemo 5 version

After choosing messages icon from toolbar you can browse your new messages from the services, inbox and outbox messages, and your drafts. -

Maemo 5 version

+

+ Maemo 5 version  + Maemo 5 version  + Maemo 5 version  +

After choosing albums icon from toolbar you can browse the list of user's albums.

Maemo 5 version

Content of chosen album is shown as a list of previews of the images. @@ -90,7 +94,7 @@

Application settings

You can use main menu of MySocials to set up the application.

-

Maemo 5 version

+

Maemo 5 version: main menu

"Program settings" menu item allows you to set up some specific settings of the application. The item "Enable window rotation" is available only for mobile devices. It allows the application to respond when your device changes it's position in space. The item "Enable multi panel mode" controls the number of panels in the main form of the application. If you choose this option, you see current panel with data from service (for example, the list of pictures) and the previous one (the list of albums). Otherwise you see only one panel with data in the main form of the application. It is very convenient for devices with small screen such as mobile devices. Button "Clear cache" allows you to clean application's cache to save your device resources.

Maemo 5 version

After choosing "Network" item you can set proxy settings. Button "No Proxy" turns off the search of proxy setting in your system. Button "System" activates the search of proxy settings in your system to use them in the application. Button "Manual" activates the fields for inputing Address and Port of proxy that you use in your system.