Re: Make internal storage default on Android

2015-08-11 Thread Carlos Santana
I strongly object you are using 6 spaces for tabs :-) Kidding aside I thought was already in master. You got bonus points for using On Tue, Aug 11, 2015 at 1:30 PM Simon MacDonald wrote: > So if there are no objections to: > > https://github.com/apache/cordova-plugin-file/pull/127 > > I will me

Re: Make internal storage default on Android

2015-08-11 Thread Simon MacDonald
So if there are no objections to: https://github.com/apache/cordova-plugin-file/pull/127 I will merge later today and tag a new version. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 27, 2015 at 5:18 PM, Simon MacDonald wrote: > Pull Request sent: > > https://github.com/apache/cor

Re: Make internal storage default on Android

2015-07-27 Thread Simon MacDonald
Pull Request sent: https://github.com/apache/cordova-plugin-file/pull/127 Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 27, 2015 at 10:55 AM, Simon MacDonald wrote: > kk, I think this has enough support and I'll end up putting together a > pull request today. > > > Simon Mac Donald

Re: Make internal storage default on Android

2015-07-27 Thread Simon MacDonald
kk, I think this has enough support and I'll end up putting together a pull request today. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jul 27, 2015 at 10:40 AM, Andrew Grieve wrote: > Ian and I made the switch to internal (via the preference). > > - I thought at one point the default

Re: Make internal storage default on Android

2015-07-27 Thread Andrew Grieve
Ian and I made the switch to internal (via the preference). - I thought at one point the default app template set the preference to internal, so that new apps would get the better behaviour and existing apps would continue to work. I don't see this happening now though :( - The duplicate files/fil

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
ding ding ding we have a winner , Are the blackberry guys still around on this mailing list by the way? On Wed, Jul 22, 2015 at 10:00 PM Simon MacDonald wrote: > As near as I can tell Windows use internal private storage as well. > > Simon Mac Donald > http://hi.im/simonmacdonald > > On Wed, Jul

Re: Make internal storage default on Android

2015-07-22 Thread Simon MacDonald
As near as I can tell Windows use internal private storage as well. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 22, 2015 at 5:32 PM, Carlos Santana wrote: > I think cross platform web developers would expect all platforms to have > same default. What the default for windows? > > +1

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
That's what I meant the plugin cordova-plugin-file@2.1.0 bump up to 3.x On Wed, Jul 22, 2015 at 5:38 PM Joe Bowser wrote: > This would change the major version of the plugin, not the platform, since > this is a plugin API change and isn't actually a core-platform change. > > On Wed, Jul 22, 2015

Re: Make internal storage default on Android

2015-07-22 Thread Joe Bowser
This would change the major version of the plugin, not the platform, since this is a plugin API change and isn't actually a core-platform change. On Wed, Jul 22, 2015 at 2:33 PM Carlos Santana wrote: > I think cross platform web developers would expect all platforms to have > same default. What

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
I think cross platform web developers would expect all platforms to have same default. What the default for windows? +1 make default internal at least will have iOS and android with same expectations We need to change the Major number (sever) for the version, it feels like is changing an API I l

Re: Make internal storage default on Android

2015-07-22 Thread Darryl Pogue
+1 because saving to the SD Card has added problems with other apps (such as photo and music apps) picking up files that they shouldn't. Nothing more annoying than accidentally unleashing 200 logos and icons into the photos app of unsuspecting users. On 22 July 2015 at 12:47, Simon MacDonald wro

Make internal storage default on Android

2015-07-22 Thread Simon MacDonald
*TL;DR Summary* We should switch the default for the Cordova Android File System to be on internal storage, not the SD Card (or emulated SD card). *Long Version* Currently in Cordova Android when you use this code "window. requestFileSystem(PERSISTENT, 0, win, fail);" the root file system path