aboutsummaryrefslogtreecommitdiffstats
path: root/java/jni/JNIMem.hpp
Commit message (Expand)AuthorAgeFilesLines
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-198/+0
* C++ noexcept: JNIMem* (convert exception in dtor to abort)Sven Gothel2020-09-151-10/+10
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-3/+3
* DBTAdapter::JNIAdapterStatusListener: Use JNIGlobalRef directly w/o unique_pt...Sven Gothel2020-06-081-0/+3
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-2/+83
* Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..)Sven Gothel2020-05-121-0/+3
* JNIGlobalRef: Add copy-ctor, move-ctor and equality operationsSven Gothel2020-05-041-0/+11
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-3/+25
* JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...Sven Gothel2020-02-051-0/+1
* java: Refactor JNIMem classesPetre Eftime2016-07-061-40/+28
* Add license headers where missingPetre Eftime2016-07-061-0/+24
* java: Add initial support for Java notificationsPetre Eftime2016-07-011-0/+65