Commit Graph

323 Commits

Author SHA1 Message Date
Danilov Kirill
bdcaad97ae [Analytics Android] updated plugin to work with phonegap version 1.9 and above 2012-08-15 18:49:37 +04:00
Danilov Kirill
0a8c8dc100 [Analytics Android] moved all files for phonegap version 1.6 2012-08-15 18:48:48 +04:00
macdonst
034727bcb6 Merge pull request #708 from Patrick64/patch-2
[WebIntent Android] update for phonegap 2.0 compatibility
2012-08-13 10:06:18 -07:00
macdonst
5ea295ec38 Update Android/BarcodeScanner/README.md 2012-08-12 22:07:53 -03:00
macdonst
28cb02f39d Don't export the scanning activity. 2012-08-07 14:30:13 -03:00
Patrick64
73b39b043e update for phonegap 2.0 compatibility 2012-08-04 21:29:27 +02:00
macdonst
c8035ac133 Update ChildBrowser, TTS, VideoPlayer, IMEI, AppPreferences to 2.0.0 2012-07-24 12:08:33 -04:00
macdonst
53ef04bc36 Update BarcodeScanner to version 2.0.0 2012-07-24 11:15:08 -04:00
George Hamilton
8df0cc02a8 Get wikitude plugin working for phonegap 1.9.0 2012-07-19 13:51:14 +01:00
Max Ogden
afa25d916b update android statusbar to use Notification.Builder and to be compatible with cordova 2.0 2012-07-17 16:08:12 -07:00
macdonst
4f798bcffb Update master 2012-07-06 17:34:53 -03:00
macdonst
6c653dc7f2 Merge pull request #641 from josemando/master
Screenshot plugin for Android
2012-07-03 07:18:10 -07:00
Thejaswi Puthraya
0ddb4fe844 Make the Share plugin work with Cordova-1.9.0 2012-07-03 11:31:23 +05:30
Josemando Sobral
6b4b86547d screenshot for android 2012-07-03 02:08:39 -03:00
macdonst
4abba2642e Update master 2012-06-29 16:22:41 -03:00
macdonst
61f61bc654 Update master 2012-06-29 16:21:21 -03:00
Viras-
be97a84256 [Android] Adding disconnect function to BluetoothPlugin 2012-06-29 13:35:24 +02:00
Viras-
ae45ff295e Merge pull request #419 from naokazuterada/master
add isShowing function to Android SoftKeyBoard
2012-06-29 00:25:10 -07:00
Ash Connell
3342ccb8e7 Fix for allowing future changes of datepicker field, previous version only let you pick a date once then failed after 2012-06-26 00:59:31 +10:00
Nick Retallack
7811e65633 Downloader would sometimes not return the directory name, depending on the code path 2012-06-20 18:50:23 -07:00
Nick Retallack
bc20e58bab Arguments to setDataAndType are in the wrong order 2012-06-20 17:21:23 -07:00
Nick Retallack
8f5d9c4aa1 Typo: unbalanced parenthesis. 2012-06-20 17:20:49 -07:00
Nick Retallack
36ac6d6ab6 This line is wrong. The line before it sets the method to GET, and then this line sets it to POST, which is not what you want for a downloader. 2012-06-20 17:16:42 -07:00
Nick Retallack
36a80af95d Environment needs to be imported 2012-06-20 17:15:24 -07:00
Will Koper
cda6f55b7f Modified for cordova 1.5+ compatibility 2012-06-20 16:17:29 -04:00
Murray Macdonald
f9d474194c Add stop, interrupt, speed, pitch to TTS
Modified the TTS Plugin to allow the stopping and interruption of speech
in progress, as well as the ability to control voice speed and pitch.
2012-06-19 02:17:20 -07:00
tommy-carlos williams
b1cc3526f5 Updates aside, pretty sure I am still "the author" 2012-06-19 09:26:35 +10:00
tommy-carlos williams
289a0d2dec Merge pull request #625 from libbybaldwin/libbybaldwin-accountlist
Updates to plugin needed for use with Cordova 1.5 and greater
2012-06-18 16:22:30 -07:00
Libby Baldwin
35f08cab69 updates needed for cordova 1.5 and greater 2012-06-18 16:00:57 -07:00
macdonst
0d2a29a913 Merge pull request #623 from MattTheHack/my-feature
Sending a pull request
2012-06-18 06:41:13 -07:00
Viras-
90aaad6dcd Removing unnused byte function 2012-06-18 12:09:57 +02:00
Viras-
3a795c5955 Merge branch 'master' of https://github.com/phonegap/phonegap-plugins 2012-06-18 12:09:08 +02:00
Viras-
e397eb2dfe Updating bluetooth plugin sample 2012-06-18 12:08:54 +02:00
Viras-
eb1f7c4be9 BluetoothPlugin sample code 2012-06-08 16:27:24 +02:00
quanta42
db143ccbb3 Update master 2012-06-05 10:59:51 -07:00
Viras-
5f49cb0698 Merge pull request #597 from Viras-/master
Updating bluetooth plugin for cordova 1.6+
2012-06-03 23:09:53 -07:00
RandyMcMillan
0f18f3baa1 .. 2012-06-02 22:08:22 -04:00
macdonst
a12dd40161 Initial push or Android Application Preferences Plugin 2012-06-01 14:39:32 -04:00
Matt McGrath
7822839c59 Updated/Modified PhoneListener plugin so it works on PhoneGap 1.6 (cordova) and upwards 2012-06-01 15:09:39 +01:00
Trevor Suarez
030b3782e8 Removed the url text edit ability. More like the iOS ChildBrowser plugin now.
Plus, we don't want them just roaming around using it as a browser anyway.
2012-06-01 09:43:53 -04:00
Trevor Suarez
16f85fb6e6 Added comments. 2012-06-01 09:43:09 -04:00
Trevor Suarez
5f24aad14a Added an animation to more closely match the Android standard and the iOS ChildBrowser plugin. 2012-06-01 09:42:10 -04:00
Trevor Suarez
4e193a7150 Fixed the layout (it would shrink with a short URL).
Fixed the url logic that was adding http.
Also, fixed the Browser's viewport to match the settings of the Android browser.
2012-06-01 09:37:20 -04:00
macdonst
85b0da2945 Update AndroidManifest.xml so two shortcuts are not created. 2012-05-31 10:53:17 -03:00
tommy-carlos williams
f73e8619bb Merge pull request #522 from skinofstars/patch-1
Just adding the backticks to the code examples so it renders correctly
2012-05-30 17:32:17 -07:00
tommy-carlos williams
e6c45d8fe9 Merge pull request #591 from snufkinto/master
Changed default package name to the current app package name to simplify common use.
2012-05-30 01:30:52 -07:00
snufkinto
e8eff21a26 Changed default package name to the current app package name to simplify common use. 2012-05-30 12:20:55 +08:00
macdonst
fca0100c79 Merge pull request #590 from obrand/strings
Added android manifest permission in doc
2012-05-29 12:25:32 -07:00
Olivier Brand
f52d287c10 Added android manifest permission in doc 2012-05-29 11:47:46 -07:00
macdonst
5624b2cd9d Merge pull request #589 from obrand/strings
New plugin to get the mac address of the device. Returns 00:00:00:00:00:00 if not running on the device
2012-05-29 11:08:06 -07:00