You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Tarak Kar (JIRA)" <ji...@apache.org> on 2012/08/13 07:26:38 UTC

[jira] [Created] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Tarak Kar created CB-1225:
-----------------------------

             Summary: A persistent droidgap spinner that will stay until it is stopped explicitly.
                 Key: CB-1225
                 URL: https://issues.apache.org/jira/browse/CB-1225
             Project: Apache Cordova
          Issue Type: Improvement
          Components: CordovaJS
    Affects Versions: 1.8.1
            Reporter: Tarak Kar
            Assignee: Filip Maj


In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450124#comment-13450124 ] 

Joe Bowser commented on CB-1225:
--------------------------------

There's a built-in spinner on Android.  I personally think it should be a plugin, but at present it's a spinner.  I'll see about adding a test for it.
                
> A persistent droidgap spinner that will stay until it is stopped explicitly.
> ----------------------------------------------------------------------------
>
>                 Key: CB-1225
>                 URL: https://issues.apache.org/jira/browse/CB-1225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.8.1
>            Reporter: Tarak Kar
>            Assignee: Joe Bowser
>              Labels: features
>
> In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-1225.
----------------------------

    Resolution: Not A Problem

This is trivial, and can be resolved by just using ProgressDialogs instead of calling our methods.  http://developer.android.com/reference/android/app/ProgressDialog.html
                
> A persistent droidgap spinner that will stay until it is stopped explicitly.
> ----------------------------------------------------------------------------
>
>                 Key: CB-1225
>                 URL: https://issues.apache.org/jira/browse/CB-1225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.8.1
>            Reporter: Tarak Kar
>            Assignee: Joe Bowser
>              Labels: features
>
> In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Posted by "Filip Maj (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Maj updated CB-1225:
--------------------------

    Component/s:     (was: CordovaJS)
                 Android
       Assignee: Joe Bowser  (was: Filip Maj)
     Issue Type: Bug  (was: Improvement)

Sounds like a bug. Needs a reproduction case as well. Can you provide a test case?
                
> A persistent droidgap spinner that will stay until it is stopped explicitly.
> ----------------------------------------------------------------------------
>
>                 Key: CB-1225
>                 URL: https://issues.apache.org/jira/browse/CB-1225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.8.1
>            Reporter: Tarak Kar
>            Assignee: Joe Bowser
>              Labels: features
>
> In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Posted by "Braden Shepherdson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449070#comment-13449070 ] 

Braden Shepherdson commented on CB-1225:
----------------------------------------

I'm not sure which spinner it is you're using. I was going to try to repro this, but I'm not aware of any plugin for spinners on Android (there appears to be an iOS one).
                
> A persistent droidgap spinner that will stay until it is stopped explicitly.
> ----------------------------------------------------------------------------
>
>                 Key: CB-1225
>                 URL: https://issues.apache.org/jira/browse/CB-1225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.8.1
>            Reporter: Tarak Kar
>            Assignee: Joe Bowser
>              Labels: features
>
> In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1225) A persistent droidgap spinner that will stay until it is stopped explicitly.

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450149#comment-13450149 ] 

Joe Bowser commented on CB-1225:
--------------------------------

Actually, this isn't supposed to be exposed to plugins. I'm going to make as Not a Problem, because the plugin developer could just as easily create their own ProgressDialog object.  This really should be made into a plugin: http://developer.android.com/reference/android/app/ProgressDialog.html
                
> A persistent droidgap spinner that will stay until it is stopped explicitly.
> ----------------------------------------------------------------------------
>
>                 Key: CB-1225
>                 URL: https://issues.apache.org/jira/browse/CB-1225
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.8.1
>            Reporter: Tarak Kar
>            Assignee: Joe Bowser
>              Labels: features
>
> In phonegap android plugin i am starting droidGap spinner, dowloading something in background and stopping the spinner when download is completed. Its working fine as i expect.But if i tap on screen in between , spinner goes off. So how can i get a persistent spinner that will stay until it is stopped explicitly?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira