768 Commits

Author SHA1 Message Date
Scott Kyle
b786279b63 Update README with latest setup instructions 2015-10-28 14:21:37 -07:00
Scott Kyle
5d59040d3d Merge pull request #102 from realm/sk-example-app
Improve ReactExample app
2015-10-28 14:03:12 -07:00
Scott Kyle
c42dceb7a8 ReactExample: Change placeholder text 2015-10-28 11:25:54 -07:00
Scott Kyle
2ee0e2f608 ReactExample: fix bug with pressing Add twice 2015-10-28 11:23:37 -07:00
Scott Kyle
af9e7e8b4c Update ReactExample Objective-C to 4-space indentation 2015-10-28 10:53:30 -07:00
Scott Kyle
5edeefbb17 Add beta licenses to example app files 2015-10-28 10:50:31 -07:00
Scott Kyle
922bf1d0f7 Improve look of checkbox and smart list badges 2015-10-28 10:48:17 -07:00
Scott Kyle
ab33d47a94 ReactExample: add "smart lists" 2015-10-28 10:48:17 -07:00
Scott Kyle
6fc2110991 Example app can now have multiple todo lists 2015-10-28 10:48:17 -07:00
Scott Kyle
e90715140b Make libReact a target dependency of ReactExample
Was experiencing a bug where the packager would startup for ReactTests rather than ReactExample. This fixes that.
2015-10-28 10:48:17 -07:00
Scott Kyle
8c680ffbf6 Add delete buttons for todo items in Example app 2015-10-28 10:48:17 -07:00
Scott Kyle
f89c44697a Add checkboxes next to todo items in Example app 2015-10-28 10:48:17 -07:00
Scott Kyle
549c2ceff7 Refactor and re-style example app 2015-10-28 10:48:16 -07:00
Scott Kyle
0b35564830 Merge pull request #107 from realm/sk-live-update-fixes
Ensure Lists and Results live-update in Chrome
2015-10-28 10:46:43 -07:00
Scott Kyle
d5d05c5d15 Add comments to test to explain canceling transaction 2015-10-28 10:45:42 -07:00
Scott Kyle
b38b87e2f4 Add beta license to ReactTests index.ios.js 2015-10-28 10:40:07 -07:00
Scott Kyle
46bee3c867 Add beta licenses to Chrome JS modules 2015-10-28 10:37:17 -07:00
Scott Kyle
0eb3b49970 Ensure Lists and Results live-update in Chrome
Results needed to live-update during a transaction (not just as the end), and Lists needed to update on deletions as well.
2015-10-28 10:21:32 -07:00
Ari Lazier
7a02ff29a1 Update README.md 2015-10-27 14:41:25 -07:00
Ari Lazier
67922f8299 Update README.md 2015-10-27 14:41:07 -07:00
Ari Lazier
b4e50f29c8 Update README.md 2015-10-27 14:40:57 -07:00
Ari Lazier
70d2a6b7d8 Update README.md 2015-10-27 14:40:45 -07:00
Ari Lazier
72cf0910d5 Merge pull request #106 from realm/al-license
Change the license for all unrleased files
2015-10-27 14:18:07 -07:00
Ari Lazier
cda594a54e add license 2015-10-27 14:15:28 -07:00
Ari Lazier
2e2beabc40 change the license before starting the beta 2015-10-27 14:15:21 -07:00
Ari Lazier
841f45a7b2 change the license before starting the beta 2015-10-27 14:15:21 -07:00
Ari Lazier
57aadc0bda Merge pull request #103 from realm/al-optional-properties
Support null properties
2015-10-27 13:52:36 -07:00
Ari Lazier
fd1ebf0aa0 remove extra newline 2015-10-27 13:45:37 -07:00
Ari Lazier
faa1297d3b support null for basic propety types 2015-10-27 12:13:57 -07:00
Ari Lazier
ec87281cc1 don't convert undefined to null in rpc requests 2015-10-27 12:13:57 -07:00
Ari Lazier
dca7e7d791 enable nullable propeties without a macro 2015-10-27 12:13:57 -07:00
Ari Lazier
18d65471be fix and tests for setting null properties 2015-10-27 12:13:57 -07:00
Ari Lazier
ac1cdfdc8b support null for basic propety types 2015-10-27 12:13:57 -07:00
Ari Lazier
e3fb40f299 enable nullable propeties without a macro 2015-10-27 12:13:57 -07:00
Ari Lazier
fc631c3e6f wont work until we have propery object store support 2015-10-27 12:13:57 -07:00
Ari Lazier
0df214ad21 Merge pull request #101 from realm/sk-object-getters
Non-existent object getters shouldn't throw exceptions
2015-10-27 11:09:21 -07:00
Ari Lazier
ccdfaa8ae9 use typed exceptions 2015-10-27 09:39:52 -07:00
Ari Lazier
db67fe71ea only ignore invalid property exceptions 2015-10-27 09:39:52 -07:00
Scott Kyle
ff9b73ec2f Non-existent object getters shouldn't throw exceptions 2015-10-27 09:39:52 -07:00
Ari Lazier
9092f9ac5f use typed exceptions 2015-10-27 09:39:52 -07:00
Scott Kyle
0511bade62 Non-existent object getters shouldn't throw exceptions 2015-10-27 09:39:52 -07:00
Ari Lazier
8e1eb661c5 Merge pull request #100 from realm/al-notification
improve notification api
2015-10-27 07:56:37 -07:00
Ari Lazier
a1c4cd5702 pr fixes 2015-10-27 07:48:11 -07:00
Ari Lazier
6f41c3cf68 take notification name 2015-10-26 19:18:24 -07:00
Ari Lazier
bb68e45250 support notifications in chrome 2015-10-26 16:49:46 -07:00
Ari Lazier
6f57500972 change notification name to change 2015-10-26 16:19:12 -07:00
Ari Lazier
246ccc7bde add other notification methods 2015-10-26 16:15:46 -07:00
Ari Lazier
ab1965c27e no more notification token 2015-10-26 16:03:32 -07:00
Ari Lazier
6db449ef06 Merge pull request #99 from realm/al-os
Object store cleanup
2015-10-26 15:39:37 -07:00
Ari Lazier
b7d47ac543 apply newest object store changes 2015-10-26 15:27:43 -07:00