aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
* Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...Vlad Kolotov2017-10-142-4/+21
* Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,...Vlad Kolotov2017-10-145-4/+78
* Adding support for setting RSSI discovery filterVlad Kolotov2017-10-142-1/+28
* Added Java method BluetoothManager::getDiscovering()Misterioso2017-10-032-0/+24
* Removing System.exit as it causes to exit application containers (like OSGi a...Vlad Kolotov2017-10-031-1/+0
* Added Java method BluetoothDevice::remove()Misterioso2017-09-242-0/+26
* Fix issue #121Tzafrir Poupko2017-09-241-4/+4
* Fix native memory leakTzafrir Poupko2017-09-135-2/+39
* drop dependencies of unused linked librariesMarkus Rathgeb2017-09-131-0/+2
* Removed System.exit from BluetoothManagerpierantoniomerlino2017-09-071-3/+2
* Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPowerStephan Bodmer2017-08-185-3/+123
* Provide a java method to release native memoryTzafrir Poupko2017-08-061-2/+16
* Fix java objects memory leakTzafrir Poupko2017-08-054-0/+14
* Force loading of tinyb libpierantoniomerlino2017-07-181-0/+1
* Added getInterfaceName methodpierantoniomerlino2017-06-301-0/+8
* java: Add notifications for ManufacturerData, ServiceData and ServicesResolvedPetre Eftime2016-10-312-0/+233
* Fix JNI FindClass "tinyb/BluetoothNotification" not foundJulien Decaen2016-10-286-11/+23
* Add missing BluetoothDevice propertiesPetre Eftime2016-09-162-0/+156
* java: Document Notification methodsPetre Eftime2016-07-115-12/+140
* java: Refactor JNIMem classesPetre Eftime2016-07-062-40/+71
* Add license headers where missingPetre Eftime2016-07-063-1/+72
* java: Add hashCode function for BluetoothObjectsPetre Eftime2016-07-052-0/+14
* java: throw BluetoothExceptions explicitlyPetre Eftime2016-07-055-15/+15
* java: Properly uppercase UUIDPetre Eftime2016-07-018-8/+8
* java: Add initial support for Java notificationsPetre Eftime2016-07-0111-14/+638
* java: BluetoothObject should not be instantiatedPetre Eftime2016-07-011-1/+1
* Add support for notificationsPetre Eftime2016-06-303-7/+7
* java: Make BluetoothException publicPetre Eftime2016-06-011-1/+1
* java: jni: Fix other typos in JNI codePetre Eftime2016-05-311-2/+2
* java: jni: Fix typo in convert_vector_to_objectPetre Eftime2016-05-271-1/+1
* Add copyright headers to new classesPetre Eftime2016-05-231-1/+23
* c++, java: Add BluetoothException, throw it on DBus or BlueZ errorPetre Eftime2016-05-239-1/+205
* java: throw exceptions from JNI to JavaPetre Eftime2016-05-108-546/+1591
* java: Properly override equals for BluetoothObjectPetre Eftime2016-05-091-5/+3
* c++, java: Optional values return null when they are not availablePetre Eftime2016-05-062-6/+12
* Add functions to retrieve version information. Check library versions in getB...Petre Eftime2016-05-042-1/+29
* java: Remove duplicated code in constructor and finalizePetre Eftime2016-04-186-41/+1
* java: BluetoothObject should implement CloneablePetre Eftime2016-04-151-1/+1
* java: Add description to find functionsPetre Eftime2016-03-185-6/+183
* jni: clean up allocated strings after getObject_setterPetre Eftime2016-03-071-0/+12
* java: Add find methods to classes, add AsyncTinyB examplePetre Eftime2016-03-078-0/+109
* jni: Fix reference to stack object in getObject_setterPetre Eftime2016-03-071-2/+2
* java: Handle possible type cast errorsPetre Eftime2016-02-291-1/+6
* Better handling of default adapter and initializationPetre Eftime2016-02-291-4/+3
* java: Fix array size when converting from Java to C++Petre Eftime2016-02-152-10/+2
* jni: Implemented getObject* functions and added defensive checksAndrei Vasiliu2016-02-049-54/+189
* java: Fixed class name runtime mismatchAndrei Vasiliu2016-02-048-9/+9
* java: Added install commands for generated binariesAndrei Vasiliu2016-02-031-0/+2
* Fix Java package runtime mismatchPetre Eftime2016-01-279-26/+27
* java: Added "autoload library" codeStefan Andritoiu2016-01-272-0/+18