Fil Maj
531efe1e30
[CB-463] added accuracy checking to native accel implementation, this way getCurrentAcceleration returns fairly accurate results
2012-05-18 15:22:56 -07:00
Fil Maj
df89d33fab
removed a trailing log
2012-05-18 15:20:54 -07:00
Fil Maj
cb98bbce1f
[CB-463] added accuracy checking to native accel implementation, this way getCurrentAcceleration returns fairly accurate results
2012-05-18 15:20:54 -07:00
Fil Maj
24adc6d00c
[CB-463] added the JS updates for accel refactor
2012-05-18 15:20:54 -07:00
Fil Maj
71e47aa772
[CB-463] rewrite of accel plugin
2012-05-18 15:20:54 -07:00
Juan G. Hurtado
8ff48b371e
Fix imports for changes in 45680a5
...
Commit 45680a5
had errors importing packages. This commit fix them.
2012-05-18 08:48:08 +02:00
Juan G. Hurtado
6de66b87cb
Add Android 4.0 workaround for links with params
...
Android 4.0.x has a known bug [1] while accessing local files with
params:
file://file.html?param=2
This commit adds a workaround for this problem by removing the params
part of the local URI before accessing the file.
[1] http://code.google.com/p/android/issues/detail?id=17535
2012-05-18 08:48:07 +02:00
Don Coleman
5dacb8d2d5
[CB-792] Add HTTP status code to FileTransferError
2012-05-17 14:51:41 -04:00
Bryce Curtis
5c48ccd92a
Optimize loading "about:blank"
2012-05-16 23:27:19 -05:00
Joe Bowser
24dfbfd84f
Merge branch 'CordovaWebView' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-05-16 15:25:31 -07:00
Joe Bowser
ad6d71fef3
Removing the classes we agreed were not used
2012-05-16 14:59:48 -07:00
Bryce Curtis
ac504768b2
CB-779: Verify that fullscreen and backgroundColor preferences are set properly - This check-in enables background color and adds test for it.
2012-05-16 16:47:02 -05:00
Bryce Curtis
2d7b7160c3
CB-779: Verify that fullscreen and backgroundColor preferences are set properly - This check-in enables fullscreen and adds test for it.
2012-05-16 15:49:25 -05:00
Joe Bowser
3b9d46fadc
Forgot to add the proper constructor. The Clients need to know about their webView.
2012-05-15 15:46:10 -07:00
Joe Bowser
f840f3aceb
Setting up a default CordovaWebViewClient and CordovaChromeClient for when we are blowing up via XML layouts
2012-05-15 15:30:15 -07:00
Joe Bowser
afa1ecf3c5
Removing tests that don't work and modifying CordovaWebView so it works as a stand-alone component again. Mobile-spec currently doesn't work
2012-05-15 13:24:43 -07:00
Joe Bowser
295b9f4f5b
Forgot to recheck Plugin. Adding it back
2012-05-15 09:36:53 -07:00
Joe Bowser
79048a5a84
Fixing FileUtils change. We are using contexts now, not CordovaInterfaces. CordovaInterface is a SHOULD, not a MUST
2012-05-15 08:55:42 -07:00
Bryce Curtis
d683bd3744
Enable onMessage() to return a value.
2012-05-15 10:00:02 -05:00
Bryce Curtis
9f5f4973ae
Add comments.
2012-05-15 09:55:55 -05:00
Bryce Curtis
0d32115c3f
Merging nightmare.
2012-05-14 23:24:08 -05:00
Bryce Curtis
e660768e4b
Removed.
2012-05-14 23:19:15 -05:00
Bryce Curtis
01abb32025
Update
2012-05-14 23:18:26 -05:00
Bryce Curtis
d44d9ddca6
Merge branch 'CordovaWebView' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
...
Conflicts:
framework/src/org/apache/cordova/FileUtils.java
framework/src/org/apache/cordova/GeoListener.java
framework/src/org/apache/cordova/GpsListener.java
framework/src/org/apache/cordova/NetworkListener.java
2012-05-14 23:16:32 -05:00
Bryce Curtis
13f92b2b76
Add exit message.
2012-05-14 22:51:36 -05:00
Bryce Curtis
e6aa64760e
Updates.
2012-05-14 22:18:01 -05:00
Bryce Curtis
3829df665f
Formating and removal of commented code.
2012-05-14 22:06:33 -05:00
Bryce Curtis
c8fafa6bbd
Updates.
2012-05-14 21:49:30 -05:00
Joe Bowser
c56c73f250
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-05-11 16:08:40 -07:00
macdonst
eb66eb02cb
Switch to using stripFileProtocol in FileUtils.notifyDelete
2012-05-11 16:43:00 -04:00
Joe Bowser
5b324c85b0
Broke the merge, need to add GPSListener.java
2012-05-11 10:38:21 -07:00
Joe Bowser
fc9cff7d26
Merging master into CordovaWebView
2012-05-11 10:36:17 -07:00
Fil Maj
6a628f7f2d
[CB-683] updating JS for fix for 683
2012-05-10 16:43:08 -07:00
Joe Bowser
f3e70c79eb
A quick stab at CB-510
2012-05-10 16:42:37 -07:00
Fil Maj
08a32272d3
[CB-683] Pause and resume events should route through fireDocumentEvent so we get the event object passed into the handler
2012-05-10 16:40:41 -07:00
Fil Maj
a705b72740
CB-481 refactored prompt() call in JS to exec, moved showing of webview out of chrome client and into app plugin (so we can invoke via exec)
2012-05-10 15:50:02 -07:00
Joe Bowser
de6652dd9d
Moving the Callback Server Start/Stop to the onPageStarted fixed timing errors
2012-05-10 15:07:14 -07:00
Joe Bowser
b2f49b15ba
Don't commit Eclipse preferences
2012-05-10 12:25:47 -07:00
Julien Bouquillon
b323f329cc
add volumeupbutton/volumedownbutton events
2012-05-10 02:06:31 +02:00
Joe Bowser
2142d00bb9
Added loadConfiguration to the standalone WebView
2012-05-08 15:43:42 -07:00
Joe Bowser
4ce585be02
Updating the history configuration. We can switch between histories
2012-05-08 13:58:24 -07:00
macdonst
c2631ee0f7
Properly querying the Andoid content DB when deleteing an image file
2012-05-08 15:23:00 -04:00
Fil Maj
bafa438ce3
updating JS to latest for geolocation updates
2012-05-07 16:22:01 -07:00
Fil Maj
18cc90b3d8
adding uppercase java file!
2012-05-07 16:09:20 -07:00
Fil Maj
0fd1e3c57b
axing lowercase java file
2012-05-07 16:09:20 -07:00
Fil Maj
1ee484f70d
Fixes for new geo stuff
2012-05-07 16:09:20 -07:00
Fil Maj
724ea49f0b
restructured geolocation plugin
2012-05-07 16:09:20 -07:00
Joe Bowser
e28f09e95b
Merge Commit from latest master
2012-05-07 15:57:37 -07:00
Joe Bowser
21f6d9c527
Modifying generated classpath
2012-05-07 15:52:49 -07:00
Joe Bowser
9e10160366
Removing the commons-codec
2012-05-07 15:48:59 -07:00
Joe Bowser
9dfa503bad
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-05-07 11:15:38 -07:00
Joe Bowser
a087116915
Working towards Apache compliance
2012-05-07 10:56:37 -07:00
Joe Bowser
5abe8dd506
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-05-04 11:49:48 -07:00
Joe Bowser
e4119f3fd2
Adding Apache headers to the new classes
2012-05-04 11:19:40 -07:00
Joe Bowser
480e5ca4d1
Working on CB-585
2012-05-04 11:18:19 -07:00
Joe Bowser
e2d91c2556
Updating the JS and re-tagging 1.7.0
2012-05-01 14:25:42 -07:00
Joe Bowser
634a9c0f4c
Updating the version to 1.7.0
2012-04-30 13:42:38 -07:00
Joe Bowser
f4cf2cecb5
Moving preferences into CordovaWebView, need to discuss prefs when using CordovaWebView
2012-04-27 14:44:19 -07:00
Joe Bowser
13ba1e4900
Tweaking the DroidGap to use the new SplashScreen
2012-04-25 10:41:47 -07:00
macdonst
c846111099
Adding SplashScreen plugin to plugins.xml
2012-04-25 13:17:48 -04:00
Joe Bowser
39f261c6e2
Incrementing project to 1.7.0rc1
2012-04-25 11:49:55 -04:00
Joe Bowser
17c919edd9
Tweaks to move history over into the WebView
2012-04-24 15:50:06 -07:00
macdonst
d7c8bc799d
Refactor Android SplashScreen
2012-04-24 15:14:37 -04:00
Joe Bowser
99b3693f40
Starting to move the history into the CordovaWebView, and getting the WebDriver working again
2012-04-23 16:32:59 -07:00
Joe Bowser
ea81b97bfc
Changing viewClient to default visibility
2012-04-23 14:33:06 -07:00
Joe Bowser
be39bf8d91
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-23 14:30:22 -07:00
Joe Bowser
f4da7e164d
Incrementing project to 1.7.0rc1
2012-04-23 11:37:33 -07:00
Joe Bowser
ca66c4bf59
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-23 10:33:37 -07:00
Joe Bowser
4192489836
Adding the CordovaException class
2012-04-20 15:05:48 -07:00
macdonst
05192a91da
Removing un-needed logs
2012-04-19 21:03:55 -04:00
Joe Bowser
bdf452b02a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
2012-04-19 16:48:32 -07:00
Joe Bowser
bcc2957f20
Fix for CB-549
2012-04-19 16:45:15 -07:00
Fil Maj
81059b398f
Proper fix for CB-164. Online/offline events now propagated to webview properly
2012-04-19 16:35:55 -07:00
Joe Bowser
d5dd43289b
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-19 15:37:54 -07:00
Fil Maj
31d5a94ea9
[CB-164] Changed network plugin to sync from async and removed setKeepCallback(true) on plugin result in there. Fixes location.reload() not firing deviceready due to network plugin being unresponsive
2012-04-19 12:33:45 -07:00
Joe Bowser
1e5457a47d
Reverting the back button change that I made, for some reason certain methods aren't inherited when you extend DroidGap
2012-04-19 12:22:33 -07:00
macdonst
7b75e2f1b0
CB-539: FileTransfer.download fails when target starts with 'file://'
2012-04-18 13:56:29 -04:00
Joe Bowser
180696baec
Fixed back button behaviour. WIN
2012-04-17 17:50:07 -07:00
Joe Bowser
76820ebaff
CB-480 work, back button and history issues are preventing this from being tested properly
2012-04-17 17:13:33 -07:00
Joe Bowser
1bd7a662df
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-17 12:33:57 -07:00
Joe Bowser
c341cf0d47
Adding fix for CB-482
2012-04-17 12:20:23 -07:00
Joe Bowser
327589a1d7
Added another runnable, this code is hideously awful
2012-04-13 16:27:09 -07:00
Joe Bowser
531b8f641f
Adding old code back, we can't access webViewClient methods without them being on the UI thread. :(
2012-04-13 15:43:17 -07:00
macdonst
f2c38ea0a7
Automatically update index.html in templates directory on version change
2012-04-13 16:36:46 -04:00
Joe Bowser
8ac274cdca
Removing runnable code for timeout because it's not thread-safe
2012-04-13 13:00:39 -07:00
Joe Bowser
fea79bc971
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-13 11:14:20 -07:00
Joe Bowser
eb48055acd
Getting setup to tag 1.6.1
2012-04-12 16:37:27 -07:00
Joe Bowser
f2526bbc78
Updated tweaks to get up and running
2012-04-12 14:18:06 -07:00
Joe Bowser
1794f2e047
Massive refactor of CordovaInterface. Deprecation and Exception throwing to notify the user that we're changing things
2012-04-12 11:27:08 -07:00
Joe Bowser
b99e9abb5f
Working. Pushing the callback server change again.
2012-04-11 13:23:45 -07:00
Joe Bowser
e77f9bb8fc
Rolling back half-baked change that broke the code in the branch, we need to rethink the Callback Server
2012-04-11 11:44:53 -07:00
Joe Bowser
628f88cf79
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-04-11 09:12:19 -07:00
macdonst
ac06892dec
CB-472: FileWriter.seek(0) does not actually seek to the beginning of the file
2012-04-11 10:44:09 -04:00
Joe Bowser
87238f26f6
Managed to get this building minus Jail Activity, still a long way to go
2012-04-10 17:34:34 -07:00
Joe Bowser
9a2eb04054
Tweaking DroidGap so it compiles into a JAR, starting testing
2012-04-10 14:39:01 -07:00
Joe Bowser
f34da8a96f
Fixing eclipse classpath
2012-04-10 14:22:25 -07:00
Joe Bowser
5e1997c8d8
Updating with tagged JS
2012-04-10 13:26:35 -07:00
Joe Bowser
3bda8afdc1
Updating the sample index.html
2012-04-09 17:11:51 -07:00
Joe Bowser
cdf148bb58
Starting Release Process
2012-04-09 17:11:13 -07:00
macdonst
ecebcbabf8
CB-446: Enhance setting data source for local files in AudioPlayer
2012-04-09 10:13:43 -04:00
macdonst
cb473dfed4
CB-453: FileWriter.append - Chinese characters are not appended to the file correctly
2012-04-05 19:51:45 -04:00
macdonst
5d43835db8
CB-446: Enhance setting data source for local files in AudioPlayer
2012-04-05 13:43:00 -04:00
macdonst
838286df96
Return MediaError object and not error code from native side of Media API
2012-04-05 13:31:09 -04:00
Joe Bowser
527f17d19e
Tweaking the tests so that they merge
2012-04-04 13:38:35 -07:00
macdonst
04aa6d3c38
CB-438: File metadata.modificationTime returns an invalid date
2012-04-04 13:03:39 -04:00
macdonst
e213772f98
Updating cordova.android.js for CB-421 and CB-426
2012-04-03 13:09:31 -04:00
macdonst
0577b4bf5d
CB-426: camera.getPicture ignores mediaType in 1.5
2012-04-03 13:02:25 -04:00
Bryce Curtis
a37d0699db
[CB-423] Problem displaying patch-9 splash screen.
2012-04-02 11:34:57 -05:00
Joe Bowser
2818e05e71
Move the callback server into the View, preparing to start CordovaWebView testing
2012-03-30 13:28:19 -07:00
macdonst
5fa77e97bd
CB-163: contactFindOptions.filter does not work as expected on Android
2012-03-30 16:28:04 -04:00
macdonst
700ae50e9b
CB-321: Media API: 'mediaSuccess' callback param to new Media() is called soon after new obj created
2012-03-30 15:29:26 -04:00
macdonst
d2b329636f
Fixing license header in com.phonegap.api.PluginManager
2012-03-29 15:08:44 -04:00
Joe Bowser
49b50ce66c
Minor tweaks to DroidGap, allows for the ChromeClient and ViewClient to be overridden
2012-03-29 12:03:20 -07:00
Joe Bowser
b793fbfc28
Partially moved the callback server into the WebView. The WebView MUST own the CordovaWebViewClient and the CordovaWebChromeClient
2012-03-28 16:49:59 -07:00
Fil Maj
993fb296d6
updating network status plugin label and updating cordova-js to latest
2012-03-28 13:47:45 -07:00
Joe Bowser
59ff94fefb
Moving init code into the WebView
2012-03-27 11:28:55 -07:00
macdonst
dfc86b1af1
Fix for CB-389: resolveLocalFileSystemURI does not work on a resized image captured from Camera.getPicture()
2012-03-26 21:35:34 -04:00
Joe Bowser
f3c29840a7
Moving whitelisting into the WebView, still need to read the config in the WebView if required
2012-03-26 15:39:58 -07:00
Joe Bowser
6dabe4c010
Work on CB-369, Moving Authentication OUT of DroidGap
2012-03-26 10:22:37 -07:00
macdonst
1e2c38598f
CB-383: Fixes issue with misspelled destinationType for Camera.getPicture()
2012-03-24 14:09:57 -04:00
Joe Bowser
e25490751c
Creating the CordovaWebView, modifying DroidGap to use that
2012-03-23 14:51:25 -07:00
Joe Bowser
9d0e8fa436
Tagged 1.6rc1
2012-03-23 14:30:18 -07:00
Bryce Curtis
9d26598334
[CB-367] Back button event should fire on key up not key down
...
Also changed menu key and search key to be consistent.
2012-03-23 15:17:09 -05:00
Joe Bowser
a688319ea7
First stab at CB-21, I really need more info before I can close this
2012-03-20 15:22:00 -07:00
Joe Bowser
bbf10e3baa
Fixing a bug with File Upload on Android where Chunked mode isn't used by default
2012-03-20 11:25:17 -07:00
Bryce Curtis
7e70d76232
[CB-352] Support initializing DroidGap with existing WebView, WebViewClient and webViewChrome.
...
[CB-353] Create PluginEntry object to use by PluginManager.
2012-03-19 16:20:57 -05:00
Joe Bowser
04b3e4d847
Fixing CB-343: We need to respect the whitelist
2012-03-16 10:55:06 -07:00
Joe Bowser
dc93556ef0
Checking for the callback server before we call sendJavascript for the Kindle Fire, CB-247
2012-03-15 14:29:25 -07:00
Fil Maj
692a59a692
spacing fixes, null check in getPhoneType in contacts, returning error integers instead of objects in contacts
2012-03-15 12:27:37 -07:00
Joe Bowser
df691518e3
Added temporary Cordova splash for now
2012-03-15 10:54:43 -07:00
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
Fil Maj
45d75524c9
Changed JavaScript invoked from PluginResult native code to use new modular JS approach
2012-02-20 11:04:35 -08:00
Fil Maj
8a137395ae
changing JS invoked from native to work with modular js
2012-02-20 11:04:35 -08:00
Fil Maj
390fe537f8
woops java type checks! love it!
2012-02-20 11:04:35 -08:00
Fil Maj
40cd71484c
Adding unsupported action plugin result return if invalid action string is specified to accel and compass listener plugins
2012-02-20 11:04:35 -08:00
Bryce Curtis
9188773152
Arguments are passed as JSON array, not JSON object.
2012-02-19 00:15:23 -06:00
Bryce Curtis
cc8edea065
Call js code using new common js way.
2012-02-18 13:19:50 -06:00
Bryce Curtis
14b368e731
Update build to use new common cordova.android.js instead of building js from multiple Android js files.
2012-02-17 17:30:25 -06:00
Bryce Curtis
4d03577220
Add cordova.android.js from common-js build.
2012-02-17 17:28:35 -06:00
Joe Bowser
040619cd61
Moved the CordovaInterface over to master, doing this before working on CordovaJS
2012-02-17 13:11:15 -08:00
Fil Maj
d6fef8d6e3
more file:// URI truncation :D
2012-02-17 11:40:22 -08:00
Fil Maj
7c1eb7da9b
trim file:// URI from uri->path conversion method
2012-02-17 10:55:04 -08:00
Fil Maj
d87ee719a3
Use strings not objects
2012-02-16 18:17:25 -08:00
Fil Maj
a52ba37cf7
remove trailing slash
2012-02-16 17:48:48 -08:00
Fil Maj
cd667d6af5
remove file:// protocol from various fileutils methods
2012-02-16 17:46:16 -08:00
Fil Maj
7e4158ce94
remove file:// protocol from various fileutils remove methods
2012-02-16 17:31:07 -08:00
Fil Maj
0ba803ff46
truncating file:// protocol where applicable in metadata func
2012-02-16 17:21:03 -08:00
Fil Maj
6c48c6a3a1
Need to add/trim file:// where applicable
2012-02-16 15:33:19 -08:00
Fil Maj
7ee135e516
Prefix URIs for file API with file:/// and persistent storage should never point to SD card
2012-02-16 15:18:13 -08:00
Fil Maj
fd69095d3d
Return string for root location in requestFileSystem
2012-02-15 17:30:32 -08:00
Fil Maj
357c0ee1ca
removing unnecessary try/catch
2012-02-15 16:57:40 -08:00
Fil Maj
40637c1486
Unifying File API error code/response style
2012-02-15 16:47:32 -08:00
Fil Maj
a84d2eab02
Changed JavaScript invoked from PluginResult native code to use new modular JS approach
2012-02-15 10:39:20 -08:00
Fil Maj
52213541a3
changing JS invoked from native to work with modular js
2012-02-15 10:37:24 -08:00
Fil Maj
c7d4d83476
woops java type checks! love it!
2012-02-15 10:35:20 -08:00
Fil Maj
003e3d4d85
Adding unsupported action plugin result return if invalid action string is specified to accel and compass listener plugins
2012-02-15 10:35:19 -08:00
Joe Bowser
95b9cd0229
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
2012-02-09 15:05:30 -08:00
Joe Bowser
044a61d881
Adding custom headers to upload
2012-02-09 15:02:13 -08:00
macdonst
9aa1cd756a
Refactor out the Java casting code
...
When we return JSON to the Java side it does not have the proper methods such as Contact.save() so we need to cast the JSON to the correct JS object. This used to be done from the Java layer calling the right method to cast the JSON. In this new approach the JavaScript layer will no what needs to be cast and call it's own internal function to do the cast.
2012-02-09 16:41:26 -05:00
Joe Bowser
ee4c91539a
Change related to FileTransfer, need to get a test going for this somehow
2012-02-08 16:49:17 -08:00
Joe Bowser
77547f8826
Changing to CordovaInterface in preparation of CordovaWebView
2012-02-06 14:13:34 -08:00
Bryce Curtis
52a3a919f9
Missing first line of license in header.
2012-02-06 10:40:48 -06:00
Anis Kadri
54968b755b
CB-75 contact.remove does not remove the contact fully
2012-02-06 10:13:57 -05:00
macdonst
d8d7c29afe
Adding com.phonegap.api stubs for legacy user created plugins
2012-02-06 10:04:02 -05:00
macdonst
210cc2bd5e
Fixing MediaFileData problem for MP4 video types
...
Problem:
Using Capture Video and mediaFile.getFormatData() on Android:
Droid / 2.2.3: successfully get height, width, duration
Samsung Galaxy Tab 10.1 / 3.1: recording appears to succeed,
however height / width / duration all come back as 0.
Fix:
The Samsung Galaxy Tab 10.1 returns a MP4 video and not 3GPP as was expected in the Capture class.
2012-02-03 12:24:45 -05:00
macdonst
664a061d10
Rename to Cordova
2012-02-03 10:38:40 -05:00
Joe Bowser
fa4d6d369a
Switching headers. Got OK months ago from Simon and Bryce on re-write. No Android Demo code in current project
2012-02-01 13:09:58 -08:00
macdonst
3bff8aec88
Tagging 1.4.1
2012-02-01 15:35:57 -05:00
macdonst
e64cb2fc4f
Removing deprecated methods from Device
...
Device.overrideBackButton
Device.exitApp
Device.resetBackButton
2012-02-01 10:46:27 -05:00
macdonst
c5ada0f09f
Deprecating navigator.app.overrideBackbutton
...
Everyone should be using:
document.addEventListener("backbutton", yourCallbackFunction, false);
2012-01-31 15:02:11 -05:00
macdonst
44edcbb3cf
Updating version to 1.4.0
2012-01-30 16:07:20 -05:00
macdonst
3fd2f590fd
Updating version to 1.4.0rc1
2012-01-27 12:06:26 -05:00
macdonst
4f61531422
Fixing a timing issue with the web view history not being cleared properly
2012-01-27 12:02:31 -05:00
macdonst
6e82ec4152
Allow internal SD Card to be used as storage
2012-01-25 16:34:46 -05:00
Joe Bowser
9206dca741
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
2012-01-25 11:41:24 -08:00
Joe Bowser
503640f6b5
Removing the classic render feature, since it's not working properly
2012-01-25 11:40:46 -08:00
Bryce Curtis
e1e04f859c
Remove unused files/classes until they are needed.
2012-01-24 22:42:41 -06:00
Bryce Curtis
e30896155c
Added license header to new files.
2012-01-24 22:35:16 -06:00
macdonst
89e260a5a1
CB-199: FileTransfer.download fails on Android 4.0
...
The download method in FileTransfer was setting the HttpURLConnection.setDoOutput to true. On Android 4.0 this would force the connection to be a POST when what we actually want is a GET.
I removed the offending line and tested the fix in 2.1, 2.2, 2.3 and 4.0.
2012-01-24 11:24:06 -05:00
Anis Kadri
e8544d30d1
Merge branch 'master' of github.com:imhotep/incubator-cordova-android
2012-01-23 16:21:11 -08:00
Joe Bowser
d28a60ed97
Moving the WebViewClient out, allowing for PhoneGap to not break on empty console.log
2012-01-23 15:04:03 -08:00
Joe Bowser
0890be5815
Moved Chrome Client out of DroidGap.java
2012-01-23 14:42:55 -08:00
Joe Bowser
308a5f1509
Changing to use JS directly. There are issues with this approach, and it should use the KeyboardHandler
2012-01-23 14:21:20 -08:00
Joe Bowser
7904bcc054
Editing a comment about LinearLayoutSoftKeyboardDetect
2012-01-23 14:01:07 -08:00
Joe Bowser
c7e3b46e2e
Moving LinearLayoutSoftKeyboardDetect out into its own class and making it more plugin-like
2012-01-23 13:49:55 -08:00
Joe Bowser
490a13d3c4
Removing GapView, since it doesn't actually do anything
2012-01-23 11:57:15 -08:00
Joe Bowser
a2cdcd47be
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android
2012-01-20 12:43:06 -08:00
Peter Ehrlich
bdd7449af3
documentation additions
2012-01-17 16:31:08 -05:00
Anis Kadri
64c462c8ad
fixing whitelist handling
2012-01-13 17:29:46 -08:00
alunny
ffa76246e3
making preference reading code more robust
2012-01-09 17:31:58 -08:00
alunny
3af4d6b139
using preference=fullscreen for fullscreen view
...
involves loading configuration before the layout is set up
2012-01-09 17:31:50 -08:00
alunny
752b1b0e30
reading preferences from phonegap.xml
...
adds PreferenceNode and PreferenceSet classes as wrappers for the W3C
config.xml <preference> nodes
populates a PreferenceSet @preferences member
2012-01-09 17:29:50 -08:00
alunny
d91beb5ad9
adding JUnit dependency
...
* framework/libs/junit-4.10.jar
* `ant test` task for running junit tests on jar
* updates to LICENSE and NOTICE files
2012-01-09 17:14:26 -08:00
Bryce Curtis
8db5e06c62
Fix CB-135 Multithreaded access on CallbackServer javascript object.
2012-01-06 22:23:49 -06:00
Joe Bowser
bc309c9f00
Merge conflicts with something on the official repo, moving old pull request in
2012-01-06 15:52:09 -08:00
Joe Bowser
9078fe17b5
Merge pull request #40 from infil00p/master
...
Clean Merge of Classic Render Mode
2012-01-06 15:48:59 -08:00
macdonst
58774addad
CB-145: Android contact.save() crashes for native contacts.
2012-01-07 05:33:02 +08:00
Olivier Brand
36bca7d609
Renamed crdentials/principals to userName/password
2012-01-05 08:26:54 -08:00
Olivier Brand
e96ae91800
Added authentication framework
2012-01-04 13:47:44 -08:00
macdonst
1d5af102c7
Camera default destination should be FILE_URI
2012-01-05 03:29:55 +08:00
macdonst
b106d2cae8
Proved generating sqlite database path to open database without permission error
2012-01-05 01:50:56 +08:00
macdonst
c66142d6b8
Fixing issue with FileTransfer.upload when the passed in url contains a ?
2012-01-04 00:48:29 +08:00
macdonst
fae551f0ce
Fix NullPointerException in DroidGap.onMeasure()
...
It looks like on some devices the onMeasure() method is called before the callbackServer is instantiated. This causes a NullPointerException which kills the application.
2011-12-22 09:51:11 +08:00
macdonst
1511183dfd
Tagging 1.3.0
2011-12-16 13:29:15 -05:00
macdonst
a640804897
Tagging to 1.3.0rc2
2011-12-13 09:41:54 -05:00
macdonst
f95fdb5873
Fix for CB-104: Capture not returning an error code on cancel
2011-12-06 06:08:35 +08:00
macdonst
4b9e50146e
Tagging to 1.3.0rc1
2011-12-05 11:27:08 -05:00
wshen
1dfc65face
removed FileExistsException that is not needed
2011-12-01 10:04:49 -08:00
wshen
18bf4cd94b
merging from callback
2011-12-01 09:59:42 -08:00
wshen
729d141c3f
removed FileExistsException that is not needed
2011-12-01 09:42:23 -08:00
macdonst
29001eeb3a
Merge pull request #42 from aflx/download
...
added download() to the filetransfer
2011-12-01 08:20:04 -08:00
Alexander Keller
f387720e54
FileTransfer returns JSONObject with code, source and target for upload and download
2011-11-30 09:15:01 +01:00
Alexander Keller
8dbb8f58b1
made getEntry of FileUtils public in order to avoid duplicate code in FileTransfer
2011-11-29 09:38:39 +01:00
Alexander Keller
75963c88d5
changes after review of macdonst, download returns FileEntry
2011-11-29 08:39:57 +01:00
macdonst
188e3e7d7d
Remove WebViewReflect.java from Android
...
While looking at issue #34 I realized that we don't need the WebViewReflect class anymore. Since we only support 2.1 or better and all the methods that WebViewReflect was protecting us from are available in the API version.
2011-11-28 15:44:36 -05:00
macdonst
e02322b66b
Remove addWhiteList from public API
2011-11-29 03:47:49 +08:00
Alexander Keller
8904c67fb5
added download() to the filetransfer
2011-11-26 18:16:44 +01:00
Joe Bowser
71ea25f40a
Fixing scale, setting legacy scale
2011-11-25 14:38:11 -08:00
Joe Bowser
7840448133
Work-around Feature for Classic PhoneGap 320x480 resolution
2011-11-25 14:38:11 -08:00
macdonst
e77e552293
Fix for Issue #33 : onReceivedError incorrectly sets openExternal to true
2011-11-25 14:38:09 -08:00
William Shen
5ceb6e2cfa
Changed createCaptureFile to explicitly check for PNG and to throw an IllegalArgumentException if it is not a JPEG nor a PNG
2011-11-25 14:38:09 -08:00
Bryce Curtis
035ad08c69
Optimize enumerations as suggested by @plowman.
2011-11-25 14:38:08 -08:00
Bryce Curtis
80d0a0cb4c
Change API to postMessage() to call a plugin's onMessage() method.
2011-11-25 14:38:07 -08:00
macdonst
05e233bf1d
Fix for issue #281 of phonegap/phonegap-android: Detect for localStorage if Java has disabled it
2011-11-25 14:38:06 -08:00
macdonst
853a734f82
Fix for Issue #33 : onReceivedError incorrectly sets openExternal to true
2011-11-25 05:29:24 +08:00
William Shen
d5580557f1
removed unused import
2011-11-23 11:25:53 -08:00
William Shen
7a6a59383b
removed a couple extra semicolons
2011-11-23 11:03:14 -08:00
macdonst
c70a1e8594
Fix for phonegap-android issue #261 : Wrong application scale
2011-11-24 02:56:00 +08:00
William Shen
cd5bf6195e
cleaning up handling of exceptions. removing unnecessary exception declaration in FileUtils. removing try-catch that should not have been done in HttpHandler
2011-11-23 10:52:43 -08:00
William Shen
7c8db0ea44
fixing redundant assignment of variable
2011-11-23 10:39:20 -08:00
macdonst
119f6cca85
Merge pull request #14 from willshen/master
...
Modified createCaptureFile in CameraLauncher to Improve Encoding Type Safety
2011-11-22 17:24:51 -08:00
Bryce Curtis
4a25d780ce
Optimize enumerations as suggested by @plowman.
2011-11-22 14:36:24 -06:00
Bryce Curtis
798cb3e347
Change API to postMessage() to call a plugin's onMessage() method.
2011-11-22 14:36:00 -06:00
macdonst
63ae953432
Fix for issue #281 of phonegap/phonegap-android: Detect for localStorage if Java has disabled it
2011-11-23 03:50:26 +08:00
Joe Bowser
36caaf366f
Merge pull request #25 from infil00p/minor_menu_tweak
...
Change based on new message passing API in IPlugin
2011-11-21 16:07:30 -08:00
macdonst
3ebfb6717c
Fix for CB-17: WebView caching resized pictures
2011-11-22 05:30:24 +08:00
Joe Bowser
9409caad69
Change based on new message passing API in IPlugin
2011-11-16 14:50:26 -08:00
macdonst
5406d6c98f
Linting the JS code
2011-11-17 04:38:11 +08:00
Joe Bowser
29c7e12505
Merge pull request #15 from infil00p/master
...
Working on Compliance, Removed the Crypto Library! Seriously guys, please read this!
2011-11-16 10:09:24 -08:00
Bryce Curtis
cbdd400fe7
Fix Issue #23 - Crash when using splash screen.
2011-11-15 23:13:49 -06:00
Bryce Curtis
a6db1112c6
Fix bug with showing loadingDialog property.
2011-11-15 23:06:29 -06:00
Bryce Curtis
bfef72a7c4
Add onload attribute to plugin in plugins.xml to create the plugin at load time instead of lazy loading.
2011-11-15 14:29:32 -06:00
Bryce Curtis
7ce2a8cb71
Make sure we clear appView history too.
2011-11-15 13:55:08 -06:00
Bryce Curtis
2a866e2a7c
Refactor backHistory() code so calling navigator.app.backHistory() has consistent behavior with backbutton.
2011-11-09 23:37:16 -06:00
Bryce Curtis
827af8a920
Deprecate addService().
2011-11-09 23:12:53 -06:00
Bryce Curtis
0caca9ae55
Remove old code.
2011-11-09 15:46:45 -06:00
Bryce Curtis
0bbcf5cfd2
Add onMessage(id, data) to plugin API.
...
A solution was needed to notify the audio player to pause when a phone call comes in. The option was to add a specific onPhone() method or generalize it. Since there are other "events" that are useful to plugins, a generalized solution was used. It is also extensible without changing the plugin API again.
Any plugin can call DroidGap.onMessage() to send a message/event to all other plugins. NetworkManager was updated to send changes in connection status to plugins, so they can intelligently handle lost connections.
2011-11-09 10:34:49 -06:00
Bryce Curtis
fd93404c7c
Backbutton should go back in appview history before going back in our history stack.
...
JQMobile uses htmlPage#div to navigate "multipage" apps. When the webview navigates between tags in the same page, it is added to the webview history.
2011-11-09 09:14:13 -06:00
Joe Bowser
d5d95ad489
Merging changes
2011-11-04 13:46:44 -07:00
macdonst
db0a1919f3
Remove PhoneGap.stringify, replace with JSON.stringify
...
Since we don't support Android 1.5/1.6 anymore we don't need to check to see if JSON.stringify is around as it is included in Android 2.1+. By removing this check for JSON.stringify we remove two conditional checks on each call to PhoneGap.exec.
As well we get rid of 60 lines of code which are currently bloating phonegap.js.base.
2011-11-04 13:40:52 -07:00
Bryce Curtis
141b8355ac
Don't fire resume upon init - only when returning from background.
...
Lifecycle behavior for PhoneGap app:
window.onload = loading html page
pause = html page entering background (not displayed)
resume = html page entering foreground (displayed)
window.onunload = leaving html page
2011-11-04 13:40:51 -07:00
William Shen
affab67ca3
Changed createCaptureFile to explicitly check for PNG and to throw an IllegalArgumentException if it is not a JPEG nor a PNG
2011-11-03 18:41:08 -07:00
macdonst
cf9848bd59
Remove PhoneGap.stringify, replace with JSON.stringify
...
Since we don't support Android 1.5/1.6 anymore we don't need to check to see if JSON.stringify is around as it is included in Android 2.1+. By removing this check for JSON.stringify we remove two conditional checks on each call to PhoneGap.exec.
As well we get rid of 60 lines of code which are currently bloating phonegap.js.base.
2011-11-04 04:30:46 +08:00
Bryce Curtis
7ad3f76d9a
Don't fire resume upon init - only when returning from background.
...
Lifecycle behavior for PhoneGap app:
window.onload = loading html page
pause = html page entering background (not displayed)
resume = html page entering foreground (displayed)
window.onunload = leaving html page
2011-11-03 14:22:29 -05:00
Joe Bowser
7244a5a727
Merge branch 'master' of github.com:callback/callback-android
2011-11-02 13:10:50 -07:00
Bryce Curtis
e4a5000f9e
This is an informative message, not an error message. It is normal to get this when leaving a page.
2011-10-31 20:39:42 -05:00
Bryce Curtis
fd07cfc461
Update version to 1.2.0.
2011-10-31 17:29:08 -05:00
Bryce Curtis
d1ec1f7693
Don't fire resume at app startup.
2011-10-31 14:18:32 -05:00
Joe Bowser
e1d3f1491f
Accidentally added stray char when changing the licence
2011-10-28 16:31:48 -07:00
Joe Bowser
5075a3e087
Merge branch 'master' of github.com:callback/callback-android
2011-10-28 13:26:17 -07:00
Joe Bowser
a35a33c05e
Adding the Apache Headers
2011-10-27 14:04:39 -07:00
Joe Bowser
5a40613ccc
Switching to ASF header for Callback
2011-10-27 12:04:54 -07:00
Bryce Curtis
2d690ad014
Use LOG instead of System.out.println for logging.
2011-10-26 14:28:39 -05:00
Fil Maj
ff2ee67cb8
JSPrompt "Security check" should whitelist all file URIs too
2011-10-25 15:34:32 -07:00
Joe Bowser
505081f42f
Merge branch 'master' of github.com:callback/callback-android
2011-10-25 15:21:15 -07:00
Joe Bowser
80ee464dce
Fix for Console.log, didn't call the super of the method needed
2011-10-25 15:21:06 -07:00
Bryce Curtis
e4a992095f
Set activity state correctly when ending activity.
2011-10-25 14:57:55 -05:00
Joe Bowser
aa6e011255
Removing the Camera permission, since it is not required by PhoneGap by default
2011-10-25 11:31:01 -07:00
Bryce Curtis
12816aa8f3
Run error dialog on UI thread.
2011-10-25 11:44:06 -05:00
Bryce Curtis
60b5d42324
Set activity state correctly when ending activity.
2011-10-25 11:39:37 -05:00
macdonst
010e162cd7
Fixing compilation error in DroidGap
2011-10-24 10:32:14 -04:00
Bryce Curtis
191e1bf150
Merge branch 'master' of github.com:callback/callback-android
2011-10-21 16:44:12 -05:00
Bryce Curtis
bd7ed19b52
Load multi-page apps in same webview and update pause/resume for consistency.
...
1. Make handling of multi-page apps consistent with iOS and Blackberry to load into same webview (instead of starting a new activity).
2. Make lifecycle consistent. pause is called when going into background, resume is called when coming into foreground. It is no longer called when loading or leaving an HTML page. Use window.onload/onunload to get these notifications.
2011-10-21 16:29:55 -05:00
Joe Bowser
64b770b761
Merge pull request #279 from infil00p/master
...
Clean-Up and Fix for Alert
2011-10-21 13:01:50 -07:00
Joe Bowser
628473cc5b
Making Alert cancellable so that it does not break the back button
2011-10-21 12:42:30 -07:00
Joe Bowser
75f3651376
Merge pull request #278 from infil00p/master
...
Modifying build.xml to use custom versions, adding ant files, and fixing HTC Logcat
2011-10-21 11:00:37 -07:00
Joe Bowser
3e25953d33
HTC Fix
2011-10-21 10:34:59 -07:00
Anis Kadri
a08854eaf0
improved whitelisting
2011-10-20 15:09:48 -07:00
Anis Kadri
81ec4bc4fb
Merge branch 'master' of github.com:phonegap/phonegap-android
2011-10-20 13:58:11 -07:00
Joe Bowser
0b9ed0c7c7
Merging Simon's fix for Android 4
2011-10-20 13:54:26 -07:00
macdonst
e26685becf
Fixing Project Properties file
2011-10-20 16:48:16 -04:00
macdonst
a8db71cd67
Updating to use Android 4.0 build environment
2011-10-20 16:26:30 -04:00
Joe Bowser
543fe1f43f
Upgrading to Ice Cream Sandwich
2011-10-20 11:13:44 -07:00
macdonst
551f0f7e4a
Normalize MediaError's with iOS
2011-10-19 15:22:50 -04:00
macdonst
369d140040
Return MediaError object instead of value
2011-10-19 15:06:36 -04:00
Anis Kadri
ac509369e9
forgot to resolve conflict
2011-10-14 15:49:16 -07:00
Anis Kadri
5faed8378c
Merge branch 'master' of github.com:phonegap/phonegap-android
...
Conflicts:
framework/res/xml/phonegap.xml
framework/src/com/phonegap/DroidGap.java
2011-10-14 15:43:13 -07:00
Bryce Curtis
7ee04ebf31
Fix Issue #258 - navigator.app.exitApp() and navigator.app.backHistory() not working in PhoneGap 1.1.0 on Android
2011-10-12 11:22:35 -05:00
Joe Bowser
0ec47c5bd8
Merge pull request #264 from infil00p/master
...
This time, let's handle BOTH the Back Button and the Search Button
2011-10-10 14:23:29 -07:00
Bryce Curtis
fe3e7041b7
Don't override history.back since jQuery also does it.
2011-10-06 22:21:09 -05:00
Joe Bowser
75ab33ad0c
Adding handling of Search Button for the jsPrompt
2011-10-05 16:01:10 -07:00
Joe Bowser
8b595f9796
Fixing the jsConfirm so it doesn't break the back button
2011-10-05 13:57:38 -07:00
Bryce Curtis
1f8d6b4866
Use endActivity() for consistency. Improve error handling.
2011-10-04 21:32:42 -05:00
macdonst
2d388025ad
Fix for Issue #257 : File Transfer with file:/// URIs
2011-10-04 11:53:46 -04:00
Bryce Curtis
424078432a
Add comments and rename loadWhiteList() to loadConfiguration().
2011-10-03 10:49:27 -05:00
Bryce Curtis
bb2bd22fad
Correct log level comparison.
2011-10-03 10:29:14 -05:00
Bryce Curtis
6b29787df7
Merge pull request #247 from brycecurtis/LOG
...
Formalize logging with printf-type optimization.
2011-10-03 08:24:13 -07:00
macdonst
804ac714ae
Updating version number to 1.1.0
2011-10-01 03:57:06 +08:00
macdonst
24ad506da5
Fixing JavaScript comparrison issues
2011-09-30 14:26:48 -04:00
macdonst
80695ec5e4
Fix issue with DATA_URL and refactor code
2011-09-30 11:30:04 -04:00
macdonst
6098f46d08
When you use the File API to remove a file need to check to see if we need to delete a row from the content store
2011-09-29 23:09:44 -04:00