Alexander Goncharov
ec149b6d76
Replaced new jsCodeLocation in docs ( #1522 )
2019-02-12 11:49:39 +03:00
Alexander Goncharov
effa429c7d
Replaced codepush home page link ( #1508 )
2019-01-23 12:36:45 +03:00
Alexander Goncharov
46c1752a95
Fixed Apple Developer Program License Agreement link ( #1502 )
v5.5.2
2019-01-18 14:37:28 +03:00
Hyo Chan Jang
ac51cf6511
Replace deprecated 'compile' gradle configuration with 'implementation' ( #1477 )
2019-01-15 19:08:00 +03:00
Alexander Goncharov
7767d2e373
Fixed issue with loss of the public key in case if the deployment key doesn't exist ( #1501 )
2019-01-15 16:04:09 +03:00
Max Schmeling
448b12926b
Fixes typo in TypeScript typings ( #1491 )
...
* Fixes typo in TypeScript typings: DowloadProgressCallback -> DownloadProgressCallback.
2018-12-26 18:16:11 +03:00
Alexander Goncharov
7964db1103
Fix ios postlink ( #1482 )
v5.5.1
2018-12-21 12:00:32 +03:00
Yuri Kulikov
d34a4db55c
Remove android.support.annotation.NonNull import ( #1471 )
...
Remove android.support dependency to simplify the work
with androidx.
Related issue: #1462
2018-12-12 17:10:32 +03:00
Alexander Goncharov
099ab06bdc
Updated docs for rollback retry mechanism ( #1468 )
2018-12-07 11:16:23 +03:00
Yuri Kulikov
693b769ba6
[Feature] Re-try mechanism for CodePush Rollbacks ( #1467 )
v5.5.0
2018-12-06 13:48:26 +03:00
James McGinty
ac5472ee2a
Set minimum target UWP version to match React Native Windows 0.57 ( #1422 )
2018-10-19 17:46:43 +03:00
Chris Williams
8200dbc4e7
Fix typo in 'downloadProgressCallbackkWithTryCatch' ( #1428 )
2018-10-12 22:53:58 +03:00
Pavlos Vinieratos
617949a52b
fix some xcode 10 warnings ( #1424 )
...
* xcode 10 recommendations
* removed readmes from compile sources
2018-10-09 16:16:53 +03:00
Nickolay Toropov
b1dd46724f
Updated proguard rules to keep mBundleLoader field ( #1425 )
2018-10-08 15:41:51 +03:00
Tyler Jones
aa3ae8e8e9
[ts] Add missing null return type to checkForUpdate ( #1419 )
2018-09-28 11:18:28 +03:00
Tyler Jones
7d10eee1c4
[ts] remove invalid Promise declaration ( #1416 )
...
Promise will already be ambiently declared in the library user's configuration, because by using this library they must also have Promises configured.
2018-09-26 14:24:30 +03:00
Alexander Goncharov
ae4c326757
Bumped RN version in docs ( #1404 )
2018-09-14 17:31:15 +03:00
Yuri Kulikov
82b3336adb
Deleted 'chmod' command as not necessary and caused 'Too many open files in system' ( #1388 )
2018-08-27 09:59:19 +03:00
NickToropov
463fafae67
reset version back for dev
2018-08-23 19:09:51 +03:00
NickToropov
b40b70e922
Bump for new version 5.4.2
...
* Added items in .npmignore
v5.4.2
2018-08-23 19:03:46 +03:00
Yuri Kulikov
da7b1faa21
Fixed create-app.js script ( #1386 )
2018-08-23 18:14:06 +03:00
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