Richard Hua
ee3519faee
Update README.md to reflect RN 0.33 support
2016-09-29 14:37:30 -07:00
Richard Hua
31522d5875
Update ISSUE_TEMPLATE.md
2016-09-28 11:32:11 -07:00
Richard Hua
b0b5b6deda
Merge pull request #535 from cmcewen/android-crash
...
Check that the previous package is not null
2016-09-28 11:04:00 -07:00
Connor McEwen
30b27337d3
Check that the previous package is not null
2016-09-28 13:41:20 +01:00
Richard Hua
abc1c777db
Merge pull request #532 from mobileDevNativeCross/patch-1
...
Update README.md
2016-09-26 12:39:23 -07:00
Richard Hua
f251809273
Merge pull request #533 from mobileDevNativeCross/patch-2
...
Update README.md
2016-09-26 12:38:32 -07:00
mobileDevNativeCross
08dce65fd2
Update README.md
...
codePushStatusDidChange: syncStatus -> status
2016-09-26 17:04:50 +04:00
mobileDevNativeCross
a91be2778e
Update README.md
...
copushDownloadDidProgress: progess -> progress
2016-09-26 17:01:16 +04:00
Richard Hua
73b286da26
Merge pull request #526 from Microsoft/fix-unsupported-events
...
Fix usage of NativeEventEmitter
2016-09-23 17:19:29 -07:00
Richard Hua
6dc1fb8487
Fix usage of NativeEventEmitter
2016-09-23 17:13:51 -07:00
Richard Hua
d9896a5952
Update ISSUE_TEMPLATE.md
2016-09-23 14:12:44 -07:00
Richard Hua
a28ad0c715
Update ISSUE_TEMPLATE.md
2016-09-23 14:11:10 -07:00
Richard Hua
51c2c6b26b
Add issue template
2016-09-23 14:08:46 -07:00
Levy Klots
19ea89192e
[doc] advice when targeting both android/ios
2016-09-22 16:49:31 -07:00
Richard Hua
77182c110f
Merge pull request #522 from felipecsl/fix-manifest-marging
...
Remove unnecessary config from AndroidManifest
2016-09-21 11:09:41 -07:00
Felipe Lima
8c4c8046c6
Remove unnecessary config from AndroidManifest
...
This was causing some manifest merging issues for us, however it seems
like this stuff is completely unnecessary, especially for an android
library, so I'm removing it all.
2016-09-21 10:46:38 -07:00
Richard Hua
bb04535fbe
Fix bundle root location in demo app when loading from packager
2016-09-07 11:58:28 -07:00
Geoffrey Goh
f29e5c66e4
Merge pull request #500 from NewStore/fix-deprecated-Event-calls
...
Update deprecated iOS sendEvent method calls
2016-09-06 11:11:41 -07:00
Geoffrey Goh
dd243c4566
Merge pull request #508 from Microsoft/override-node-modules
...
Allow node_modules path to be overridden in codepush.gradle
2016-09-04 21:45:33 -07:00
Geoffrey Goh
f8a50d4482
allow node modules path to be overridden
2016-09-02 00:40:44 -07:00
Geoffrey Goh
a4c81549ce
Merge pull request #507 from daniel-beard/dbeard_fix_implicit_conversion_warning
...
Fix implicit conversion warning
2016-09-01 14:26:45 -07:00
Geoffrey Goh
5ebfdf76a5
Merge pull request #506 from daniel-beard/dbeard_add_class_guard_in_initialize_method
...
Check against self class in initialize methods
2016-09-01 14:26:15 -07:00
dbeard
b9e356846f
Fix implicit conversion warning
2016-09-01 11:54:18 -07:00
dbeard
eeddfdab9b
Check against self class in initialize methods
2016-09-01 11:41:31 -07:00
Geoffrey Goh
77679d837f
bump package.json version
v1.14.6-beta
2016-08-31 17:37:26 -07:00
Geoffrey Goh
0deba45bd1
update compat table for readme
2016-08-31 17:35:33 -07:00
Geoffrey Goh
b88dac4287
Merge pull request #504 from Microsoft/fix-main-bundle-search
...
Fix main bundle search regression
2016-08-31 17:25:42 -07:00
Geoffrey Goh
1846018d26
fix android import regression
2016-08-31 17:24:46 -07:00
Geoffrey Goh
cb7480f12f
fix main bundle search regression
2016-08-31 16:27:42 -07:00
Geoffrey Goh
cf3551fe88
update docs
2016-08-31 15:19:29 -07:00
Geoffrey Goh
120d60969c
update docs
2016-08-31 15:18:47 -07:00
Geoffrey Goh
66d999e563
Merge pull request #499 from daniel-beard/dbeard_guard_against_nserror_null_pointer_derefs
...
Guard against NSError null pointer dereferences
2016-08-31 14:23:02 -07:00
dbeard
ddfafff5d6
Guard against NSError null pointer dereferences
2016-08-31 12:02:04 -07:00
Geoffrey Goh
60a5588398
Update .gitignore
2016-08-30 13:08:00 -07:00
Geoffrey Goh
e25b6b7436
Merge pull request #497 from Microsoft/prevent-rollback-crash
...
Prevent crashes during rollbacks
2016-08-30 13:06:24 -07:00
Geoffrey Goh
c376c301d5
Merge pull request #491 from igrayson/patch-1
...
[Android] Support React instances with no Activity
2016-08-30 13:05:54 -07:00
Richard Hua
c2d2e35622
Clarify description of the label field in the README.md
2016-08-30 10:55:42 -07:00
Ian Grayson
f6ea4ec00d
[Android] Support React instances with no Activity
...
This change aims to support applications which run React Native's catalyst instance in the background, sometimes without an activity.
We're using this change today in an RN 0.27 application, which overrides `ReactActivity#createReactInstanceManager` to afford us control of the instance's lifecycle, so that we may run and launch without an `Activity` (i.e., in response to push notifications and other triggers).
If we agree with this approach, I'll update this PR with documentation/etc.
2016-08-29 13:52:28 -07:00
Geoffrey Goh
e52b95abeb
Update CodePush.m
2016-08-29 11:44:24 -07:00
Geoffrey Goh
18fc035807
prevent crashes during rollbacks
2016-08-27 18:11:43 -07:00
Geoffrey Goh
a2aacffd2c
Merge pull request #496 from Microsoft/fix-0.32-compat
...
Fix 0.32 compat
2016-08-26 16:04:58 -07:00
Geoffrey Goh
b743d07ecf
fix 0.32 compat
2016-08-26 14:26:20 -07:00
Geoffrey Goh
2a78ed59d5
fix 0.32 compat
2016-08-26 14:25:28 -07:00
Geoffrey Goh
c11560f697
fix 0.32 compat
2016-08-26 14:23:21 -07:00
Geoffrey Goh
cfbdb9fa22
Merge pull request #492 from convoyinc/igrayson/proguard
...
Proguard rules
2016-08-26 11:39:04 -07:00
Ian Grayson
167eabd289
Proguard rules
2016-08-25 15:50:23 -07:00
Geoffrey Goh
1447ffbd47
Merge pull request #488 from daniel-beard/dbeard_expose_isfailedhash_and_ispendingupdate
...
iOS SDK: Expose isPendingUpdate and isFailedHash publicly
2016-08-25 13:32:46 -07:00
dbeard
8958b9699e
Make isFailedHash and isPendingUpdate class methods
2016-08-25 11:12:36 -07:00
dbeard
050e433a94
iOS SDK: Expose isPendingUpdate and isFailedHash publicly
2016-08-25 10:34:35 -07:00
Richard Hua
2a182ab35d
Merge pull request #485 from Microsoft/tweak-demo-app
...
Keep sync button visible in example app for prolonged testing
2016-08-22 18:30:48 -07:00