Commit Graph

11484 Commits

Author SHA1 Message Date
Emily Stark
6c8c67afe8 bump package version numbers for rc.10 release/METEOR@1.0-rc.10 2014-10-27 20:03:42 -07:00
Emily Stark
d9f331176c bump release manifest for rc.10 2014-10-27 19:40:08 -07:00
Emily Stark
48d57c4c9c Don't show login configuration dialog on cordova 2014-10-27 19:35:12 -07:00
Emily Stark
7f80b1b790 Update Facebook oauth instructions 2014-10-27 19:35:02 -07:00
Emily Stark
78e45a77a1 Link to mobile oauth wiki instead of saying UIWebView 2014-10-27 19:34:08 -07:00
Emily Stark
5b5e8b8cd7 Tweak cordova oauth warning wording 2014-10-27 19:32:09 -07:00
Emily Stark
a49179a14c Adjust oauth cordova warning.
* Show only for oauth2, since oauth1 (twitter) works everywhere now.
* Show on all platforms except ios simulator, since oauth2 is somewhat
  broken everywhere except ios simulator.
* Reformat to match the local-network warning.
2014-10-27 19:32:09 -07:00
Emily Stark
3d2c0516ab Make Twitter login work in Android emulator 2014-10-27 17:12:41 -07:00
Justin SB
f4ee4d2ba4 We don't need to escape cordova plugin --variable args
Cordova doesn't remove the quotes, and it doesn't expect them.

This works for both the issues that were raised.
2014-10-27 17:06:06 -07:00
Justin SB
470fe307e5 Use spinner for upload
Once we can calculate an accurate estimate, we should reintroduce it
2014-10-27 17:03:22 -07:00
Justin SB
f7638b6d51 We shouldn't be capturing the download output; enterJob instead 2014-10-27 17:02:39 -07:00
Justin SB
068901ebb1 Restore progress bar when downloading new version 2014-10-27 17:02:30 -07:00
David Greenspan
ca4cac9d47 Remove extra HTML attribute 2014-10-27 17:01:35 -07:00
ekatek
e79f95e3ca incrementing versions for rc.9 release/METEOR@1.0-rc.9 2014-10-24 16:39:56 -07:00
Justin SB
98131a6db7 Adapt if HAXM/KVM is not installed
* Increase the timeout
* Encourage the user to install HAXM/KVM
* Don't print a stack trace on fail
2014-10-24 16:34:27 -07:00
ekatek
91b4c5fc14 maybe we do not need an exact dependency here 2014-10-24 16:34:11 -07:00
ekatek
1cbf4b32ca Add the consent screen step to the Google Client ID creation and edit text 2014-10-24 16:33:58 -07:00
Emily Stark
fa3243bdd6 bump package versions for 1.0-rc.8 release/METEOR@1.0-rc.8 2014-10-24 14:45:14 -07:00
Emily Stark
036d10e0ad Bump release manifest for rc.8 2014-10-24 14:39:54 -07:00
Emily Stark
3574910cb7 Fix verbose argument to cordova
Fixes #2900
2014-10-24 14:39:16 -07:00
David Glasser
864899f82d Use display code for more release names 2014-10-24 14:13:26 -07:00
David Glasser
81cb2169dd Don't break everything 2014-10-24 14:13:21 -07:00
David Glasser
3b4945bd4a "Normalize" most calls to getMeteorReleaseVersion
ie, make it prepend METEOR@ if necessary.

(We DON'T do that in the pre-springboard call in main because that one
might be telling us to springboard to a pre-0.9.0 release!)

Solves a bunch of issues like the previous commit where, if
.meteor/release just says "0.9.4", you get weird behavior.
2014-10-24 14:13:16 -07:00
Justin SB
ceba2e2498 Move hasAcceleration to last check; it is the least important
We don't want it to be the first thing we link to on the wiki.

It's also nice if it comes last in the checklist, as it's the most likely thing
for users not to have.
2014-10-24 14:10:08 -07:00
Justin SB
7c83462242 Check that 32 bit libraries are installed by trying to run aapt 2014-10-24 14:08:36 -07:00
Justin SB
7fc2d3465e Avoid double-resolving future from 'adb logcat -c' 2014-10-24 14:06:49 -07:00
ekatek
7e656cb820 pin iron-router to 0.9.4 exactly 2014-10-24 12:32:38 -07:00
Emily Stark
af875523b4 Tweak OAuth Android warning message 2014-10-24 12:32:31 -07:00
Emily Stark
7154c9dc16 Print warning that OAuth doesn't work in android emulator 2014-10-24 12:32:27 -07:00
Slava Kim
f1ab1c2995 Pin cordova-cli to the newest cordova-lib-npm fork that correctly points to the latest fork of cordova-android 2014-10-24 12:32:13 -07:00
Slava Kim
b4f1fd9770 Bump the dev_bundle version 2014-10-24 12:32:07 -07:00
Slava Kim
3a2ae58123 Revert "Don't rewrite relative paths for cordova builds."
This reverts commit 3f821867d0.
2014-10-24 12:31:58 -07:00
ekatek
81c0cc6ef1 fix output of adding the same package twice if no constraint satisfied 2014-10-24 10:39:55 -07:00
David Glasser
1571194456 Fix run with .meteor/release lacking METEOR@
Otherwise:

  $ meteor
  meteor
  [[[[[ /private/tmp/p107 ]]]]]

  => Started proxy.
  => Started MongoDB.
  => Started your app.

  => App running at: http://localhost:3000/
  Your app has been updated to Meteor 1.0-rc.7 from Meteor 1.0-rc.7.
  Restart meteor to use the new release.
2014-10-24 10:31:01 -07:00
ekatek
825759825d print less stuff on deploy 2014-10-24 10:24:06 -07:00
Emily Stark
2e1bbef32a Fix "add cordova plugins" test 2014-10-23 19:43:20 -07:00
Emily Stark
efea9a38b1 Update History.md 2014-10-23 17:41:34 -07:00
ekatek
f3f08f2c0b replace 'figuring out the best package versions to use' with 'selecting package versions' 2014-10-23 17:24:05 -07:00
Emily Stark
54989c85bf bump package versions for rc.7 release/METEOR@1.0-rc.7 2014-10-23 16:59:11 -07:00
Emily Stark
0d4c0e38bf Bump release manifest for rc.7 2014-10-23 16:55:37 -07:00
Emily Stark
7d9704c91a Fix 'update during run' test 2014-10-23 16:50:54 -07:00
Emily Stark
9e4bf55fa3 Fix 'add cordova platforms' test 2014-10-23 16:42:20 -07:00
Justin SB
7f1ff749b1 Print a warning if we're doing a (mobile) build into the source tree
This is problematic because the mobile build produces Javascript files,
which then get picked up by subsequent meteor runs.

See #2886
2014-10-23 16:26:14 -07:00
Justin SB
74b0e27d4d Added missing space 2014-10-23 16:25:40 -07:00
Justin SB
b45ce48317 Print some "android: platform is not installed" error messages in a more friendly way
We don't change the normal 'confirmation' messages for e.g. platform installed.
2014-10-23 16:25:33 -07:00
Justin SB
9e03667a33 Harmonize iOS on Linux message: Currently, it is only possible to build iOS apps on an OS X system. 2014-10-23 16:25:28 -07:00
Slava Kim
7afc4552f7 Don't copy the builds of platforms we didn't build for 2014-10-23 16:25:12 -07:00
Slava Kim
df8ab1c453 Skip the whole build if there is nothing to build for 2014-10-23 16:25:12 -07:00
Slava Kim
27b328a893 Don't try to hack into AndroidManifest if Android is not requested 2014-10-23 16:25:12 -07:00
Slava Kim
d8ea600db5 Only add platform to the cordova project if it has the SDK installed 2014-10-23 16:25:11 -07:00