Christian Ratzenhofer
847c651c2b
Add RGB_BACKLIGHT capability
2026-07-28 14:57:32 +02:00
Christian Ratzenhofer
f66cba1816
Add touch capability
2026-07-28 14:57:32 +02:00
Reiner Herrmann
2583effe5e
Add speaker capability
2026-07-17 00:40:43 +02:00
Andrew Howe
1b362a366c
Add Compass capability
2026-04-28 21:54:11 +02:00
Stasia Michalska
8ba0a2caee
Add gabbro support to clay
2026-02-19 03:41:51 +01:00
Stasia Michalska
078186cd25
Add flint support
2025-12-13 00:53:33 +01:00
Keegan Lillo
9c7238d578
#124/get items by group ( #147 )
...
* Add getItemsByGroup function
* Update test
* update readme
* Update README for submit button
* Update docs with ID prop for button and submit components
2016-10-18 09:40:32 -07:00
Keegan
a0335be710
Checkbox groups now return an array of booleans
2016-06-15 14:20:35 -07:00
Keegan
940c5e2451
Rename all appKey references to messageKey
2016-06-15 10:58:45 -07:00
Keegan
6c2a335b7c
Allow NOT_ prefix for capabilities
2016-05-31 09:57:10 -07:00
Keegan
5fe87a04de
Add the option to only show items with particular capabilities
2016-05-30 20:30:17 -07:00
Keegan
32e192e938
Only send settings that are actually in the config back to the watch
2016-05-29 11:38:00 -07:00
Keegan
6f3873ad6b
add tests for new clayConfig.build() behavior
2016-05-28 13:00:55 -07:00
Keegan
70bb2e9d07
Add destroy function
2016-05-26 18:45:22 -07:00
Keegan
878fea0340
Allow floats in the slider component and update docs
2016-03-11 01:07:17 +11:00
Keegan
1142d1adee
Renamed ClayConfig.getSettings() to ClayConfig.serialize()
2016-03-10 21:00:44 +11:00
Keegan
1af4dfd8ef
Change the behavior so that type conversions only run inside of Clay.getSettings no ClayConfig.getSettings
2016-03-09 11:25:13 +11:00
Keegan
271a0d1cfd
Change the ClayConfig.getSettings() method to convert data types to be compatible with sendAppMessage
2016-03-07 12:58:46 +11:00
Keegan
2169d5334f
expose meta containing watch and account info in ClayConfig
2016-02-19 19:31:17 -08:00
Keegan
ae47311efa
Use int for 'checked' manipulator instead of boolean
2016-02-19 11:24:35 -08:00
Keegan
56eb666ee2
Automatically handle the "showConfiguration" and "webviewclosed" events + other minor code cleanup
2016-02-16 17:05:42 -08:00
Keegan
71dd8ef1c3
add radio component
2016-02-14 02:31:46 -08:00
Keegan
d05686a85f
change "value" to "defaultValue"
2016-02-12 17:49:12 -08:00
Keegan
ba74959919
add tests for components and refactor test fixtures to not register all components as a side-effect
2016-02-11 15:43:12 -08:00
Keegan
2142c68c01
fix tests
2016-02-09 17:34:49 -08:00
Keegan
41334698bd
make Clay work with phone apps
2016-02-09 17:21:16 -08:00
Keegan
8f1ced168f
insert styles from component on registration
2016-02-09 17:20:44 -08:00
Keegan
6f182b7358
JSDoc all the things
2016-02-09 17:19:41 -08:00
Keegan
c0f6fb770c
drop ClayEvents.one since it is a pain to work with and add tests for ClayEvents
2016-02-09 17:19:41 -08:00
Keegan
80982c8e6d
strip out components into separate repo
2016-02-09 17:19:33 -08:00
Keegan
8e5016f0ae
tests complete for ClayConfig and ClayItem
2016-02-02 20:31:49 -08:00