summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-2049-469/+1754
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-098-14/+14
* java: CMakeLists.txt replace depricated javah with javac -htinybXerxes RĂ„nby2020-02-171-37/+1
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-1519-6/+1343
* BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0Sven Gothel2020-02-094-33/+175
* java jni: Split helper to helper_base + helper_tinyb (modularization)Sven Gothel2020-02-0914-89/+220
* Refine BluetoothFactory using reflection, providing default implementation fa...Sven Gothel2020-02-091-1/+76
* Adding BluetoothDevice API doc in interface headerSven Gothel2020-02-091-0/+4
* Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis...Sven Gothel2020-02-091-7/+12
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-0934-660/+1415
* Move java classes to package sub folderSven Gothel2020-02-0815-0/+0
* JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...connector-1.5connector_b_1.5Sven Gothel2020-02-052-6/+27
* Add experimental Adapter1::ConnectDevice callSven Gothel2020-02-052-1/+66
* BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd...Sven Gothel2020-02-012-0/+38
* BluetoothManager: Allow launching from plain class files (no jar package w/ v...Sven Gothel2020-01-311-1/+1
* Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c...Sven Gothel2020-01-312-0/+49
* Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-masterVlad 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-2310-1/+206
* java: Fix Cmake install path for jarPetre Eftime2016-05-191-1/+1
* java: cmake created wrong path for symlink when VERSION was specified, fixed ...Petre Eftime2016-05-171-2/+1