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
Max
afc71407dd
Improved logic to show error msg dependent on debug/release config ( #811 )
...
* Improved logic for ensureIfBundleExist method to show different message for debug/release configurations
* fixed missing ;
2017-05-11 13:20:15 -07:00
Sergey Akhalkov
ec35fa9359
Verify code-push service with RN 0.44 ( #820 )
...
Code push service runs well with RN 0.44
2017-05-03 15:07:10 -07:00
Sergey Akhalkov
b895e99de9
Add ON_NEXT_SUSPEND install mode to the react-native-code-push.d.ts file ( #819 )
2017-05-04 00:38:26 +03:00
Julien Karst
d404c7965d
[Project] Add tvOS target
2017-05-03 15:07:53 +02:00
Julien Karst
b6c8992cbe
[Podspec] Add tvOS plarform
2017-05-03 15:02:17 +02:00
Minh Tran
56a0f1f434
Remove attribute which is ‘function’ before convert to native type, fix EXC_BAD_ACCESS error iOS ( #809 )
v2.0.3-beta
2017-05-02 21:31:37 -07:00
Sergey Akhalkov
2cd2ef0ca2
sync: install update even if an error occurs in callbacks ( #787 )
...
Wrap up syncStatusChangeCallback and downloadProgressCallback methods with try/catch block to make it possible to install CodePush updates even if an error occurs while trying to run syncStatusChangeCallback or downloadProgressCallback methods
2017-04-27 13:34:44 -07:00
max-mironov
5ece19bc93
Fixed codepush init in demo ( #804 )
...
* Fixed jsCodeLocation init in demo app
* Added missing react-native-windows dependency
2017-04-24 10:06:07 +03:00
max-mironov
9b366d56d9
Fixed jsCodeLocation init in demo app ( #801 )
2017-04-19 09:30:38 +03:00
max-mironov
57a1e43f1f
Bump code-push dependency ( #796 )
...
See https://github.com/Microsoft/code-push/issues/419 for details
2017-04-14 21:55:42 +03:00
Sergey Akhalkov
54351dbe19
installModes: implement new ON_NEXT_SUSPEND install mode ( #770 )
...
Restart the app _while_ it is in the background, but only after it has been in the background for "minimumBackgroundDuration" seconds (0 by default), so that user context isn't lost unless the app suspension is long enough to not matter.
2017-04-11 12:52:18 +03:00
max-mironov
068a9b87f3
Reset package.json for next release
2017-04-11 10:39:39 +03:00
max-mironov
9cbbe958b4
Bump package.json to 2.0.2-beta
v2.0.2-beta
2017-04-11 10:28:58 +03:00
max-mironov
7de4fa1233
Fixed CodePushDemoAppTest compile error for iOS extension
2017-04-11 10:24:41 +03:00
max-mironov
60c0894a0a
Fixed compile error when building CodePush with iOS app extension ( #783 )
2017-04-10 08:56:28 +03:00
max-mironov
7462ee4e02
Updated CodePushDemoApp for RN 0.43 ( #785 )
2017-04-10 08:51:43 +03:00
max-mironov
ae271f359e
Bump CodePushRN Example dependency for RN 0.43
2017-04-07 10:54:20 +03:00
Richard Hua
e00f5da56b
Update README.md compatibility table to reflect breaking change
2017-04-05 14:36:34 -07:00
Sergey Akhalkov
77a18fe13b
update "Supported React Native platforms" table ( #781 )
2017-04-05 10:48:43 +03:00
max-mironov
38bb190cec
Reset package.json for next release
2017-04-04 15:39:20 +03:00
max-mironov
570543ca56
Bump package.json to 2.0.1-beta
v2.0.1-beta
2017-04-04 15:34:37 +03:00
Sergey Akhalkov
e558fb28c4
Check if currentPackage isn’t undefined before accessing to the isPending property ( #779 )
2017-04-04 15:32:36 +03:00
max-mironov
31fdd04ba9
Bump package.json for 2.0.0-beta
2017-04-04 12:27:36 +03:00