Commit Graph

7820 Commits

Author SHA1 Message Date
Filipe Névola
141471a4d0 Merge pull request #11797 from matheusccastroo/launch-screen-ios-support
Add support for iOS storyboard launch screen + dark mode
2022-01-27 09:00:26 -04:00
Renan Castro
8c3a6cdd6c Fix test searching for mongo v4 - replace with v5 2022-01-21 13:28:35 -04:00
Renan Castro
d4bff7199a Find count() no longers accept applySkipLimit, instead it takes no options anymore
Use insertOne/insertMany
2022-01-21 13:28:34 -04:00
Renan Castro
ae7d5c107b poolSize is no longer an option
db.serverConfig is no longer available, topology events are emmited from MongoClient
2022-01-21 13:28:33 -04:00
Renan Castro
f67c70519f native_parser is no longer an option, and we cant connect anymore with new Server() 2022-01-21 13:28:33 -04:00
Renan Castro
b87f326329 waitForStepDownOnNonCommandShutdown is not needed anymore 2022-01-21 13:28:33 -04:00
Filipe Névola
2732e97702 Clean up unused functions and imports in tools/fs/files.ts 2022-01-18 14:21:42 -04:00
Renan Castro
4a18514560 Standardize only one way of extracting tars, as native ones can be tricky with permissions.
Fix issue while extracting archives created on windows, inside linux/mac with permissions
2022-01-18 14:19:58 -04:00
Renan Castro
42ae637d97 Update tar library for faster extractions/compressions - fix extract test 2022-01-18 14:16:49 -04:00
Renan Castro
8ee02968a6 Update tar library for faster extractions/compressions - remove unused import 2022-01-18 14:16:48 -04:00
Renan Castro
ff81b7fc9c Update tar library for faster extractions/compressions - use node-fs for manipulating tar streams 2022-01-18 14:16:47 -04:00
Renan Castro
eda0180a8e Update tar library for faster extractions/compressions - use node-fs for manipulating tar streams 2022-01-18 14:16:47 -04:00
Filipe Névola
0e8124c6ea Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:23:35 -04:00
Filipe Névola
b194793ec5 Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:21:14 -04:00
Filipe Névola
e966d44c71 Merge branch 'devel' into launch-screen-ios-support 2021-12-28 09:08:17 -04:00
Matheus Castro
73a2d0078e Change how we process the splash images for cordova (fixes #11555):
- Improving documentation.
- Added universal mode keys.
2021-12-20 13:47:21 -03:00
Matheus Castro
64dbf0d78d Change how we process the splash images for cordova (fixes #11555):
- Improving docs
2021-12-09 10:52:00 -03:00
Matheus Castro
03b9c1be58 Change how we process the splash images for cordova (fixes #11555):
- Improving docs and adding breaking change on History.md.
2021-12-09 10:41:40 -03:00
Matheus Castro
e9eb8e82d4 Change how we process the splash images for cordova (fixes #11555):
- Updating docs
2021-12-08 18:01:10 -03:00
Matheus Castro
072e496e44 Change how we process the splash images for cordova (fixes #11555):
- Use string template.
2021-12-07 14:32:30 -03:00
Matheus Castro
bf404dfd5c Change how we process the splash images for cordova (fixes #11555):
- Fixes iOS check.
2021-12-06 09:15:57 -03:00
Matheus Castro
931a31c74f Change how we process the splash images for cordova (fixes #11555):
- Set correctly default images for launch/splash screen (ios_universal and android_mdpi_portrait)
- Remove unused graphics.
2021-12-06 01:29:35 -03:00
Matheus Castro
77fa50ebb1 Change how we process the splash images for cordova (fixes #11555):
- Change splash keys to enable storyboard images for iOS; change splash values for android.
- Allow user to pass dark mode images for both android and iOS.
- Updating some code around launchScreens.
2021-12-06 01:12:53 -03:00
filipenevola
88d5d18aee Bump Meteor version to 2.5.2-beta.5 2021-11-25 17:51:54 -03:00
filipenevola
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03:00
Renan Castro
4f16220fa6 Fix hangs on mac m1 - increase Fiber poolsize when on arm64 2021-11-17 06:21:16 -04:00
Renan Castro
3eb759ba7f Start release 2.5.1-beta.0 with mac m1 support - fix archinfo.ts 2021-11-17 06:21:14 -04:00
Denilson
4046800590 Description to the new flag --container-size (#11731)
Updating docs, new flag container-size
2021-10-28 17:28:48 -04:00
Renan Castro
5ce42b98ba Support arm64 on darwin when building the dev bundle - split command 2021-10-22 12:26:56 -03:00
Renan Castro
d3dd9fc37c Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:14:39 -03:00
Renan Castro
291d0c6a1e Support arm64 on darwin when building the dev bundle - add a valid architecture to archinfo 2021-10-22 12:13:56 -03:00
Renan Castro
4bb642cd0b Support arm64 on darwin when building the dev bundle - use mongo x86_64 with rosetta runners on mac m1 2021-10-22 11:16:56 -03:00
Jan Dvorak
6c67a06c8f Update skeleton dependencies for 2.5 2021-10-19 08:10:12 +02:00
zodern
bb6a251d7d Fix type error 2021-10-15 16:06:11 -05:00
Jan Dvorak
fbcd920efa Merge branch 'release-2.5' into feature/recursive-file-watchers 2021-10-15 20:32:11 +02:00
zodern
b22e80215d Avoid creating nested recursive watchers 2021-10-15 12:14:56 -05:00
zodern
4ceb79192e Fix types 2021-10-15 11:27:35 -05:00
zodern
f9cf9d1901 Recreate stat watcher when interval changes
Node 14 made statWatcher.start a no-op, so there is no longer a way to change the interval for an existing stat watcher.
2021-10-15 11:27:35 -05:00
zodern
d85061ba5d Remove disableNativeWatcher 2021-10-15 11:13:52 -05:00
zodern
6bd370c8ff Use recursive watchers 2021-10-15 11:13:52 -05:00
zodern
a32a77c95c Fix abs module id when on different drive 2021-10-12 22:43:59 -04:00
zodern
3e11a5c2ba Fix infinite loop when file is on a different drive 2021-10-12 22:43:59 -04:00
zodern
7ad8d166fa Fix finding local packages on non-c drives 2021-10-12 22:43:59 -04:00
zodern
54557867e8 Add missing change 2021-10-12 22:43:56 -04:00
zodern
89b2fb32c2 Fix initial versions on cordova 2021-10-12 22:43:56 -04:00
zodern
371a69f731 Fix race conditions in HMR
- To know which change sets to apply, the client needs to know when the version running was built. It used the time the client loaded, but it could have loaded after a new version of the app was built, especially on cordova. Now it uses the actual time the client was built.
- On cordova, there is a delay between the client knowing there is an update available, and being able to reload the page to use the new version.
2021-10-12 22:43:55 -04:00
zodern
8813bdd3df Check origin instead of HMR secret for cordova 2021-10-12 22:43:55 -04:00
zodern
133273ff24 Enable HMR for all web arch's 2021-10-12 22:43:53 -04:00
Renan Castro
644671f378 - Use cordovaServerPort on iOS to avoid server port conflicts
- Apply clearTextTraffic permission only for development mode on android
2021-10-12 22:43:53 -04:00
Renan Castro
e3d909ebd0 Upgrade to cordova-android@10 with required changes:
- use WebViewAssetLoader instead of the local port mechanism for intercepting urls
- Change usage of cordova-android api, it's not included anymore in the generated project
- AndroidXEnabled is now true
- Allow clear text Traffic(http) on android for development purposes - TODO: remove it on production builds
2021-10-12 22:43:52 -04:00