- Jul 29, 2016
-
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
# Fixed a padding of main elements, there is a problem in large text field, padding is introduced inside the resource, so the padding for large text fields is more than on concept image.
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
# For large text boxes LinearLayout has changed to FrameLayout, because the label must be inside EditText field
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
developer24 authored
-
- 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
-