Commit Graph

63 Commits

Author SHA1 Message Date
Alexandros Schillings
1536586546 Added some Estimote Specific UUIDs 2014-04-24 12:39:23 +01:00
Alexandros Schillings
fab98f5423 Fix for concurrent modification exception when getting running average
RSSI
2014-04-24 12:35:33 +01:00
Alexandros Schillings
bfcd23eca4 The iBeaconDevice constructors will now throw an exception if the passed
device is not an iBeacon
2014-04-24 12:01:15 +01:00
Alexandros Schillings
4fca9ed8f2 README fixes 2014-04-16 09:12:23 +01:00
Alexandros Schillings
d14e4f85d7 Fixes on CSV exporting 2014-04-16 09:09:16 +01:00
Alexandros Schillings
7f0d5838eb Added build.xml and added the dist directory to gitignore 2014-04-16 08:33:16 +01:00
Alexandros Schillings
fc69b6daa6 Started using an EasyObjectCursor to avoid the screen jumping up and
down
2014-04-09 16:54:16 +01:00
Alexandros Schillings
df3e945383 Added additional CSV fields for iBeacons 2014-04-09 16:25:28 +01:00
Alexandros Schillings
96df6d51fc Added share button to share device info 2014-04-09 15:53:41 +01:00
Alexandros Schillings
e207f1ae73 Added about dialog in sample app 2014-03-27 18:31:39 +00:00
Alexandros Schillings
e483973288 Updated README and screenshots 2014-03-27 17:44:55 +00:00
Alexandros Schillings
6ef451fe05 Updated Manifests for release 2014-03-27 16:56:23 +00:00
Alexandros Schillings
ab5b1f8641 data update 2014-03-20 18:54:15 +00:00
Alexandros Schillings
9cd3b20899 Made the iBeacon check more generic 2014-03-20 18:54:03 +00:00
Alexandros Schillings
680a630244 Added more screenshots 2014-03-20 18:53:14 +00:00
Alexandros Schillings
61b468178b Minor UI tweaks 2014-03-20 18:52:02 +00:00
Alexandros Schillings
f608d610d5 updated README 2014-03-20 18:01:19 +00:00
Alexandros Schillings
c4fa8392a8 Added screenshot 2014-03-20 18:00:13 +00:00
Alexandros Schillings
f17ed8cf40 Added a big TODO for later 2014-03-20 17:58:07 +00:00
Alexandros Schillings
af22e1a7f7 Added README 2014-03-20 17:26:31 +00:00
Alexandros Schillings
df90eecdec Added Company Identifier resolver and updated UUIDs 2014-03-20 16:16:39 +00:00
Alexandros Schillings
f30cb50f3c Added some more javadoc 2014-03-20 12:28:25 +00:00
Alexandros Schillings
a0aa259606 Added some javadoc 2014-03-20 11:45:02 +00:00
Alexandros Schillings
96af55a42b Moved the Bluetooth Class Resolver into its own class 2014-03-18 19:46:50 +00:00
Alexandros Schillings
9872cd2f60 Changed the code to use the Lib bundled GATT attribute Resolver 2014-03-18 19:43:32 +00:00
Alexandros Schillings
9b6f9b1960 Added an Extended GATT UUID resolver 2014-03-18 19:42:57 +00:00
Alexandros Schillings
a5ee9dd3d4 Added the Gatt Services code from the Google Example 2014-03-18 17:07:25 +00:00
Alexandros Schillings
c4023bbd5d Removed RadarView and any references 2014-03-18 15:51:54 +00:00
Alexandros Schillings
e2294ca926 Updated the UI to support the runing average 2014-03-18 15:23:14 +00:00
Alexandros Schillings
83ee1eab66 Added running average for RSSI 2014-03-18 15:22:46 +00:00
Alexandros Schillings
30fa8eaaee Re-jigging the list generation in preparation of sliding window rssi
calculation
2014-03-17 18:56:19 +00:00
Alexandros Schillings
ad25dfc57c Started working on RadarView 2014-03-17 00:39:56 +00:00
Alexandros Schillings
bd57a59d5a Started using the new iBeacon class 2014-03-16 23:13:23 +00:00
Alexandros Schillings
3f333df497 Created an iBeaconDevice object 2014-03-15 23:39:19 +00:00
Alexandros Schillings
7546813f1b Added more information in the list item 2014-03-15 21:28:24 +00:00
Alexandros Schillings
366f4139cb Exposed timestamp 2014-03-15 21:27:15 +00:00
Alexandros Schillings
f08a561e7e Added proximity descriptor 2014-03-14 18:00:01 +00:00
Alexandros Schillings
8c03f29c32 Added Distance calculation but it is off. 2014-03-14 17:37:21 +00:00
Alexandros Schillings
27c06208e1 Fixed UUID calculation 2014-03-14 17:30:30 +00:00
Alexandros Schillings
09848838f2 Added timestamp 2014-03-13 20:21:11 +00:00
Alexandros Schillings
f5b9d5e674 Working on the list UI 2014-03-12 23:49:42 +00:00
Alexandros Schillings
e21d05a9e0 Added new icon for iBeacons 2014-03-12 00:23:56 +00:00
Alexandros Schillings
b3399fa539 Added some javadoc 2014-03-11 20:45:18 +00:00
Alexandros Schillings
d59f8dede0 Removed transient keyword from RSSI and timestamp variables 2014-03-11 17:35:37 +00:00
Alexandros Schillings
a631cf2f81 Added timestamp to the BluetoothLeDevice 2014-03-11 17:33:20 +00:00
Alexandros Schillings
cb6e9db082 Split the project into a library and sample app 2014-03-11 17:08:17 +00:00
Alexandros Schillings
cad6427b49 Started correcting the iBeacon data display 2014-03-11 16:22:29 +00:00
Alexandros Schillings
78c04568de Can now parse IBeacon Manufacturer data (need to flip the byte order of
a few fields)
2014-03-11 12:57:39 +00:00
Alexandros Schillings
39d7b9a882 Working on exposing the iBeacon Manufacturer specific data 2014-03-11 11:29:08 +00:00
Alexandros Schillings
851c0ccf72 Started work on the iBeacon Manufacturer Data parsing 2014-03-10 20:04:35 +00:00