This website requires JavaScript.
Explore
Help
Sign In
github
/
cordova-android
Watch
4
Star
0
Fork
1
You've already forked cordova-android
mirror of
https://github.com/apache/cordova-android.git
synced
2025-04-15 12:37:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cordova-android
/
framework
/
src
/
com
/
phonegap
/
api
History
Bryce Curtis
6b29787df7
Merge pull request
#247
from brycecurtis/LOG
...
Formalize logging with printf-type optimization.
2011-10-03 08:24:13 -07:00
..
IPlugin.java
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
LOG.java
Formalize logging with printf-type optimization. Wrap Android log facilities instead of using System.out.println().
2011-09-28 22:19:23 -05:00
PhonegapActivity.java
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
Plugin.java
Add comment for method onOverrideUrlLoading()
2011-09-28 21:36:43 -05:00
PluginManager.java
Call the initial onResume() on a plugin when it is created. This corrects the lifecycle behavior for plugins.
2011-09-28 22:40:53 -05:00
PluginResult.java
File API: System and Directories
2011-03-05 04:26:31 +08:00