Commit Graph

  • 2384714138 unused example is unused brianleroux 2010-08-30 12:02:21 -07:00
  • 91f1f475e9 fixing error in if statement macdonst 2010-08-28 02:12:43 +08:00
  • b1af7d8739 Adding altituteAccuracy into Coordinates object macdonst 2010-08-28 01:49:54 +08:00
  • 86d6053d2d Don't need to manage resume/pause state - the OS does it. Bryce Curtis 2010-08-27 09:31:57 -05:00
  • c6280edbed Set type of channel. Bryce Curtis 2010-08-27 09:28:49 -05:00
  • 4fd8a4dad8 Remove channel.js. Remove double call to nativeReady in DroidGap. Niceify CommandResult.java Dave Johnson 2010-08-26 12:15:34 -07:00
  • fb2b8345d1 One last fix for a merge problem Dave Johnson 2010-08-25 22:52:37 -07:00
  • c9a579af8c Change resume and pause to use same event mechanism used by deviceready. Bryce Curtis 2010-08-26 10:39:02 -05:00
  • 92b838e07a Was there a reason we had some code duplication? filmaj 2010-08-25 22:44:56 -07:00
  • f0cd97de72 Don`t hardcode the android sdk path in the build script before you push (im looking at you Dave) filmaj 2010-08-25 22:38:37 -07:00
  • 764c9191b7 Merged in latest. filmaj 2010-08-25 22:32:31 -07:00
  • fbcaf15353 Fix for merge problem. Tests passing again Dave Johnson 2010-08-25 20:37:25 -07:00
  • 4eec4c0801 updategap Dave Johnson 2010-08-25 16:26:26 -07:00
  • b01668d262 Fix for a merge problem Dave Johnson 2010-08-25 15:12:23 -07:00
  • ae800455b1 no more silly json strings in there Dave Johnson 2010-08-19 16:10:50 -07:00
  • 56f0e8e087 undo the splash screen for now Dave Johnson 2010-08-17 11:26:39 -07:00
  • 8ca1804de9 the plugins were executing on the UI thread. now on background thread. calls to loadUrl are now automatically on the ui thread Dave Johnson 2010-08-07 12:19:04 -07:00
  • 0c52ed44a0 changed FileUtils to public for testing purposes. added updategap that can updated a project with the latest phonegap jar and js Dave Johnson 2010-08-03 15:10:56 -07:00
  • bb5a628a28 no longer copy preview.xml - preview.xml is never used for anything so removed from it Dave Johnson 2010-07-31 21:31:01 -07:00
  • 49de553ee8 refactored the Command stuff a bit more, added a spashscreen Dave Johnson 2010-07-30 12:23:55 -07:00
  • 1af469c8b1 check if file exists or not Dave Johnson 2010-07-29 11:20:16 -07:00
  • 2b2b4f5dd4 javascript and native side of a URL caching plugin + android plugin framework is complete Dave Johnson 2010-07-28 17:26:23 -07:00
  • 742910f369 added onNativeReady and onDOMContentLoaded events Dave Johnson 2010-07-22 13:05:41 -07:00
  • 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 Dave Johnson 2010-07-20 11:25:55 -07:00
  • ac0ba41ccf Merged in bryce`s latest. filmaj 2010-08-24 15:01:58 -07:00
  • 745aa7201c For some reason have to check typeof? filmaj 2010-08-24 14:59:02 -07:00
  • ea8dc73525 Don't need to fire native ready event during constructor. It gets fired when page has been loaded. Bryce Curtis 2010-08-24 15:03:38 -05:00
  • 8683667041 Semi-colon + new-line addition otherwise built phonegap.js is bad :( filmaj 2010-08-24 11:34:32 -07:00
  • 24869b637d Merge branch 'master' of http://github.com/thedeftone/phonegap-android filmaj 2010-08-24 11:26:00 -07:00
  • 13679fe00d Make sure JavaScript PhoneGap code is initialized and deviceready is fired for a new HTML page loaded from link in initial index.html. Bryce Curtis 2010-08-24 13:19:22 -05:00
  • 9f1730ae47 Add back JSCallback to deviceready event Dave Johnson 2010-08-23 17:14:08 -07:00
  • 5e46fad0e9 utils for checking lint Dave Johnson 2010-07-27 13:45:44 -07:00
  • e0d1414c4a tweaks to PhoneGap.Channel Dave Johnson 2010-07-26 12:35:06 -07:00
  • 8e5de2cb7b added onNativeReady and onDOMContentLoaded events Dave Johnson 2010-07-22 13:05:41 -07:00
  • ca01781766 undoing a test change to droidgap Dave Johnson 2010-07-20 16:08:35 -07:00
  • 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 Dave Johnson 2010-07-20 11:25:55 -07:00
  • 27ff3068f5 changed back button behavior to use the native way to test if a webview can go back Jan Monschke 2010-08-23 15:35:56 +02:00
  • 27c4de6aa0 Change compass listener and optimize accelerometer listener. Bryce Curtis 2010-08-20 10:59:45 -05:00
  • e5bbbbe35c Add onpause & onresume events to javascript. Bryce Curtis 2010-08-19 15:41:06 -05:00
  • b4d3a10773 Change loadUrl(javascript...) to use new callback mechanism. Bryce Curtis 2010-08-19 14:37:49 -05:00
  • 1850d2c04e Add callback server class. Bryce Curtis 2010-08-19 13:35:31 -05:00
  • 5bdad8c0ca Add XHR-based callbacks from Java to JavaScript. Bryce Curtis 2010-08-18 13:12:53 -05:00
  • 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. Bryce Curtis 2010-08-12 10:51:12 -05:00
  • d5646584ee Change accelerometer to use JavaScript setInterval for watch. Bryce Curtis 2010-08-11 13:47:50 -05:00
  • f15555ee34 Calling the Quota method over and over is bad, use the estimated size Joe Bowser 2010-08-06 13:59:28 -07:00
  • b18657cf72 Fixing Java to match callback Joe Bowser 2010-08-04 12:43:17 -07:00
  • 32b68f568b Adding the new keyword again Joe Bowser 2010-08-04 12:38:19 -07:00
  • 4e02179bf8 Merge branch 'master' of git://github.com/davejohnson/phonegap-android Joe Bowser 2010-07-18 20:44:57 -07:00
  • 853dc0d8aa Removed console.log in accel Joe Bowser 2010-07-16 09:41:47 -07:00
  • 4d5d8d253b Merge branch 'master' of git@github.com:bowserj/phonegap-android Joe Bowser 2010-07-15 17:00:10 -07:00
  • ab4ca5ec8b changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work. Dave Johnson 2010-07-08 15:51:18 -07:00
  • 9ff45f70e2 this should fix the windows encoding bug described here: http://phonegap.lighthouseapp.com/projects/20118-android/tickets/23 Jan Monschke 2010-07-09 00:13:55 +02:00
  • 3cba58ce57 Beep does not crash your app if there is no notification sound Dave Johnson 2010-07-07 15:54:33 -07:00
  • 8e7ce8780e undoing those changes for target on joes' recommendation Dave Johnson 2010-06-28 16:19:54 -07:00
  • 707738c3ee added target to the droidgap script and updated the readme and getting started wiki page Dave Johnson 2010-06-28 16:02:10 -07:00
  • e3b32e7679 Setting the Geolocation to be only initalized on Android 1.x Joe Bowser 2010-07-15 16:58:38 -07:00
  • ea1184cdd3 Fixed up geolocation to use the native geolocation when available Joe Bowser 2010-07-15 16:55:00 -07:00
  • 89dd0396fe changed gotAccel to gotCurrentAcceleration since that is what is called from getCurrentAcceleration Dave Johnson 2010-07-12 14:44:34 -07:00
  • 8c0cb5716d Merge remote branch 'phonegap/master' Dave Johnson 2010-07-12 14:43:13 -07:00
  • 6d60a2b012 fixed bug with accelerometer z value not being set #36 Dave Johnson 2010-07-12 14:08:09 -07:00
  • 7304741164 Merge branch 'master' of git://github.com/thedeftone/phonegap-android Joe Bowser 2010-07-08 17:19:50 -07:00
  • d2048a7c5a changed 'deviceReady' to 'deviceready' in index.html. fixed up the file utils a bit so that they sort of work. Dave Johnson 2010-07-08 15:51:18 -07:00
  • ac952b25bb this should fix the windows encoding bug described here: http://phonegap.lighthouseapp.com/projects/20118-android/tickets/23 Jan Monschke 2010-07-09 00:13:55 +02:00
  • d6e79f158f Beep does not crash your app if there is no notification sound Dave Johnson 2010-07-07 15:54:33 -07:00
  • 9bf83337c9 Switching to native Joe Bowser 2010-07-07 15:18:14 -07:00
  • 36bd034ee5 Merge branch 'master' of git://github.com/phonegap/phonegap-android Dave Johnson 2010-07-07 15:03:38 -07:00
  • dc58c67883 Merge branch 'master' of git@github.com:phonegap/phonegap-android Joe Bowser 2010-07-06 13:37:44 -07:00
  • 88eef5df66 Not in line with HTML5 spec, editing Joe Bowser 2010-07-06 13:37:19 -07:00
  • c75e66a2fc Removing the GapViewClient handler, since it breaks PhoneGap, reverting. Rather have every other URI working except for sms: Joe Bowser 2010-07-06 11:43:25 -07:00
  • 4e31d4af63 browserkey fix alunny 2010-06-30 15:23:26 -07:00
  • 5972147e36 undoing those changes for target on joes' recommendation Dave Johnson 2010-06-28 16:19:54 -07:00
  • 8ec0de457f added target to the droidgap script and updated the readme and getting started wiki page Dave Johnson 2010-06-28 16:02:10 -07:00
  • 310766180f Forgot to add mailto to the activities launched by intent Joe Bowser 2010-06-25 14:31:47 -07:00
  • 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 Joe Bowser 2010-06-15 10:43:28 -07:00
  • e5f03b6aed Fixing compass so it actually works Joe Bowser 2010-06-11 14:19:37 -07:00
  • bde54704d3 fixing the merge Joe Bowser 2010-06-09 10:26:06 -07:00
  • d20abc9aad framework/assets/js/media.js Joe Bowser 2010-06-08 16:36:07 -07:00
  • 945c0d95e6 Removed PhoneGap.java, renaming to device and audio Joe Bowser 2010-06-08 16:30:20 -07:00
  • bb501de22c Hacking together a work-around for the default back behaviour Joe Bowser 2010-06-08 15:55:57 -07:00
  • bab03882e1 framework/assets/js/media.js Joe Bowser 2010-06-08 16:36:07 -07:00
  • 7ad30dfc63 Removed PhoneGap.java, renaming to device and audio Joe Bowser 2010-06-08 16:30:20 -07:00
  • 4c5f820316 Hacking together a work-around for the default back behaviour Joe Bowser 2010-06-08 15:55:57 -07:00
  • b65a0b1bd6 Fixing quality bug in Camera Joe Bowser 2010-06-04 15:21:57 -07:00
  • 8f18dae2c1 Changed to use the Camera Intents to our own peril. Joe Bowser 2010-06-04 14:54:16 -07:00
  • 653190c6a1 Switching around attributes so they are similar Joe Bowser 2010-06-04 13:32:00 -07:00
  • e55cef9c14 Fixing accel accel_hack Joe Bowser 2010-06-04 13:25:28 -07:00
  • c1e628f44c Fixing up the accelerometer. Weird issue with where zero is Joe Bowser 2010-06-04 11:42:12 -07:00
  • cd5788c3ce Merge branch 'master' of git@github.com:phonegap/phonegap-android into accel_hack Joe Bowser 2010-05-31 11:37:41 -07:00
  • 5c8e029da1 Updating to 2.2 0.9.1 Joe Bowser 2010-05-31 10:59:44 -07:00
  • a65b578449 adding useful telephony information to Device; sim serial number and some oters (cherry picked from commit da8c4f4a7539b2e6165d48ad6859f65c3133fc59) Igor Anic 2010-04-23 10:49:47 +02:00
  • 7506548ae2 little better database quota management, increse db size in steps of 1Mb (cherry picked from commit f5cd1fe73d6cd24ad48b36def86ead5a1f5141ea) Igor Anic 2010-04-23 12:12:40 +02:00
  • dfe0b6ff27 console.log for api level 7 (cherry picked from commit a2b08f305b33de38c1ffa93f2a13ed4636482bc1) Igor Anic 2010-04-23 10:38:02 +02:00
  • a179fbd095 Attempt to fix the HTML 5 storage Joe Bowser 2010-05-14 15:49:14 -07:00
  • 9c1a1207bb Merge branch 'master' of http://github.com/stevengill/phonegap-android Joe Bowser 2010-05-10 16:10:04 -07:00
  • 4ff406f9df fixed geolocation null bug Steven Gill 2010-05-06 15:43:56 -07:00
  • 64671184a6 Initial Commit - Fixing Accelerometer Joe Bowser 2010-04-28 15:46:15 -07:00
  • 36e90c9e22 Adding sms:// to DroidGap, not quite working, since it doesn't pre-populate the number Joe Bowser 2010-04-26 10:44:13 -07:00
  • 2f6a9e18d0 Adding a WebViewClient with verbose checking Joe Bowser 2010-04-23 16:18:11 -07:00
  • ceabaf1e37 Fixing the WebViewClient so we view pages in PhoneGap Joe Bowser 2010-04-23 15:08:15 -07:00
  • 020178e40b Merged Joe`s turning off of native geolocation in WebView. filmaj 2010-03-31 14:02:08 -07:00