Wykres commitów

13 Commity (26a2f9363e3b48c044160dfbd3e6e7afe51fbf0a)

Autor SHA1 Wiadomość Data
Kai Morich 26a2f9363e target sdk 34
Pending intent and broadcast receiver changed according to sdk 34 release notes.
Permisssion dialog now shown while fragment is paused.
2024-02-18 13:30:50 +01:00
elicec 88b74d716c add GSM Modem usb device driver 2023-07-31 08:57:34 +08:00
kai-morich 6c648e9f56 have to use MUTABLE to get GRANTED flag at intent extras 2023-03-11 17:42:12 +01:00
kai-morich ab27c19dc3 sdk 31 fixes: pending intent mutability 2022-07-21 21:59:36 +02:00
kai-morich 128d1a00b1 new SerialInputOutputManager.start() method
Previously recommended start action `Executors.newSingleThreadExecutor().submit(ioManager)` did not shutdown the Executor, which caused a thread leak. It's still possible to use old style start, as SerialInputOutputManager continues to implement Runnable interface.
2021-04-16 21:55:22 +02:00
kai-morich c917ac5c83 fixed example app crash 2021-04-02 20:36:12 +02:00
kai-morich f1d73c04dc fixed some warnings 2021-04-02 20:28:41 +02:00
kai-morich fc610a9764 IntDef Parity for better warnings
but no @Intdef for databits, stopbits as these are frequently used with numbers instead of constants
remove redundant modifiers
2021-01-16 23:21:10 +01:00
kai-morich 768f716600 new setBreak() method 2020-10-14 20:36:49 +02:00
kai-morich a2f0097092 improve control line example 2020-07-19 19:16:05 +02:00
kai-morich 7423fd9d79 new getControlLines() and getSupportedControLines() methods
getControlLines() requires less USB calls than calling getRTS() + ... + getRI() individually.
getSupportedControlLines() tells you, which control lines are supported by a driver. Previously you had to check the driver implementation.
2020-06-30 18:10:02 +02:00
kai-morich ca78840144 example app with event-based or direct read 2020-04-08 22:21:26 +02:00
kai-morich 2354f93354 modernize example app 2020-03-29 16:56:26 +02:00