Commit Graph

1572 Commits

Author SHA1 Message Date
Tomas Maly
6b4354ad8e Update postlink.js (#1262)
Fixing bug where CocoaPods files (ios/Pods/Pods.xcodeproj) causes error "Could not determine correct xcode proj path to retrieve related plist file, there are multiple xcodeproj under the solution"
v5.3.3
2018-05-08 14:14:47 +03:00
Lars Lockefeer
a81a0452f4 Fix podspec (#1271)
Tags are no longer suffixed with `-beta`.
2018-05-04 11:42:15 +03:00
Alexander Goncharov
2b158003c8 Fix supported version of RN in Readme (#1264)
readme update
2018-04-28 13:27:03 +03:00
Artem Egorov
68ce5c2e96 Handle uncaught promise rejection (#1253) 2018-04-23 11:19:45 +03:00
andresesfm
6733ac2421 Add documentation to RNN V2 (#1239)
Add steps to integrate CodePush with React Native Navigation V2.
2018-04-05 16:22:36 +03:00
Rob Phillips
58be2bca3f [CocoaPods] Resolve dependencies at parent level (#1210)
* [CocoaPods] Let it resolve dependencies

This is necessary versus using subspecs since CocoaPods needs to be able to resolve the dependencies properly at the parent workspace level based on needed versions. Otherwise, you end up with very opaque linking errors.
2018-04-02 19:11:20 +03:00
Hunter Dolan
14c2530a5f Move the install button on the update dialog to the right of the ignore button (#1232) 2018-03-30 17:25:11 +03:00
Dat Vong
d34e8d0dfb For identity Accept-Encoding (#1237)
If the server returns gzip encoding, the size check will fail because getContentLength() could potentially return -1 for gzipped content.
2018-03-30 17:24:22 +03:00
Artem Egorov
ab9d27d72b Update README.md 2018-03-28 15:22:24 +03:00
Artem Egorov
d3671783ed Update code-push dependency (#1231) v5.3.2 2018-03-15 17:59:50 +03:00
Artem Egorov
9c5c0c3706 Fixed bug with run-android on windows (#1229) v5.3.1 2018-03-14 16:56:37 +03:00
Artem Egorov
e66a1d1220 Prepare release 5.3.0 (#1228) v5.3.0 2018-03-13 16:36:18 +03:00
Henrik Raitasola
1f91831633 Describe function more so it works with Ramda too (#1177) 2018-03-12 18:16:10 +03:00
Artem Egorov
be3633ae24 Android Gradle Plugin 3.x integration (#1219)
* AAPT2-compatible Android build process integration

* enhancement

* enhancement

* fix assembleDebug
2018-03-12 18:14:45 +03:00
Artem Egorov
cf9399751f Update README.md
Update compatibility table
2018-03-02 17:58:48 +03:00
Artem Egorov
75c6b1107a Bump version in package-lock.json (#1216) v5.2.2 2018-02-26 11:43:44 +03:00
Eric Rozell
63afcba0bb fix(NuGet): align NuGet dependencies with react-native-windows (#1209)
Switching to .csproj-based NuGet package references and updating to match the current dependencies for react-native-windows.

Towards Microsoft/react-native-windows#1644
2018-02-21 13:42:30 +03:00
Artem Egorov
80828674af Fix for IllegalStateException while CodePushUpdateManager.downloadPackage (#1206) 2018-02-16 15:32:26 +03:00
Max
d6cf63e98d Improve README of integration of CodePush (#1151)
* Update version numbers for new release

* improve readme

* reverted version
2018-01-22 10:49:18 +03:00
Max
79247a5c31 Update compat table and SDK version (#1137)
* Update version numbers for new release

* update compat table

* updated package json
2018-01-10 15:28:47 +03:00
Jodi Warren
9f4eef363d Add tip for CocoaPod users with new release config (#1130) 2018-01-08 09:30:10 +03:00
Meng-Yuan Huang
c689f764c7 Fix a GetFileAsync exception due to that fileNameToDelete uses forward slash characters as path separator. (#1126) 2017-12-28 23:52:11 -08:00
Ruslan Bikkinin
9123f9bed1 [Docs] Update "setup android" docs with TOC and RNN apps setup instructions (#1122)
* Update "setup android" docs with TOC and RNN apps setup instructions
2017-12-29 10:46:42 +03:00
Ruslan Bikkinin
aa14c1e9dc [Docs] Add demos links for mutideployment testing (#1121) 2017-12-27 17:44:59 +03:00
Robert Paul
2a051e4fe3 Adding check for null ref before accessing array index (#1116)
* Adding check for null ref before accessing array index

* Adding log for missing jsCodeLocation setting
2017-12-26 09:59:28 +03:00
Ruslan Bikkinin
0657975ba1 [Docs] Update docs with setDeploymentKey method (#1117) 2017-12-25 16:23:07 +03:00
Chris Mark
6acd21d058 Allow setting the deploymentKey on Android (#1115) 2017-12-24 23:48:41 -08:00
annakocheshkova
8064cc7dd6 Fix example project (#1112)
Automatic (on_app_resume, on_app_start) sync was not working in example project because App class was exported, not the wrapped App class.
2017-12-20 13:37:25 +03:00
Ruslan Bikkinin
553e2eaef0 Update compatibility table in terms of RN 0.51 2017-12-06 16:29:27 +03:00
Ruslan Bikkinin
0d6f0b4876 [docs] Add information about how to configure CodePush for applications using ReactInstanceManager.builder() to initialize RN (#1098) 2017-12-06 10:32:23 +03:00
Basil Zhang
eceb26158f Fix code error (#1089) v5.2.1 2017-11-26 20:53:11 +03:00
max-mironov
f0b16d5177 reset version back for dev 2017-11-21 12:39:18 +03:00
max-mironov
527b50cc4a Bump package json for next release v5.2.0-beta 2017-11-21 12:37:44 +03:00
Zakeel M
3ebbcb8f5d Added App Center Banner 2017-11-17 13:17:33 -08:00
Eric Rozell
cf36d1cf25 Enable CodePush for react-native-windows v0.50+ (#1051)
In react-native-windows v0.50+, we added ReactNativeHost, which has better support for running React Native in the background as well as embedding React Native in other controls besides XAML Pages.
2017-11-16 20:22:01 +03:00
max-mironov
cccdc1c2de Merge branch 'master' of https://github.com/Microsoft/react-native-code-push 2017-11-16 03:10:34 -08:00
max-mironov
3bce5a1100 Updated docs for RN49 tweaks 2017-11-16 03:10:11 -08:00
max-mironov
418882729e Updated compatibility table for latest react 2017-11-10 12:03:19 +03:00
max-mironov
8c5bf4ba72 Added FAQ about testing in debug mode 2017-10-25 10:51:48 +03:00
max-mironov
f93a48c0a1 Merge branch 'master' of https://github.com/Microsoft/react-native-code-push 2017-10-25 10:40:49 +03:00
Mark Aron Szulyovszky
59a19b37c5 fix(Documentation): correct url for RN 0.49 and up (#1052) 2017-10-23 16:20:51 +03:00
max-mironov
29bef98628 Merge branch 'master' of https://github.com/max-mironov/react-native-code-push 2017-10-23 06:16:46 -07:00
Max
c43b0b16ce Added new CodePushDemoApp for RN 0.49 and upper. Rename old demo to CodePushDemoApp-pre0.49 (#1054) 2017-10-23 16:13:43 +03:00
max-mironov
146653cd5b Added new CodePushDemoApp for RN 0.49 and upper. Rename old demo to CodePushDemoApp-pre0.49 2017-10-23 14:53:28 +03:00
David Buchan-Swanson
a585cbb003 hoist non-react static methods in decorator (#1037) 2017-10-09 17:05:21 +03:00
Djalma Araújo
751bf02836 Added requiresMainQueueSetup to prevent warning and future side-effects (#1035) 2017-10-09 13:37:43 +03:00
Sergey Akhalkov
6872c127a1 reduce readme.md size (#1038)
reduce readme.md size

* move android and ios parts of the multi-deployment testing chapter into the separate files

* improve navigation tree
2017-10-09 12:08:57 +03:00
max-mironov
7735db29c1 Updated compatibility table with latest RN 2017-10-05 10:38:35 +03:00
max-mironov
d913a442c9 reset package.json back for development 2017-10-03 17:09:14 +03:00
max-mironov
f25bb65d58 bump for new version 5.1.3-beta v5.1.3-beta 2017-10-03 17:05:13 +03:00