Commit Graph

63 Commits

Author SHA1 Message Date
Alexandros Schillings
e5ed6f1dbb Preparing for App relase v1.1.1 2017-02-03 12:16:08 +00:00
Alexandros Schillings
ebc44c7537 App no longer tries to ask for COARSE_LOCATION permission pre API 23 as it is not needed 2017-02-03 12:09:20 +00:00
Alexandros Schillings
f2f9ac38f4 Bumped app version, updated manifest and README 2017-01-24 16:48:28 +00:00
Alexandros Schillings
0d1085730b Bumped tools to 2.2.3 2017-01-19 17:15:49 +00:00
Alexandros Schillings
47a4c124f6 Added unit tests for BluetoothLeDeviceStore.java 2017-01-19 17:11:21 +00:00
Alexandros Schillings
81d984efac The dound device list is now implemented as a recyclerview. 2017-01-17 17:31:53 +00:00
Alexandros Schillings
9ba9f2728b Updated app icon (again) 2016-09-04 20:50:37 +01:00
Alexandros Schillings
3a234b8080 Fixed crash when selecting GATT service 2016-09-04 20:42:48 +01:00
Alexandros Schillings
1d3dd85eeb Updated the app icon 2016-08-31 20:35:59 +01:00
Alexandros Schillings
1639e1a22d Updated share and bluetooth icons 2016-08-31 20:21:31 +01:00
Alexandros Schillings
ef5b84387f Fixed bug where the device class name was returned instead of the major class name 2016-08-31 20:19:18 +01:00
Alexandros Schillings
6f092344f5 Fixed CSV sharing 2016-08-31 19:56:09 +01:00
Alexandros Schillings
7f15ea3d1e We now have a "connecting" state in the ControlActivity. 2016-08-31 19:09:38 +01:00
Alexandros Schillings
727f2d8953 Moved the list adapter creation out of DeviceControlActivity 2016-08-31 18:04:17 +01:00
Alexandros Schillings
b54a56b15b Updated app colours and margins between sections 2016-08-31 17:51:24 +01:00
Alexandros Schillings
e43bfc1b82 Added navigation class to abstract activity launching 2016-08-31 17:50:31 +01:00
Alexandros Schillings
e9c2f0d486 The extras in BluetoothLeService are now properly unique 2016-08-31 13:16:14 +01:00
Alexandros Schillings
65b597ab29 Now using EasyCursor off maven instead of the bundled jar 2016-08-30 18:14:26 +01:00
Alexandros Schillings
92d6ee5241 Removed merge adapter, details screen now uses a recyclerview 2016-08-30 18:05:44 +01:00
Alexandros Schillings
54d0caf6c8 Rearranged app packages and started splitting classes 2016-08-24 16:23:22 +01:00
Alexandros Schillings
ec33fd7618 Materialized the UI, added runtme permissions support, now compiling against 24 2016-08-24 14:39:26 +01:00
Alexandros Schillings
6946d05e9c Ready to release v1.0.0 2015-07-14 17:11:45 +01:00
Alexandros Schillings
8c0c0b4ebe Finalising before merging 2015-07-14 15:04:45 +01:00
Alexandros Schillings
201e4a6129 Started making the library less bound to ibeacons 2015-07-13 17:51:57 +01:00
Alexandros Schillings
4e173659e9 We can now list supported bluetooth services 2015-07-13 17:13:06 +01:00
Alexandros Schillings
eae8e9c776 Added Bluetooth Major Class resolver 2015-07-13 16:36:17 +01:00
Alexandros Schillings
ab6997b5af We are now using AppCompat and support Material 2015-07-13 16:04:39 +01:00
Alexandros Schillings
262fa72910 Bumping versions and updating README 2015-07-13 15:06:08 +01:00
Alexandros Schillings
4fcbc7c468 Java 7-ness 2015-07-03 16:53:20 +01:00
Alexandros Schillings
9c04515a34 Added some tests around ByteUtils 2015-07-03 15:38:57 +01:00
Alexandros Schillings
53138d5462 Full code reformat 2015-07-03 14:52:14 +01:00
Alexandros Schillings
5f55a3ea45 Fixed some static analysis issues 2015-07-03 14:43:54 +01:00
Alexandros Schillings
56e27ffab1 finalised things that could be final 2015-07-03 14:32:19 +01:00
Alexandros Schillings
67bc13a9c2 Migrated project from Eclipse to Android Studio 2015-07-03 14:22:13 +01:00
Alexandros Schillings
cc58a76bc6 Preparing for releasing app v0.0.3 2014-04-28 18:04:18 +01:00
Alexandros Schillings
4792282b59 Externalised strings 2014-04-28 17:54:11 +01:00
Alexandros Schillings
b0d65c08dd Added GATT Services Exporter 2014-04-28 17:39:31 +01:00
Alexandros Schillings
131ab06bfb Started rewriting the Gatt Screen UI 2014-04-28 16:42:12 +01:00
Alexandros Schillings
cf48721d77 Making the Device Details activity pretty 2014-04-25 12:55:25 +01:00
Alexandros Schillings
e28d698ba9 Preparing to relase v0.0.2 2014-04-24 16:08:42 +01:00
Alexandros Schillings
d14e4f85d7 Fixes on CSV exporting 2014-04-16 09:09: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
6ef451fe05 Updated Manifests for release 2014-03-27 16:56:23 +00:00
Alexandros Schillings
61b468178b Minor UI tweaks 2014-03-20 18:52:02 +00:00
Alexandros Schillings
f17ed8cf40 Added a big TODO for later 2014-03-20 17:58:07 +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
a5ee9dd3d4 Added the Gatt Services code from the Google Example 2014-03-18 17:07:25 +00:00