Commit Graph

363 Commits

Author SHA1 Message Date
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
655c6ac130 Merge branch 'master' of github.com:phonegap/phonegap-android 2010-03-19 16:47:24 -07:00
Brock Whitten
87dd64d36c Adding LICENSE file 2010-03-17 15:19:59 -07:00
filmaj
24d5948d0d Minor changes to droidgap to make it work on my shell (cygwin), merging in Joe`s changes/fixes to geo + JavaScript 2010-03-17 11:02:10 -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
fade602c0b Merge branch 'master' of github.com:phonegap/phonegap-android 2010-03-15 17:01:27 -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
52a49aaaea Fixed droidgap to handle spaces in SDK directory. 2010-03-11 16:11:39 -08:00
filmaj
941d6805ec Adding newly-built phonegap.js to repo post-build. 2010-03-04 15:14:40 -08: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
be5c31ee1c Fixed pathing issues. Calls it absolutely now based on PhoneGap SDK 2010-02-25 10:28:16 -08:00
Brock Whitten
c3c5d522a3 Adding the tutorial to the project 2010-02-25 10:12:31 -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
filmaj
73b18de56f Tweaked status message. 2010-02-24 15:42:49 -08:00
filmaj
fcce200701 More weird merge bs. 2010-02-24 15:42:23 -08:00
filmaj
de8dc4af2a Merging droidgap changes from LeRoux. 2010-02-24 15:36:07 -08:00
Brian LeRoux
466c7ccaff some cleanup of droidgap 2010-02-24 15:23:33 -08:00
Brian LeRoux
fa2776d3d7 merge of inaseer cleanup 2010-02-24 15:06:44 -08:00
Brian LeRoux
17d4d521e7 minor edits 2010-02-24 15:00:03 -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
Immad Naseer
594e77690c droidgap parses the output of android list targets to find the id for 'android-5' or defaults to 5 if it can't find the id in the output 2010-02-17 15:31:40 -08:00
Immad Naseer
37c3c2528d Refactored the code dealing w/ file/directory manipulation.
- The code makes sure the target directory structure exists before copying files.
  - Minimized usage of Dir.chdir
  - Cleaned up the code dealing w/ cross-platform file paths.
2010-02-16 15:22:42 -08:00
Immad Naseer
10d455d560 Changing the tabs in droidgap to spaces 2010-02-16 14:59:22 -08:00
Immad Naseer
7820451108 small string concatenation performance optimization 2010-02-16 14:34:50 -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
Brock Whitten
17528c15bb Merge branch 'master' of github.com:phonegap/phonegap-android 2010-02-15 14:00:25 -08:00
Brian LeRoux
f491a69769 Merge branch 'master' of git://github.com/filmaj/phonegap-android 2010-02-14 23:41:20 -08:00