Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Tim Kim
Hey gang, I also need to make some function in DirectoryManager public for the file api. We cool with that too? The ones in question: testFileExists getFreeDiskSpace testSaveLocationExists Looking like we should definitely make DirectoryManager as a public api now. On 11 June 2013 12:51, Joe

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Steven Gill
argh, I meant for Android On Thu, Jun 13, 2013 at 3:04 PM, Steven Gill stevengil...@gmail.com wrote: Yeah. I have already done it on the 3.0.0 branch for ios. Camera plugin needed it. On Thu, Jun 13, 2013 at 3:02 PM, Tim Kim timki...@gmail.com wrote: Hey gang, I also need to make some

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Steven Gill
Yeah. I have already done it on the 3.0.0 branch for ios. Camera plugin needed it. On Thu, Jun 13, 2013 at 3:02 PM, Tim Kim timki...@gmail.com wrote: Hey gang, I also need to make some function in DirectoryManager public for the file api. We cool with that too? The ones in question:

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Simon MacDonald
There is not much in DirectoryManager maybe it should be folded into FileUtils then we wouldn't need to make as many things public. Less to doc. On Jun 13, 2013 6:05 PM, Steven Gill stevengil...@gmail.com wrote: argh, I meant for Android On Thu, Jun 13, 2013 at 3:04 PM, Steven Gill

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Joe Bowser
I agree. We should do that in 3.0.0. On Thu, Jun 13, 2013 at 3:52 PM, Simon MacDonald simon.macdon...@gmail.com wrote: There is not much in DirectoryManager maybe it should be folded into FileUtils then we wouldn't need to make as many things public. Less to doc. On Jun 13, 2013 6:05 PM,

Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-11 Thread Steven Gill
For Android. I need to make DirectoryManager.getTempDirectoryPath public so it can work with the camera plugin. -Steve

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-11 Thread Joe Bowser
It's a part of plugin breakout. The main question is whether DirectoryManager should be a public API by documenting it, since a plugin needs it to function, not should we make it public. But yeah, make it public Steve! On Tue, Jun 11, 2013 at 12:48 PM, Simon MacDonald simon.macdon...@gmail.com