Cornerstone patch?

117 views
Skip to first unread message

Richard Zhao

unread,
Apr 10, 2013, 5:48:52 AM4/10/13
to corners...@googlegroups.com
Hi There,

I'm looking for multi-window support and finally I found cornerstone.  Is it latest source code on https://github.com/Onskreen/cornerstone/tree/master/jelly-bean ?
Why is it not in a patch format or keeping git log to export patch?

I cloned google android-4.1.1_r6 and copy cornerstone jelly-bean files there, and found many rubbish like below in generated patch .
--- a/core/java/android/app/ActivityManagerNative.java
+++ b/core/java/android/app/ActivityManagerNative.java
@@ -167,7 +167,7 @@ public abstract class ActivityManagerNative extends Binder implements IActivityM
             Intent intent = Intent.CREATOR.createFromParcel(data);
             String resolvedType = data.readString();
             IBinder resultTo = data.readStrongBinder();
-            String resultWho = data.readString();    
+            String resultWho = data.readString();
             int requestCode = data.readInt();
             int startFlags = data.readInt();
             Configuration config = Configuration.CREATOR.createFromParcel(data);
@@ -192,7 +192,7 @@ public abstract class ActivityManagerNative extends Binder implements IActivityM
             }
             String resolvedType = data.readString();
             IBinder resultTo = data.readStrongBinder();
-            String resultWho = data.readString();    
+            String resultWho = data.readString();


They're space and format changes. Did I choose a wrong base?

Thanks
Richard

onhsnm

unread,
Apr 10, 2013, 11:19:27 AM4/10/13
to corners...@googlegroups.com
Patch files are included in the wiki section for developers - https://github.com/Onskreen/cornerstone/wiki/Getting-Started:-Developers
Reply all
Reply to author
Forward
0 new messages