Wykres commitów

392 Commity (integration_api_tests)

Autor SHA1 Wiadomość Data
Bart bad5558125 added CC3D board (STM F1) 2018-01-11 03:33:50 +01:00
Bart e8847515d0
added CC3D 2018-01-11 03:23:25 +01:00
Bart 5c652593cf
added fake FTDI reprogrammed by driver 2018-01-11 03:20:22 +01:00
Bart 49137fac4d
Ignore modem connected on Samsung devices 2018-01-11 03:15:42 +01:00
Henry Addo 9d9c4183b6 Automate Releases Using Travis CI and Github Releases
Add Travis CI config with github release support.
This should upload artifacts to GitHub release after
a tag is pushed to the repo. A way to automate the release.
It also makes builds on every branch that gets a commit push.

Add information on how to make a release for the project. This
is a separate markdown file detailing the procedure.
2018-01-08 07:49:22 +01:00
Henry Addo 33fc1736da
Merge pull request #140 from felHR85/bumpTargetSDK
Bump target SDK
2018-01-06 06:45:22 +01:00
Henry Addo 845a46d3f5 Bump target SDK 2018-01-05 10:36:37 +01:00
Henry Addo 460cddcf2e
Merge pull request #139 from felHR85/upgradeAndroidGradleTools
Upgrade android Gradle tools
2018-01-05 10:22:23 +01:00
Henry Addo c228699a2f Remove build tools version
The latest Android Gradle plugin now set its default
build tools version so explicitly setting is not necessary.
2018-01-04 17:26:10 +01:00
Henry Addo b78dad5120 Change compile to implementation 2018-01-04 17:23:07 +01:00
Henry Addo aaf20b3d35 Upgrade Android Gradle plugin to version 3.0.1 2018-01-04 17:19:06 +01:00
Henry Addo d1cea05561
Merge pull request #137 from felHR85/bugfix/intermittentcrashes
Fix intermittent crashes with buffer reads
2018-01-04 13:55:35 +01:00
Felipe Herranz e9d27bbba0 returning a 0 length array when position -1 2018-01-04 13:10:05 +01:00
Felipe Herranz 55bff1505a Merge branch 'master' of https://github.com/felHR85/UsbSerial 2018-01-04 12:47:30 +01:00
Henry Addo 09a3f869ec Minor code reformatting 2018-01-04 03:14:34 +01:00
Henry Addo 42e8e772e0 Return when put byte array is empty or null 2018-01-04 03:14:02 +01:00
Henry Addo 0a4d47f409 Return empty buffer when there's no read 2018-01-04 01:58:53 +01:00
Henry Addo 3fcccaad6f Fix intermittent crashes with buffer reads
It seems there are some cases that the `from` value for
Arrays#copyOfRange is `-1` or less. This causes it to throw
`IllegalArgumentException`. To naively solve this issue,
make sure the `to` argument is `0` or more.
2018-01-03 10:34:45 +01:00
Henry Addo 7787601e90
Merge pull request #127 from aromajoin/master
Fix null exception crash in read() API by checking nullability first.
2018-01-03 09:18:12 +01:00
Quang Nguyen de152a0684
Fix null exception in read() API by checking nullability first. 2017-11-21 17:31:24 +09:00
Jaromor b32cbb57ff implemented initial baud rate for CDCSerialDevice 2017-05-08 17:12:51 +02:00
Jaromor 8c6969b6ac subclasses can now implement support for initial baud rate (see issue #91) 2017-05-08 17:01:39 +02:00
Felipe Herranz fee3d86f5c changed compile line to 4.5.1 2016-11-02 23:13:58 +01:00
Felipe Herranz 3895d03581 added UC-232A Serial Port from ATEN manufacturer 2016-11-02 23:06:16 +01:00
Felipe Herranz fb3e96a43d added jar version of usbserial for the sake of retrocompatibility 2016-09-23 19:05:35 +02:00
Felipe Herranz fc1078d0db UsbSerial dependency updated 2016-09-18 21:56:08 +02:00
Felipe Herranz 0bdfd9adce Merge pull request #75 from felHR85/sync_example
Synchronous example and bug solved
2016-09-18 21:46:31 +02:00
Felipe Herranz 65bcb0ed66 deleted unused imports 2016-09-18 21:45:18 +02:00
Felipe Herranz f63a29f0b4 solved a bug in syncRead for FTDI devices 2016-09-18 21:42:19 +02:00
Felipe Herranz ee68de6f3a changed synchronous read in synchronous example 2016-09-18 18:38:47 +02:00
Felipe Herranz 5321490a3d added MainActivity to synchronous example 2016-09-17 19:16:39 +02:00
Felipe Herranz d15adc3252 added layout for synchronous example 2016-09-17 17:10:02 +02:00
Felipe Herranz c2c853d6d6 added UsbService to sync example 2016-09-17 16:09:04 +02:00
Felipe Herranz c20adbeec3 synchronous example added 2016-09-17 13:52:58 +02:00
Felipe Herranz 6da6212692 added some comments in UsbSerial example 2016-09-02 10:54:11 +02:00
Felipe Herranz c65b6276cc gitter badge moved 2016-08-30 00:15:49 +02:00
Felipe Herranz e87992aad8 Merge pull request #69 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-08-30 00:14:59 +02:00
The Gitter Badger 4d436c4209 Add Gitter badge 2016-08-29 22:12:01 +00:00
Felipe Herranz a025fc8332 Added Android Arsenal badge 2016-08-16 22:14:51 +02:00
Felipe Herranz a8cc320792 updated readme to 4.4 2016-07-23 16:53:43 +02:00
Felipe Herranz 59add313e9 added isSupported method 2016-07-23 13:41:35 +02:00
Felipe Herranz 19f7773dff added safeguards in stopFlowControlThread methods 2016-07-23 13:21:30 +02:00
Felipe Herranz 16966f1bd8 gradle version updated 2016-07-18 23:59:48 +02:00
Felipe Herranz d2d05a781c change run call for start 2016-07-18 23:55:03 +02:00
Felipe Herranz 8bd88ea83b fix usb hub excluding logic 2016-07-03 16:50:29 +02:00
Felipe Herranz 4a5efb2c39 Merge pull request #53 from josejuansanchez/master
This fixes issue #52
2016-06-30 17:45:09 +02:00
José Juan Sánchez a7fe800bbf This fixes issue #52 2016-06-19 22:16:23 +02:00
Felipe Herranz 5de9ca422b Merge pull request #51 from josejuansanchez/master
Added scroll vertically automatically in TextView
2016-06-19 11:17:35 +02:00
José Juan Sánchez bb214e85d7 Added scroll vertically automatically in TextView 2016-06-19 03:12:01 +02:00
Felipe Herranz 796f59fd0c Updated with jitpack badge 2016-05-01 18:11:27 +02:00