Yuri Kulikov
1f862960a0
Fixed security vulnerabilities ( #1385 )
2018-08-21 18:02:51 +03:00
Alexander Goncharov
9ff52368e2
Replace link to old docs with link to new docs. ( #1372 )
2018-08-10 11:47:48 +03:00
NickToropov
acca018a0d
Reset package.json for development
2018-07-31 15:32:34 +03:00
Nickolay Toropov
dac18c0e10
Bumped code-push version ( #1365 )
v5.4.1
2018-07-31 15:26:37 +03:00
Alexander Goncharov
30b829c285
Made compatibility table more cleaner. ( #1351 )
2018-07-17 12:54:32 +03:00
Erick Maeda Lopes
9e1bebbd26
Update README.md ( #1347 )
2018-07-12 12:06:16 +03:00
Alexander Goncharov
0daa647c5c
Update compatibility table. ( #1344 )
v5.4.0
2018-07-10 19:11:20 +03:00
Alexander Goncharov
c876971518
Added compatibility with latest RN version(0.56) ( #1342 )
...
* Added using project-wide properties.
* Upgrade compileSdkVersion to 26 version
* Upgrade buildToolsVersion to 26.0.3 version
* Upgrade targedSdkVersion to 26 version
2018-07-10 18:30:15 +03:00
Krunal Shah
3069ba3e3c
[Android]add serverUrl documentation ( #1338 )
2018-07-10 18:25:57 +03:00
Krunal Shah
ba151ef99f
remove unused constant ( #1340 )
2018-07-10 17:47:35 +03:00
Alexander Goncharov
09883dd6f1
Prevent removing ReactNativeDevBundle in LiveReload ( #1332 )
2018-07-09 16:26:26 +03:00
Nickolay Toropov
19b1a5ede7
Updated docs for clearUpdates method and added logging. ( #1329 )
2018-06-29 17:36:48 +03:00
Marc
8b5b8eab0a
Expose clearUpdates method to RN for purging downloaded packages ( #1269 )
...
This is useful when changing to a deployment with an older version than
the currently installed package.
2018-06-29 11:30:18 +03:00
Krunal Shah
3144c91601
remove unused import from package-mixins ( #1325 )
2018-06-26 12:47:28 +03:00
Anna Kocheshkova
201735ebad
Get update folder method ( #1323 )
...
* Exposed current update path.
* Check for null
* API reference update
v5.3.5
2018-06-25 16:16:47 +03:00
Mac Bellingrath
da56a35959
[FIX] correct typo in README ( #1303 )
2018-06-04 10:33:26 +03:00
Nickolay Toropov
899f05f732
Updated 'Plugin installation(iOS - CocoaPods)' section in documentation. ( #1301 )
2018-05-31 13:29:02 +03:00
Nickolay Toropov
9662c85ba6
Added mock for code-push plugin in test of demo app. ( #1298 )
2018-05-30 11:22:32 +03:00
Chris
dea708813f
Fix typo ( #1295 )
...
necessarely -> necessarily
2018-05-25 17:44:31 +03:00
Alexander Goncharov
4aa735c728
Prevent crashing app by catching errors ( #1286 )
...
* Convert all @ReactMethod in try-catch block
* Fix Exception type
* Replaced e.printStackTrace() with CodePushUtils.log(e)
* Combined catches with the same handler.
v5.3.4
2018-05-24 15:08:38 +03:00
Nickolay Toropov
e0bc8b00d2
Fixed app crash caused by multiple callback invocation from java code. ( #1289 )
...
Added CodePushUtils.log method for logging exceptions.
2018-05-24 13:52:59 +03:00
Nickolay Toropov
21f8388f6a
Fixed app crash caused by BadTokenException. ( #1287 )
2018-05-24 13:52:40 +03:00
Lorenzo Sciandra
163e2b5b8d
Update api-js.md ( #1274 )
...
Apparently, by looking at [source code](6b4354ad8e/CodePush.js (L553) ), the codes numbers have changed. This update simply matches the new numeration
2018-05-10 20:06:44 +03:00
Nickolay Toropov
4094c74a78
Fixed hoek vulnerable dependency: removed package-lock.json with old versions and added yarn.lock with updated dependencies. ( #1275 )
2018-05-08 15:48:36 +03:00
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