Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java: Handle possible type cast errors | Petre Eftime | 2016-02-29 | 1 | -1/+6 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | Better handling of default adapter and initialization | Petre Eftime | 2016-02-29 | 1 | -4/+3 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | java: Fix array size when converting from Java to C++ | Petre Eftime | 2016-02-15 | 2 | -10/+2 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | jni: Implemented getObject* functions and added defensive checks | Andrei Vasiliu | 2016-02-04 | 9 | -54/+189 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | java: Fixed class name runtime mismatch | Andrei Vasiliu | 2016-02-04 | 8 | -9/+9 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | java: Added install commands for generated binaries | Andrei Vasiliu | 2016-02-03 | 2 | -0/+4 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Fix Java package runtime mismatchv0.3.0 | Petre Eftime | 2016-01-27 | 9 | -26/+27 |
| | | | | Signed-off-by: Petre Eftime <[email protected]> | ||||
* | java: Added "autoload library" code | Stefan Andritoiu | 2016-01-27 | 2 | -0/+18 |
| | | | | Signed-off-by: Stefan Andritoiu <[email protected]> | ||||
* | java: Created Java package tinyb | Andrei Vasiliu | 2016-01-25 | 21 | -122/+146 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | java: Added javadoc documentation to tinyb Java API | Stefan Andritoiu | 2016-01-25 | 7 | -4/+328 |
| | | | | Signed-off-by: Stefan Andritoiu <[email protected]> | ||||
* | Java: Added copyright header | Andrei Vasiliu | 2016-01-13 | 22 | -0/+528 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Java: Solved unused variable warnings in BluetoothEvent.cxx | Andrei Vasiliu | 2016-01-13 | 1 | -0/+30 |
| | | | | | | | | Events are not yet implemented in the native part. This commit solves warning issues caused by unused variables from BluetoothEvent.cxx. Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Java: Enabled warnings for JNI build | Andrei Vasiliu | 2016-01-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Java: Changed List<Byte> to byte[] | Andrei Vasiliu | 2016-01-13 | 4 | -97/+34 |
| | | | | | | byte[] is more friendly to be used by Java developers. Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Java: Added cmake to Java bindings and deleted JNI header files | Andrei Vasiliu | 2016-01-12 | 14 | -980/+77 |
| | | | | | | | Cmake also generates JNI header files, therefore they are no longer required to be in the repo. Signed-off-by: Andrei Vasiliu <[email protected]> | ||||
* | Java: Added Java API | Andrei Vasiliu | 2016-01-12 | 34 | -0/+2520 |
Signed-off-by: Andrei Vasiliu <[email protected]> |