Joe Bowser
0ad9ff0d87
Merge commit. TABS ARE NOT SPACES
2012-06-04 15:20:00 -07:00
macdonst
24e5c24dd4
Cb-858: Media record defaults to sdcard which may not be mounted
2012-06-04 16:21:13 -04:00
Julien Bouquillon
be165c677f
upgrade to latest cordova.android.js
2012-06-02 22:57:35 +02:00
Julien Bouquillon
55ee289ed6
Merge remote-tracking branch 'upstream/master' into volumebtns
2012-06-02 22:52:34 +02:00
macdonst
22e5ccfed4
Merge branch 'master' of https://github.com/will-quast/incubator-cordova-android
2012-06-02 15:57:53 -04:00
macdonst
508cafad1d
Change 'websites' to 'urls'
2012-06-02 11:12:12 -04:00
Joe Bowser
4ecbaa79cf
Weird merge error. Yo dawg, I heard you like catching exceptions, so we put a catch around your catch. FAIL
2012-05-31 14:24:45 -07:00
macdonst
c21e8c9c87
CB-849: Cannot search by birthday
2012-05-30 21:07:56 -04:00
Joe Bowser
e7411e8260
Merge commit of changes on 1.8
2012-05-30 14:45:45 -07:00
macdonst
5f93a26eea
CB-844: Contact.find does not return urls
2012-05-30 12:52:25 -04:00
macdonst
d79403e352
CB-837: CaptureCB - mediaFile.fullPath does not resolve to file
2012-05-30 09:38:55 -04:00
William Quast
ed94d0dd30
Make PluginResult return valid JSON so the JS side can use JSON.parse
2012-05-29 18:59:31 -05:00
Joe Bowser
43df9f6b9c
Missed this error in the merge commit
2012-05-29 15:49:04 -07:00
Joe Bowser
fd12f57f10
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView
2012-05-29 15:45:04 -07:00
Joe Bowser
ca1a322c76
Changing from currentTimeMillis to nanoTime, we need precision on Android 2.3
2012-05-29 14:58:32 -07:00
Joe Bowser
8b93e87e3e
Merge commit with master, we need to kill all tabs
2012-05-28 13:45:25 -07:00
Julien Bouquillon
cb61e90148
Merge remote-tracking branch 'upstream/master' into volumebtns
2012-05-28 10:42:49 +02:00
Davide Bertola
ccd4365922
Fix calling cordova.plugin.storage.failQuery function from native code
2012-05-26 08:46:57 +02:00
macdonst
d7b79f5042
Upping version to 1.8.0rc1
2012-05-24 21:39:45 -04:00
macdonst
95fa0f4461
CB-808: CameraLauncher leaks bitmaps in Android
2012-05-24 14:49:23 -04:00
Joe Bowser
c37b2d236b
Merge commit and fix.
2012-05-24 09:31:11 -07:00
macdonst
2d77bcf1a4
Merge branch 'CB-792' of https://github.com/don/incubator-cordova-android
2012-05-23 20:39:47 -04:00
Julien Bouquillon
0c9295f8bc
listening to volume events now override default behaviour
2012-05-24 02:01:27 +02:00
Julien Bouquillon
3b27d89c4a
Merge remote-tracking branch 'upstream/master' into volumebtns
2012-05-23 23:43:55 +02:00
Julien Bouquillon
8356ac67e8
prevent volumeup/down default behaviour
2012-05-22 21:42:46 +02:00
Fil Maj
6b24f2d547
Small spacing fixes
2012-05-18 15:23:57 -07:00
Fil Maj
2d5dcf24da
[CB-463] updated js and rewrote accel plugin again to support the start/stop approach. optimized. single callback used for message passing
2012-05-18 15:22:56 -07:00
Fil Maj
15ddef26f4
removed a trailing log
2012-05-18 15:22:56 -07:00
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
macdonst
367d7500d5
Deletes any duplicate images taken by camera
2011-09-29 22:29:35 -04:00
macdonst
0d57404cf1
Merge pull request #249 from macdonst/gallery
...
Adding video select to getPicture to line up with iOS
2011-09-29 12:13:44 -07:00
macdonst
67393c516e
Adding video select to getPicture to line up with iOS
2011-09-29 14:49:34 -04:00
Bryce Curtis
ebb9f09168
Improve closing an HTML page and returning to previous page.
2011-09-29 11:02:54 -05:00
Bryce Curtis
a4d66c63a4
Call the initial onResume() on a plugin when it is created. This corrects the lifecycle behavior for plugins.
2011-09-28 22:40:53 -05:00
Bryce Curtis
6a9253e928
Formalize logging with printf-type optimization. Wrap Android log facilities instead of using System.out.println().
2011-09-28 22:19:23 -05:00
Bryce Curtis
0f988717d0
When app.exitApp() is called on multi-page app, pass to previous pages in stack and close them too.
2011-09-28 21:52:17 -05:00
Bryce Curtis
025577c41d
Add comment for method onOverrideUrlLoading()
2011-09-28 21:36:43 -05:00
macdonst
821eb24a54
Fix for Issue #228 : Align Compass support with iOS
2011-09-28 17:35:50 -04:00
Bryce Curtis
336a58ca5a
Clean up code and consolidate bindBrowser with init.
2011-09-28 10:03:05 -05:00
Bryce Curtis
75c2cdb3ad
Clean up code that loads sub-pages and correct behavior.
2011-09-27 15:59:42 -05:00
Bryce Curtis
80df4a8fb2
White list support. Pull request https://github.com/phonegap/phonegap-android/pull/211 from imhotep would not merge, so combined it with enhancements for this commit.
2011-09-26 10:58:41 -05:00
macdonst
bb777c096c
Fix for Issue #172 : Out of memory when uploading video using FileTransfer on Android
2011-09-24 00:15:59 +08:00
macdonst
94c1fb3e63
Fix for issue #237 : DirectoryManager.getFreeDiskSpace() returns kilobytes instead of bytes free
2011-09-20 23:12:45 +08:00
macdonst
362841008a
fix for Issue #229 : Deprecate FileMgr code in file.js
2011-09-13 16:57:32 -04:00
macdonst
9040eea76c
Fix for Issue #213 : Unknown connection type for CDMA - EvDo rev. A
2011-09-13 23:07:17 +08:00
macdonst
2b20b1880d
Fix for issue #196 : targetWidth/targetHeight ignored when PictureSourceType is library
2011-09-11 03:51:28 +08:00
Bryce Curtis
e8826090bb
Remove lingering code for old 1.x support.
2011-09-08 16:02:08 -05:00
Bryce Curtis
e1b3a8cdce
Cleanup formatting.
2011-09-08 15:43:08 -05:00
Bryce Curtis
0b6a39bc6f
Add ability to override url handling in plugins. This takes part of code from "Issue 216: Droidgap now allows plugins to override url loading" by davejohnson.
2011-09-08 15:36:20 -05:00
macdonst
073f71563c
Fix for Issue #222 : Android plugin FileUploader with UTF-8 in params
2011-09-06 14:15:45 -07:00
macdonst
6c3d13fc74
Fix for Issue #220 : Android audio streaming doesn't work for https
2011-09-06 14:15:45 -07:00
macdonst
70de3d49a2
Fix for Issue #218 : audio capture audio/3gpp mimetype getting set to video/3gpp
...
Works around an issue where MimeTypeMap.getMimeTypeFromExtension() always returns video/3gpp when the file extension is .3gp or .3gpp.
2011-09-06 14:15:45 -07:00
Dave Johnson
e41746b6a8
Add overrideUrlLoading overriding ... yeah ... to plugins by the plugin adding a <url-filter.../> and implmenting the onOverrideUrlLoading(...) method
2011-09-06 14:15:45 -07:00
macdonst
6af5e2e2e1
Fix for Issue #210 : devready event never fires if we can't get network connection info
2011-09-06 14:15:45 -07:00
macdonst
9083e921d9
Fix for Issue #208 : Media.release() accidentally makes a call to the Media error callback
2011-09-06 14:15:45 -07:00
Bryce Curtis
4a38f160fb
Re-checkin commit for "Fix Issue #203 : Prompt crashes on Android 3.2 tablet."
2011-09-06 14:15:45 -07:00
macdonst
0297807bd0
Fix for issue #141 : EXIF data stripped from captured photos in android
...
In order to fix this issue I needed to read the EXIF data. Save it to a temporary object then after the bitmap is compressed I open the file and write the saved EXIF data.
Supports the following EXIF fields if they are set in your image:
APERTURE
DATETIME
EXPOSURE_TIME
FLASH
FOCAL_LENGTH
GPS_ALTITUDE
GPS_ALTITUDE_REF
GPS_DATESTAMP
GPS_LATITUDE
GPS_LATITUDE_REF
GPS_LONGITUDE
GPS_LONGITUDE_REF
GPS_PROCESSING_METHOD
GPS_TIMESTAMP
ISO
MAKE
MODEL
ORIENTATION
WHITE_BALANCE
2011-09-06 14:15:45 -07:00
Bryce Curtis
2e9cbdf38d
Remove old phonegap.js file.
2011-09-06 14:15:44 -07:00
Bryce Curtis
498f879383
Fix Issue #203 : Prompt crashes on Android 3.2 tablet.
2011-09-06 14:15:44 -07:00
Anis Kadri
97faebda41
adding isUrlWhiteListed in shouldOverrideUrlLoading
2011-08-29 17:35:11 -07:00
Anis Kadri
f111ea56ed
whitelist support
2011-08-29 16:13:02 -07:00
macdonst
8d35b1aeef
Fix for Issue #210 : devready event never fires if we can't get network connection info
2011-08-27 04:16:11 +08:00
Dave Johnson
75233711e3
Moved around the scripts so that you can create a self contained project that you can run debug, emulate and log from
2011-08-26 10:54:37 -07:00
macdonst
facb752cc7
Fix for Issue #208 : Media.release() accidentally makes a call to the Media error callback
2011-08-26 00:16:37 +08:00
Bryce Curtis
8a5dec8d8b
Re-checkin commit for "Fix Issue #203 : Prompt crashes on Android 3.2 tablet."
2011-08-22 16:22:22 -05:00
macdonst
a9c34e65fb
Fix for issue #141 : EXIF data stripped from captured photos in android
...
In order to fix this issue I needed to read the EXIF data. Save it to a temporary object then after the bitmap is compressed I open the file and write the saved EXIF data.
Supports the following EXIF fields if they are set in your image:
APERTURE
DATETIME
EXPOSURE_TIME
FLASH
FOCAL_LENGTH
GPS_ALTITUDE
GPS_ALTITUDE_REF
GPS_DATESTAMP
GPS_LATITUDE
GPS_LATITUDE_REF
GPS_LONGITUDE
GPS_LONGITUDE_REF
GPS_PROCESSING_METHOD
GPS_TIMESTAMP
ISO
MAKE
MODEL
ORIENTATION
WHITE_BALANCE
2011-08-23 01:47:10 +08:00
Bryce Curtis
8a4737947b
Remove old phonegap.js file.
2011-08-22 09:50:42 -05:00
Bryce Curtis
0e316321f9
Fix Issue #203 : Prompt crashes on Android 3.2 tablet.
2011-08-21 20:50:57 -05:00
Dave Johnson
ef8e8a3ab4
Fix up a few things for the ant create to work on mac
2011-08-21 00:29:07 -07:00
davejohnson
4a9fbb6869
Remove xlargescreen since it is only supported if you are building with the latest SDK. Yes people *should* be building with that but it's not even on any phones yet
2011-08-20 13:30:11 -07:00
brianleroux
65cf68b5d2
no more ruby dependency
2011-08-18 18:21:51 -07:00
macdonst
7e2044c5b4
Merge pull request #195 from m00sey/master
...
Expose Volume control
2011-08-17 12:45:09 -07:00
macdonst
80891b8495
Fix for Issue #200 : NetworkManager missing HSDPA in getType
...
Added HSDPA, HSUPA, HSPA and HSPA+ type detection to NetworkManager.
2011-08-18 00:42:57 +08:00
Bryce Curtis
361a7aacc5
Issue #194 : Resolve flashes between screen, and enable setting of background color & optional loading dialog.
2011-08-11 16:21:22 -05:00
Bryce Curtis
4ecfbac586
Include plugin reference and permissions for battery events.
2011-08-11 15:37:11 -05:00
Bryce Curtis
8d46d33675
Implementation of Battery Event Spec. ( http://dev.w3.org/2009/dap/system-info/battery-status.html )
2011-08-12 04:31:43 +08:00
Bryce Curtis
a735a631f6
Formalize document and window event listeners and allow plugins to override eventListeners.
2011-08-12 04:31:43 +08:00
Kevin Griffin
381d1615b4
formatting
2011-08-09 23:19:50 -04:00
Kevin Griffin
ad8086fab5
exposing volume control
2011-08-09 23:18:01 -04:00
macdonst
004453b03f
Upping version to 1.0.0
2011-07-29 12:01:46 +08:00
macdonst
e28458869f
Issue #185 : Fix mis-spelling in file.js
2011-07-29 11:56:29 +08:00
macdonst
39d6952494
Upping version to 1.0.0rc3
2011-07-26 12:30:41 +08:00
macdonst
2bf765897b
Normalize Android Camera.takePicture with iOS and BB versions.
...
Both iOS and BlackBerry support the PNG image format so I added support for Android.
Also, iOS and BB use targetWidth/targetHeight to specify the resolution of the image. I've swiched from using maxResolution to targetWidth/targetHeight in this change list.
2011-07-26 12:18:04 +08:00
macdonst
1c97467e39
Issue #169 : Media.seekTo() does not update Media._position value.
...
Calling Media.seekTo() now updates the Media._position value. I could not make seekTo() to work when your audio clip is not playing as that is not a supported action of the AndroidMedia player class.
2011-07-23 03:21:45 +08:00
Dave Johnson
8c807315e9
there was a "Location" and a "Geolocation" plugin defined. We use "Geolocation" in the JavaScript
2011-07-21 16:42:59 -07:00
Joe Bowser
be48b576d9
Merge branch 'master' of github.com:phonegap/phonegap-android
2011-07-21 13:16:09 -07:00
Joe Bowser
648e56cb67
Merging maxResolution
2011-07-21 13:15:52 -07:00
macdonst
c093881f54
Issue #174 : contact attribs should return null instead of empty array
...
Currently the implementation will return an empty array for the following Contact attributes: phoneNumbers, emails, addresses, ims, organizations, addresses, websites and photos. With this fix these attributes will be null unless the lenght of the array is greater than 0.
2011-07-22 03:16:45 +08:00
Brian LeRoux
e09c728fd0
Edited framework/src/com/phonegap/DroidGap.java via GitHub
2011-07-21 11:47:20 -07:00
macdonst
029ddeade0
Fix Issue #170 : Sub pages reload on orientation or keyboard changes
...
Needed to add android:configChanges="orientation|keyboardHidden" to the com.phonegap.DroidGap activity in AndroidManifest.xml.
2011-07-20 23:21:34 +08:00
Bryce Curtis
6b84ead393
Issue #167 : Remove window.app and use navigator.app instead. Remove App() from namespace.
2011-07-19 11:00:13 -05:00
macdonst
7afa2d3840
Upping version to 1.0.0rc2
2011-07-19 04:11:17 +08:00
macdonst
e789349c23
Handle content:// uri's in resolveLocalFileSystemURI
...
Sometimes Android will hand you a content:// uri in the place of a file path. Particularily the Camera.getPicture() code will do this. I've updated the file utils code to handle this type of uri and return a real file path.
2011-07-19 04:10:55 +08:00
Bryce Curtis
2787a960d8
Issue #153 : Display default value in prompt().
2011-07-16 15:07:34 -05:00
Don Coleman
701717fd55
remove comment from xml declaration
2011-07-15 23:47:08 -04:00
Don Coleman
3de2084af2
write error to log when plugins.xml is missing
2011-07-15 23:45:32 -04:00
Joe Bowser
6d532c9fe5
Minor change to Android Manifest for Android 3.2 to force it out of Compatibltiy Mode
2011-07-15 16:19:08 -07:00
macdonst
eb0e0d9d11
Issue #156 : Camera.DestinationType.FILE_URI on Android not conforming to API Spec
...
Instead of capturing the orginal image to /sdcard/Pic.jpg or /sdcard/Capture.jpg we detect if the SD card is mounted. If mounted the file is placed in the apps temp directory at:
/sdcard/Android/data/{package name}/cache/
If the SD card is not mounted we default to internal storage at:
/data/data/{package name}/cache/
2011-07-16 05:03:48 +08:00
Bryce Curtis
53410781e4
Issue #154 : Propagate existing parameters when starting new DroidGap activity.
2011-07-15 15:00:12 -05:00
Bryce Curtis
2bee9a8442
Remove deprecated addService() method. The new way to register a plugin is to include it in res/xml/plugins.xml.
2011-07-15 14:26:20 -05:00
Bryce Curtis
7c9eca1fab
Replace deprecated call to activityStop.
2011-07-15 14:04:46 -05:00
Bryce Curtis
017fa1b917
Use the same database based upon application context for each html page loaded as part of this app.
2011-07-13 16:48:29 -05:00
Bryce Curtis
24bb836221
Shouldn't return error on first call. This prevents successful invocation, which prevents deviceready from firing.
2011-07-13 00:21:34 -05:00
macdonst
4cc3772e84
Issue #151 : Remove minification of phonegap.*.js file
2011-07-12 15:33:46 -04:00
macdonst
c80ddc1b22
Issue #149 : Deprecate support for Android 1.X devices
...
Right now we are just removing the code for Contacts on 1.5/1.6 devices. We still need to keep around our implementation of Geolocation and Storage for older devices since some versions of Android have broken implementations of these features. Android 3.0 I'm looking at you!
2011-07-13 00:18:38 +08:00
macdonst
24f979394f
Remove deprecated Network.isReachable (use the Network Information API instead)
2011-07-12 23:01:42 +08:00
Bryce Curtis
6c65a6a016
Make sure we load the correct resource id for plugins.xml.
2011-07-11 22:56:20 -05:00
macdonst
66f7afbed2
Issue #146 : File API - File::writeAsText not in the API, remove
2011-07-12 11:13:24 +08:00
macdonst
1de036a744
Setting version as 1.0.0rc1
2011-07-12 05:25:53 +08:00
macdonst
22a9cabeb9
Updating Contacts for June 16th W3C Spec
2011-07-11 23:18:24 +08:00
Bryce Curtis
5de4ae7554
Remove dependency on notification.activityStart/Stop so they can be deprecated to an optional plugin. Also remove hideLoadingDialogOnPage option, since it no longer is relevant.
2011-07-08 23:07:22 -05:00
macdonst
a0c748620a
Update .gitignore and .jar file name
2011-07-08 16:40:55 -04:00
macdonst
dd52081deb
Fix for #129 : PhoneGap JS Naming Convention
2011-07-08 14:35:31 -04:00
Bryce Curtis
0a7a77e77b
Accept IPlugin for result callback when starting activities for result.
2011-07-07 14:11:03 -05:00
Bryce Curtis
9d1e73656f
Merge pull request #138 from davejohnson/iplugin-fix
...
Update PluginManager to accept plugins implementing IPlugin too
2011-07-07 12:00:36 -07:00
macdonst
3895570edd
Fixed Issue 140: Contact.displayName is not being set correctly
2011-07-08 01:06:27 +08:00
Fil Maj
28b01fe494
Fix for #120 : zooming in on input elements when filling out forms. Note, you also have to set initial-scale and maximum-scale properties in your meta name=viewport tag.
2011-07-07 09:19:39 -07:00
Dave Johnson
090890b22a
Update PluginManager to accept plugins that implement IPlugin rather than extend Plugin
2011-07-07 00:12:44 -07:00
Bryce Curtis
ce9d577415
Remove unused code and variable.
2011-07-06 13:56:49 -05:00
Bryce Curtis
3bf48f82af
Merge pull request #136 from brycecurtis/plugins
...
Loading plugins from res/xml/plugins.xml
2011-07-06 11:12:20 -07:00
Bryce Curtis
9d5aa9406c
Loading plugins from res/xml/plugins.xml
2011-07-05 23:21:32 -05:00
Dave Johnson
0b1e760fc1
Add better support for Activity result callbacks from plugins. Add some sugar for calling success / error callbacks from plugins
2011-07-05 14:13:55 -07:00
Bryce Curtis
c98b758e94
Update version to 0.9.6.1
2011-06-30 13:15:30 -05:00
Bryce Curtis
b7156c6803
Bump up version to 0.9.6 for example.
2011-06-30 10:53:23 -05:00
Bryce Curtis
b8cc36e805
Don't clear activity stack by default.
2011-06-30 10:42:27 -05:00
Bryce Curtis
76b2df208e
Add comment
2011-06-29 18:28:29 -05:00
Bryce Curtis
9643314553
Add more control over how url is loaded.
2011-06-29 18:25:49 -05:00
Bryce Curtis
1e3422ae70
Load new urls in new DroidGap activity - not same webview as initial url.
2011-06-29 18:23:20 -05:00
Bryce Curtis
fc1bea4947
Update version to 0.9.6.
2011-06-29 16:43:52 -05:00
Bryce Curtis
85dab52cf7
Handle errors when adding a service.
2011-06-27 13:49:24 -05:00
Bryce Curtis
c96c9b00b9
Revert to polling if there are any errors with callback server. This addresses various problems with proxies set by carriers.
2011-06-27 13:48:02 -05:00
Joe Bowser
b059a31787
Merge branch 'master' of github.com:phonegap/phonegap-android
2011-06-27 10:23:16 -07:00
Joe Bowser
8cb71673c2
Changing default target to the highest for maximum compatibility
2011-06-27 10:22:57 -07:00
macdonst
8ef93ff0e5
Issue 123: Fixing problem where name object is not specified
2011-06-28 00:34:11 +08:00
macdonst
ac2e92321f
Issue #121 : Problem with resolveLocalFileSystemURI if file name has spaces
2011-06-24 14:08:46 -07:00
Bryce Curtis
05eacf4792
Always call plugin's onPause/onResume with multitasking flag when these lifecycle events occur in activity. It is up to the plugin to handle as necessary.
2011-06-24 14:08:46 -07:00
Kevin Griffin
435c903baf
formatting - sigh
2011-06-24 14:08:46 -07:00
Bryce Curtis
53de070a41
Return true when handling key events, indicating that no further processing is necessary.
2011-06-24 14:08:46 -07:00
Bryce Curtis
54fdcbfd46
Urls with same path and file but different # or ? should compare to same url.
2011-06-24 14:08:46 -07:00
Joe Bowser
44aa0aeb0f
Adding SSL dev code
2011-06-24 14:08:46 -07:00
Kevin Griffin
7d53eb8e3e
formattage
2011-06-24 14:08:46 -07:00
Joe Bowser
7bc0d624ac
Fixing conflict
2011-06-24 14:08:26 -07:00
Bryce Curtis
80e66d87a9
Issue 112: PhoneGap.Channel: replace instanceof Function with typeof === 'Function'
2011-06-24 14:06:21 -07:00
Bryce Curtis
d35e8cd44b
Fix security vulnerability - make sure any requests to run native code only come from url currently loaded into webview.
2011-06-24 14:06:20 -07:00
Benjamin Weingarten
eb3b1f91d4
Fix bug where isreachable doesn't return correct results for https
...
(http secure) url protocol.
2011-06-24 14:06:20 -07:00
macdonst
8a1ab69235
Updating Network Connection API to match spec released on June 7th
2011-06-24 14:06:20 -07:00
Bryce Curtis
66f3018767
Set PhoneGap.UsePolling flag based upon result from CallbackServer.
2011-06-24 14:06:20 -07:00
macdonst
ff7de25b62
Issue #106 : Typo in LocalFileSystem.prototype._castDate
2011-06-24 14:06:20 -07:00
macdonst
85eb6e4997
Issue #104 : Bug in FileUtils.copyDirectory & moveDirectory
...
Adding better test to see if a directory is being moved/copied into itself.
Copy /sdcard/myDir to /sdcard/myDir-backup is okay but
Copy /sdcard/myDir to /sdcard/myDir/backup should thow an INVALID_MODIFICATION_ERR
2011-06-24 14:06:20 -07:00
macdonst
0280d5dd82
Updating Connection object to conform with recently released spec
...
- Replacing currentNW and homeNW with networkName.
- Changing Connection constants to strings instead of ints.
- Firing online/offline events on network change.
2011-06-24 14:06:20 -07:00
macdonst
088c342198
Improve performance of our encoding
...
Move from using String.replaceAll() to a modified version or URLEncoder.encode().
2011-06-24 14:06:20 -07:00
macdonst
af18a8e1aa
Issue #80 : Unable to open large json files on android 2.2 + phonegap 0.9.5
...
I could not get rid of the url encoding and decoding without hampering some users ability to pass non-ascii characters back to JavaScript. However, I was able to reduce the amount of data being passed from Java to JavaScript by 40% by decoding common characters that occur in JSON and XML. These characters will survive the round trip just fine and don't need to be encoded.
This is the best solution I could come up with. You won't be able to read files as large as you could in 0.9.4 but it will get close and it will support non-ascii characters.
2011-06-24 14:06:20 -07:00
Joe Bowser
d00a9f33cd
Merge branch 'master' of github.com:phonegap/phonegap-android into keyboard
2011-05-31 15:41:03 -07:00
Joe Bowser
431c80782e
Changing the layout class so it has the screen dimensions to take into account Device Orientation
2011-05-31 15:38:03 -07:00
Bryce Curtis
39ec9c095d
Need to unregister for network intent receiver on shutdown to prevent leaks.
2011-05-31 15:13:54 -05:00
Bryce Curtis
10e1808c56
Clean up CallbackServer when about:blank page has loaded. This fixes errors when shutting down.
2011-05-31 15:11:02 -05:00
macdonst
9036eb8fcc
Issue #94 : feature request: Event for Keyboard show/hide
2011-05-30 15:12:31 -04:00
Fil Maj
4280fdf252
Fix for ticket #58 : Certain 1.5/1.6 devices would throw a FileNotFoundException when taking pictures. Patch submitted by Agustin of AVANTIC (thanks!).
2011-05-26 12:42:44 -07:00
macdonst
ca5e141b5b
Changing Media class to return seconds
...
The media commands getCurrentPosition() and getDuration() will now return seconds (float) instead of milliseconds to line up with iOS and the docs.
2011-05-27 01:54:48 +08:00
macdonst
1d79b6617b
JavaScript cleanup to pass jsHint
...
I did my best to clean up the JavaScript so it would pass through jsHint more cleanly. There still are issues but there are a lot fewer now. This helped to make the JS code more consistent.
2011-05-21 02:31:24 +08:00
macdonst
6c3eefe6f9
Issue #85 : window.openDatabase throws DOM Exception 18 on Android 3.1
...
Instead of checking the userAgent catch the exception. If we do get an exception it will setup our version of Droid Db.
2011-05-21 02:13:03 +08:00
macdonst
2177cd0a39
Moving navigator.connection to navigator.device.connection
...
Android 2.2 introduces the navigation.connection interface but it does not work properly in WebView. So in order to get the proper connection information we had to implement our own connection interface which is accessible at navigator.network.connection.
2011-05-18 03:26:31 +08:00
macdonst
6618015151
Fixing a number of issues in File API
...
Issue #82 : The RandomAccessFile class in Android's version of Java does not write non-ASCII characters very well. I've switched to using a FileOutputStream which seems to work just great. Tested by myself and folks from Egypt and the Netherlands.
Issue #87 : Fixed a problem where the file errors were being returned as evt.target.result.code.code.
2011-05-17 22:11:38 +08:00
macdonst
e99f75d59b
Issue #85 : window.openDatabase throws DOM Exception 18 on Android 3.1
...
The way were were detecting we were on an Android 3.0 device was not applicable for Android 3.1. I've made and update so that any Android 3.X device will use our implementation of web sql databases instead of the built in one which thows a security error.
2011-05-16 23:14:24 +08:00
macdonst
ab8cfe01d0
Removing generated code from project
...
framework/gen/com/phonegap/R.java
2011-05-16 10:37:25 +08:00
macdonst
e84c59d23c
Merge pull request #78 from kernelsandirs/master
...
Added Media.seekTo(int milliseconds);
Merging this code in now and making some notes to enhance the Media class.
2011-05-15 19:32:02 -07:00
macdonst
e81fc239a7
Setting defaults in Media Capture
...
Some tests of Media Capture were failing as the CaptureAudio/Image/VideoOptions objects did not have defaults set.
2011-05-14 01:10:18 +08:00
Bryce Curtis
839c577243
Need to use EclairClient for 3.x devices too. This fixes the HTML5 geolocation problem on Android 3.x.
2011-05-10 11:44:09 -05:00
macdonst
116169a4c5
Issue #79 : FileWriter.seek() is broken in 0.9.5.
...
The FileEntry.createWriter() method passes in a FileEntry object instead of a File object. As a result the FileWriter.length was not being set properly so when you do a writer.seek(writer.length) it would go to 0, so your next write would overwrite your file.
In order to fix this issue the FileEntry.createWriter() method now makes a call to FileEntry.file() to get the correct file size. The File object is now passed to the FileWriter constructor.
2011-05-07 00:41:57 +08:00
macdonst
346ed60f0d
Android 2.2+ supports W3C Connection API
...
For Android version 2.2 or better the navigator.connection object already
exists. If this case we should immediately fire the onPhoneGapConnectionReady
event so we don't tie up the 'deviceready' event.
2011-05-06 04:22:38 +08:00
defrex
bde59adc04
Add docs and fixed to pass through the Google Closure Compiler without warnings
2011-05-04 16:00:03 -07:00
kernelsandirs
ffbc010d7b
Added Media.seekTo(int milliseconds);
2011-05-04 11:51:26 -07:00
macdonst
bdadbbc339
Implement W3C Network Information API
...
Adding a new object to navigator called 'connection'. Users can query the
connection object to find out what type of network, if any, the device is
connected to. The connection object will be updated each time there is a
connectivity change on the device.
2011-05-04 22:23:16 +08:00
kernelsandirs
b94eedaf07
Added Media.seekTo(int milliseconds);
2011-05-03 21:27:08 -07:00
macdonst
58ecac335b
Capture modifications:
...
Renaming supportedAudioFormats to supportedAudioModes.
Renaming supportedImageFormats to supportedImageModes.
Renaming supportedVideoFormats to supportedVideoModes.
Adding copywrite header to the Capture.java file.
2011-05-03 00:12:19 +08:00
macdonst
fd8bb2f671
Issue 72: Contact.Save: onSuccess callback is called when contact is not saved.
2011-04-29 02:08:25 +08:00
Bryce Curtis
0aacfbdd50
Update version to 0.9.5
2011-04-27 14:10:13 -05:00
macdonst
2cd116e4e7
Issue 60: Contact search unicode problem
...
Contact search was not working for unicode letters. The CallbackServer was changed so that it returned url encode strings. On the JavaScript side the PhoneGap callback handler decodes the returned string.
2011-04-25 22:22:12 +08:00
Bryce Curtis
673a8871df
Ticket 136: window.openDatabase() in Android 3.0 throws SECURITY_ERR (most code written by Simon MacDonald - I just tested and checked in)
...
When you call window.openDatabase() on an Android 3.0 device you get and error something like this:
E/Web Console( 1791): SECURITY_ERR: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
Simon worked with Pat for a bit and they think this is a WebKit or Android/WebKit interaction bug. In the meantime this fix determines if you are on Android 3.0 and uses Droid_DB if so.
2011-04-19 16:54:16 -05:00
Fil Maj
44945f9d5e
Partial resolution for ticket 57: some issues with camera functionality not firing callbacks properly.
2011-04-18 18:12:01 -07:00
Roman
887f754014
Hidden NPE fixed, which appeared when someone pass null as arguments
...
(for such SQL as e.g. CREATE TABLE).
It is especially important when work with dome 3d party persistemce
libraries, like e.g. http://github.com/zefhemel/persistencejs which
passes these nulls.
2011-04-18 17:02:55 -07:00
macdonst
674015460f
Fixing file commands so that they run async
2011-04-13 03:13:10 +08:00
macdonst
40084293c3
Ticket 127: Android FileReader/FileWriter methods should return FileError object on error.
2011-04-07 07:17:41 +08:00
Fil Maj
ed4c57e791
Woops, finger slipped.
2011-04-06 11:01:36 -07:00
Fil Maj
bf164f4161
Fix for ticket 121: Checking for null return on native openDatabase call not enough as only allowed one DB per PhoneGap app. Have to proxy openDatabase and check at runtime.
2011-04-06 10:50:24 -07:00
Bryce Curtis
626119ae3b
Bug 126: NullPointerException in onDestroy()
2011-04-05 15:42:25 -05:00
Ron Reiter
307f9d1871
Add maxResolution flag
2011-04-04 02:57:10 +03:00
macdonst
e766188689
W3C Media Capture API
...
An implementation of the W3C Media Capture spec:
http://dev.w3.org/2009/dap/camera/Overview-API
Capture operations are supported for audio, video, and images. Each
capture operation launches the native audio recorder, video recorder,
or camera application, respectively.
2011-04-01 15:52:53 -04:00
macdonst
d74569ffa7
Read As Text missing load event call
...
FileReader.readAsText didn't call the onload callback on success.
2011-04-01 23:04:14 +08:00
macdonst
d424af03e4
Ticket 124: File Transfer multipart badly formed trips mod_security
...
A standard from has no trailing whitespace after a content-disposition line like so: "Content-Disposition: form-data; name="data";" however when using the extra params of Android FileTransfer a space is added on the end "Content-Disposition: form-data; name="data"; "
This fix simply removes the trailing whitespace.
2011-04-01 22:43:38 +08:00
Bryce Curtis
f6f80537c3
Merge branch 'master' of https://github.com/jos3000/phonegap-android into jos3000-master
2011-03-30 13:48:51 -05:00
Bryce Curtis
908485751b
Add check to only init and run JS code once - even if included multiple times.
2011-03-30 13:29:24 -05:00
macdonst
b850d225f4
Support old way of adding service in PhoneGap 0.9.5
...
PhoneGap 0.9.4 replaced PluginManager.addService() with navigator.app.addService(). This is problematic with the older plugin as they are not being maintained. I'm adding in a PluginManger JavaScript class which will implement the addService method and call navigator.app.addService() method under the hood. This way we won't break old code.
2011-03-30 21:04:03 +08:00
Jos Shepherd
010c774988
Added native prompt() dialog support
2011-03-25 16:31:27 +00:00
macdonst
969f0c87d7
PhoneGap Android Ticket 113:
...
FileTransfer returns FILE_NOT_FOUND_ERR on http 500 error
For some reason on Android if you do a getInputStream() on a HTTP Connection and the server returns a 500 error it will report a FileNotFoundException. Catching this exception and throwing an IOException so that we can report a more accurate error in JavaScript.
2011-03-24 23:31:12 +08:00
Fil Maj
b3e9794189
Fix for lighthouse ticket 115: certain versions of Android 2.2 return "null" for window.openDatabase. Hook in PhoneGap fallback for storage in this case.
2011-03-23 11:07:45 -07:00
Bryce Curtis
935295c9b8
Bug 110 - When you close an app on Android you see a JS error in logcat.
2011-03-18 17:27:36 -05:00
Fil Maj
04de2052fd
As best a fix as can be made for issue 95: on HTC devices, if text input is in bottom half of page, it does not get scrolled up to top half of page when you tap it and virtual keyboard comes up.
2011-03-15 12:46:05 -07:00
Bryce Curtis
7344964c05
Add support for setting sms body using uri "sms:#?body=text".
2011-03-13 22:36:09 -05:00
macdonst
1fc56921aa
Ticket #90 : Move _createEvent from File to PhoneGap
...
Got rid of _createEvent from file.js as it is redundant code.
2011-03-10 04:26:11 +08:00
Bryce Curtis
21a34a8980
Ticket 106 - Simplify splash screen logic based upon idea from vadim.
2011-03-08 22:00:33 -06:00
Fil Maj
8d73b364f2
Issue 107: always send resume event to JS.
2011-03-07 16:50:10 -08:00
Fil Maj
fb2c25c6c6
Issue 107: Always send pause event to JS.
2011-03-07 16:48:23 -08:00
Mark Darbyshire
47ca081f36
Implement localStorage.key() and localStorage.length
...
This brings PhoneGap's implementation in line with the spec at http://dev.w3.org/html5/webstorage/
It makes the following demo work when you include PhoneGap: http://people.w3.org/mike/localstorage.html
I was hopeful it would make my app, which makes use of LawnChair, work, but I've had no such luck as of yet.
2011-03-07 15:55:14 -08:00
macdonst
0c3a8fb9f7
File API: System and Directories
...
http://www.w3.org/TR/file-system-api/
User can retrieve PERSISTENT and TEMPORARY file systems, list their
contents, and manipulate files and directories within them.
Modify existing FileWriter implementation
-----------------------------------------
- Change the way user creates a FileWriter. User must either pass a
File object to the FileWriter constructor, or use the
FileEntry.createWriter() method.
- Drop support for the 'filePath' and 'append' parameters in the
FileWriter constructor. The file path is determined from either the
File object passed to the FileWriter constructor, or the FileEntry
object used to create the FileWriter. To append to a file, use the
FileWriter object's seek method:
// writer is a FileWriter object
// seek to length of file to append
writer.seek(writer.length);
Replace FileMgr JavaScript APIs not specified in any File API spec
------------------------------------------------------------------
- Remove navigator.fileMgr.createDirectory(dirName) function. To
create a directory, use the DirectoryEntry.getDirectory() method,
which is part of the File API: Directories and System spec. Set
the Flags.create to 'true':
// directory is a DirectoryEntry object
directory.getDirectory(path, {create:true}, successCB, failCB);
- Remove navigator.fileMgr.getRootPaths() function. To retrieve the
root file systems, use the window.requestFileSystem() function,
which is part of the File API: Directories and System spec.
- Remove navigator.fileMgr.getFileProperties(fileName) function. To
get the properties of a file, use the FileEntry.file() method, which
is part of the File API: Directories and System spec.
- Remove navigator.fileMgr.deleteFile(fileName) function. To delete a
file, use the Entry.remove() method, which is part of the File API:
Directories and System spec.
- Remove navigator.fileMgr.deleteDirectory(dirName) function. To
delete a directory, use the Entry.remove() (if it is empty), or
DirectoryEntry.removeRecursively() methods, which are part of the
File API: Directories and System spec.
Clean up existing FileManager native code. Move some functionality to
file utility class.
2011-03-05 04:26:31 +08:00
Bryce Curtis
2bc7bd6768
Worked around JavaScript bridge exception for Android 2.3. Use "prompt" instead of calling objects directly. There were several objects called from JavaScript, including BrowserKey, so key events had to be reworked.
2011-02-27 20:07:24 -06:00
paulb777
6f4673f590
JSLint clean JavaScript sources. No fatal errors remain. Options can turn off rest of warnings
2011-02-15 16:10:09 -08:00
Vadim Voituk
5e858f8bc3
Added CupcakeLocalStorage.clear() method (in according to http://dev.w3.org/html5/webstorage/#the-storage-interface )
2011-02-04 12:08:22 -08:00
Fil Maj
691b093ccd
Upped script version in assets.
2011-02-04 11:55:20 -08:00
Bryce Curtis
36dd964ba4
Logging status from wrong object.
2011-02-03 21:11:06 -06:00
macdonst
f848527c28
Upping version to 0.9.4
2011-02-03 09:48:31 +08:00
Bryce Curtis
6aa055f46e
Change super.setProperty() to use super.set<type>Property() in example comments.
2011-02-02 14:37:09 -06:00
macdonst
7952668cf7
Throwing error on FileWriter.abort() if writer is not in the correct state. Lining up with iPhone and BlackBerry
2011-02-03 02:26:49 +08:00
macdonst
a0c761664d
Call onwriteend not onloadend in FileWriter.abort()
2011-02-03 02:08:41 +08:00
macdonst
9fd9cf55cf
Adding version number to phonegap jar/js files
2011-02-03 01:51:59 +08:00
macdonst
3c9089b9c7
Enable hardware volume control buttons in DroidGap applications
2011-02-02 23:33:01 +08:00
Bryce Curtis
f220489543
Disable picture listener once event has occurred.
2011-02-01 11:25:01 -06:00
Bryce Curtis
b65f9517db
Merge branch 'filmaj-splashscreenfix'
2011-02-01 11:00:02 -06:00
Bryce Curtis
1a0de5f626
Merge branch 'splashscreenfix' of https://github.com/filmaj/phonegap-android into filmaj-splashscreenfix
2011-02-01 10:46:38 -06:00
macdonst
7ebf8130e4
Set type to url for returned photos
2011-01-29 04:19:06 +08:00
macdonst
64310dc85c
Fixing clone issue adding photos, removing relationships
2011-01-27 05:59:22 +08:00
macdonst
cd2e86af2f
Removing excess logging in contact.save()
2011-01-27 03:44:27 +08:00
macdonst
b353f3608d
Updating to latest W3C spec
2011-01-27 03:41:27 +08:00
macdonst
cda154209d
Fixing merge issue
2011-01-26 11:22:08 -05:00
Sveinung Kval Bakken
e3c72fa915
Will now use a "smarter" approach to finding an account for Contact.save, the order of account search will be:
...
1. Exchange provider
2. Google
3. Any valid email address account
2011-01-25 11:36:08 +01:00
Fil Maj
b1f0c037bd
Getting rid of black screen between native loading screen and actual PhoneGap app.
2011-01-24 12:43:28 -08:00
macdonst
726f1094d9
Fixing bug found by tiny hippos
2011-01-25 03:05:59 +08:00
macdonst
1b8ab156df
Adding http: and file: support when saving a contact photo.
2011-01-25 01:58:31 +08:00
macdonst
ee01b5058f
Adding support to set a Contact photo
2011-01-22 01:52:20 +08:00
macdonst
03ea8a0b5a
Enable the return of photos in a Contact object
2011-01-20 04:27:40 +08:00
Bryce Curtis
b7abc2c344
Skip over beginning / in request when comparing to token.
2011-01-16 15:15:24 -06:00
Joe Bowser
b9e1b1d280
Adding Blank HTML page
2011-01-13 16:27:54 -08:00
Bryce Curtis
9051b157f8
Ticket 63: Android CallbackServer crashes on external attacks.
2011-01-13 14:45:15 -06:00
macdonst
f16d9b01b7
Fixing geo listner callback fail to send 3 args instead of 4.
2011-01-14 02:07:47 +08:00
macdonst
2a9bc2ddf8
Fixing issue where Android 2.1 and 2.2 don't return the same results on contact.find()
2011-01-14 02:02:21 +08:00
macdonst
6e39c46b07
Middle name for contact being updated incorrectly
2011-01-12 21:58:20 +08:00
macdonst
567ca94245
Adding debug mode so FileTransfer will accept self signed SSL certificates
2011-01-12 10:32:26 +08:00
macdonst
812a4b32b4
Adding file key properly
2011-01-07 23:17:05 +08:00
Bryce Curtis
023df10f31
Allow features/modules to initialize code before deviceready fires. CupcakeLocalStorage uses this capability to delay deviceready until local storage has been read and inited.
2011-01-06 22:50:13 -06:00
macdonst
8d513e2765
Remaining FileUploader to FileTransfer
2011-01-07 01:43:12 +08:00
Bryce Curtis
1eae6786c4
Better memory management when taking pictures.
2011-01-06 11:12:14 -06:00
macdonst
73f278963b
Adding File Upload functionality
2011-01-06 07:09:07 +08:00
macdonst
54eff557d9
Guard against null request in Android 1.5/1.6
2011-01-06 04:08:23 +08:00
Bryce Curtis
a7415bcfc9
Support all URIs by passing them to their default activity. This works for market:// and content://.
2011-01-04 13:22:25 -06:00
macdonst
b6bd9ad5b8
Support Market Uri
2011-01-05 03:03:38 +08:00
macdonst
f71d9deb5e
Fixing mimetypes for content:// Uri's.
2011-01-05 02:45:04 +08:00
macdonst
115b428a9d
Fixing issue where Date's aren't cloned
2010-12-30 00:53:06 +08:00
macdonst
92a1e4a2d9
Remove destroyed AudioPlayer from list of AudioPlayers
2010-12-23 02:51:39 +08:00
macdonst
2504db13d7
Adding release method to Media object
2010-12-23 02:44:52 +08:00
macdonst
43c72e684c
Setting content type properly in readAsDataURL
2010-12-23 00:26:38 +08:00
macdonst
8bad4eb7eb
Fixing issue where Camera returned a content URI that File Reader could not read
2010-12-17 05:08:45 +08:00
Bryce Curtis
ab8950a5af
Re-enable multitasking in onResume Java callback so that onResume JS handlers are called - it was being re-enabled too soon.
2010-12-09 14:13:23 -06:00
Bryce Curtis
26adfb6346
If multitasking is turned on (keepRunning=true), then temporarily disable it when starting a new activity that returns a result - such as camera.
2010-12-06 16:48:06 -06:00
Bryce Curtis
43b6b6d34e
Update version number to 0.9.3 in preparation for next release.
2010-12-03 18:15:00 -06:00
Bryce Curtis
04ddc68dfd
Fix bug with saving name in new contact.
2010-12-03 14:14:37 -06:00
Bryce Curtis
42cd10cf56
Need license header since it is removed by minification.
2010-12-01 16:13:22 -06:00
Bryce Curtis
2131070ee9
Add JavaScript minification using YUICompressor.
2010-11-30 19:00:30 -06:00
Bryce Curtis
b2a82975e5
Merge branch 'jos3000-master'
2010-11-29 12:30:49 -06:00
Bryce Curtis
ddeba91faf
Merge branch 'master' of https://github.com/jos3000/phonegap-android into jos3000-master
2010-11-29 12:27:00 -06:00
macdonst
6e572f05e4
Put trailing / into getRootPaths() to remain consistent with BBW
2010-11-26 00:45:02 +08:00
macdonst
50b435c4d1
Following File API spec.
2010-11-25 03:11:43 +08:00
Bryce Curtis
af5c5dc021
Update splash screen example and list of properties that can be set in commented code.
2010-11-23 09:53:43 -06:00
Bryce Curtis
87fd9665fe
Merge branch 'localStorage' of https://github.com/ascorbic/phonegap-android into ascorbic-localStorage
2010-11-21 17:58:49 -06:00
Bryce Curtis
5e9ca84b40
Expose certain methods from DroidGap to JavaScript so that a PhoneGap web app can better control program configuration and flow.
2010-11-21 17:33:13 -06:00
Bryce Curtis
090ad56d0b
Don't need special method to load a splash screen. Instead, the regular loadUrl() and clearHistory() can be used.
2010-11-21 16:47:35 -06:00
Bryce Curtis
e3ebfea064
Improve handling of timeout error when loading URL, and enable WebViewClient to be overridden by app, so developer can intercept webview events.
2010-11-21 16:42:00 -06:00
Bryce Curtis
44761f87d2
Remove comment for unused parameter.
2010-11-21 16:31:49 -06:00
Bryce Curtis
04e3ceac96
Define window.plugins object so plugins can check to see if they have already been created.
2010-11-21 16:30:46 -06:00
Bryce Curtis
afc7e605ff
Fix bug when not doing cast - temp isn't defined.
2010-11-20 21:23:15 -06:00
macdonst
1c5aa6cd00
Adding a cast for contacts.find()
2010-11-20 01:42:52 +08:00
macdonst
c1a87ebaaa
Adding and optional call to cast Plugin Result
2010-11-20 01:42:43 +08:00
macdonst
46babe7a48
Calling correct events from FileWriter.abort()
2010-11-17 15:30:08 -05:00
Bryce Curtis
0dc64d2aa7
Merge branch 'master' of github.com:phonegap/phonegap-android
2010-11-16 18:15:15 -06:00
Bryce Curtis
1d9e522bd9
Fix quality issue with base64 encoded images. Quality parameter wasn't being set.
2010-11-16 18:14:24 -06:00
macdonst
5dcac6d7fe
Fixing issue in File Reader/Writer when newlines in file
2010-11-16 13:30:18 -05:00
macdonst
07418a3606
Small fix to File API
2010-11-17 00:06:49 +08:00
Bryce Curtis
0e08af98ca
Better way to handle splash screen when back button pressed.
2010-11-15 16:32:55 -06:00
Bryce Curtis
b8b1ad8421
Add property that lets a PhoneGap app continue to run when another Android app or activity is started.
2010-11-14 17:33:06 -06:00
Bryce Curtis
4fa1f40b44
Add load URL capability, and enable an HTML file to be used as a splash screen.
2010-11-12 22:38:27 -06:00
macdonst
5f55ebf1d9
Adding Contact.save() for Android 1.X and Android 2.X
2010-11-13 05:34:44 +08:00
Bryce Curtis
9798de7efa
Remove unused and unneeded getPort() method.
2010-11-12 12:53:34 -06:00
Bryce Curtis
102745875c
Allow user to set the loading dialog message. Change default from show to not shown.
2010-11-11 22:24:20 -06:00
Bryce Curtis
dce0d93df8
Replace deprecated debug.log with console.log.
2010-11-11 22:03:12 -06:00
Bryce Curtis
1428ac5ed5
Add error checking for PhoneGap.addPlugin().
2010-11-11 21:58:07 -06:00
Bryce Curtis
4f1bc1401f
Add delay so splash screen can be shown for a specific amount of time.
2010-11-11 21:56:56 -06:00
Bryce Curtis
28ff6e1150
Merged code for bryfox: Re-add support for search & menu key triggers.
...
See original commit: 799515fa7b
2010-11-11 16:20:32 -06:00
Bryce Curtis
5ffe5fa3c5
Merged code for imhotep: Cleaner way for handling splashscreens.
...
See original commit: 1761cbb3dc
2010-11-11 15:59:35 -06:00
Bryce Curtis
49341356d7
Add comments to onKeyDown() method.
2010-11-11 14:08:55 -06:00
Bryce Curtis
e8b85f6cf7
Fix formatting and rearrange method order.
2010-11-11 14:00:56 -06:00
Bryce Curtis
4b2398b487
Add properties to DroidGap that can be set when the intent/activity is called. This enables the developer to show app loading dialog, splashscreen, or set other properties.
2010-11-11 11:34:12 -06:00
Bryce Curtis
10f3313ed5
Use polling if PhoneGap app is loaded from server, since XHR doesn't work to localhost due to cross-domain security policy.
2010-11-10 14:19:17 -06:00
Matt Kane
46664c6494
Remove dependency on JSON support
2010-11-10 08:44:33 +00:00
Matt Kane
8ce7e61ed7
Adds localStorage support to older versions
2010-11-10 08:34:59 +00:00
Matt Kane
912458c679
Fix order of args to match w3c spec.
2010-11-09 22:58:13 +08:00
macdonst
e117b95057
Fixing issue with addEventListener and Sencha
2010-11-09 21:48:48 +08:00
Jos Shepherd
3a0101261d
Move data transfer for storage to completeQuery for speed up
2010-11-06 20:01:22 +00:00
Bryce Curtis
48d3bc09f3
Add method for dynamic loading of a JavaScript file.
2010-11-05 16:00:58 -05:00
Bryce Curtis
0b3e27b3fa
Load url into DroidGap if it was passed in to intent.
2010-11-05 14:50:48 -05:00
Bryce Curtis
b66535a17d
Introduce PhonegapActivity class to separate plugin development from base Phonegap.
2010-11-06 03:10:28 +08:00
Jos Shepherd
fdc78e1b08
Fix for troublesome values being returned from DroidDB stores. Stick to one level of JSON serialization.
2010-11-05 17:03:05 +00:00
Bryce Curtis
36064c564e
Reduce timeout from 30 sec to 10 sec for CallbackServer. Some devices have shorter timeouts than others for XHR.
2010-11-04 13:07:15 -05:00
Bryce Curtis
7102810283
Fix problem with CallbackServer for certain HTC phones.
2010-11-03 22:45:14 -05:00
Bryce Curtis
ab4d4e22da
Include the device's name in Device.name per API docs.
2010-11-03 10:23:12 -05:00
Bryce Curtis
80c15de606
Return error conditions from CallbackServer instead of just closing connection.
2010-11-01 13:59:08 -05:00
Matt Kane
be5cac6d0b
This is being called from java code, but callback didn't exist
2010-11-01 05:58:24 +08:00
Matt Kane
2bb67ee4b0
Change use "geo:" instead of WebView.SCHEME_GEO
...
The constant is "geo:0,0?q=", which means it doesn't match urls that specify the coordinates. The gmap app can handle these though, so we can pass any geo: url to it.
2010-11-01 05:50:55 +08:00
Bryce Curtis
f7254044ee
Require security token when calling CallbackServer via XHR.
2010-10-29 22:07:23 +08:00
macdonst
2e5d6f5b74
Adding truncate to FileWriter
2010-10-28 22:17:20 -04:00
macdonst
b7024ad1f5
Small FileWriter fix
2010-10-29 08:46:37 +08:00
Bryce Curtis
577284b960
Remove unneeded debug log statements.
2010-10-28 16:28:24 -05:00
Joe Bowser
35b3808701
Fixing typo
2010-10-27 15:00:35 -07:00
Joe Bowser
45c9a88fd7
Merge branch 'master' of git@github.com:phonegap/phonegap-android
2010-10-27 14:53:32 -07:00
Bryce Curtis
831670e4ae
Modify camera to use NO_RESULT, thus eliminating extra JS callback methods.
2010-10-27 21:33:50 +08:00
Bryce Curtis
37a9307681
Enable JS callbacks to be kept around for multiple callbacks from Java.
2010-10-27 21:33:49 +08:00
Joe Bowser
34f6e878d5
Merge branch 'master' of git@github.com:phonegap/phonegap-android
2010-10-26 16:23:37 -07:00
Bryce Curtis
bc1e039ea1
Use polling instead of XHR for callbacks from Java to JavaScript when device has a proxy set.
2010-10-26 15:09:54 -05:00
Joe Bowser
8c624c7f22
Adding a console.log statement to debug errors in callback
2010-10-25 15:01:17 -07:00
Bryce Curtis
f63b8140af
Add quotes when returning status message.
2010-10-25 14:59:23 -05:00
Bryce Curtis
153d42f693
Alert and notification dialogs should be run on UI thread.
2010-10-25 14:35:02 -05:00
Bryce Curtis
5647e54399
Add PluginResult status values to handle RESULT_TO_BE_SENT, NEXT_RESULT, NO_MORE_RESULTS .
2010-10-25 14:33:48 -05:00
Bryce Curtis
8663ed412f
Made notification.alert and notification.confirm async.
...
notification.confirm matches iOS and BB widget implementation (invoke callback with result).
2010-10-25 11:20:41 -05:00
Bryce Curtis
072613be99
Rename PhoneGap.execAsync() to PhoneGap.exec().
2010-10-22 13:08:54 -05:00
Bryce Curtis
6b7fc8119f
Rename PhoneGap.execAsync() to PhoneGap.exec() and change all JS files that use it.
2010-10-20 23:53:33 -05:00
Bryce Curtis
29549b835a
Add error checking around user callbacks.
2010-10-18 16:04:39 -05:00
Bryce Curtis
60fc61065e
Fix variable change error.
2010-10-18 16:02:42 -05:00
Bryce Curtis
de23753204
Update license and copyright notices in each source file. PhoneGap is licensed under modified BSD and MIT (2008).
2010-10-18 15:31:16 -05:00
macdonst
9cd4d4c603
Adding comments to Contact code
2010-10-19 04:06:49 +08:00
macdonst
bc086cb93d
Setting ContactFindOptions to correct defaults
2010-10-19 00:30:00 +08:00
Bryce Curtis
6d605c1cbf
Set prepareListener before calling prepare.
2010-10-14 09:58:37 -05:00
Bryce Curtis
be16eebf55
Remove logging from storage.js.
2010-10-13 13:47:43 -05:00
Bryce Curtis
1f3bd9f51c
Add support for multiple executeSql statements in transaction that returns results.
...
If a transaction had more than one "SELECT * FROM TABLE" statement, then only one of the executeSql callbacks would be called. The others would not be called, even though they were successful. This is because a transaction object had only one result set. Changed code so that each executeSql has a result set and unique "query id" so that the query results can be sent back to the correct statement's callback.
2010-10-13 13:43:52 -05:00
Jos Shepherd
5bdc81e84d
Fix to new Android 1.6 storage code - callback wasn't being called for empty result sets.
2010-10-13 22:12:36 +08:00
Dave Johnson
08963b5e5f
Add IPlugin to isPhoneGapPlugin check
2010-10-12 23:36:08 +01:00
Dave Johnson
522a7225db
Change PluginManager.isPhoneGapPlugin() to be much shorter like on the BlackBerry
2010-10-12 23:18:11 +01:00
Bryce Curtis
032db387f8
Fix database for Android 1.x devices. It now behaves like HTML5 database API.
2010-10-12 15:53:57 -05:00
macdonst
3fd372f9d1
Remove logs
2010-10-09 02:58:14 +08:00
macdonst
b125f4e74b
Fixing if/else condition
2010-10-09 02:58:04 +08:00
macdonst
3a9c106aba
Small changes for older Android SDK
2010-10-09 02:43:27 +08:00
brianleroux
a31ce5ef2a
Merge branch 'master' of github.com:phonegap/phonegap-android
2010-10-08 11:40:09 -07:00
brianleroux
bf3b38036b
tiny fix to droidgap gen for windows
2010-10-08 11:39:56 -07:00
macdonst
34859ec479
Reduced everything to single database query
2010-10-08 23:44:07 +08:00
macdonst
4a6105de6b
Do one table query per contact
2010-10-08 23:43:23 +08:00
Bryce Curtis
50ab0e0834
Add confirm, start/stopActivity, start/stopProgress to notification service. Add "application loading" spinner that user can optionally show when app is starting.
2010-10-08 09:18:10 -05:00
macdonst
72b2ec804c
Removing unused functions
2010-10-07 06:17:24 +08:00
Bryce Curtis
98206852de
Update alert() to implement navigator.notification.alert API. This update is from janmonschke (Jan Monschke).
2010-10-06 13:31:30 -05:00
Bryce Curtis
9adb85a64b
Add callbackId to Plugin.execute() so result can be sent back when overlapping calls to same plugin occur.
2010-10-06 12:56:34 -05:00
Bryce Curtis
23b02e7267
Change initialization of Storage for 1.x devices to use service call.
2010-10-06 12:56:34 -05:00
Bryce Curtis
e3cef16629
Remove getClassForService() and make addPlugin() private.
2010-10-06 12:56:34 -05:00
Dave Johnson
5a2398dbea
Add call to setCallbackdId in addPlugin
2010-10-06 12:56:34 -05:00
Dave Johnson
f1421bc724
Add callbackId and JS callback sugar to plugin class and interface
2010-10-06 12:56:34 -05:00
Dave Johnson
7d6ffc676d
Update PluginManager to not call Class.forName twice
2010-10-06 12:56:34 -05:00
Bryce Curtis
385be26046
Check plugin against new Plugin and IPlugin to determine if valid plugin class.
2010-10-06 12:56:34 -05:00
Bryce Curtis
68146329b9
Add IPlugin interface and change Plugin to be abstract class. Plugins can either implement IPlugin or extend Plugin.
2010-10-06 12:56:34 -05:00
macdonst
3138178fea
Speeding up contacts.find
2010-10-07 00:45:07 +08:00
macdonst
f20e5cf943
Shave .2 sec off each contact returned in a query
2010-10-06 02:24:31 +08:00
macdonst
a1b35b7636
Remove logging
2010-10-06 00:24:33 +08:00
macdonst
8eaaa04746
Small fix to speed up contact retrieval
2010-10-06 00:19:58 +08:00
macdonst
2bbf62c489
Fixing Contacts.find to use PluginResult
2010-10-04 09:50:48 +08:00
macdonst
c80397ad68
Fix duplicate method name
2010-10-02 05:11:06 +08:00
macdonst
c91ea37438
Adding Contacts.create method
2010-10-02 05:10:42 +08:00
macdonst
9671083bed
Removing logging messages
2010-10-01 11:29:24 +08:00
macdonst
6071b9c75a
Adding Contact.remove method
2010-10-01 11:22:20 +08:00
Justin Tyberg
668bc9e0ca
Corrected check for existence of accelerometer timer to allow clearWatch to clearInterval correctly.
2010-10-01 10:34:39 +08:00
macdonst
297ddb99fe
Adding clone functionality to Contact object
2010-10-01 00:01:30 +08:00
Bryce Curtis
a772acbd89
Update lastAccessTime when calling getAcceleration() so we don't timeout.
2010-09-29 20:52:39 -05:00
macdonst
c2240966ef
Removing extra log calls
2010-09-30 05:46:32 +08:00
macdonst
36984f4697
Merge remote branch 'macdonst-contactSpec/contactSpec'
2010-09-29 17:13:58 -04:00
macdonst
ac92498594
Merge branch 'master' of git://github.com/phonegap/phonegap-android
2010-09-29 16:31:34 -04:00
macdonst
7bfe94ffc7
Removing commented out code
2010-09-29 15:35:57 -04:00
Bryce Curtis
f85f4e6b69
Update notification service to implement plugin class.
2010-09-29 11:10:08 -05:00
macdonst
c13c0c37e3
Only query what is required as passed by filter
2010-09-28 14:19:40 -04:00
macdonst
2098436a2c
Fixing query so that it uses wildcards
2010-09-24 16:15:16 -04:00
macdonst
bcf920669b
Merge branch 'master' of git://github.com/phonegap/phonegap-android
...
Conflicts:
framework/src/com/phonegap/ContactManager.java
2010-09-24 13:22:46 -04:00
macdonst
a9f057c278
Cleaning up some accessor code
2010-09-24 11:43:10 -04:00
macdonst
4e4207f294
Merge branch 'master' of git://github.com/phonegap/phonegap-android into contactSpec
2010-09-24 11:42:08 -04:00
Bryce Curtis
7f7cc1db2a
Add geolocation options as defined by W3C spec.
2010-09-23 14:34:56 -05:00
Bryce Curtis
edfa41c9f9
Update geolocation to follow W3C spec, add comments, add error checking.
2010-09-22 14:47:52 -05:00
macdonst
1768b507f8
Cleaning up logs from ContactAccessors
2010-09-22 11:37:12 -04:00
macdonst
328bc106e5
Able to query contact DB on Android 1.6
2010-09-21 22:08:45 -04:00
Bryce Curtis
063e189bb7
Change isReachable() to return NetworkStatus constant to reachableCallback(reachability) as specified in the API documentation.
2010-09-20 22:25:57 -05:00
Bryce Curtis
1a9173d2c3
Added comments.
2010-09-20 21:09:35 -05:00
macdonst
fdca4c5ecb
First pass as pre 2.0 Android contacts
2010-09-20 21:38:29 -04:00
Bryce Curtis
b079a24373
Need to listen for XHR callbacks before constructors are run, since constructors could call native code that returns data in callback.
2010-09-20 15:48:37 -05:00
Bryce Curtis
ace84227cc
Fix problem with deviceready being called before device properties are guaranteed to be set.
2010-09-20 15:39:54 -05:00
macdonst
f68b75c1cf
Small refactor on birthday and anniversary
2010-09-20 15:51:12 -04:00
macdonst
f272748c5b
Adding queries for IM, Note, Nickname, Website, Relationship, Birthday and Anniversary
2010-09-20 14:52:02 -04:00
Bryce Curtis
a59cad68e2
Device returns string, but for some reason emulator returns object - so convert to string.
2010-09-17 16:53:52 -05:00
Bryce Curtis
eff7c92dae
FileWriter should use its own states object.
2010-09-17 16:17:06 -05:00
macdonst
ca4d7f7fd2
Adding queries for addresses and organization
2010-09-17 17:15:30 -04:00
Bryce Curtis
0ed522481f
Read and write operations are async.
2010-09-17 16:05:05 -05:00
Bryce Curtis
2d4a321cc1
Update files.js to be closer to iPhone impl and W3C File API working draft at http://www.w3.org/TR/FileAPI/ .
2010-09-17 15:43:20 -05:00
Bryce Curtis
00dc18a488
Convert FileUtils to plugin architecture.
2010-09-17 15:41:48 -05:00
Bryce Curtis
b95ad44c18
Add general ERROR to plugin result status.
2010-09-17 15:38:18 -05:00
Bryce Curtis
9d3306ccc5
Add comments to directory manager source file.
2010-09-17 15:37:34 -05:00
macdonst
c2bcc29cfb
Merge branch 'master' of git://github.com/phonegap/phonegap-android into contactSpec
2010-09-17 10:24:30 -04:00
macdonst
0a2d7bf536
reducing code
2010-09-17 10:24:22 -04:00
Bryce Curtis
0895083f1f
Use same option name as iPhone.
2010-09-16 12:47:13 -05:00
macdonst
8de6d9ce15
Merge branch 'master' of git://github.com/phonegap/phonegap-android into contactSpec
2010-09-16 13:40:17 -04:00
macdonst
c483ebd1d7
Fixing merge conflict
2010-09-16 13:39:59 -04:00
Bryce Curtis
92d2b5812c
Change camera to be more consistent with iPhone and BB widgets. Add support to choose image from library instead of only camera.
2010-09-16 11:31:42 -05:00
Bryce Curtis
9c2e4cfd9c
Check to make sure result was returned to eliminate parse warning messages.
2010-09-16 11:28:52 -05:00
macdonst
8da131cc45
Changed search function to take filter and option parameters
2010-09-16 11:35:49 -04:00
Bryce Curtis
5cd25316fa
Change JS to call navigator.contacts instead of navigator.ContactManager, which no longer exists.
2010-09-15 14:38:57 -05:00
Bryce Curtis
705b8f6874
Change Device JS object to include only platform, uuid, version, and phonegap properties as defined in API, and modify Device Java class to implement plugin interface.
2010-09-15 14:27:46 -05:00
Bryce Curtis
c050e00b8f
Use timeout to break out of possible infinite loop waiting for sensor to start.
2010-09-15 14:17:40 -05:00
Bryce Curtis
03f6267c82
Add JSON stringify equivalent not implemented in older Android (1.6) devices. This is needed for args passed to PhoneGap.exec().
2010-09-15 14:06:05 -05:00
macdonst
d955502ca2
Fixing whitespace
2010-09-14 14:51:31 -04:00
macdonst
3f24c63fc5
Changing navigator.contacts to navigator.service.contacts
2010-09-14 14:21:20 -04:00
macdonst
b78896e5f0
Modify ContactFindOptions to pass Mobile Spec tests
2010-09-14 14:21:20 -04:00
macdonst
0efe871efe
Adding new data model to contact.js to conform to W3C spec
2010-09-14 14:21:20 -04:00
macdonst
633100a3ce
Merging Fil's contact changes with Bryce's Plugins
2010-09-14 14:21:19 -04:00
Bryce Curtis
1c0de5ad8d
Change hasReturnValue to isSynch to be more accurate about purpose of method.
2010-09-13 11:01:44 -05:00
Bryce Curtis
e4d1087b72
Clean up unused variables.
2010-09-10 18:41:39 -05:00
Bryce Curtis
040a3d7d43
Modify JS code to use service name rather than class name.
2010-09-10 15:13:53 -05:00
Bryce Curtis
fb281ddc9f
JS execAsync to handle changes to plugins.
2010-09-10 15:12:55 -05:00
Bryce Curtis
afd278cf80
Modify contacts to use async plugin. Contacts doesn't work on Android, but needed to update JS side to work with plugin.
2010-09-10 14:54:31 -05:00
Bryce Curtis
53fca124ab
Modify camera capture to use async plugin. Use option instead of method to specify capture type (base64 or file).
2010-09-10 14:45:32 -05:00
Bryce Curtis
d72c77d6f3
Modify network queries to use async plugin.
2010-09-10 14:20:34 -05:00
Bryce Curtis
0a7762743e
Optimize accelerometer to use new PluginManager.
2010-09-10 13:44:45 -05:00
Bryce Curtis
863807a7a5
Add position callback and do some optimization of audio player.
2010-09-10 11:38:23 -05:00
Bryce Curtis
5c20ba57e9
Optimize compass to use new PluginManager.
2010-09-10 11:35:10 -05:00
Bryce Curtis
a13b8fc124
Implement ReturnValue() for each plugin.
2010-09-10 11:34:06 -05:00
Bryce Curtis
2b015164f4
Add hasReturnValue() so that PluginManager can make decision to run an action sync or async.
2010-09-10 11:32:18 -05:00
Bryce Curtis
a21080fb76
Add services supported and their class names.
2010-09-10 11:31:22 -05:00
Bryce Curtis
cda0319be3
Refer to services instead of class names, which don't translate across devices.
2010-09-10 11:30:32 -05:00
Bryce Curtis
7f3cf4a884
Remove unused module classes.
2010-09-09 11:04:29 -05:00
Bryce Curtis
2d2adf29fd
Cleanup plugin code.
2010-09-09 11:04:04 -05:00
Bryce Curtis
b02f376826
Catch exceptions in async callbacks.
2010-09-09 11:03:46 -05:00
Bryce Curtis
1fa41df3f1
Cleanup code and add comments.
2010-09-09 11:01:56 -05:00
Bryce Curtis
77801de1ae
Cleanup accelerometer code.
2010-09-09 11:00:45 -05:00
Bryce Curtis
3c9bae3402
Optimize accelerometer for plugin manager.
2010-09-08 17:09:22 -05:00
Bryce Curtis
4f360c2680
Change commands to plugins.
2010-09-07 13:59:54 -05:00
Bryce Curtis
9e931cc3f6
Change to use Commands and CommandManager.
2010-09-07 10:39:55 -05:00
Bryce Curtis
5c24abcafd
Alert dialog only has OK button. Add confirm dialog with OK and CANCEL.
2010-09-07 10:33:08 -05:00
Bryce Curtis
40997b4cb8
Update classes to use module, and make constructors consistent.
2010-09-03 17:24:55 -05:00
Bryce Curtis
5d83a44ec3
Set default camera image to base64. Add comments.
2010-09-03 16:00:21 -05:00
Bryce Curtis
d39781f3fb
Start CameraLauncher using module.
2010-09-03 14:27:06 -05:00
Bryce Curtis
75636f7f00
Add modules that can be started without changing DroidGap.java.
2010-09-03 14:14:28 -05:00
Bryce Curtis
f77e51290b
Add automatic handling of onActivityResult, so modules that start activities with result callback can do so without modifying DroidGap.java.
2010-09-03 14:01:24 -05:00
brianleroux
9185848cbc
fixing dasherish
2010-09-02 16:44:56 -07:00
brianleroux
d2e19d8818
Merge branch 'master' of github.com:phonegap/phonegap-android
2010-09-02 16:42:12 -07:00
brianleroux
5c481ebe40
changed to loadInWebView
2010-09-02 12:54:35 -07:00
Bryce Curtis
1febba48ff
Moved camera code from DroidGap into CameraLauncher. Added comments and error messages.
2010-09-02 11:27:48 -05:00
brianleroux
a6faa68a5c
undefined is not falsy in java land apparently
2010-09-01 11:55:18 -07:00
brianleroux
48ace80183
added a backdoor ;O
2010-09-01 11:49:56 -07:00
brianleroux
b06d02028a
updated create script to remove dashes
2010-09-01 11:26:57 -07:00
brianleroux
c53427d7ec
Merge branch 'master' of github.com:phonegap/phonegap-android
2010-09-01 11:13:10 -07:00
Bryce Curtis
90b708fe83
Update audio playback and recording.
2010-08-31 15:39:37 -05:00
brianleroux
190cec7730
removed frameowrk bs
2010-08-30 15:58:47 -07:00
brianleroux
06779773dd
reworking in new droidgap lite
2010-08-30 15:57:07 -07:00
macdonst
91f1f475e9
fixing error in if statement
2010-08-30 22:56:24 +08:00
macdonst
b1af7d8739
Adding altituteAccuracy into Coordinates object
2010-08-30 22:56:24 +08:00
Bryce Curtis
86d6053d2d
Don't need to manage resume/pause state - the OS does it.
2010-08-27 09:31:57 -05:00
Bryce Curtis
c6280edbed
Set type of channel.
2010-08-27 09:28:49 -05:00
Dave Johnson
4fd8a4dad8
Remove channel.js. Remove double call to nativeReady in DroidGap. Niceify CommandResult.java
2010-08-26 12:15:34 -07:00
Dave Johnson
fb2b8345d1
One last fix for a merge problem
2010-08-26 12:10:05 -07:00
Bryce Curtis
c9a579af8c
Change resume and pause to use same event mechanism used by deviceready.
2010-08-26 10:39:02 -05:00
filmaj
92b838e07a
Was there a reason we had some code duplication?
2010-08-25 22:44:56 -07:00
filmaj
764c9191b7
Merged in latest.
2010-08-25 22:32:31 -07:00
Dave Johnson
fbcaf15353
Fix for merge problem. Tests passing again
2010-08-25 20:37:25 -07:00
Dave Johnson
b01668d262
Fix for a merge problem
2010-08-25 15:12:23 -07:00
Dave Johnson
ae800455b1
no more silly json strings in there
2010-08-24 18:59:05 -07:00
Dave Johnson
56f0e8e087
undo the splash screen for now
2010-08-24 18:59:05 -07:00
Dave Johnson
8ca1804de9
the plugins were executing on the UI thread. now on background thread. calls to loadUrl are now automatically on the ui thread
2010-08-24 18:58:41 -07:00
Dave Johnson
0c52ed44a0
changed FileUtils to public for testing purposes. added updategap that can updated a project with the latest phonegap jar and js
2010-08-24 18:58:40 -07:00
Dave Johnson
49de553ee8
refactored the Command stuff a bit more, added a spashscreen
2010-08-24 18:58:16 -07:00
Dave Johnson
1af469c8b1
check if file exists or not
2010-08-24 18:57:21 -07:00
Dave Johnson
2b2b4f5dd4
javascript and native side of a URL caching plugin + android plugin framework is complete
2010-08-24 18:57:21 -07:00
Dave Johnson
742910f369
added onNativeReady and onDOMContentLoaded events
2010-08-24 18:56:09 -07:00
Dave Johnson
3365dba870
fixed up things so that deviceready now uses DOMContentLoaded and if DCL fires before something is attached to deviceready the function will be called immediately
2010-08-24 18:51:58 -07:00
filmaj
ac0ba41ccf
Merged in bryce`s latest.
2010-08-24 15:01:58 -07:00
filmaj
745aa7201c
For some reason have to check typeof?
2010-08-24 14:59:02 -07:00
Bryce Curtis
ea8dc73525
Don't need to fire native ready event during constructor. It gets fired when page has been loaded.
2010-08-24 15:03:38 -05:00
filmaj
8683667041
Semi-colon + new-line addition otherwise built phonegap.js is bad :(
2010-08-24 11:34:32 -07:00
filmaj
24869b637d
Merge branch 'master' of http://github.com/thedeftone/phonegap-android
2010-08-24 11:26:00 -07:00
Bryce Curtis
13679fe00d
Make sure JavaScript PhoneGap code is initialized and deviceready is fired for a new HTML page loaded from link in initial index.html.
2010-08-24 13:19:22 -05:00
Dave Johnson
9f1730ae47
Add back JSCallback to deviceready event
2010-08-23 17:14:08 -07:00
Dave Johnson
e0d1414c4a
tweaks to PhoneGap.Channel
2010-08-23 17:00:03 -07:00
Dave Johnson
8e5de2cb7b
added onNativeReady and onDOMContentLoaded events
2010-08-23 17:00:02 -07:00
Dave Johnson
f7a4a0aef8
fixed up things so that deviceready now uses DOMContentLoaded and if DCL fires before something is attached to deviceready the function will be called immediately
2010-08-23 16:58:21 -07:00
Jan Monschke
27ff3068f5
changed back button behavior to use the native way to test if a webview can go back
2010-08-23 15:35:56 +02:00
Bryce Curtis
27c4de6aa0
Change compass listener and optimize accelerometer listener.
2010-08-20 10:59:45 -05:00
Bryce Curtis
e5bbbbe35c
Add onpause & onresume events to javascript.
2010-08-19 15:41:06 -05:00
Bryce Curtis
b4d3a10773
Change loadUrl(javascript...) to use new callback mechanism.
2010-08-19 14:37:49 -05:00
Bryce Curtis
1850d2c04e
Add callback server class.
2010-08-19 13:35:31 -05:00
Bryce Curtis
5bdad8c0ca
Add XHR-based callbacks from Java to JavaScript.
2010-08-18 13:12:53 -05:00
Bryce Curtis
4b3255e4fd
Accelerometer updates:
...
- Removed thread delay to get accelerometer values.
- Override Activity lifecycle methods to manage JavaScript timers and enable window.onunload to be called. This is needed for accelerometer to shut down correctly.
2010-08-12 10:51:12 -05:00
Bryce Curtis
d5646584ee
Change accelerometer to use JavaScript setInterval for watch.
2010-08-11 13:47:50 -05:00
Joe Bowser
f15555ee34
Calling the Quota method over and over is bad, use the estimated size
2010-08-06 13:59:28 -07:00
Joe Bowser
b18657cf72
Fixing Java to match callback
2010-08-04 12:43:17 -07:00
Joe Bowser
32b68f568b
Adding the new keyword again
2010-08-04 12:38:19 -07:00
Joe Bowser
4e02179bf8
Merge branch 'master' of git://github.com/davejohnson/phonegap-android
2010-07-18 20:44:57 -07:00
Joe Bowser
853dc0d8aa
Removed console.log in accel
2010-07-16 09:41:47 -07:00
Dave Johnson
ab4ca5ec8b
changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work.
2010-07-15 16:59:11 -07:00
Jan Monschke
9ff45f70e2
this should fix the windows encoding bug described here: http://phonegap.lighthouseapp.com/projects/20118-android/tickets/23
2010-07-15 16:59:11 -07:00
Dave Johnson
3cba58ce57
Beep does not crash your app if there is no notification sound
2010-07-15 16:59:11 -07:00
Joe Bowser
e3b32e7679
Setting the Geolocation to be only initalized on Android 1.x
2010-07-15 16:58:38 -07:00
Joe Bowser
ea1184cdd3
Fixed up geolocation to use the native geolocation when available
2010-07-15 16:55:00 -07:00
Dave Johnson
89dd0396fe
changed gotAccel to gotCurrentAcceleration since that is what is called from getCurrentAcceleration
2010-07-12 14:44:34 -07:00
Dave Johnson
8c0cb5716d
Merge remote branch 'phonegap/master'
2010-07-12 14:43:13 -07:00
Dave Johnson
6d60a2b012
fixed bug with accelerometer z value not being set #36
2010-07-12 14:08:09 -07:00
Joe Bowser
7304741164
Merge branch 'master' of git://github.com/thedeftone/phonegap-android
2010-07-08 17:19:50 -07:00
Dave Johnson
d2048a7c5a
changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work.
2010-07-08 15:51:18 -07:00
Jan Monschke
ac952b25bb
this should fix the windows encoding bug described here: http://phonegap.lighthouseapp.com/projects/20118-android/tickets/23
2010-07-09 00:13:55 +02:00
Dave Johnson
d6e79f158f
Beep does not crash your app if there is no notification sound
2010-07-07 15:54:33 -07:00
Joe Bowser
9bf83337c9
Switching to native
2010-07-07 15:18:14 -07:00
Joe Bowser
dc58c67883
Merge branch 'master' of git@github.com:phonegap/phonegap-android
2010-07-06 13:37:44 -07:00
Joe Bowser
88eef5df66
Not in line with HTML5 spec, editing
2010-07-06 13:37:19 -07:00
Joe Bowser
c75e66a2fc
Removing the GapViewClient handler, since it breaks PhoneGap, reverting. Rather have every other URI working except for sms:
2010-07-06 11:43:25 -07:00
alunny
4e31d4af63
browserkey fix
2010-06-30 15:23:26 -07:00
Joe Bowser
310766180f
Forgot to add mailto to the activities launched by intent
2010-06-25 14:31:47 -07:00
Joe Bowser
db9d603881
Fixing equals. However, perhaps object equivalence is better, because it will be the same object if we attempt to go back and fail, where as we can go back and forth numerous times in a web history
2010-06-15 10:43:28 -07:00
Joe Bowser
e5f03b6aed
Fixing compass so it actually works
2010-06-11 14:19:37 -07:00
Joe Bowser
bde54704d3
fixing the merge
2010-06-09 10:26:06 -07:00
Joe Bowser
d20abc9aad
framework/assets/js/media.js
2010-06-09 10:24:35 -07:00
Joe Bowser
945c0d95e6
Removed PhoneGap.java, renaming to device and audio
2010-06-09 10:24:35 -07:00
Joe Bowser
bb501de22c
Hacking together a work-around for the default back behaviour
2010-06-09 10:24:35 -07:00
Joe Bowser
bab03882e1
framework/assets/js/media.js
2010-06-08 16:36:07 -07:00
Joe Bowser
7ad30dfc63
Removed PhoneGap.java, renaming to device and audio
2010-06-08 16:30:20 -07:00
Joe Bowser
4c5f820316
Hacking together a work-around for the default back behaviour
2010-06-08 15:55:57 -07:00
Joe Bowser
b65a0b1bd6
Fixing quality bug in Camera
2010-06-04 15:21:57 -07:00
Joe Bowser
8f18dae2c1
Changed to use the Camera Intents to our own peril.
2010-06-04 14:54:16 -07:00
Joe Bowser
653190c6a1
Switching around attributes so they are similar
2010-06-04 13:32:00 -07:00
Joe Bowser
e55cef9c14
Fixing accel
2010-06-04 13:25:28 -07:00
Joe Bowser
c1e628f44c
Fixing up the accelerometer. Weird issue with where zero is
2010-06-04 11:42:12 -07:00
Joe Bowser
cd5788c3ce
Merge branch 'master' of git@github.com:phonegap/phonegap-android into accel_hack
2010-05-31 11:37:41 -07:00
Joe Bowser
5c8e029da1
Updating to 2.2
2010-05-31 10:59:44 -07:00
Igor Anic
a65b578449
adding useful telephony information to Device; sim serial number and some oters
...
(cherry picked from commit da8c4f4a7539b2e6165d48ad6859f65c3133fc59)
2010-05-14 16:24:30 -07:00
Igor Anic
7506548ae2
little better database quota management, increse db size in steps of 1Mb
...
(cherry picked from commit f5cd1fe73d6cd24ad48b36def86ead5a1f5141ea)
2010-05-14 16:24:19 -07:00
Igor Anic
dfe0b6ff27
console.log for api level 7
...
(cherry picked from commit a2b08f305b33de38c1ffa93f2a13ed4636482bc1)
2010-05-14 16:23:32 -07:00
Joe Bowser
a179fbd095
Attempt to fix the HTML 5 storage
2010-05-14 15:49:14 -07:00
Joe Bowser
9c1a1207bb
Merge branch 'master' of http://github.com/stevengill/phonegap-android
2010-05-10 16:10:04 -07:00
Steven Gill
4ff406f9df
fixed geolocation null bug
2010-05-06 15:43:56 -07:00
Joe Bowser
64671184a6
Initial Commit - Fixing Accelerometer
2010-04-28 15:46:15 -07:00
Joe Bowser
36e90c9e22
Adding sms:// to DroidGap, not quite working, since it doesn't pre-populate the number
2010-04-26 10:44:13 -07:00
Joe Bowser
2f6a9e18d0
Adding a WebViewClient with verbose checking
2010-04-23 16:18:11 -07:00
Joe Bowser
ceabaf1e37
Fixing the WebViewClient so we view pages in PhoneGap
2010-04-23 15:08:15 -07:00
filmaj
020178e40b
Merged Joe`s turning off of native geolocation in WebView.
2010-03-31 14:02:08 -07:00
Joe Bowser
69e580136a
Forgot the min SDK is 2, not 3
2010-03-30 12:02:08 -07:00
Joe Bowser
72fd058b9e
Turning off the Native WebKit Geolcation
2010-03-29 16:56:07 -07:00
Joe Bowser
827c0ec81f
Removing junk Orientation class
2010-03-26 15:34:29 -07:00
filmaj
887ab4a28b
Added explicit disabling of native Geolocation object in the web client, added a fallback measure to JavaScript geolocation PhoneGap constructor so that it builds/proxies the the instantiated Geo objects properly if it still does exist.
2010-03-23 16:37:30 -07:00
filmaj
f53b4ec109
Merged imhotep`s changes, still need to fix droidgap and the android shell call on Windows vs. other OSes.
2010-03-17 10:50:43 -07:00
Anis
915bf19378
Merge branch 'master' of github.com:imhotep/phonegap-android
2010-03-15 17:44:44 -07:00
Anis
a4cc222a43
fixing some minor js issue
2010-03-15 17:38:46 -07:00
Brock Whitten
f32bb7057e
Fixed ridiculous error in Javascript for GeoLocation
2010-03-15 17:01:12 -07:00
Brock Whitten
57a41b7b2f
Found syntax error in Geolocation. Probably been lurking here for months
2010-03-15 16:07:14 -07:00
Brock Whitten
db03ff397f
Fixing stuff
2010-03-15 15:32:12 -07:00
filmaj
bdf01735cd
Merging.
2010-03-04 15:11:49 -08:00
Brock Whitten
c750109bd7
Fixes to make it work with the cancer that is Android 1.5
2010-03-03 17:07:15 -08:00
Brock Whitten
6b269b85d2
Adding 2.1 DOM Storage
2010-03-02 11:14:20 -08:00
Brock Whitten
1d4a67cdad
Adding console.log capability to PhoneGap
2010-02-26 11:25:28 -08:00
Brock Whitten
64574be133
Can't get the disk space until we get the disk space
2010-02-25 11:45:57 -08:00
Brock Whitten
f93c2badcc
Minor change for synchronous write. This seems like a bad idea.
2010-02-25 10:09:58 -08:00
Brock Whitten
9c0259c2c1
Changing File Behaviour to sync with iPhone
2010-02-25 09:46:46 -08:00
Brock Whitten
2fa78679cb
Adding Javascript Interface for Crypto
2010-02-24 16:19:01 -08:00
Brock Whitten
cb90852dfc
Adding Built-In Crypto Library
2010-02-24 16:18:35 -08:00
Brock Whitten
c4ac7e5383
Merge branch 'master' of git://github.com/brianleroux/phonegap-android
2010-02-24 16:00:36 -08:00
Brock Whitten
693cb4695f
Fixed a null error on NetworkManager
2010-02-24 15:43:00 -08:00
Brian LeRoux
fa2776d3d7
merge of inaseer cleanup
2010-02-24 15:06:44 -08:00
ARenzi
c8bfbab522
I am using the inline editor (github) and i forgot a "type =" before info.getTypeName();
...
:)
ARenzi
2010-02-23 14:51:56 -07:00
filmaj
32e8ecc772
Oops forgot semi-colon.
2010-02-23 11:42:41 -08:00
filmaj
02c750134c
Added ARenzi`s Reachability fixes.
2010-02-23 11:07:30 -08:00
Fil Maj
b0054aa1b4
Merge branch 'master' of git@github.com:phonegap/phonegap-android
2010-02-19 10:15:45 -08:00
Brock Whitten
3d91a98b3a
Fixing up StandAlone for debugging purposes
2010-02-16 12:11:43 -08:00
Brock Whitten
c638fbfa69
Fixing nulls
2010-02-16 10:28:07 -08:00
filmaj
76a8203176
Fixed small contacts and accelerometer object instantiation bugs. Added a bit more delay to PhoneGap constructor, 1ms caused issues sometimes I *think*.
2010-02-13 18:58:45 -08:00
filmaj
5255f63237
Fixed building of phonegap.js in build script. Fixed GPS on Android 2.0+ - I guess they updated the version of WebKit being used on Android (similar now to how it works on iPhone) and thus the browser has a native navigator.geolocation object. Employed Jesses approach to proxying an object
s method since we can`t directly overwrite it.
2010-02-13 17:09:02 -08:00
Brock Whitten
4c0da8e241
Fixing Build
2010-02-03 10:27:49 -08:00
Brock Whitten
e01dfec400
Hacky fix for GeoLocation on the 2.1 Emulator
2010-01-29 16:02:20 -08:00
Brian LeRoux
bb7b973bf0
sweet one line building!
2010-01-27 15:00:21 -08:00
Brian LeRoux
816341030f
generating apps works; needs to build js from assets
2010-01-26 17:58:27 -08:00
Brian LeRoux
923c29aa2b
cleanup continued
2010-01-26 16:24:35 -08:00
Brian LeRoux
e3dc010b97
reorg of project assets
2010-01-26 13:54:02 -08:00
Brian LeRoux
fc6f2f5d39
removes and .gitignore framework/local.properties, updated README
2010-01-25 22:03:19 -08:00
Joe Bowser
d81f53465f
Fixing the 1.5 Storage. Got inheritance wrong in this case
2010-01-04 11:53:26 -08:00
Joe Bowser
de5b3e2c0f
Adding menu event and buttons
2009-12-17 13:21:13 -08:00
Joe Bowser
9a53dd7683
Added button bindings
2009-12-16 12:50:08 -08:00
Joe Bowser
17bcda6c10
Fixing up Geolocation and Alerts
2009-12-16 11:09:32 -08:00
Joe Bowser
9276729be5
Fixing Geolocation so it grabs data from the network faster
2009-12-15 15:16:35 -08:00
Joe Bowser
3898130a30
Fixing null error in NetworkManager
2009-12-15 12:43:03 -08:00
Joe Bowser
5fb6aa77b3
Fixin group storage
2009-12-15 10:38:38 -08:00
Joe Bowser
5ee34b58d7
Fixing up Cupcake Storage
2009-12-08 15:58:07 -08:00
Joe Bowser
b0a69f5cc5
Adding Cupcake Storage
2009-12-08 14:08:48 -08:00
Joe Bowser
f6e2e129b1
Fixing FileUtils
2009-12-07 14:11:35 -08:00
Joe Bowser
573dffb853
Removing loop from File I/O
2009-12-03 17:07:07 -08:00
Joe Bowser
4bd73fc38e
Removed Scrollbar
2009-12-03 10:47:41 -08:00
Joe Bowser
2f4dece26f
Modified the backend
2009-12-01 14:57:02 -08:00
Joe Bowser
20aed7efe6
Bringing the contacts up to date
2009-12-01 11:55:15 -08:00
Joe Bowser
2c11550b30
Fixing the build process, found Android 2.0 bugs
2009-11-30 15:41:24 -08:00
Joe Bowser
c794756f70
Fixing standalone again
2009-11-30 10:44:20 -08:00
Joe Bowser
e71b5bb477
Fixing up the standalone activity
2009-11-30 10:33:11 -08:00
Joe Bowser
0af30a6e82
Fixed
2009-11-26 11:48:16 -08:00
Joe Bowser
34ab64655d
Experiments with 2.0 and backwards compatibility
2009-11-25 17:25:16 -08:00
Joe Bowser
706fbdf1f4
Fixing getter
2009-11-25 15:06:47 -08:00
Joe Bowser
05e1343cb0
Getter for the webview
2009-11-25 13:27:57 -08:00
Joe Bowser
c16054637a
Fixing merge
2009-11-24 17:39:04 -08:00
Joe Bowser
63350202fe
Moving it back to Android 1.6
2009-11-24 17:36:38 -08:00
Joe Bowser
624181d407
Forgot to update the default properties
2009-11-24 17:36:38 -08:00
Joe Bowser
756198af50
Downgrading to Android 1.5 temporarily to tag it
2009-11-24 17:36:38 -08:00
Joe Bowser
eb17c6be2f
Making constructors public
2009-11-24 17:36:37 -08:00
Joe Bowser
4ea49574a6
Misc. Fixes
2009-11-24 17:36:37 -08:00
Joe Bowser
6f9ce7db94
Removing the SMS Listener
2009-11-24 17:36:36 -08:00
Joe Bowser
01ad22d0da
Finishing up the Jar
2009-11-24 17:34:35 -08:00
Joe Bowser
e75a908844
Added the ability to generate a jar from the ANT file
2009-11-24 17:20:34 -08:00
Joe Bowser
16dcbfbbfa
Got the jar working finally
2009-11-24 16:51:23 -08:00
Joe Bowser
a92c49e691
Moving it back to Android 1.6
2009-11-24 15:02:51 -08:00
Joe Bowser
3259f885e0
Forgot to update the default properties
2009-11-24 14:38:48 -08:00
Joe Bowser
7ce99a6baa
Downgrading to Android 1.5 temporarily to tag it
2009-11-24 14:38:21 -08:00
Joe Bowser
2176d2e02c
Making constructors public
2009-11-23 10:57:05 -08:00
Joe Bowser
275cf0c71c
Misc. Fixes
2009-11-23 10:51:55 -08:00
Joe Bowser
ebd2b7ed4f
Merge branch 'master' of git@github.com:phonegap/phonegap
2009-11-23 10:46:48 -08:00
Joe Bowser
86907836b2
Removing the SMS Listener
2009-11-20 16:50:15 -08:00
Joe Bowser
5e0f46a682
Removing SMS listening for now
2009-11-20 16:29:18 -08:00
Fil Maj
80c7eab9a7
ContactManager tweaks; null/empty checks to eliminate NullPointerException.
2009-11-19 10:34:49 -08:00
Joe Bowser
43b3090c30
Custom Build Script.
2009-11-18 15:43:59 -08:00
Joe Bowser
0042181154
Fixing up merge and cleaning
2009-11-18 14:08:10 -08:00
Joe Bowser
805c43484a
Wiring up CompassHook
2009-11-18 14:07:35 -08:00
Joe Bowser
c570a8e160
Updating the Accelerometer to the latest version of Android
2009-11-18 14:07:34 -08:00
Joe Bowser
2c948659af
Committing Build
2009-11-17 11:40:15 -08:00
Joe Bowser
1046491666
Poking around build.xml
2009-11-17 11:33:41 -08:00
Joe Bowser
1206309149
Removing stupid Mp3s
2009-11-17 11:33:25 -08:00
Joe Bowser
56f34a4fd0
Fixed accidental commit of the binaries
2009-11-17 10:39:25 -08:00
Joe Bowser
d012235bc2
Initial Move of the Javascript OUT of the shared directory: Android
2009-11-17 10:38:49 -08:00