Commit Graph
303 Commits
Author SHA1 Message Date
Keegan 12e335915b [WIP] - use size for deciding on reads and writes success 2016-10-27 14:58:20 -07:00
Keegan d12c9a00db [WIP] - Simplify reading and writing of settings 2016-10-27 14:55:00 -07:00
Keegan 27a5b77b8a [WIP] - Implement bool and string getter 2016-10-26 23:22:19 -07:00
Keegan 1aff0378f5 Use new init method in test app 2016-10-26 21:24:04 -07:00
Keegan ffd0ba64ec [WIP] - Move callbacks registration to init method 2016-10-26 20:16:30 -07:00
Keegan 74d6d0d21d Clean up example and re-enable localstorage saving 2016-10-25 03:11:38 -07:00
Keegan 6e6440c9fb [WIP] - Basic SimpleAppMessage integration for ints. 2016-10-25 03:00:43 -07:00
Keegan Lillo 62f0337198 release/v1.0.2 (#129) v1.0.2 2016-07-08 15:28:29 -07:00
Grégoire Sage eb89496733 #123 - Add 'configurable' capability 2016-07-08 15:06:59 -07:00
Grégoire Sage 5d6e070e01 #108 Fix colorpicker for Diorite 2016-07-08 14:56:45 -07:00
Keegan Lillo ae31f9737f #120 - Fixed Error: Cannot find module 'message_keys' in dev script 2016-06-23 23:39:06 -07:00
Keegan Lillo 6e42537aa1 #118/Add Configurable should be checked to cloudpebble getting started (#119) 2016-06-23 11:57:56 -07:00
Keegan Lillo 2b14076171 #86/Added contribution instructions (#111)
* Added contribution instructions

* remove production mode in the contributing guide.

* Remove squashing commits from contributing guide

* Add better examples for style guide.

* Add getting help section

* Change devsupport email to twitter

* Add link to contributing guide from the main readme
2016-06-20 15:32:40 -07:00
Keegan Lillo 55ac8681af Merge pull request #115 from pebble/documentation-update
Remove straggling reference to appinfo.js from README
2016-06-19 17:19:45 -07:00
Keegan Lillo b5d2615307 Remove straggling reference to appinfo.js from README 2016-06-19 16:48:49 -07:00
Keegan Lillo 6742ec84cf Merge pull request #113 from pebble/update-docs-to-new-require-mothod
Update README.md
2016-06-19 13:32:26 -07:00
Keegan Lillo 61d735662e Update README.md 2016-06-19 13:28:15 -07:00
Keegan Lillo 050b89f82f Merge pull request #112 from pebble/#110/add-get-settings-to-migration-guide
#110/add get settings to migration guide
2016-06-18 00:59:41 -07:00
Keegan 1b179a603a Added the changed behavior of clay.getSettings() to migration guide 2016-06-18 00:55:15 -07:00
Keegan 4a6382aa7f Remove unused function parameter in clay.getSettings() 2016-06-18 00:50:53 -07:00
Keegan Lillo f0c44c5719 Merge pull request #107 from pebble/release/v1.0.1
Bump version to 1.0.1
v1.0.1
2016-06-17 17:11:07 -07:00
Keegan 2c2076bf69 Bump version to 1.0.1 2016-06-17 17:07:29 -07:00
Keegan Lillo 5a67fec99e Merge pull request #106 from pebble/update-docs-with-new-array-syntax
Fixed some straggling mentions of the old array behavior
2016-06-16 16:42:19 -07:00
Keegan 7cadd5fba4 update JSDoc on the Clay.prepareForAppMessage() method 2016-06-16 14:55:42 -07:00
Keegan Lillo 6b59844084 Fixed some straggling mentions of the old array behavior 2016-06-16 14:52:31 -07:00
keegan-lillo b3963179d1 Merge pull request #105 from pebble/release/v1.0.0
Release 1.0.0
v1.0.0
2016-06-16 11:32:22 -07:00
keegan-lillo 6a63c40e08 Release 1.0.0 2016-06-16 11:28:34 -07:00
keegan-lillo f91c525a30 Merge pull request #104 from pebble/#100/migration-guide
Add migration guide
2016-06-16 11:27:46 -07:00
Keegan 19779a627f add li9nk for migration guide 2016-06-16 11:22:31 -07:00
Keegan b19ad435df Add migration guide 2016-06-16 11:21:00 -07:00
keegan-lillo 5627f789a3 Merge pull request #103 from pebble/#90/support-message-keys
#90/support message keys
2016-06-16 00:55:54 -07:00
Keegan 1c9a812009 add build folder to .eslintignore 2016-06-16 00:48:29 -07:00
Keegan 939398774d remove another impossible case 2016-06-16 00:45:52 -07:00
Keegan 361dc99ea5 remove undefined check from Clay.prepareSettingsForAppMessage because it is impossible 2016-06-16 00:40:10 -07:00
keegan-lillo 9f2a89a41e Merge branch 'master' into #90/support-message-keys 2016-06-16 00:35:27 -07:00
Keegan 26df41b25e Document messageKey array syntax 2016-06-16 00:34:42 -07:00
Keegan dd6fe54834 allow array syntax inside of the messageKey property of a config item 2016-06-15 23:58:41 -07:00
Keegan 3cffa3a275 Send messageKeys down to appMessage in the new format 2016-06-15 21:50:36 -07:00
Keegan a0335be710 Checkbox groups now return an array of booleans 2016-06-15 14:20:35 -07:00
Keegan cabee3ae0b Yell at developer if they try and use appKeys 2016-06-15 11:22:16 -07:00
Keegan 940c5e2451 Rename all appKey references to messageKey 2016-06-15 10:58:45 -07:00
keegan-lillo 870436ddd8 Merge pull request #102 from pebble/#96/fix-webviewclosed-data-being-double-decoded
Allow response in webviewclosed event to optionally be URI encoded
2016-06-14 23:02:06 -07:00
Keegan c3c8de77fc Allow response in webviewclosed event to optionally be URI encoded 2016-06-14 22:57:36 -07:00
keegan-lillo 87807f180c Merge pull request #101 from pebble/#98/expose-clay-version
Expose Clay version
2016-06-14 22:04:15 -07:00
Keegan 9e344d527b Expose Clay version 2016-06-14 21:59:10 -07:00
keegan-lillo 2f9e36bdb2 Merge pull request #99 from pebble/#97/pebble-package
Make Clay a Pebble package
2016-06-14 21:49:38 -07:00
Keegan 5038e80bf2 remove "main" property of package.json 2016-06-14 21:30:40 -07:00
Keegan 7a2dbb276f use messageKey instead of appKey and clarify 3.13 gotchas 2016-06-14 21:30:17 -07:00
Keegan 3300e98ce2 add src/js/index.js to .eslintignore 2016-06-14 20:55:13 -07:00
Keegan 693b795c2b Add a few more files to what is included on NPM to make debugging easier 2016-06-14 18:31:11 -07:00