box-android-apptoapp-sdk
box-android-apptoapp-sdk copied to clipboard
This SDK supports Box OneCloud integrations on Android that handle file ‘roundtrips’. That is, it enables file open-edit-save scenarios between the Box app and partner apps without the need for partne...
Utilizing BoxSynchronous should not require a ProgressListener or a Handler when calling upload or download.
I've recreated this repo now. Sorry about that, I got git in a real tangle. Alex
I get this error only on a Gingerbread device W/System.err( 5892): javax.net.ssl.SSLHandshakeException: org.bouncycastle.jce.exception.ExtCertPathValidatorException: Could not validate certificate signature. W/System.err( 5892): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:477) W/System.err( 5892): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:328) W/System.err( 5892): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection.setupSecureSocket(HttpConnection.java:185)...
In the authentication webview there's a text "Box for Android". Taping on it shows a button "Get the App". I expect taping on the 'Get the App" button will bring...
The current implementation of BoxAuthentication activity gives a bad user experience. A user sees a white screen until the login form is loaded. Show a progress bur during the loading...
BoxSynchronous upload() and download() crashes if their listener and handler params are nulls.
It's currently not possible to get an InputStream and manually do the copying. This would be very convenient since I compress files that my app syncs between devices via Box....
Please remove resources used in BoxAuthentication. This will allow using this library in other apps as a compiled .jar file, not as source-based library. This can be done easily: ```...
With a couple of very small tweaks I believe that the sdk could be distributed as a pre-packaged JAR file, rather than an eclipse project. All it would take is...
After the first call to Box.getAccountTree, subsequent calls result in the onComplete handler being called with a null BoxFolder, and the status "unknown http status" (or whatever the appropriate constant...