Commit Graph

5066 Commits

Author SHA1 Message Date
Matthew Arbesfeld
bce62a3dc2 Try doing the FileTransfer a few times for robustness 2014-08-17 01:56:16 -07:00
Matthew Arbesfeld
6b2faeaf15 Fix mobile-status-bar plugin to not shift body 2014-08-17 00:41:56 -07:00
Matthew Arbesfeld
9e390b54db Add mobile-status-bar package 2014-08-17 00:35:32 -07:00
Matthew Arbesfeld
18b1184fe9 Keep separate versions of the app in separate folders.
We store a 'version' string at the root level of the device to
indicate the current version of the app that we should load.
2014-08-16 17:36:41 -07:00
Matthew Arbesfeld
64aa3dd5f3 Make FastClick not pollute the window object 2014-08-16 16:08:30 -07:00
Matthew Arbesfeld
416657736c Only export FastClick on the client 2014-08-16 15:59:40 -07:00
Matthew Arbesfeld
caf9bc5a43 Add fastclick so that it works on the client 2014-08-16 15:57:34 -07:00
Slava Kim
88edda5557 Extract WebApp-Hashing and use it from tool for Cordova builds 2014-08-15 17:38:16 -07:00
Slava Kim
8b473497c2 Improve Autoupdate-Cordova logic to save files in order on fast connections 2014-08-15 17:37:14 -07:00
Slava Kim
5a12a741cc Better error handling and stop the handle on reloads 2014-08-15 16:43:04 -07:00
Slava Kim
fcdeda957d Revert "Remove unused webapp_server code"
This reverts commit 963a16f5f1.

It is not unused
2014-08-15 16:43:04 -07:00
Slava Kim
2f6b987342 Cordova-specific autoupdate client code 2014-08-15 16:43:04 -07:00
Matthew Arbesfeld
26982d13fc Remove the refreshable fields from autoupdate docs because they are no longer used 2014-08-15 16:31:13 -07:00
Matthew Arbesfeld
c463a62477 Omit autoupdateCordova from hash 2014-08-15 16:06:07 -07:00
Matthew Arbesfeld
c277555440 Fix autoupdate to ship autoupdateVersion to the client 2014-08-15 15:57:53 -07:00
Matthew Arbesfeld
963a16f5f1 Remove unused webapp_server code 2014-08-15 14:48:25 -07:00
Slava Kim
e3ae279a60 more code duplication for having a separate update version for cordova 2014-08-15 14:46:45 -07:00
Matthew Arbesfeld
b4abcf1a95 Add fastclick by default to Cordova 2014-08-15 14:35:58 -07:00
Slava Kim
b876ac1532 Switch storage to app-specific folder on Android
helps if you have multiple apps, doesn't pollute your storage root and allows to
reset state with "clear cache" button
2014-08-15 13:52:43 -07:00
Slava Kim
eec07f72bb Fix CSS reloading on HCP in a non-hacky way
org.apache.cordova.file fixed this bug in 1.3
2014-08-14 21:33:26 -07:00
Slava Kim
09cd163a2b Try to load from assets in case we don't have manifest on FS
Has problems with scripts load ordering
2014-08-14 21:01:31 -07:00
Slava Kim
5fbe4aea66 Hot Code Push executes the saved code after the bundled code 2014-08-14 20:32:41 -07:00
Slava Kim
348d765f65 wip 2014-08-14 17:00:12 -07:00
Matthew Arbesfeld
46ca86c701 Miscellaneous HCP fixes 2014-08-14 13:01:13 -07:00
Matthew Arbesfeld
0a5e481bf7 Re-enable HCP 2014-08-13 19:01:12 -07:00
Matthew Arbesfeld
66e8f13ea9 Merge branch 'devel' into cordova-hcp
Conflicts:
	meteor
2014-08-13 17:37:05 -07:00
Matthew Arbesfeld
c9476a350f Fix typo in autoupdate and bump autoupdate package version. 2014-08-13 17:36:12 -07:00
Matthew Arbesfeld
e9b9132a04 Merge branch 'devel' into cordova-hcp
Conflicts:
	meteor
	tools/catalog.js
	tools/commands-packages.js
	tools/commands.js
2014-08-13 15:07:42 -07:00
David Glasser
adb3a65b96 version bumps for 0.9.0-rc6 2014-08-12 16:27:51 -07:00
David Glasser
4378d9f5d0 include a backtrace for "got open from inactive" 2014-08-12 16:24:57 -07:00
David Glasser
0822033ca5 Tell resolver about ECVs of overridden versions
Otherwise trying to use a package with constraint "livedata@1.0.0" when
you are loading livedata 1.0.1 from a local package will fail.
2014-08-12 15:56:24 -07:00
Matthew Arbesfeld
1902bcf885 Add Cordova deviceready to Meteor.startup() 2014-08-12 12:07:53 -07:00
Sashko Stubailo
6acde3e4e3 Move compass to device-orientation, add rudimentary smoothing 2014-08-11 21:27:00 -07:00
Sashko Stubailo
69f80bbb42 Merge branch 'cordova-hcp' of github.com:meteor/meteor into cordova-hcp 2014-08-11 21:26:39 -07:00
Sashko Stubailo
e533ca9aad Remove hot code push and enable adb for android 2014-08-11 21:26:24 -07:00
Slava Kim
64472ce895 Fix error reporting and logging on Android in production mode 2014-08-11 21:24:12 -07:00
Slava Kim
4cbf255a53 Logging uncaught errors 2014-08-11 21:08:32 -07:00
Slava Kim
ff81c5fa83 Colorful logging for android and ios 2014-08-11 20:18:20 -07:00
Matthew Arbesfeld
97fa38df7b Add Cordova.depends to logging 2014-08-11 18:06:46 -07:00
Matthew Arbesfeld
0c062381ee Logging for Android 2014-08-11 18:05:39 -07:00
Sashko Stubailo
a3f99bbb9f Added compass package 2014-08-11 17:41:25 -07:00
Sashko Stubailo
33440ebd7a Add geolocation package 2014-08-11 16:11:06 -07:00
Sashko Stubailo
f481e66ff1 Merge branch 'bundle-android' into cordova-hcp
Conflicts:
	tools/commands.js
	tools/utils.js
2014-08-11 11:04:25 -07:00
Matthew Arbesfeld
c6aa178f22 Fix typo in Autoupdate.newClientAvailable 2014-08-10 17:35:56 -07:00
Matthew Arbesfeld
1f6f15dc20 Fix autoupdate in cases where Autoupdate.autoupdateVersion is set.
If Autoupdate.autoupdateVersion is set outside of the Autoupdate
package, we wouldn't notify the client of the new version. This
patch simplifies the updating logic by only having one document
per version type.
2014-08-10 17:27:22 -07:00
David Glasser
f4eefa1f04 vbump rc5 2014-08-08 00:06:55 -07:00
Slava Kim
ac9aebe077 Android-specific boilerplate changes 2014-08-07 17:06:37 -07:00
David Glasser
2d5c481e49 Upgrade less from 1.7.1 to 1.7.4. Fixes #2346 2014-08-07 14:36:50 -07:00
David Glasser
5675d3e29a Merge branch 'packaging' into devel 2014-08-07 14:29:53 -07:00
David Greenspan
d2b0cb73df Merge pull request #2358 from mquandalle/edit-comment
Edit `TemplateTag` comments to mention BLOCKCOMMENT
2014-08-07 13:43:28 -07:00