Joe Bowser
|
8f2cdcc049
|
Changing to the modern icon
|
2012-03-15 10:48:00 -07:00 |
|
Joe Bowser
|
d27064794c
|
Tweaked File Transfer to fix CB-74
|
2012-03-13 11:46:25 -07:00 |
|
Joe Bowser
|
8a7af93765
|
Fixing CB-210 with patch and adding fix for CB-210
|
2012-03-12 13:30:16 -07:00 |
|
Fil Maj
|
f3c96ce1a0
|
removed old javascript files and removed unused target + commented out lines in build.xml
|
2012-03-09 12:36:08 -08:00 |
|
Fil Maj
|
715c0a5bea
|
updates to JS: removing require+define from global scope, tweaking geolocation code, online/offline events fire on document now
|
2012-03-09 12:32:22 -08:00 |
|
Fil Maj
|
4b05ead3ac
|
cordova.require("cordova") is pretty funny. wish i didnt write it
|
2012-03-09 11:27:56 -08:00 |
|
Fil Maj
|
b4292868eb
|
switched from "require" syntax to "cordova.require"
|
2012-03-08 17:58:45 -08:00 |
|
Joe Bowser
|
c5025ee2bb
|
We show the default 404 on non-resolved domains
|
2012-03-06 14:09:11 -08:00 |
|
macdonst
|
8923e52a5e
|
Adding support for legacy plugins
|
2012-03-05 15:11:24 -05:00 |
|
macdonst
|
aa4f2cc4d9
|
Tagging 1.5.0
|
2012-03-01 21:29:18 -05:00 |
|
macdonst
|
4a23f86411
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
|
2012-03-01 15:57:31 -05:00 |
|
macdonst
|
a69bd65152
|
Updating cordova.android.js to override FileReader
|
2012-03-01 15:57:21 -05:00 |
|
Fil Maj
|
7392b63b99
|
updating cordova.js to include camera constants fix. added clean dependency to build-javascript target in ant file
|
2012-03-01 11:56:37 -08:00 |
|
macdonst
|
73aa5cc7c3
|
Updating cordova.android.js to latest version from Apache git repo
|
2012-03-01 10:45:27 -05:00 |
|
Joe Bowser
|
7bf35e9c83
|
Merged cordova.android.js. Please move fixes to the cordova-js project
|
2012-02-29 17:24:04 -08:00 |
|
Joe Bowser
|
adb871f9e1
|
Updating the JS, even though it shouldn't be here. CB-290
|
2012-02-29 17:03:37 -08:00 |
|
macdonst
|
21b7346277
|
Revert change in location of FileSystem
|
2012-02-29 13:23:32 -05:00 |
|
Joe Bowser
|
79935d31ef
|
Putting back the CordovaInterface work after talking with Simon
|
2012-02-29 09:34:46 -08:00 |
|
Bryce Curtis
|
d2fc08959a
|
Fix WebSQL for Android 4.0.2.
|
2012-02-28 23:26:21 -06:00 |
|
Bryce Curtis
|
3ebc1d71df
|
Updating cordova.android.js with File API fixes.
|
2012-02-28 22:32:30 -06:00 |
|
Bryce Curtis
|
f6503f8476
|
File APIs should return error code instead of object.
|
2012-02-28 22:30:27 -06:00 |
|
Fil Maj
|
d593448182
|
updating cordova.android.js. This resolves CB-283: unregistration of backbutton event handlers do not fire appropriate native method
|
2012-02-28 17:21:21 -08:00 |
|
Joe Bowser
|
403b87b68b
|
Reverting interface change, not enough time for testing, need to remove it manually
|
2012-02-28 16:30:25 -08:00 |
|
Joe Bowser
|
bf69362709
|
Fix to CordovaInterface methods, DroidGap has the managedQuery since it inherits from Activity. (CB-282)
|
2012-02-28 11:59:51 -08:00 |
|
macdonst
|
c00fb987f6
|
Switching to require syntax for AudioPlayer
|
2012-02-28 13:00:33 -05:00 |
|
macdonst
|
7c6450de50
|
Fixing the call to Media.onStatus()
|
2012-02-28 11:02:01 -05:00 |
|
macdonst
|
10cbcd7f5a
|
Adding startActivity method to CordovaInterface as many plugins rely on this method
|
2012-02-27 13:07:56 -05:00 |
|
macdonst
|
e918ffd751
|
Tagging 1.5.0rc1
|
2012-02-25 00:28:06 -05:00 |
|
macdonst
|
3ed41597d2
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into license
|
2012-02-24 17:51:20 -05:00 |
|
macdonst
|
5722d976ce
|
Fixing app crash when clicking Menu or Back buttons while splashscreen is being shown.
|
2012-02-23 12:36:38 -05:00 |
|
macdonst
|
8555c42196
|
CB-3: Apache source headers in callback-android
|
2012-02-23 11:36:08 -05:00 |
|
macdonst
|
e85394dd99
|
Refactoring the checks for file:// into a convenience method
|
2012-02-22 15:56:03 -05:00 |
|
macdonst
|
cc5cfad58d
|
Removing extraneous logging from DroidGap.java left over from rebase
|
2012-02-22 10:44:16 -05:00 |
|
macdonst
|
363b1429e3
|
Fix issue with document.location.href not calling loadUrlIntoView
Now we peek at the history and add the url the stack if loadUrlIntoView is not being called.
|
2012-02-22 10:19:47 -05:00 |
|
macdonst
|
900ff9ed2c
|
Redirect Issue
|
2012-02-22 10:18:57 -05:00 |
|
Joe Bowser
|
c9d4276207
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
|
2012-02-20 12:46:20 -08:00 |
|
Bryce Curtis
|
fef0e429db
|
Update build to use new common cordova.android.js instead of building js from multiple Android js files.
|
2012-02-20 11:04:37 -08:00 |
|
Bryce Curtis
|
26044ad662
|
Add cordova.android.js from common-js build.
|
2012-02-20 11:04:37 -08:00 |
|
Fil Maj
|
42430d5d11
|
more file:// URI truncation :D
|
2012-02-20 11:04:37 -08:00 |
|
Fil Maj
|
770a257ed3
|
trim file:// URI from uri->path conversion method
|
2012-02-20 11:04:37 -08:00 |
|
Fil Maj
|
9fe1f21c9f
|
Use strings not objects
|
2012-02-20 11:04:37 -08:00 |
|
Fil Maj
|
49d8d22d7f
|
remove trailing slash
|
2012-02-20 11:04:37 -08:00 |
|
Fil Maj
|
d274891c2c
|
remove file:// protocol from various fileutils methods
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
c099c65365
|
remove file:// protocol from various fileutils remove methods
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
79ba28d6c4
|
truncating file:// protocol where applicable in metadata func
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
b4d1ca6181
|
Need to add/trim file:// where applicable
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
657faaff7f
|
Prefix URIs for file API with file:/// and persistent storage should never point to SD card
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
a43e80ae1d
|
Return string for root location in requestFileSystem
|
2012-02-20 11:04:36 -08:00 |
|
Fil Maj
|
5253b5fb31
|
removing unnecessary try/catch
|
2012-02-20 11:04:35 -08:00 |
|
Fil Maj
|
8b12bf79e4
|
Unifying File API error code/response style
|
2012-02-20 11:04:35 -08:00 |
|