Commit Graph

  • 40a181cc3e Optional refresh call through reflection master Dinis Lage 2017-03-13 15:19:43 +00:00
  • 8871fc5d20 Merge pull request #25 from alt236/release/app_v1_1_1 app_v1.1.1 Alexandros Schillings 2017-02-03 12:32:30 +00:00
  • e5ed6f1dbb Preparing for App relase v1.1.1 Alexandros Schillings 2017-02-03 12:16:08 +00:00
  • e838cacad1 Merge pull request #24 from alt236/bugfix/dont-ask-for-location-permission-pre-API23 Alexandros Schillings 2017-02-03 12:12:48 +00:00
  • ebc44c7537 App no longer tries to ask for COARSE_LOCATION permission pre API 23 as it is not needed Alexandros Schillings 2017-02-03 12:09:20 +00:00
  • f2f9ac38f4 Bumped app version, updated manifest and README app_v1.1.0 Alexandros Schillings 2017-01-24 16:37:01 +00:00
  • be2583ce4e Merge pull request #21 from alt236/app-material-redisign-and-optimisations Alexandros Schillings 2017-01-19 17:24:06 +00:00
  • 0d1085730b Bumped tools to 2.2.3 Alexandros Schillings 2017-01-19 17:15:49 +00:00
  • 47a4c124f6 Added unit tests for BluetoothLeDeviceStore.java Alexandros Schillings 2017-01-19 17:11:21 +00:00
  • 81d984efac The dound device list is now implemented as a recyclerview. Alexandros Schillings 2017-01-17 17:31:53 +00:00
  • a7312ad51c Added circle.yml Alexandros Schillings 2017-01-17 17:07:16 +00:00
  • 9ba9f2728b Updated app icon (again) Alexandros Schillings 2016-09-04 20:50:37 +01:00
  • 3a234b8080 Fixed crash when selecting GATT service Alexandros Schillings 2016-09-04 20:42:48 +01:00
  • 1d3dd85eeb Updated the app icon Alexandros Schillings 2016-08-31 20:35:59 +01:00
  • 1639e1a22d Updated share and bluetooth icons Alexandros Schillings 2016-08-31 20:21:31 +01:00
  • ef5b84387f Fixed bug where the device class name was returned instead of the major class name Alexandros Schillings 2016-08-31 20:19:18 +01:00
  • 6f092344f5 Fixed CSV sharing Alexandros Schillings 2016-08-31 19:56:09 +01:00
  • 7f15ea3d1e We now have a "connecting" state in the ControlActivity. Alexandros Schillings 2016-08-31 19:09:38 +01:00
  • 727f2d8953 Moved the list adapter creation out of DeviceControlActivity Alexandros Schillings 2016-08-31 18:04:17 +01:00
  • b54a56b15b Updated app colours and margins between sections Alexandros Schillings 2016-08-31 17:51:24 +01:00
  • e43bfc1b82 Added navigation class to abstract activity launching Alexandros Schillings 2016-08-31 17:50:31 +01:00
  • e9c2f0d486 The extras in BluetoothLeService are now properly unique Alexandros Schillings 2016-08-31 13:16:14 +01:00
  • 65b597ab29 Now using EasyCursor off maven instead of the bundled jar Alexandros Schillings 2016-08-30 18:14:26 +01:00
  • 92d6ee5241 Removed merge adapter, details screen now uses a recyclerview Alexandros Schillings 2016-08-30 18:05:44 +01:00
  • 54d0caf6c8 Rearranged app packages and started splitting classes Alexandros Schillings 2016-08-24 16:23:22 +01:00
  • ec33fd7618 Materialized the UI, added runtme permissions support, now compiling against 24 Alexandros Schillings 2016-08-24 14:39:26 +01:00
  • c6cece6acc Merge pull request #13 from ravidsrk/patch-1 Alexandros Schillings 2016-02-20 20:51:00 +00:00
  • 1647ca1ec2 Added code syntax highlighting to Readme Ravindra Kumar 2016-02-20 21:29:31 +05:30
  • 112bc00054 Merge pull request #12 from orthographic-pedant/spell_check/advertisement Alexandros Schillings 2015-10-01 10:13:09 +01:00
  • f483a0e24a Fixed typographical error, changed advertisment to advertisement in README. orthographic-pedant 2015-09-30 17:08:24 -04:00
  • 51c9e5ca90 Merge branch 'master' of github.com:alt236/Bluetooth-LE-Library---Android v1.0.0 Alexandros Schillings 2015-07-14 17:18:04 +01:00
  • 28f694f14b Merge branch 'move-to-android-studio' Alexandros Schillings 2015-07-14 17:14:40 +01:00
  • 6946d05e9c Ready to release v1.0.0 Alexandros Schillings 2015-07-14 17:11:45 +01:00
  • 8c0c0b4ebe Finalising before merging Alexandros Schillings 2015-07-14 15:04:31 +01:00
  • 459eb1d2d4 Starting to abstract more so we can support more beacon types Alexandros Schillings 2015-07-14 14:01:32 +01:00
  • cb43be74ef added BeaconDevice Interface Alexandros Schillings 2015-07-13 18:08:59 +01:00
  • 201e4a6129 Started making the library less bound to ibeacons Alexandros Schillings 2015-07-13 17:34:18 +01:00
  • 4e173659e9 We can now list supported bluetooth services Alexandros Schillings 2015-07-13 17:13:06 +01:00
  • eae8e9c776 Added Bluetooth Major Class resolver Alexandros Schillings 2015-07-13 16:36:17 +01:00
  • ab6997b5af We are now using AppCompat and support Material Alexandros Schillings 2015-07-13 16:04:39 +01:00
  • 262fa72910 Bumping versions and updating README Alexandros Schillings 2015-07-13 15:06:08 +01:00
  • f68b2f5950 Fix for #9 (Some issue in GattAttributeResolver) Alexandros Schillings 2015-07-13 14:53:55 +01:00
  • 31f191b695 Fix for #5 (IBeaconManufacturerData.calculateUUIDString(byte[]) bug) Alexandros Schillings 2015-07-03 18:16:21 +01:00
  • 33f2a265f7 Added some IBeaconUtils tests Alexandros Schillings 2015-07-03 18:06:10 +01:00
  • 70169dc0b7 More tests and general code cleanup Alexandros Schillings 2015-07-03 17:50:24 +01:00
  • 4fcbc7c468 Java 7-ness Alexandros Schillings 2015-07-03 16:53:20 +01:00
  • 9c04515a34 Added some tests around ByteUtils Alexandros Schillings 2015-07-03 15:29:55 +01:00
  • 53138d5462 Full code reformat Alexandros Schillings 2015-07-03 14:52:14 +01:00
  • 5f55a3ea45 Fixed some static analysis issues Alexandros Schillings 2015-07-03 14:43:54 +01:00
  • 56e27ffab1 finalised things that could be final Alexandros Schillings 2015-07-03 14:32:19 +01:00
  • 67bc13a9c2 Migrated project from Eclipse to Android Studio Alexandros Schillings 2015-07-03 14:22:13 +01:00
  • e838503792 Merge pull request #3 from xrmx/patch-1 Alexandros Schillings 2014-08-27 17:54:59 +01:00
  • bcfaa21fad Add instructions for creating local.properties Riccardo Magliocchetti 2014-08-27 11:16:16 +02:00
  • cc58a76bc6 Preparing for releasing app v0.0.3 Alexandros Schillings 2014-04-28 18:04:18 +01:00
  • 4792282b59 Externalised strings Alexandros Schillings 2014-04-28 17:54:11 +01:00
  • b0d65c08dd Added GATT Services Exporter Alexandros Schillings 2014-04-28 17:39:31 +01:00
  • 131ab06bfb Started rewriting the Gatt Screen UI Alexandros Schillings 2014-04-28 16:42:12 +01:00
  • cf48721d77 Making the Device Details activity pretty Alexandros Schillings 2014-04-25 12:55:25 +01:00
  • e28d698ba9 Preparing to relase v0.0.2 v0.0.2 Alexandros Schillings 2014-04-24 16:08:42 +01:00
  • e79b3f8c3d Synchonised access to the RssiLog Alexandros Schillings 2014-04-24 15:45:29 +01:00
  • e8db1685d8 Tidy up Alexandros Schillings 2014-04-24 14:41:29 +01:00
  • 1536586546 Added some Estimote Specific UUIDs Alexandros Schillings 2014-04-24 12:39:23 +01:00
  • fab98f5423 Fix for concurrent modification exception when getting running average RSSI Alexandros Schillings 2014-04-24 12:35:33 +01:00
  • bfcd23eca4 The iBeaconDevice constructors will now throw an exception if the passed device is not an iBeacon Alexandros Schillings 2014-04-24 12:01:15 +01:00
  • 4fca9ed8f2 README fixes Alexandros Schillings 2014-04-16 09:12:23 +01:00
  • d14e4f85d7 Fixes on CSV exporting Alexandros Schillings 2014-04-16 09:09:16 +01:00
  • 7f0d5838eb Added build.xml and added the dist directory to gitignore Alexandros Schillings 2014-04-16 08:32:37 +01:00
  • fc69b6daa6 Started using an EasyObjectCursor to avoid the screen jumping up and down Alexandros Schillings 2014-04-09 16:54:16 +01:00
  • df3e945383 Added additional CSV fields for iBeacons Alexandros Schillings 2014-04-09 16:25:28 +01:00
  • 96df6d51fc Added share button to share device info Alexandros Schillings 2014-04-09 15:53:41 +01:00
  • e207f1ae73 Added about dialog in sample app Alexandros Schillings 2014-03-27 18:31:39 +00:00
  • e483973288 Updated README and screenshots Alexandros Schillings 2014-03-27 17:44:55 +00:00
  • 6ef451fe05 Updated Manifests for release Alexandros Schillings 2014-03-27 16:56:23 +00:00
  • ab5b1f8641 data update Alexandros Schillings 2014-03-20 18:54:15 +00:00
  • 9cd3b20899 Made the iBeacon check more generic Alexandros Schillings 2014-03-20 18:54:03 +00:00
  • 680a630244 Added more screenshots Alexandros Schillings 2014-03-20 18:53:14 +00:00
  • 61b468178b Minor UI tweaks Alexandros Schillings 2014-03-20 18:52:02 +00:00
  • f608d610d5 updated README Alexandros Schillings 2014-03-20 18:01:19 +00:00
  • c4fa8392a8 Added screenshot Alexandros Schillings 2014-03-20 18:00:13 +00:00
  • f17ed8cf40 Added a big TODO for later Alexandros Schillings 2014-03-20 17:58:07 +00:00
  • af22e1a7f7 Added README Alexandros Schillings 2014-03-20 17:26:31 +00:00
  • df90eecdec Added Company Identifier resolver and updated UUIDs Alexandros Schillings 2014-03-20 16:16:39 +00:00
  • f30cb50f3c Added some more javadoc Alexandros Schillings 2014-03-20 12:28:25 +00:00
  • a0aa259606 Added some javadoc Alexandros Schillings 2014-03-20 11:45:02 +00:00
  • 96af55a42b Moved the Bluetooth Class Resolver into its own class Alexandros Schillings 2014-03-18 19:46:50 +00:00
  • 9872cd2f60 Changed the code to use the Lib bundled GATT attribute Resolver Alexandros Schillings 2014-03-18 19:43:32 +00:00
  • 9b6f9b1960 Added an Extended GATT UUID resolver Alexandros Schillings 2014-03-18 19:42:57 +00:00
  • a5ee9dd3d4 Added the Gatt Services code from the Google Example Alexandros Schillings 2014-03-18 17:07:25 +00:00
  • c4023bbd5d Removed RadarView and any references Alexandros Schillings 2014-03-18 15:51:54 +00:00
  • e2294ca926 Updated the UI to support the runing average Alexandros Schillings 2014-03-18 15:23:14 +00:00
  • 83ee1eab66 Added running average for RSSI Alexandros Schillings 2014-03-18 15:22:13 +00:00
  • 30fa8eaaee Re-jigging the list generation in preparation of sliding window rssi calculation Alexandros Schillings 2014-03-17 18:56:19 +00:00
  • ad25dfc57c Started working on RadarView Alexandros Schillings 2014-03-17 00:39:56 +00:00
  • bd57a59d5a Started using the new iBeacon class Alexandros Schillings 2014-03-16 23:13:23 +00:00
  • 3f333df497 Created an iBeaconDevice object Alexandros Schillings 2014-03-15 23:39:19 +00:00
  • 7546813f1b Added more information in the list item Alexandros Schillings 2014-03-15 21:28:24 +00:00
  • 366f4139cb Exposed timestamp Alexandros Schillings 2014-03-15 21:27:15 +00:00
  • f08a561e7e Added proximity descriptor Alexandros Schillings 2014-03-14 18:00:01 +00:00
  • 8c03f29c32 Added Distance calculation but it is off. Alexandros Schillings 2014-03-14 17:37:21 +00:00
  • 27c06208e1 Fixed UUID calculation Alexandros Schillings 2014-03-14 17:30:30 +00:00