Commit Graph

35 Commits

Author SHA1 Message Date
Slava Kim
76f0836e37 Another workaround for old Android browser's quircks around Event constructor 2014-08-28 18:07:34 -07:00
Slava Kim
1bb44c3cd1 Clean up the cache folder on every startup, so we don't keep all versions of
your app on disk forever.
2014-08-27 15:40:57 -07:00
Matthew Arbesfeld
bd86ed3450 Use <base href> tag to load from persistent storage.
This lets us use the correct path for assets in the `public` folder.
2014-08-27 15:33:00 -07:00
Slava Kim
d7cc32ccd3 A safer way to dispatch DOM events from cordova_loader.js 2014-08-25 15:40:52 -07:00
Matthew Arbesfeld
88150834c7 Remove errant console.log 2014-08-18 23:16:46 -07:00
Sashko Stubailo
2fdfc1f9c2 Replace colons with dashes 2014-08-18 19:59:57 -07:00
Slava Kim
d28c01b22c Push history state '/' on load 2014-08-18 19:28:42 -07:00
Matthew Arbesfeld
3a675a7af3 Add --clean option to run and open-ide 2014-08-18 15:27:24 -07:00
Slava Kim
c6047a9cdf Implement public Meteor.settings for Cordova builds 2014-08-18 14:07:40 -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
Slava Kim
d3ab04a305 Update own current version in Cordova-Loader 2014-08-15 17:38:37 -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
9f55598050 A hacky way to get css to work on hcp 2014-08-14 21:30:00 -07:00
Slava Kim
43e699464d Ensure that js is loaded in order 2014-08-14 21:25:25 -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
Matthew Arbesfeld
bc8c366a78 Remove HCP for now, not working on Android 2014-08-14 14:31:18 -07:00
Matthew Arbesfeld
0a5e481bf7 Re-enable HCP 2014-08-13 19:01:12 -07:00
Sashko Stubailo
e533ca9aad Remove hot code push and enable adb for android 2014-08-11 21:26:24 -07:00
Slava Kim
574d9398b2 Hide the initial page to prevent flicker 2014-07-29 17:22:37 -07:00
Matthew Arbesfeld
5e1c63b63b Only autoupdate once everything is loaded. 2014-07-29 17:19:35 -07:00
Matthew Arbesfeld
3ea5e6d033 Hot code push works! yay 2014-07-29 15:43:32 -07:00
Matthew Arbesfeld
71966f407a Turn off auto-reload. Still not able to remove initial script from page 2014-07-29 04:38:46 -07:00
Matthew Arbesfeld
7438549268 Something is working? It's super hacky 2014-07-29 01:57:18 -07:00
Matthew Arbesfeld
2a74a004db Fix AJAX call for loading from local storage 2014-07-28 23:39:56 -07:00
Matthew Arbesfeld
610fcef388 Fix AJAX call for loading from local storage 2014-07-28 23:10:30 -07:00
Matthew Arbesfeld
43fc2be1b9 Something working, wip 2014-07-28 22:38:27 -07:00
Slava Kim
b1b20ec83a wip more logging 2014-07-28 18:53:14 -07:00
Slava Kim
03fa26fc92 wip towards a hcp script 2014-07-28 18:03:05 -07:00
Slava Kim
ecfa2e76da Remove old unused cordova boilerplate 2014-07-28 14:52:35 -07:00
Slava Kim
9cd77dbd14 Emulated app connects to the locally running server
> `meteor cordova emulate ios -h localhost -p 3000`
connects the app to localhost:3000
2014-07-16 15:43:27 -07:00
Matthew Arbesfeld
3d7d47c3ea wip 2014-07-11 14:05:00 -07:00
Matthew Arbesfeld
2148497dde Wip 2014-07-11 14:05:00 -07:00
Matthew Arbesfeld
7034ccdb78 Add stuff 2014-07-11 14:04:59 -07:00