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
Dave Johnson
aa577416de
Fix so that we get the correct id when more than 9 targets
2011-09-07 16:31:29 -07:00
brianleroux
d34c0b086e
Merge branch 'master' of github.com:brianleroux/phonegap-android
2011-09-06 14:16:16 -07:00
macdonst
073f71563c
Fix for Issue #222 : Android plugin FileUploader with UTF-8 in params
2011-09-06 14:15:45 -07:00
macdonst
9eb02a4882
Fix bad tel: link in example/index.html
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
macdonst
91f4097fd8
Fix for Issue #222 : Android plugin FileUploader with UTF-8 in params
2011-09-06 23:31:02 +08:00
brianleroux
f3fd6901d6
BOOM
2011-09-02 14:42:37 -07:00
macdonst
4f121aa07d
Fix bad tel: link in example/index.html
2011-09-03 01:35:01 +08:00
macdonst
a6ae85b4ea
Fix for Issue #220 : Android audio streaming doesn't work for https
2011-09-02 08:38:28 +08:00
brianleroux
5ffdaeb213
updated readme
2011-09-01 14:44:02 -07:00
brianleroux
95c48f7f6c
fixing merge
2011-09-01 14:37:59 -07:00
brianleroux
d34dcf8ee5
cli moving to a phonegap folder, local to the proj and tests
2011-09-01 14:34:11 -07:00
brianleroux
e7f206b598
adding benchmarking automation
2011-09-01 13:15:19 -07:00
brianleroux
9aacb7f811
fixing rebase removing debug from root
2011-09-01 13:14:51 -07:00
brianleroux
caf2694ced
updated the improved cli docs
2011-09-01 13:12:10 -07:00
brianleroux
7bf8c617c3
slightly more coherent organization of concerns
2011-09-01 13:12:09 -07:00
brianleroux
9ad78a50f7
added node, nodeunit and a couple of stubbed in coffeescript tests
2011-09-01 13:12:09 -07:00
brianleroux
85a24d491e
adding benchmarking automation
2011-09-01 13:11:01 -07:00
macdonst
d9ec6df5a8
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-02 02:40:35 +08:00
Bryce Curtis
c419f7d269
Merge pull request #215 from davejohnson/feature/urlhandling
...
Add overrideUrlLoading overriding ... yeah ... to plugins by the plugin a
2011-08-31 07:56:23 -07:00
Dave Johnson
3e5a52ceee
Add overrideUrlLoading overriding ... yeah ... to plugins by the plugin adding a <url-filter.../> and implmenting the onOverrideUrlLoading(...) method
2011-08-30 16:52:56 -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
brianleroux
fe265ce9e1
added optional path to debug
2011-08-20 13:57:19 -07:00
davejohnson
28b972be52
Add new windows create script for android as a cscript script. Also created an ant xml that should work on mac too.
2011-08-20 13:42:46 -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
davejohnson
8cf00fc788
Moved default plugins.xml, www, and manifest.xml into a folder structure that can be straight copied over a new android project. change the bash script to update the target of the phonegap framework dir before building
2011-08-20 13:27:53 -07:00
brianleroux
8b908fbad0
updated the improved cli docs
2011-08-19 22:20:53 -07:00
brianleroux
e44cc8add1
slightly more coherent organization of concerns
2011-08-19 21:50:46 -07:00
brianleroux
5a3208291c
added node, nodeunit and a couple of stubbed in coffeescript tests
2011-08-19 20:39:35 -07:00
brianleroux
1c064b0922
test fully automated from mobile-spec edge
2011-08-18 22:40:09 -07:00
brianleroux
ffdb240114
auto launching on debug
2011-08-18 19:39:27 -07:00
brianleroux
2f9060dd3e
first pass at a test script
2011-08-18 19:20:41 -07:00