I don't think there'd be much value in that. It'll be a single commit that almost entirely just deletes lines.
What do you think about the never auto-pausing on backgrounding? or about auto-pausing when intent sending? On Wed, Sep 10, 2014 at 12:32 PM, Joe Bowser <bows...@gmail.com> wrote: > Can you put this on its own branch before it lands in 4.0.x? That'd be > awesome! > > On Tue, Sep 9, 2014 at 5:32 PM, Andrew Grieve <agri...@chromium.org> wrote: >> >> For cordova-android 4.0, I'd like to go as far as just deleting the >> "KeepRunning" <preference>. >> >> Apps get a "pause" event when they are backgrounded, and they can do >> any pause-type logic there (e.g. unlisten to accelerometer events or >> pausing audio). >> >> Any strong objections? >> >> On Tue, Sep 9, 2014 at 4:27 PM, Andrew Grieve <agri...@chromium.org> >> wrote: >> > Commit description: If multitasking is turned on (keepRunning=true), >> > then temporarily disable it when starting a new activity that returns >> > a result - such as camera. >> > >> > >> > https://github.com/apache/cordova-android/commit/26adfb634651196106fb5b66f15eecb535a06d82 >> > >> > Bryce / anyone - clues as to *why* we'd want to disable JS timers when >> > firing off an intent? > >