Skip to content

Releases: ltrudu/DeviceIdentifiersWrapper

0.10.0

08 Mar 12:36
Compare
Choose a tag to compare

Changed AsyncTasks to Executor.
Added getBtMacAddress method to DIHelper to retrieve Bluetooth Mac Address of the device.

V0.9.3

10 Oct 11:27
Compare
Choose a tag to compare

Version update.

This version gets the profile manager synchronously when running on A13 (for TC52x/57x compatibitily).
On lower platforms, it still uses an asynchronous request to get the profile manager.

V0.9.2

10 Oct 11:18
Compare
Choose a tag to compare

Now retrieve the profile manager synchronously on A13 due to a freeze on the latest TC52x/57x A13 BSP.

V0.9.1

05 Oct 15:31
Compare
Choose a tag to compare

Added : More Logs

V0.9

28 Sep 08:25
Compare
Choose a tag to compare

Update to API33
Added oem info as provider
Added bind notification listener to permissions

Version 0.8

07 Nov 11:50
Compare
Choose a tag to compare

Added a log to know when the identifiers are already cached.

Version 0.7

07 Nov 11:35
Compare
Choose a tag to compare

Added more logs in case of the application responds to BOOT_COMPLETED and request IMEI or Serial Numbers before EMDK is fully initialized.
Check logcat after reboot for any EMDK related errors.
The sample has been updated to respond to BOOT_COMPLETED.

Version 0.6

07 Nov 10:17
Compare
Choose a tag to compare

Service release.
Min SDK has been set again to 19 to allow backward compatibility.

Version 0.5

07 Nov 09:49
7d5775f
Compare
Choose a tag to compare

Added basic cache mechanism.
Added a wait for EMDK mechanism.
This can become handy when your app respond to the BOOT_COMPLETED event.
Changed the architecture of the sample.
Updated Readme.md

Version 0.3

28 Jun 13:47
Compare
Choose a tag to compare

Update A12