Will Anderson
|
72e6e093a8
|
Include the main.jsbundle file in the Xcode project
|
2015-09-10 14:38:46 -07:00 |
|
Will Anderson
|
ed240ec5a9
|
Pass rollback timeout through in apply method
|
2015-09-10 14:38:10 -07:00 |
|
Will Anderson
|
0d6c7b44d2
|
Remove accidental typo in example app header
|
2015-09-09 14:07:29 -07:00 |
|
Will Anderson
|
660834cf01
|
Clean up a couple small issues with Obj-C code
|
2015-09-09 13:51:37 -07:00 |
|
Will Anderson
|
a029add8fc
|
Use done() for download method to bubble any errors
|
2015-09-09 12:16:55 -07:00 |
|
Will Anderson
|
2b6c99c4dc
|
Remove unused top-level apply method
|
2015-09-09 12:16:03 -07:00 |
|
Will Anderson
|
3e0bc07fb3
|
Update API and example app to match latest Cordova implementation
|
2015-09-08 14:41:19 -07:00 |
|
Will Anderson
|
ae19e24a35
|
Add stubs for methods to mix into package objects
|
2015-09-03 11:31:23 -07:00 |
|
Will Anderson
|
f8906642d2
|
Start refactoring package management into a distinct class
|
2015-09-03 11:30:43 -07:00 |
|
Will Anderson
|
777b9b6fc4
|
Properly wrap sdk.queryUpdateWithCurrentPackage in a promise
|
2015-09-01 15:20:18 -07:00 |
|
Will Anderson
|
543296424b
|
Fix typo in notifyApplicationReady definition
|
2015-09-01 15:06:26 -07:00 |
|
Will Anderson
|
d7229a2f31
|
Remove reference to removed 'err' parameter
|
2015-09-01 15:03:04 -07:00 |
|
Will Anderson
|
c3f547030a
|
Add stub for notifyApplicationReady
|
2015-09-01 14:48:25 -07:00 |
|
Will Anderson
|
aae7036fe9
|
Remove unused semver package
|
2015-09-01 14:45:57 -07:00 |
|
Will Anderson
|
00d7ade987
|
Rename getLocalPackage to getCurrentPackage
|
2015-09-01 14:44:20 -07:00 |
|
Will Anderson
|
0798cd9abc
|
Convert checkForUpdate to return a promise
|
2015-09-01 14:24:41 -07:00 |
|
Will Anderson
|
81fef19d39
|
Encapsulate/isolate getConfiguration and getSdk stored state
|
2015-09-01 14:18:02 -07:00 |
|
Will Anderson
|
e22010eb71
|
Clean up getConfiguration to be more readible
|
2015-09-01 14:09:36 -07:00 |
|
Will Anderson
|
ef503b4207
|
Make getSdk return a promise
|
2015-09-01 14:04:22 -07:00 |
|
Will Anderson
|
87f0e26571
|
Make getConfiguration return a promise
|
2015-09-01 14:01:10 -07:00 |
|
Will Anderson
|
7adc4085d1
|
Update example with new update check method name
|
2015-09-01 14:00:53 -07:00 |
|
Will Anderson
|
59ad870984
|
Remove abortDownload for now
|
2015-09-01 13:50:37 -07:00 |
|
Will Anderson
|
0d840aa5e8
|
Add new API methods as light wrappers for Native implementation
|
2015-08-28 15:46:27 -07:00 |
|
Will Anderson
|
1ac743f9b5
|
Return a promise from installUpdate
|
2015-08-28 15:40:42 -07:00 |
|
Will Anderson
|
eac6361ff8
|
Update react-native to 0.10.0
|
2015-08-28 12:20:04 -07:00 |
|
kg422
|
b4ad535eaf
|
readme for tests
|
2015-08-25 12:01:18 -07:00 |
|
kg422
|
a4bd2f8c3d
|
readme for tests
|
2015-08-25 11:59:58 -07:00 |
|
kg422
|
fd44453666
|
removed main.jsbundle
|
2015-08-24 18:27:23 -07:00 |
|
kg422
|
f900fccca0
|
removed keys
|
2015-08-24 18:26:30 -07:00 |
|
kg422
|
014d78ab8a
|
removed more copyrights
|
2015-08-24 18:23:14 -07:00 |
|
kg422
|
cb5e8a2677
|
readme modifications, removed copyrights, fixed issue with install update test
|
2015-08-24 18:21:26 -07:00 |
|
kg422
|
b6a9e1ba9d
|
remove cache
|
2015-08-24 13:16:38 -07:00 |
|
kg422
|
f47c4132b1
|
replaced bundle.sh
|
2015-08-21 17:19:38 -07:00 |
|
kg422
|
74e324870a
|
replaced bundle.sh
|
2015-08-21 17:16:03 -07:00 |
|
kg422
|
0adb38e082
|
wrote QueryUpdate and ApplyUpdate tests
|
2015-08-21 17:09:29 -07:00 |
|
kg422
|
adb8d42a58
|
removed temp file
|
2015-08-21 17:02:51 -07:00 |
|
kg422
|
c3ccd27b4c
|
Merge branch 'query-update-with-current-package' of github.com:Microsoft/react-native-code-push
|
2015-08-21 17:00:41 -07:00 |
|
Will Anderson
|
073cf5bf6b
|
Merge pull request #2 from Microsoft/check-update-and-download
Refactor plugin config, and change example so it can download updates
|
2015-08-21 12:07:02 -07:00 |
|
kg422
|
15c9d93374
|
remove explicit null check
|
2015-08-14 13:56:16 -07:00 |
|
kg422
|
43d62605a1
|
removing redundancy
|
2015-08-14 13:43:06 -07:00 |
|
kg422
|
850a234fca
|
removing redundancy
|
2015-08-14 13:40:07 -07:00 |
|
kg422
|
5c6ef09d7b
|
conforming to coding guidelines 4
|
2015-08-14 12:07:16 -07:00 |
|
kg422
|
718e67d821
|
conforming to coding guidelines 3
|
2015-08-14 12:05:00 -07:00 |
|
kg422
|
a4e4957755
|
conforming to coding guidelines 3
|
2015-08-14 12:02:58 -07:00 |
|
kg422
|
153f6bfdd9
|
conforming to coding guidelines 2
|
2015-08-14 12:00:33 -07:00 |
|
kg422
|
2984125b8d
|
reverted the colour change
|
2015-08-14 11:29:59 -07:00 |
|
kg422
|
f206ce3cef
|
conforming to coding guidelines 1
|
2015-08-14 11:28:37 -07:00 |
|
kg422
|
9829b416e2
|
remove change to jsCodeLocation
|
2015-08-13 14:19:05 -07:00 |
|
kg422
|
d7332ed64b
|
final test
|
2015-08-13 14:16:48 -07:00 |
|
kg422
|
8ee234e589
|
removed deployment key and serverurl from info.plist
|
2015-08-13 13:19:18 -07:00 |
|