You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by jm...@apache.org on 2012/09/26 17:16:45 UTC

svn commit: r1390553 - /chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README

Author: jmpascal
Date: Wed Sep 26 15:16:45 2012
New Revision: 1390553

URL: http://svn.apache.org/viewvc?rev=1390553&view=rev
Log:
Replace unicode character + add supported binding.

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README

Modified: chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README?rev=1390553&r1=1390552&r2=1390553&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/README Wed Sep 26 15:16:45 2012
@@ -4,10 +4,16 @@ OpenCMIS Android Client
 The OpenCMIS Android Client provides a collection of methods to access and manage CMIS Repository.
 
 
+OpenCMIS Client Bindings supported
+----------------------------------
+OpenCMIS Android Client uses ATOMPUB binding.
+Web Service Binding (SOAP protocol) & jSON Binding are not supported in this library.
+
+
 Android Version Supported
 -------------------------
-Previous versions of Android don’t contain all dependencies required to run and use OpenCMIS Android client.  
-It’s only since Android 2.3 (aka Gingerbread) everything works. 
+Previous versions of Android don't contain all dependencies required to run and use OpenCMIS Android client.  
+It's only since Android 2.3 (aka Gingerbread) everything works. 
 In other terms, Android client supports Android 2.3 and above
 
 -------------------------
@@ -15,11 +21,11 @@ In other terms, Android client supports 
 -------------------------
 OpenCMIS Android Client is a SYNCHRONOUS library ! 
 It's highly recommended that you encapsulate all CMIS operations in background thread. 
-In Android It’s possible to use
-•	Services
-•	Loaders
-•	AsyncTask
-•	Thread/Handler
+In Android It's possible to use
++	Services
++	Loaders
++	AsyncTask
++	Thread/Handler
 
 For more information on Thread and background task : <http://developer.android.com/guide/components/processes-and-threads.html>
 
@@ -118,11 +124,4 @@ public class FirstOpenCMISActivity exten
     		tv.setText(result);
     	}
     }
-}
-
-
-License
--------
-
-Apache License, Version 2.0
-Please see <http://www.apache.org/licenses/LICENSE-2.0>.
+}
\ No newline at end of file