aboutsummaryrefslogtreecommitdiffstats
path: root/java_fat/manifest-fat.txt.in
Commit message (Collapse)AuthorAgeFilesLines
* Adopt jaulib detailed git version info: Using VERSION_COMMITS and ↵Sven Gothel2022-02-071-5/+5
| | | | VERSION_SHA1_SHORT. VERSION_LONG reflects post-tag and dirty.
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-4/+1
| | | | | | | | | | | | | | | | | | Starting with version 2.3, the previously refactored *TinyB* has been removed completely. Motivation was lack of detailed Bluetooth support, inclusive increasing diversion with *Direct-BT*. Furthermore, work is underway for `BLE slave periphal and GATT server` support and its mapping to *BlueZ D-Bus* is questionable and would be resource intensive. Java API changed as follows: - Objects no more Clonable - Removed dead unsupported code - Removed deprecated code - Added 'GattCharPropertySet', representing property bit mask for BTGattChar, replacing the string array.
* Have BTFactory.main(..) show version info and available adapter, also ↵Sven Gothel2021-01-271-1/+1
| | | | | | whether jaulib is used or not; BTFactory: Shorten names (API) direct_bt.jar: Don't use jaulib.jar in its Class-Path (manifest)
* Adapt to jaulib changes: Jar naming convention (dash, not underscore for ↵Sven Gothel2021-01-261-0/+46
extras) ..; direct-bt-fat* includes jaulib-fat (standalone) direct-bt-fat.jar is with Tinyb direct-bt-fat2.jar is ex Tinyb (merely testing size and encapsulation)