summaryrefslogtreecommitdiffstats
path: root/java/jni/BluetoothGattCharacteristic.cxx
Commit message (Expand)AuthorAgeFilesLines
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-091-359/+0
* Fix native memory leakTzafrir Poupko2017-09-131-0/+1
* Fix java objects memory leakTzafrir Poupko2017-08-051-0/+1
* Fix JNI FindClass "tinyb/BluetoothNotification" not foundJulien Decaen2016-10-281-1/+1
* java: Properly uppercase UUIDPetre Eftime2016-07-011-1/+1
* java: Add initial support for Java notificationsPetre Eftime2016-07-011-7/+17
* Add support for notificationsPetre Eftime2016-06-301-4/+4
* c++, java: Add BluetoothException, throw it on DBus or BlueZ errorPetre Eftime2016-05-231-0/+26
* java: throw exceptions from JNI to Javav0.4.2Petre Eftime2016-05-101-88/+231
* java: Fix array size when converting from Java to C++Petre Eftime2016-02-151-5/+1
* jni: Implemented getObject* functions and added defensive checksAndrei Vasiliu2016-02-041-1/+6
* java: Fixed class name runtime mismatchAndrei Vasiliu2016-02-041-1/+1
* Fix Java package runtime mismatchv0.3.0Petre Eftime2016-01-271-3/+2
* java: Created Java package tinybAndrei Vasiliu2016-01-251-14/+14
* Java: Added copyright headerAndrei Vasiliu2016-01-131-0/+24
* Java: Changed List<Byte> to byte[]Andrei Vasiliu2016-01-131-46/+15
* Java: Added Java APIAndrei Vasiliu2016-01-121-0/+185