Ranhiru Cooray
57e1cf183d
Fixed invalid check in set and added clear option
...
Currently the "set" method checks whether the shared preferences has
that value already with if (sharedPrefs.contains(key)) which makes set
method unable to be used to set a new value. The additonal check is
incorrect, IMO.
Also added the code to clear all the shared preferences.
2012-09-26 13:05:32 +05:30
Ranhiru Cooray
584bb102ca
Added "clear" option
...
Added a "clear" option that clears all the application preferences
2012-09-26 13:01:49 +05:30
Paul Beusterien
667a36adda
Update Android/PayPalPlugin/README.md
...
Revert yesterday's pull. I didn't realize Tomasz did an update last month
2012-09-24 08:58:42 -07:00
Max Ogden
e50700e512
Merge pull request #800 from rjmunro/patch-1
...
Update Android/DatePicker/README.md
2012-09-24 08:49:44 -07:00
tommy-carlos williams
ef69964152
Merge pull request #804 from paulb777/master
...
PayPal plugin bit rot warning
2012-09-23 18:31:02 -07:00
Paul Beusterien
a985a9367b
Update Android/PayPalPlugin/README.md
...
Add bit rot warning message to Readme
2012-09-23 18:23:38 -07:00
Red-Folder
950f675523
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 22:08:14 +01:00
Red-Folder
da122273ea
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 22:02:05 +01:00
Red-Folder
a7909dc6a2
modified: Android/BackgroundService/1.8.1/README.md
2012-09-20 21:54:41 +01:00
Red-Folder
92370f8147
modified: ../../Android/BackgroundService/README.md
2012-09-20 21:52:58 +01:00
Red-Folder
c2e24ae05d
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 21:45:08 +01:00
Robert (Jamie) Munro
64da10a85e
Update Android/DatePicker/README.md
...
Use focus() event on time field and add the blur(). On iPhone, we
needed the blur() because otherwise the standard form element editor
stayed live after you closed the date picker.
2012-09-20 13:31:34 +02:00
Robert (Jamie) Munro
4f024a1585
Update Android/DatePicker/README.md
...
You should use the focus event, not the click event as it is sometimes
possible to select the field using tab or previous / next buttons, in
which case a click() event doesn't get fired.
2012-09-20 13:24:48 +02:00
macdonst
254a0b510d
Merge pull request #795 from Wikitude/master
...
Added Augmented Reality Wikitude SDK Plugin for iOS & Android
2012-09-17 06:29:01 -07:00
Wolfgang Damm
312c6213eb
Initial plugin
2012-09-17 14:00:51 +02:00
Simon MacDonald
88a57e1c23
Updating Screenshot plugin to 2.0.0
2012-09-14 11:35:19 -04:00
Red-Folder
186a6165c7
deleted: ../../Android/BackgroundService/MyService.java
...
modified: ../../Android/BackgroundService/README.md
deleted: ../../Android/BackgroundService/backgroundService.js
deleted: ../../Android/BackgroundService/backgroundserviceplugin.jar
deleted: ../../Android/BackgroundService/index.html
deleted: ../../Android/BackgroundService/myService.js
2012-09-10 21:22:51 +01:00
Red-Folder
55674e8d6f
new file: ../../Android/BackgroundService/1.8.1/MyService.java
...
new file: ../../Android/BackgroundService/1.8.1/README.md
new file: ../../Android/BackgroundService/1.8.1/backgroundService.js
new file: ../../Android/BackgroundService/1.8.1/backgroundserviceplugin.jar
new file: ../../Android/BackgroundService/1.8.1/index.html
new file: ../../Android/BackgroundService/1.8.1/myService.js
deleted: ../../Android/BackgroundService/MyService.java
modified: ../../Android/BackgroundService/README.md
deleted: ../../Android/BackgroundService/backgroundService.js
deleted: ../../Android/BackgroundService/backgroundserviceplugin.jar
deleted: ../../Android/BackgroundService/index.html
deleted: ../../Android/BackgroundService/myService.js
2012-09-10 21:18:37 +01:00
Red-Folder
774a92f9b0
modified: README.md
2012-09-10 21:03:25 +01:00
Red-Folder
a94172a62b
modified: README.md
2012-09-10 21:00:25 +01:00
Red-Folder
6adbaafc69
modified: README.md
2012-09-10 20:58:54 +01:00
Red-Folder
1ae67c3c42
modified: README.md
2012-09-10 20:55:20 +01:00
Red-Folder
216b88db86
modified: README.md
2012-09-10 20:52:42 +01:00
Red-Folder
3871af4ab6
modified: README.md
2012-09-10 20:48:52 +01:00
Red-Folder
e9dfc575dd
new file: README.md
2012-09-10 20:41:32 +01:00
Red-Folder
bd8ed4fe84
new file: MyService.java
...
new file: backgroundService.js
new file: backgroundserviceplugin.jar
new file: index.html
new file: myService.js
2012-09-10 20:22:07 +01:00
macdonst
d0b59cc017
Update Android/BarcodeScanner/README.md
2012-09-09 23:03:23 -03:00
poiuytrez
d7454ba64d
Android Google Play In App Billing plugin
2012-09-07 15:05:37 +02:00
macdonst
cc9f01cb4a
Merge pull request #774 from chaoszcat/patch-2
...
[Android] Use of options==="undefined" is incorrect.
2012-09-04 07:09:03 -07:00
Lionel Chan
c673532ebb
undefined is a type not a string
2012-09-04 13:07:14 +08:00
Lionel Chan
8894965eac
Use of options==="undefined" is incorrect.
...
undefined is a datatype, not a string.
If options is not given, the showWebPage will result in error.
2012-09-04 13:05:21 +08:00
Braden Shepherdson
287abff321
Merge branch 'master' of github.com:phonegap/phonegap-plugins
2012-08-30 16:12:07 -04:00
Braden Shepherdson
1362a06aba
onclick for Android status bar notifications
...
Cleans up the Android status bar notifications code and handles clicks
on the notification, calling the onclick() callback defined on the
notification in Javascript.
2012-08-30 16:10:41 -04:00
Tomaz
4f90713094
Updated PayPal Plugin for Android to work with Cordova 2.0.0
2012-08-30 00:45:38 +02:00
Max Ogden
4b6e9ef145
fixed import line and verified that #761 works on an android 2.2 device :)
2012-08-28 13:07:34 -07:00
Braden Shepherdson
161428abb9
Improvements to Android status bar notifications
...
Several things here:
- Add support for the W3C notifications spec, and rewrite the old API to
call the new W3C one behind the scenes.
- Notifications are now automatically cleared when the user clicks.
- Clicking the notification brings the user to the same instance of the
app as was already running (and not a new copy as by default in
Android notifications).
- Support for multiple notifications from one app using tags, as
specified in the W3C spec and supported by Android.
- Support for canceling a single notification by tag, as per W3C spec.
Callbacks to Javascript when the user clicks are specified but not yet
supported; I will add that assuming I can get Android to call some code
in the plugin when the notification is clicked.
2012-08-28 15:19:40 -04:00
Shazron Abdullah
5b657ea54f
Merge pull request #727 from triceam/master
...
[Android] Updated LowLatencyAudio for Android to use Cordova namespace
2012-08-27 14:51:37 -07:00
Max Ogden
eb63a0124b
update readme and add more docs to statusbarnotification android plugin
2012-08-27 13:39:05 -07:00
macdonst
ef014e9f8c
Upating SpeechRecognizer Plugin to work with 2.0.0
2012-08-27 11:40:48 -04:00
Max Ogden
03dedd48b8
make android statusbar notification plugin work on all cordova/android versions EVAR
2012-08-26 16:49:50 -07:00
Max Ogden
1371059cb5
update datepicker readme to mention time zone
2012-08-24 17:01:59 -07:00
Max Ogden
0a335b56bc
use toLocaleString instead of toString so that JS parses date strings into the correct time zone
2012-08-24 17:00:24 -07:00
bperin
8e1efd9993
Updated to work with cordova 2.0.0
2012-08-23 03:21:54 -07:00
Maxime Schwab
9474d8660d
OcrApiService plugin for Android
2012-08-20 13:14:57 +02:00
Shazron Abdullah
a14787254d
Merge pull request #742 from zaheerm/applicationpreferences_phonegap2
...
ApplicationPreferences: Use new way of defining phonegap plugins.
2012-08-18 22:37:26 -07:00
ascorbic
75ba65afe3
Add HeadsetWatcher plugin.
2012-08-18 08:30:32 +01:00
Becky Gibson
2422b3cfb9
Merge pull request #719 from mow415/master
...
Updates to Globalization plugin for Blackberry, Android, and iOS
2012-08-17 09:43:13 -07:00
macdonst
24212d449d
Merge pull request #709 from Patrick64/patch-1
...
[WebIntent Android] Compatibility for Phonegap 2.0
2012-08-15 09:55:48 -07:00
Danilov Kirill
43cc7bfb4f
[Analytics Android] added updated plugin for phonegap 2.0
2012-08-15 20:06:30 +04:00
Danilov Kirill
1c481e3016
[Analytics Android] moved all files for phonegap version 1.6
2012-08-15 19:08:08 +04:00