aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* java: Handle possible type cast errorsPetre Eftime2016-02-291-1/+6
| | | | Signed-off-by: Petre Eftime <[email protected]>
* Better handling of default adapter and initializationPetre Eftime2016-02-291-4/+3
| | | | Signed-off-by: Petre Eftime <[email protected]>
* java: Fix array size when converting from Java to C++Petre Eftime2016-02-152-10/+2
| | | | Signed-off-by: Petre Eftime <[email protected]>
* jni: Implemented getObject* functions and added defensive checksAndrei Vasiliu2016-02-049-54/+189
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* java: Fixed class name runtime mismatchAndrei Vasiliu2016-02-048-9/+9
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* java: Added install commands for generated binariesAndrei Vasiliu2016-02-032-0/+4
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* Fix Java package runtime mismatchv0.3.0Petre Eftime2016-01-279-26/+27
| | | | Signed-off-by: Petre Eftime <[email protected]>
* java: Added "autoload library" codeStefan Andritoiu2016-01-272-0/+18
| | | | Signed-off-by: Stefan Andritoiu <[email protected]>
* java: Created Java package tinybAndrei Vasiliu2016-01-2521-122/+146
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* java: Added javadoc documentation to tinyb Java APIStefan Andritoiu2016-01-257-4/+328
| | | | Signed-off-by: Stefan Andritoiu <[email protected]>
* Java: Added copyright headerAndrei Vasiliu2016-01-1322-0/+528
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* Java: Solved unused variable warnings in BluetoothEvent.cxxAndrei Vasiliu2016-01-131-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 buildAndrei Vasiliu2016-01-131-0/+1
| | | | Signed-off-by: Andrei Vasiliu <[email protected]>
* Java: Changed List<Byte> to byte[]Andrei Vasiliu2016-01-134-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 filesAndrei Vasiliu2016-01-1214-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 APIAndrei Vasiliu2016-01-1234-0/+2520
Signed-off-by: Andrei Vasiliu <[email protected]>