Commit Graph

10053 Commits

Author SHA1 Message Date
Slava Kim
52d66644e9 Bump packages release/METEOR@0.9.2-rc5 2014-09-10 19:01:53 -07:00
Slava Kim
daea8b7cd9 Remove redundant log reattachment 2014-09-10 18:59:54 -07:00
Justin SB
47b43dfb86 Prompt to install 32 bit libraries on yum machines 2014-09-10 18:53:56 -07:00
Slava Kim
777f6c92d0 Bump the rc version 2014-09-10 18:53:06 -07:00
Justin SB
0ba9ec8e4e JDK is java-1.7.0-openjdk-devel, not java-1.7.0-openjdk 2014-09-10 18:47:41 -07:00
Emily Stark
89824f6e26 Fix redirect OAuth error handling in accounts-ui-unstyled 2014-09-10 18:42:28 -07:00
Justin SB
94f4dfaaec Prompt to use yum to install JDK on yum machines
Also recognize Debian/Ubuntu by apt-get
2014-09-10 18:39:55 -07:00
Justin SB
3dcc186914 Use double brackets in bash script 2014-09-10 18:27:54 -07:00
Justin SB
b7dbc9da62 Suggest how to install openjdk / 32 bit libs on Linux 2014-09-10 18:24:16 -07:00
Slava Kim
ca0354f6cb Remove the warning from first boot page on mobile 2014-09-10 18:15:21 -07:00
Slava Kim
16a8b2731c Bump the dev_bundle version 2014-09-10 18:10:17 -07:00
Slava Kim
c3e2fedfb2 Merge branch 'android_tweaks' into release-0.9.2 2014-09-10 16:51:47 -07:00
Slava Kim
26d7398db5 Statusbar shouldn't throw errors on Android (where it is not even exported) 2014-09-10 16:48:28 -07:00
Slava Kim
d1dbadb2f9 Upgrade leaderboard 2014-09-10 16:24:47 -07:00
Justin SB
14270c290e Be clear that we need a JDK, not just the JRE 2014-09-10 16:19:27 -07:00
Justin SB
2116f5bf53 Avoid running ensure_android twice on failure 2014-09-10 16:09:21 -07:00
Justin SB
0860b3626d Don't print a stack trace when android bundle fails to install 2014-09-10 16:03:42 -07:00
Slava Kim
76b5f053f1 METEOR_WAREHOUSE_DIR can be overritten by user 2014-09-10 15:56:21 -07:00
Justin SB
861697ea28 Don't include the message when we fail to install the android bundle
The message just says "failed to run bash; stdout & stderr have been piped
2014-09-10 15:53:27 -07:00
Justin SB
d851397dd0 Make error message when failing to run process more obvious 2014-09-10 15:52:23 -07:00
Slava Kim
e8befb9a50 Bump the version of httpd fork we use
httpd is a cordova plugin we use to start the web server on the mobile device to
serve assets in the same way they would be served on a website.
2014-09-10 15:52:21 -07:00
Slava Kim
fb4fbea3a8 Merge branch 'android_tweaks' into release-0.9.2 2014-09-10 15:51:36 -07:00
Slava Kim
00413f88c3 Merge branch 'cordova-httpd' into release-0.9.2
Conflicts:
	tools/commands-cordova.js
2014-09-10 15:50:49 -07:00
Sashko Stubailo
4b40e5982d Talk about tarball URLs
Conflicts:
	docs/client/data.js
2014-09-10 15:48:20 -07:00
Sashko Stubailo
2efcf789bd Remove extra bit in the docs 2014-09-10 15:47:56 -07:00
Sashko Stubailo
4f19ac1d9f Add comment explaining change 2014-09-10 15:47:50 -07:00
Sashko Stubailo
0c3e0e786a Make JSDoc like 100 times faster by searching files with grep first
Conflicts:
	scripts/admin/jsdoc/jsdoc.sh
2014-09-10 15:47:17 -07:00
Sashko Stubailo
7c666f929e Make data.js about half the size
Conflicts:
	docs/client/data.js
2014-09-10 15:46:32 -07:00
Sashko Stubailo
5934ecd577 Make data.js smaller 2014-09-10 15:46:04 -07:00
Sashko Stubailo
ac617110ea Improve documentation, add to table of contents
Conflicts:
	docs/client/data.js
	docs/client/names.json
2014-09-10 15:45:50 -07:00
Sashko Stubailo
4698181afa Document Npm and Cordova in package.js 2014-09-10 15:44:54 -07:00
Sashko Stubailo
21fe416bff Typo 2014-09-10 15:42:32 -07:00
Sashko Stubailo
2c692668ca Add a part about how to disable fastclick for an element 2014-09-10 15:42:25 -07:00
Sashko Stubailo
79da5dc9b8 Made a small change to fastclick docs 2014-09-10 15:42:16 -07:00
Sashko Stubailo
3b5c2537be Add documentation about fastclick 2014-09-10 15:42:07 -07:00
Justin SB
ab0f57b636 Only do the localhost -> 10.0.2.2 hack if we're not using a proxy 2014-09-10 15:34:58 -07:00
Justin SB
f3b1ea2787 Don't force-enable the http proxy 2014-09-10 15:26:57 -07:00
Justin SB
a20c98f392 Don't include android system images; we download them if required instead 2014-09-10 15:23:45 -07:00
Justin SB
138219e4c7 Don't bundle jvm 2014-09-10 15:23:28 -07:00
Emily Stark
26eb9f0736 Only put credentials in hash fragment on Cordova.
I don't understand why, but setting `document.location.hash` in IE8
breaks Facebook login (and only Facebook login).
2014-09-10 11:22:12 -07:00
Slava Kim
3754a16bd7 Merge remote-tracking branch 'origin/android_tweaks' into cordova-httpd
Conflicts:
	tools/commands-cordova.js
2014-09-10 10:43:26 -07:00
Emily Stark
f4e100dc14 Allow end-of-OAuth redirect URLs to be 127.0.0.1.
We were being too restrictive about validating our redirect at the end
of the OAuth redirect flow: 127.0.0.1 is okay even if ROOT_URL is
localhost.
2014-09-09 21:28:08 -07:00
Emily Stark
63381e5ee4 Bump package versions for 0.9.2-rc4 release/METEOR@0.9.2-rc4 2014-09-09 18:59:17 -07:00
Emily Stark
2375220191 Fix CSS for accounts-ui dialog 2014-09-09 18:52:08 -07:00
Emily Stark
4b06609346 Fix 'popupOptions' typo in 'github' 2014-09-09 18:40:28 -07:00
Emily Stark
e192a9da67 standard-app-packages -> meteor-platform in self-test 2014-09-09 18:26:30 -07:00
Slava Kim
dfcaa3fdc8 Don't run status bar configuration if statusbar is not defined
i.e. Android
2014-09-09 17:37:33 -07:00
Slava Kim
ec02f2281f Improve android_bundle check
run check on configure-android
2014-09-09 16:56:10 -07:00
Emily Stark
404f1cc17e Remove trailing commas 2014-09-09 16:41:06 -07:00
Slava Kim
939bf1bc07 Fix a regression in __cordova paths 2014-09-09 16:38:11 -07:00