Commit Graph
322 Commits
Author SHA1 Message Date
Keegan e5496c62d6 Add developers to send arbitrary data to the config page 2016-03-11 03:36:00 +11:00
Keegan b1a6f184ba Stop exposing config as a reference. resolves #35 2016-03-11 02:25:59 +11: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 0873f5eba2 Added Slider component 2016-03-10 04:20:50 +11:00
Keegan 0faa585d5f Clean up manipulators tests 2016-03-10 00:03:50 +11:00
keegan-lillo 3b7c4cda7c Merge pull request #42 from pebble/fix-readme-getsetting-link
Fix link in readme
2016-03-09 15:41:01 +11:00
keegan-lillo 3839a47f5c Merge branch 'master' into fix-readme-getsetting-link 2016-03-09 15:37:16 +11:00
keegan-lillo 85503d2846 Merge pull request #46 from clach04/readme_json_v_js
Clarify config.json versus config.js differences
2016-03-09 15:35:30 +11:00
clach04 d6ae6faef4 Merge branch 'master' into readme_json_v_js 2016-03-08 18:06:23 -08:00
clach04 2c2f003e15 Clarify config.json versus config.js differences
Make example config clear, main impact is for CloudPebble usage where json is not yet an option.
2016-03-08 18:02:49 -08:00
keegan-lillo 2bd9623ab1 Merge pull request #45 from pebble/release/v0.1.3
Bump version to v0.1.3
v0.1.3
2016-03-09 12:46:28 +11:00
keegan-lillo 9f3c78de17 Bump version to v0.1.3 2016-03-09 12:38:10 +11:00
keegan-lillo 1af5828b18 Update README.md 2016-03-09 12:32:51 +11:00
keegan-lillo 99dc081b69 Merge pull request #41 from pebble/#40/move-settings-conversion
`Clay.getSettings()` now does type conversion, not `ClayConfg.getSettings()`
2016-03-09 12:30:31 +11:00
Keegan 37c64a6e05 minified does not work in the emulator or iOS so move settings iteration to utils.prepareSettingsForAppMessage() 2016-03-09 12:24:29 +11:00
Keegan 34d83de59e Add deamdify transform to 'clay' task in gulpfile 2016-03-09 11:52:27 +11:00
Keegan e80a1630f1 Don't assume string in checkboxgroup set manipulator 2016-03-09 11:51:49 +11:00
Keegan d0af7b0fac fix typo in readme 2016-03-09 11:28:42 +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-lillo 42fc8f1da4 Merge pull request #38 from pebble/fix-getsettings-in-readme
Moved the conversion information from `Clay.getSettings` to `ClayConfg.getSettings`
2016-03-08 10:56:48 +11:00
keegan-lillo d469d404ab Moved the conversion information from Clay.getSettings to ClayConfig.getSettings 2016-03-08 10:47:55 +11:00
keegan-lillo ad807020ca Merge pull request #36 from pebble/release/v0.1.2
Bump version to v0.1.2
v0.1.2
2016-03-08 08:56:20 +11:00
keegan-lillo bd3e4a55c8 Bump version to v0.1.2 2016-03-08 08:52:06 +11:00
keegan-lillo f50f569c98 Merge pull request #21 from pebble/#13/fix-checkboxgroups-return-value
Separate the results of the checkboxgroup manipulator with a zero.
2016-03-08 08:47:43 +11:00
Keegan be17456f8b Merge remote-tracking branch 'origin/master' into #13/fix-checkboxgroups-return-value
# Conflicts:
#	test/spec/lib/manipulators.js
2016-03-08 08:41:24 +11:00
keegan-lillo 49f92de102 Merge pull request #32 from pebble/#31/generic-btn-component
Add generic button component
2016-03-08 08:38:28 +11:00
Keegan c4f6b17a58 Update button to be compatible with new events behavior. 2016-03-08 08:31:30 +11:00
Keegan 061bb34c91 Merge remote-tracking branch 'origin/master' into #31/generic-btn-component 2016-03-08 08:28:29 +11:00
keegan-lillo 20e7460c2f Merge pull request #33 from pebble/#26/fix-aggressive-events
#26/fix aggressive events
2016-03-08 08:27:55 +11:00
keegan-lillo 6e5c2f5847 Merge branch 'master' into #26/fix-aggressive-events 2016-03-08 08:20:43 +11:00
keegan-lillo 71ea309346 Merge pull request #30 from pebble/config-based-on-platform-readme
Made documentation less ambiguous about classes
2016-03-08 08:20:25 +11:00
Keegan d63c6c832d Change behavior of the toggle to return a boolean again 2016-03-07 13:13:36 +11:00
Keegan de00ac1fd6 update readme to reflect new behavior of ClayConfig.getSettings() 2016-03-07 13:05:38 +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 d6659db3ac Merge remote-tracking branch 'origin/master' into #13/fix-checkboxgroups-return-value 2016-03-07 10:45:38 +11:00
Keegan 264866ce26 update readme to explain new events behavior. 2016-03-06 14:32:53 +11:00
Keegan 069d4a80da only dispatch manipulator events if the state is actually changed. 2016-03-06 14:28:38 +11:00
keegan-lillo c99ad44b5c remove copy-paste error 2016-03-06 13:17:39 +11:00
Keegan 75c846a8ba Fix links to checkboxgroup and radiogroup manipulators in readme 2016-03-06 12:39:03 +11:00
Keegan a1df49623d Add generic button component 2016-03-06 12:31:25 +11:00
keegan-lillo 08e41036da Clarify when Clay.meta is actually available. 2016-03-05 23:08:52 +11:00
keegan-lillo 663f91e9bd Made documentation less ambiguous about classes + added example for loading a different config based on platform 2016-03-05 23:03:39 +11:00
keegan-lillo bdcd820f7c Merge pull request #29 from pebble/release/v0.1.1
Bump version to 0.1.1
v0.1.1
2016-03-03 13:25:14 +11:00
Keegan 51a44b18b0 Bump version to 0.1.1 2016-03-03 13:15:23 +11:00
keegan-lillo 64931dabc9 Merge pull request #28 from pebble/fix-dist
Fix release links in readme
2016-03-03 12:17:39 +11:00
keegan-lillo b7be587542 Merge branch 'master' into fix-dist 2016-03-03 11:53:35 +11:00
keegan-lillo 4508c73de2 Fix release links in readme 2016-03-03 11:53:11 +11:00
keegan-lillo f804cb0efd Merge pull request #27 from pebble/fix-dist
Get rid of dist/clay.js and use GitHub releases instead
2016-03-03 11:48:02 +11:00
keegan-lillo 525a78fc53 Update download instructions for CloudPebble 2016-03-03 11:32:31 +11:00