Bryce Curtis
|
9adb85a64b
|
Add callbackId to Plugin.execute() so result can be sent back when overlapping calls to same plugin occur.
|
2010-10-06 12:56:34 -05:00 |
|
Bryce Curtis
|
68146329b9
|
Add IPlugin interface and change Plugin to be abstract class. Plugins can either implement IPlugin or extend Plugin.
|
2010-10-06 12:56:34 -05:00 |
|
macdonst
|
8eaaa04746
|
Small fix to speed up contact retrieval
|
2010-10-06 00:19:58 +08:00 |
|
macdonst
|
2bbf62c489
|
Fixing Contacts.find to use PluginResult
|
2010-10-04 09:50:48 +08:00 |
|
macdonst
|
6071b9c75a
|
Adding Contact.remove method
|
2010-10-01 11:22:20 +08:00 |
|
macdonst
|
bcf920669b
|
Merge branch 'master' of git://github.com/phonegap/phonegap-android
Conflicts:
framework/src/com/phonegap/ContactManager.java
|
2010-09-24 13:22:46 -04:00 |
|
Bryce Curtis
|
5cd25316fa
|
Change JS to call navigator.contacts instead of navigator.ContactManager, which no longer exists.
|
2010-09-15 14:38:57 -05:00 |
|
macdonst
|
633100a3ce
|
Merging Fil's contact changes with Bryce's Plugins
|
2010-09-14 14:21:19 -04:00 |
|
Bryce Curtis
|
1c0de5ad8d
|
Change hasReturnValue to isSynch to be more accurate about purpose of method.
|
2010-09-13 11:01:44 -05:00 |
|
Bryce Curtis
|
a13b8fc124
|
Implement ReturnValue() for each plugin.
|
2010-09-10 11:34:06 -05:00 |
|
Bryce Curtis
|
4f360c2680
|
Change commands to plugins.
|
2010-09-07 13:59:54 -05:00 |
|
Bryce Curtis
|
9e931cc3f6
|
Change to use Commands and CommandManager.
|
2010-09-07 10:39:55 -05:00 |
|
Bryce Curtis
|
40997b4cb8
|
Update classes to use module, and make constructors consistent.
|
2010-09-03 17:24:55 -05:00 |
|
Bryce Curtis
|
b4d3a10773
|
Change loadUrl(javascript...) to use new callback mechanism.
|
2010-08-19 14:37:49 -05:00 |
|
Joe Bowser
|
653190c6a1
|
Switching around attributes so they are similar
|
2010-06-04 13:32:00 -07:00 |
|
Joe Bowser
|
5fb6aa77b3
|
Fixin group storage
|
2009-12-15 10:38:38 -08:00 |
|
Joe Bowser
|
2f4dece26f
|
Modified the backend
|
2009-12-01 14:57:02 -08:00 |
|
Joe Bowser
|
20aed7efe6
|
Bringing the contacts up to date
|
2009-12-01 11:55:15 -08:00 |
|
Fil Maj
|
80c7eab9a7
|
ContactManager tweaks; null/empty checks to eliminate NullPointerException.
|
2009-11-19 10:34:49 -08:00 |
|
Joe Bowser
|
d012235bc2
|
Initial Move of the Javascript OUT of the shared directory: Android
|
2009-11-17 10:38:49 -08:00 |
|