Andrew Jack
e6936b3aa0
Prevent Rollback crash when binary was updated. ( #924 )
...
* Prevent Rollback crash when binary was updated.
* Self review
2017-07-17 17:29:56 +03:00
Ruslan Bikkinin
85e094f7e1
Handle TargetBinaryVersionMismatch #2 ( #920 )
...
* Handle TargetBinaryVersionMismatch
* fix readme, add binary version mismatch example to docs
* fix docs, typings
2017-07-17 17:19:52 +03:00
Andrew Goodale
26d84b5a81
Fix declaration of "_installMode" to remove warnings ( #922 )
2017-07-17 11:30:26 +03:00
Sergey Akhalkov
936681e7b5
[docs] update supported React Native platforms table ( #917 )
2017-07-12 14:57:30 +03:00
max-mironov
e5e635bf64
reset package json for development
2017-07-11 15:15:13 +03:00
max-mironov
17ed80cc4a
Bump package json version for next release
v4.0.0-beta
2017-07-11 15:13:45 +03:00
Sergey Akhalkov
9bc0770845
add support for RN 0.46.x ( #905 )
2017-07-07 13:05:40 +03:00
max-mironov
9a6b44b588
reset package.json back for development
2017-07-04 10:49:31 +03:00
max-mironov
0ab4ea6b41
Bump package.json for next release
v3.0.1-beta
2017-07-04 10:47:48 +03:00
Sergey Akhalkov
8d63d81bf3
fix java.lang.NullPointerException: java.io.File.<init> (File.java:262) exception ( #911 )
...
relates to #906 , #910
2017-07-03 17:13:16 +03:00
Sergey Akhalkov
3e34f1af44
update compatibiltity table ( #908 )
2017-06-28 15:34:47 +03:00
max-mironov
3ff75aa8fb
reset package son version
2017-06-28 15:00:08 +03:00
max-mironov
319d2b148b
Bump package json version
v3.0.0-beta
2017-06-28 14:50:14 +03:00
max-mironov
0fa562f7aa
Merge branch 'master' of https://github.com/max-mironov/react-native-code-push
2017-06-27 11:11:45 +03:00
Sergey Akhalkov
d62f3df4bf
add support for RN 0.45.x ( #901 )
...
* add support for RN 0.45.x
* add support for RN 0.45.x
* to last
* remove additional calls
* remove support for RN 0.46.x that has been added due to as of now it is not compatibale with RN 0.45.x
2017-06-26 11:37:37 +03:00
Mike Lambert
658e81add1
Fix dependency issue ( #902 )
...
Fix this crash I see when building for android:
```
:app:generateBundledResourcesHashDebug
module.js:471
throw err;
^
Error: Cannot find module '/var/folders/94/wngs1jw91_n2_jjjrfljtqrc0000gn/T/CodePushResourcesMap-1b95774b.json'
```
Looks like these two tasks (`recordFileBeforeBundleCommand` and `generateBundledResourcesHash`) run in parallel, which create problems because one depends on a file generated by the other. Not sure why others don't have this issue, though, but I suspect this is exactly the issue reported in https://github.com/Microsoft/react-native-code-push/issues/836
2017-06-26 11:10:19 +03:00
Max
3ee9319964
Improved logic for searching plist path ( #903 )
...
* Fixed incorrect link reference
* Improved logic for searching plist path (case when package name is not equal to iOS ProductName)
2017-06-23 18:34:34 +03:00
max-mironov
0565b1c693
Merge branch 'master' of https://github.com/Microsoft/react-native-code-push
2017-06-23 04:59:10 -07:00
max-mironov
04cb0063fb
Improved logic for searching plist path (case when package name is not equal to iOS ProductName)
2017-06-23 04:57:59 -07:00
Alexander Bodalevsky
fe9745237b
[WPF] Fix application crash when storage file was deleted while app is being active. ( #897 )
...
* Create file if non exist on each call
* Added asyn operation
2017-06-22 14:53:23 +03:00
Max
ef5ab894b1
Fixed incorrect link reference ( #900 )
2017-06-22 11:45:10 +03:00
max-mironov
e8a160595d
Fixed incorrect link reference
2017-06-22 01:29:55 -07:00
Gant Laborde
4a931063be
[docs] remove @latest from npm install ( #889 )
2017-06-20 16:47:04 +03:00
Alexander Bodalevsky
d132593458
Windows: Implemented TelemetryManager ( #812 )
...
* Examples updated to RNW 0.43.0
* Initial implementation
* interim commit
* getUpdateReport - completed
* getBinaryUpdateReport - completed
* getRetryStatusReport - completed
* getRollbackReport - completed
* recordStatusReported - completed
saveStatusReportForRetry - completed
* Commented unused variables
* Fixed telemetry report
* Optimization: run telemetry in async mode
* neat fixes
* react-native-windows updated to 0.43.0-rc.0
* neat fix
* added async to some ReactMEthod calls
2017-06-16 13:58:52 +03:00
Alexander Bodalevsky
6a1d1ffcac
WPF:WINDOWS Added ability to update application installed in Program Files folder ( #813 )
...
* Updated Windows Example
* Organized usings
* Fix for update application in write protected folder
* Typo fixed
* Examples updated to RNW 0.43.0
* Fixed Warning CS0108
2017-06-16 13:52:06 +03:00
Sergey Akhalkov
66cf73fe06
Fix typo while configuring resourcesDirConfigName path in codepush.gradle ( #876 )
2017-06-16 13:47:58 +03:00
Ahmed Hassan
f44086bc33
fix RCTLogexample in readme ( #884 )
2017-06-16 13:45:53 +03:00
max-mironov
826568637d
Reset package json
v2.1.0-beta
2017-06-07 11:33:37 +03:00
max-mironov
1ffe8866d8
Bump package version number
2017-06-07 11:30:29 +03:00
max-mironov
37d243c44c
Merge branch 'master' of https://github.com/Microsoft/react-native-code-push
2017-06-07 10:56:46 +03:00
farwayer
3d5bf1a685
Avoid to set refs on stateless components ( #866 )
2017-06-06 09:10:16 +03:00
Andrew Jack
09cbedc3f0
Remove support for legacy React Native versions ( #845 )
2017-06-05 17:44:03 +03:00
Sergey Akhalkov
088503d970
Use project.ext.react root prop to specify node_modules path ( #869 )
2017-06-02 17:14:13 +03:00
max-mironov
a2e17a88bc
Merge branch 'remove_unsupported_rn_versions' of https://github.com/AndrewJack/react-native-code-push
2017-06-02 15:35:25 +03:00
max-mironov
181c96d970
Merge branch 'master' of https://github.com/Microsoft/react-native-code-push
2017-06-02 15:31:20 +03:00
Andrew Jack
bb0e206149
If current package folder is null don't delete ( #870 )
2017-06-02 11:32:34 +03:00
Andrew Jack
c6310363be
Remove support for legacy React Native versions
2017-06-01 17:27:16 +01:00
Almir Filho
41c0c88665
Add information about CodePush domains in iOS Setup docs ( #830 )
...
* Add information about CodePush domains in iOS Setup docs
* Fix typo
2017-06-01 14:15:04 +03:00
Max
bb997f01d8
Fix return value for get update metadata ( #864 )
...
* Fixed issue with error on parsing plist path
See https://github.com/Microsoft/react-native-code-push/issues/534#issuecomment-302069326 for details
* Changed return value to null for getUpdateMetadata instead of empty string
In accordance with docs and https://github.com/Microsoft/react-native-code-push/issues/862
2017-06-01 14:12:07 +03:00
Max
b8bd4a021c
Fixed issue with [Android] restartApp() throwing exception w/ release build ( #861 )
...
* Fixed issue with error on parsing plist path
See https://github.com/Microsoft/react-native-code-push/issues/534#issuecomment-302069326 for details
* Fixed issue with [Android] restartApp() throwing exception w/ release build
https://github.com/Microsoft/react-native-code-push/issues/847
* Changed return value to null for getUpdateMetadata instead of empty string
In accordance with docs and https://github.com/Microsoft/react-native-code-push/issues/862
* Code refactoring: moved variable assignment out of loop
2017-06-01 14:10:33 +03:00
max-mironov
2f1afd6b2b
Code refactoring: moved variable assignment out of loop
2017-05-30 06:07:57 -07:00
max-mironov
e122824a2c
Changed return value to null for getUpdateMetadata instead of empty string
...
In accordance with docs and https://github.com/Microsoft/react-native-code-push/issues/862
2017-05-29 12:52:53 +03:00
max-mironov
1034c6c077
Fixed issue with [Android] restartApp() throwing exception w/ release build
...
https://github.com/Microsoft/react-native-code-push/issues/847
2017-05-26 14:33:50 +03:00
max-mironov
dec9398887
Merge branch 'master' of https://github.com/Microsoft/react-native-code-push
2017-05-26 13:32:34 +03:00
Iacopo Pazzaglia
3761d9ece0
Allow custom node path( #773 ) ( #860 )
2017-05-26 11:50:10 +03:00
Jiaming Lu
a59e4cfabb
Fix packageHash not passed to /updateCheck on Android ( #803 )
2017-05-25 11:32:21 +03:00
remo-sk
e761ad1e83
Update README.md ( #794 )
...
If you want to run multiple builds on same device, you also have to change Product Bundle Identifier for builds. Otherwise builds are overwritten on device.
2017-05-25 11:28:31 +03:00
oliversommer
55749ab622
improved gradle temp file naming strategy to allow concurrent android builds ( #857 )
2017-05-24 10:10:59 +03:00
Max
447708385e
Fixed issue with error on parsing plist path ( #842 )
...
See https://github.com/Microsoft/react-native-code-push/issues/534#issuecomment-302069326 for details
2017-05-23 11:36:50 +03:00
max-mironov
23808cae5e
Fixed issue with error on parsing plist path
...
See https://github.com/Microsoft/react-native-code-push/issues/534#issuecomment-302069326 for details
2017-05-17 16:16:56 +03:00