Commit graph

106 commits

Author SHA1 Message Date
TrevKnows
05e43d9a74
Merge pull request #6 from adafruit/dependabot/bundler/rexml-3.3.3
Bump rexml from 3.2.6 to 3.3.3
2025-03-04 09:57:54 -05:00
dependabot[bot]
5e5995eb5d
Bump rexml from 3.2.6 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 01:50:28 +00:00
TrevKnows
78a3e93679
Merge pull request #4 from adafruit/xcode15_update
Xcode15 update
2024-02-29 11:11:28 -05:00
Antonio
47ffad0c0d Github Workflow: updated build action to use Xcode 15.0.1 because Xcode 15.1 is not available yet 2023-12-19 16:44:46 +01:00
Antonio
82a6a37a9b Bump version number 2023-12-19 16:22:46 +01:00
Antonio
4c924c2605 Add GitHub Action to build app 2023-12-19 16:05:48 +01:00
Antonio
d290b65d91 Fix warning about thread priority inversion 2023-12-19 15:54:22 +01:00
Antonio
f17d2017ce Update fastlane 2023-12-19 12:30:11 +01:00
Antonio
ad8e7ffade Update BluefruitPlayground-SimulateBluetooth target to make it work in Xcode15 2023-11-29 12:23:32 +01:00
Antonio
251bd8ec31 Updated pods and manually modified FlexColorPicker and Charts to make it work with Xcode15 2023-11-29 12:14:01 +01:00
Antonio
4d268e4f4f Updated Ble code to the current version of AdafruitKit (used in Bluefruit Connect) 2023-11-29 12:12:55 +01:00
Antonio
e2bd12b539 Update Bluetooth API usage (CBCharacteristic service is now optional) 2023-11-28 18:13:59 +01:00
Antonio
969e1eb7c0 Update to new Swift syntax
Minor cosmetic code changes
2023-11-28 18:13:05 +01:00
Antonio
d22f07df7d Force to use always the "Light" theme 2023-11-28 17:57:20 +01:00
Melissa LeBlanc-Williams
60c0ae8c6b
Merge pull request #1 from adafruit/dependabot/bundler/addressable-2.8.0
Bump addressable from 2.7.0 to 2.8.0
2022-06-07 10:51:41 -06:00
dependabot[bot]
263c1163e9
Bump addressable from 2.7.0 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13 06:23:25 +00:00
Antonio
c089e932da Neopixels: Fixed the number of bytes sent for animations. It was hardcoded and now depends on the board.
Updated for Swift 5.2 and fixed new warnings about tuples
2020-05-07 20:42:52 +02:00
Antonio
5125b08706 Sound: minor change to the amplitude value calculation 2020-05-07 16:26:01 +02:00
Antonio
5f22e72211 Sound: fixed a crash when receiving a sample with the -32768 value 2020-05-07 15:58:59 +02:00
Antonio
542f5ca8c8 Add CLUE screens to the automatic screenshot generation process 2020-03-20 11:09:49 +01:00
Antonio
0d33821c88 Fixed text links
Updated strings
2020-03-18 13:03:05 +01:00
Antonio
76ac60c734 Puppets: tweak rotation angles 2020-03-17 22:22:29 +01:00
Antonio
5f9bfb3ee9 Quaternion: fix z axis rotation 2020-03-17 21:56:13 +01:00
Antonio
ec13361e4f Puppets: make head to tilt with the jaw movement 2020-03-15 15:45:11 +01:00
Antonio
7c7ae8578f Minor Refactoring
Add CLUE simulated sensors
2020-03-15 14:46:44 +01:00
Antonio
3fdf7a15fe Scanner: sort peripherals by discovery time 2020-03-15 14:01:53 +01:00
Antonio
cd834da0a1 Puppet: change gesture to open mouth 2020-03-15 13:22:24 +01:00
Antonio
d487170a96 Puppet: make low pass filter depend on the accelerometer period 2020-03-14 19:38:49 +01:00
Antonio
d706ae85fd Scanner: refresh peripherals when the view appears 2020-03-14 19:38:19 +01:00
Antonio
0d7c091fb6 Orientation module: disable z rotation until gyro calibration is implemented 2020-03-14 18:53:09 +01:00
Antonio
5e9eeabe5e Sound: change unit to dBFS, cosmetic changes
Updated text strings
2020-03-14 18:47:23 +01:00
Antonio
d6269f59be Fix crash when the board is not sending data and the chart dataset is empty
Fix crash when the amplitude is -infinite
Improve charts performance
2020-03-14 18:46:49 +01:00
Antonio
13a4c4ff3d Fix dataSeries using wrong order when reloading charts
Fix showing old data for a moment when reloading the chart
Cosmetic code changes
2020-03-14 00:08:27 +01:00
Antonio
49b2508da4 Quaternion: adjust quaternion to take into account the sensor position
Refactor period interval for sensors
2020-03-13 19:06:46 +01:00
Antonio
44e4654301 Updated image for CLUE board
Accelerometer: flip X and Z values for CLUE
Show Accelerometer module only if Quaternion service is not available
Updated text strings
2020-03-13 17:10:24 +01:00
Antonio
b5394dab0a Remove debug parameters from charts DataSeries 2020-03-12 15:48:15 +01:00
Antonio
36872363d8 ToneGeneration: support for iPhone 4s 2020-03-12 15:28:46 +01:00
Antonio
cdf816f848 Autoconnect: cosmetic changes
Better compatibility for iPhone 4s
2020-03-12 15:26:57 +01:00
Antonio
380891dceb Autoconnect: update for CLUE 2020-03-12 14:50:57 +01:00
Antonio
2090698fc4 Refactor board assets 2020-03-12 14:37:22 +01:00
Antonio
91d5322795 Scanner: sort peripherals by RSSI value 2020-03-12 13:18:03 +01:00
Antonio
019befae61 added colors for new modules 2020-03-12 13:13:24 +01:00
Antonio
c02a36c976 Tips, About: Automatize ActiveLabel links generation 2020-03-12 13:13:02 +01:00
Antonio
3feac2a2e5 Added Sound module
Added Quaternion module
Pressure: minor UI changes
Accelerometer: refactor shared code with quaternion module
About: added more links (wip)
2020-03-12 10:51:35 +01:00
Antonio
a61def2b4c Adding sound module (work-in-progress) 2020-03-10 20:30:58 +01:00
Antonio
1c0cb8235e Fix version characteristic reading
Refactor adafruit service notify enable
2020-03-10 19:31:26 +01:00
Antonio
c1a88e264e Added Sound service 2020-03-09 15:14:36 +01:00
Antonio
a1cc6d6306 Tone Generator module updated for CLUE 2020-03-09 10:55:06 +01:00
Antonio
5244715073 Light module updated for CLUE
Button Status: updated help for CLUE
2020-03-09 10:50:42 +01:00
Antonio
19768e4c52 Neopixel module updated for CLUE 2020-03-09 10:39:31 +01:00