- Jul 18, 2017
-
-
developer1 authored
-
- Jun 23, 2017
-
-
developer4 authored
Added "Block write" key to the UI. Click on the "Block write" key to write data (16 byte hexadecimal representation) from the "Block data" edit box to the card. "Block Addr.", "Authentication mode" and "Key" have to be correctly defined before write data to the card.
-
- Jul 11, 2016
-
-
developer4 authored
implementing new class DlReader v2.6.
-
- Jun 28, 2016
-
-
developer4 authored
-
- Jun 17, 2016
-
-
developer4 authored
Updated app/build/outputs/apk/app-debug.apk file.
-
developer4 authored
-Implemented command stack algorithm as an improvement when issuing commands from user interface to instance of DlReader library. -Command stack algorithm is implemented using an java.util.concurrent.ConcurrentLinkedQueue class.
-
- May 26, 2016
-
-
developer13 authored
- Improved algorithm for detecting connection/disconnection of the uFR devices. - For most devices not supporting USB Host mode (without OTG) only way when attached Android Open Accessory device is plugged out from the USB port is to terminate Application by calling android.os.Process.killProcess(android.os.Process.myPid()). - On Android devices having API 21 or higher, it is recommended to put //android:autoRemoveFromRecents="true"// in <activity> tag of the AndroidManifest.xml file.
-
- May 19, 2016
-
-
developer13 authored
- Added support for D-Logic FT312D-RS485 interface in app (res/xml/accessory_filter.xml) and DlReader library.
-
- May 18, 2016
-
-
developer13 authored
-
- May 13, 2016
-
-
developer13 authored
-
- Apr 25, 2016
-
-
developer13 authored
-
developer13 authored
-
developer13 authored
Implemented class DlReader v1.8 - Added support for DLogic AoA interfaces based on FTDI Vinculum II and AoA uFR interfaces based on FT312D chips.
-
- Dec 04, 2015
-
-
developer4 authored
Fixed algorithm for obtaining permission to communicate with USB device. Obtaining permission algorithm is encapsulated in FTDI Class D2xxManager. So we had to implement Activity.onResume() in our application. In onResume() method, we create a trend for automatic connection just in case that connected device have obtained permition. On device close we have destroy a trend for automatic connection. class DlReader v1.7 - Added method getNumOfDlDevices() example (app) v1.7 git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@59 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Dec 03, 2015
-
-
developer4 authored
- in ComProtocol.portWrite() from this version we use an nonblocking write() overloaded method from the FTDI class and we have implemented retry count (Consts.MAX_COMMUNICATION_BREAK_RETRIES times) on communication break. If the number of the communication break retries exceeded, raised DlReaderException have Consts.DL_READER_IS_NOT_CONNECTED err_code and usb device is closed. This algorithm solve usb otg device disconnect detection problem on the Runbo X5 and probably some other Android smart phones with usb otg port. git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@57 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Dec 01, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@55 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
-Removed UI buttons "Device Open" and "Device Close" -Implemented automatic opening and closing device regarding changes in class DLReader v1.5. -Automatic opening and closing implemented in class ReaderConnectionStatus. D-Logic uFR device is automaticaly opened when attached to the Android system. D-Logic uFR device is automaticaly closed on detaching from the system. git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@54 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@53 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
app/build added to ignore list (except app/build/outputs/apk/app-debug.apk). git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@52 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
trunk in svn repository cleanup by next ignore list (recomended on http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project): .idea/ .gradle/ build/ *.iml local.properties + {.DS_Store captures/ } git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@51 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@50 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Nov 30, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@49 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
public synchronized boolean readerStillConnected(); git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@48 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
In DlReader.open() method added DlReaderException which will be thrown if there is already only one opened D-Logic device attached. Instance of the DlReaderException have: err_code = Consts.DL_READER_GENERAL_EXCEPTION and detailMessage = "There is already opened D-Logic devices." git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@47 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@46 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Nov 26, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@45 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@44 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@43 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Aug 18, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@42 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Jun 19, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@40 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- Jun 15, 2015
-
-
developer4 authored
This is svn commit before making a new example version tag (v1.3) git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@38 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
New functionality is Sleep mode of the attached nFR device. git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@37 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- May 20, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@35 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@34 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- May 19, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@32 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@31 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@27 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@26 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
- May 16, 2015
-
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@25 bc32c577-c6d7-4b02-862b-52b34d7f137c
-
developer4 authored
git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@24 bc32c577-c6d7-4b02-862b-52b34d7f137c
-