Grisha Kruglov
b6d69f9157
Symlink libmentat_ffi.so in Android SDK to the generated --release files
2018-06-01 15:43:44 -04:00
Grisha Kruglov
c5df9eb98c
Add Android SDK sample project which exercises mentat SDK
2018-06-01 15:43:43 -04:00
Grisha Kruglov
250e35b726
Gradle support for publishing to bintray ( #720 ) r=ncalexan
...
* Rename SDK package name from com.mozilla.mentat to org.mozilla.mentat
* Gradle configuration for publishing to a bintray repository
2018-05-30 13:38:45 -07:00
Grisha Kruglov
b0421c61b4
Min SDK 16, bump dependency versions, update gradle & wrapper, fix linter error ( #717 ) r= fluffyemily
...
Bump versions, update gradle wrapper, fix linter error (log tag too long)
2018-05-29 10:16:32 -07:00
Emily Toop
6121da3592
Address review comments @nalexander
2018-05-15 15:39:15 +01:00
Emily Toop
2c0f755632
Address review comments @nalexander
2018-05-15 15:39:15 +01:00
Emily Toop
35467c1b24
Wrap caching FFI functions in Android Java library.
...
`CacheDirection` enum is used only on the Android side to provide a usable interface. FFI calls are more explicit.
Tests ensure that a cached query is faster than the uncached one.
2018-05-15 15:39:15 +01:00
Emily Toop
e0cd9b6b20
Implement InProgress transactions and InProgress and Entity builders on Android.
...
Rename some of the functions in TypedValue, TupleResult and QueryBuilder to make them more Javay and less Swifty
2018-05-15 15:39:15 +01:00
Emily Toop
013629dec6
iOS and Android (Java) sdk framework ( #643 )
...
Documents the FFI layer for Mentat, and provides transaction functionality via an EDN string. Creates two native libraries for iOS (Swift) and Android (Java) and fully tests the FFI for both platforms.
Closes #619 #614 #611
2018-05-14 16:20:36 +01:00