On Fri, Apr 5, 2013 at 12:34 PM, Max Woghiren <[email protected]> wrote: > > In Android, I've split out common File code into a FileHelper class. It's > not a plugin, and will be exposed to developers. This is the only > shared-code example I know of, but if we find others (via the visibility > removal test), we can similarly pull out the common code. >
There's a lot of code that's meant to be public on CordovaWebView, since CordovaWebView is supposed to be a stand-alone component that's embeddable in other Android projects. We really need to decide what to expose. I also want to see DroidGap paired down and gone, since I don't want people messing with anything in that class at all. Other than that, I can't think of any Android code that should be public. That being said, I think we're getting off-topic. I think we need to start on the dreaded API audit that we've been putting off. It's clear that every plugin will need to be updated to the new spec before we do this exercise.
