You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Filip Maj (Created) (JIRA)" <ji...@apache.org> on 2012/04/08 21:04:23 UTC

[jira] [Created] (CB-465) Refactor accelerometer native code in BlackBerry

Refactor accelerometer native code in BlackBerry
------------------------------------------------

                 Key: CB-465
                 URL: https://issues.apache.org/jira/browse/CB-465
             Project: Apache Callback
          Issue Type: Sub-task
          Components: BlackBerry
    Affects Versions: 1.6.0
            Reporter: Filip Maj
            Assignee: Filip Maj
             Fix For: 1.7.0


Refactor the Accelerometer class to follow with the Geolocation rewrite sensor API pattern.

* Add an array of callback IDs, and a hash of timer IDs -> callback IDs to plugin members
* Change start and stop methods to private methods
* Add {{addWatch}} and {{clearWatch}} actions

--
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] [Updated] (CB-465) Refactor accelerometer native code in BlackBerry

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

Filip Maj updated CB-465:
-------------------------

    Assignee: Drew Walters  (was: Filip Maj)
    
> Refactor accelerometer native code in BlackBerry
> ------------------------------------------------
>
>                 Key: CB-465
>                 URL: https://issues.apache.org/jira/browse/CB-465
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: BlackBerry
>    Affects Versions: 1.6.0
>            Reporter: Filip Maj
>            Assignee: Drew Walters
>             Fix For: 1.8.0
>
>
> Refactor the Accelerometer class to follow with the Geolocation rewrite sensor API pattern.
> * Add an array of callback IDs, and a hash of timer IDs -> callback IDs to plugin members
> * Change start and stop methods to private methods
> * Add {{addWatch}} and {{clearWatch}} actions

--
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-465) Refactor accelerometer native code in BlackBerry

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

Filip Maj commented on CB-465:
------------------------------

Hey Drew I've got it most of the way there on the "465" branch of the Apache repo.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo?p=incubator-cordova-blackberry-webworks.git;a=tree;h=refs/heads/465;hb=465

getAcceleration seems to work but watchAcceleration does not update anything...
                
> Refactor accelerometer native code in BlackBerry
> ------------------------------------------------
>
>                 Key: CB-465
>                 URL: https://issues.apache.org/jira/browse/CB-465
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: BlackBerry
>    Affects Versions: 1.6.0
>            Reporter: Filip Maj
>            Assignee: Drew Walters
>             Fix For: 1.8.0
>
>
> Refactor the Accelerometer class to follow with the Geolocation rewrite sensor API pattern.
> * Add an array of callback IDs, and a hash of timer IDs -> callback IDs to plugin members
> * Change start and stop methods to private methods
> * Add {{addWatch}} and {{clearWatch}} actions

--
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] [Resolved] (CB-465) Refactor accelerometer native code in BlackBerry

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

Drew Walters resolved CB-465.
-----------------------------

    Resolution: Fixed

Work is done, sitting in 465 branch.
                
> Refactor accelerometer native code in BlackBerry
> ------------------------------------------------
>
>                 Key: CB-465
>                 URL: https://issues.apache.org/jira/browse/CB-465
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: BlackBerry
>    Affects Versions: 1.6.0
>            Reporter: Filip Maj
>            Assignee: Drew Walters
>             Fix For: 1.8.0
>
>
> Refactor the Accelerometer class to follow with the Geolocation rewrite sensor API pattern.
> * Add an array of callback IDs, and a hash of timer IDs -> callback IDs to plugin members
> * Change start and stop methods to private methods
> * Add {{addWatch}} and {{clearWatch}} actions

--
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] [Updated] (CB-465) Refactor accelerometer native code in BlackBerry

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

Filip Maj updated CB-465:
-------------------------

    Fix Version/s:     (was: 1.7.0)
                   1.8.0

Moving to 1.8, what with 1.7 being a bug-fix-plus-docs release.
                
> Refactor accelerometer native code in BlackBerry
> ------------------------------------------------
>
>                 Key: CB-465
>                 URL: https://issues.apache.org/jira/browse/CB-465
>             Project: Apache Callback
>          Issue Type: Sub-task
>          Components: BlackBerry
>    Affects Versions: 1.6.0
>            Reporter: Filip Maj
>            Assignee: Filip Maj
>             Fix For: 1.8.0
>
>
> Refactor the Accelerometer class to follow with the Geolocation rewrite sensor API pattern.
> * Add an array of callback IDs, and a hash of timer IDs -> callback IDs to plugin members
> * Change start and stop methods to private methods
> * Add {{addWatch}} and {{clearWatch}} actions

--
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