Commit Graph

124 Commits

Author SHA1 Message Date
40a181cc3e Optional refresh call through reflection
Add a method to call refresh on GATT through reflection and set
auto-reconnect to true.
2017-03-13 15:19:43 +00:00
Alexandros Schillings
8871fc5d20 Merge pull request #25 from alt236/release/app_v1_1_1
Preparing for App relase v1.1.1
app_v1.1.1
2017-02-03 12:32:30 +00:00
Alexandros Schillings
e5ed6f1dbb Preparing for App relase v1.1.1 2017-02-03 12:16:08 +00:00
Alexandros Schillings
e838cacad1 Merge pull request #24 from alt236/bugfix/dont-ask-for-location-permission-pre-API23
App no longer tries to ask for COARSE_LOCATION permission pre API 23 …
2017-02-03 12:12:48 +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 app_v1.1.0 2017-01-24 16:48:28 +00:00
Alexandros Schillings
be2583ce4e Merge pull request #21 from alt236/app-material-redisign-and-optimisations
App material redisign and optimisations
2017-01-19 17:24:06 +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
a7312ad51c Added circle.yml 2017-01-17 17:07:16 +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
c6cece6acc Merge pull request #13 from ravidsrk/patch-1
Added code syntax highlighting to Readme
2016-02-20 20:51:00 +00:00
Ravindra Kumar
1647ca1ec2 Added code syntax highlighting to Readme 2016-02-20 21:29:31 +05:30
Alexandros Schillings
112bc00054 Merge pull request #12 from orthographic-pedant/spell_check/advertisement
Fixed typographical error, changed advertisment to advertisement in README.
2015-10-01 10:13:09 +01:00
orthographic-pedant
f483a0e24a Fixed typographical error, changed advertisment to advertisement in README. 2015-09-30 17:08:24 -04:00
Alexandros Schillings
51c9e5ca90 Merge branch 'master' of github.com:alt236/Bluetooth-LE-Library---Android
Conflicts:
	README.md
v1.0.0
2015-07-14 17:18:04 +01:00
Alexandros Schillings
28f694f14b Merge branch 'move-to-android-studio' 2015-07-14 17:14:40 +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
459eb1d2d4 Starting to abstract more so we can support more beacon types 2015-07-14 14:01:32 +01:00
Alexandros Schillings
cb43be74ef added BeaconDevice Interface 2015-07-13 18:08:59 +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
f68b2f5950 Fix for #9 (Some issue in GattAttributeResolver) 2015-07-13 14:53:55 +01:00
Alexandros Schillings
31f191b695 Fix for #5 (IBeaconManufacturerData.calculateUUIDString(byte[]) bug) 2015-07-03 18:16:21 +01:00
Alexandros Schillings
33f2a265f7 Added some IBeaconUtils tests 2015-07-03 18:06:10 +01:00
Alexandros Schillings
70169dc0b7 More tests and general code cleanup 2015-07-03 17:50:24 +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