- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 21 Mar 2017 17:00:12 +0000
- To: public-device-apis@w3.org
Issues ------ * w3c/sensors (+2/-0/💬53) 2 issues created: - Calibration using other sensors (by kenchris) https://github.com/w3c/sensors/issues/176 - Top-level browsing context restrictions. (by mikewest) https://github.com/w3c/sensors/issues/175 6 issues received 53 new comments: - #171 Batching API for sensor readings (33 by tobie, kenchris, pozdnyakov) https://github.com/w3c/sensors/issues/171 - #153 Don't allocate response objects to avoid triggering GC (14 by tobie, pozdnyakov, rwaldron, Maksims, alexshalamov) https://github.com/w3c/sensors/issues/153 - #98 Javascript 120Hz devicemotion events for high end inertial applications (2 by tobie, timvolodine) https://github.com/w3c/sensors/issues/98 - #175 Top-level browsing context restrictions. (2 by tobie, mikewest) https://github.com/w3c/sensors/issues/175 - #174 Relax requirements for asking permissions in sensors (1 by lknik) https://github.com/w3c/sensors/issues/174 - #152 Call 'onchange' only when data changes and considering frequency hint (1 by jimmy-huang) https://github.com/w3c/sensors/issues/152 * w3c/accelerometer (+0/-2/💬0) 2 issues closed: - No way to get isolated gravity https://github.com/w3c/accelerometer/issues/13 - includeGravity parameter turns low-level sensor into high-level fused one. https://github.com/w3c/accelerometer/issues/3 * w3c/orientation-sensor (+2/-0/💬6) 2 issues created: - Expose quaternion as an attribute (by pozdnyakov) https://github.com/w3c/orientation-sensor/issues/21 - Allow other buffer types to be passed to populateMatrix (by alexshalamov) https://github.com/w3c/orientation-sensor/issues/20 2 issues received 6 new comments: - #20 Allow other buffer types to be passed to populateMatrix (4 by pozdnyakov, alexshalamov, kenchris) https://github.com/w3c/orientation-sensor/issues/20 - #21 Expose quaternion as an attribute (2 by pozdnyakov, alexshalamov) https://github.com/w3c/orientation-sensor/issues/21 * w3c/motion-sensors (+3/-4/💬2) 3 issues created: - Consider using MathJax for math (by kenchris) https://github.com/w3c/motion-sensors/issues/8 - Replace 𝛼 with a in complementary filter (by kenchris) https://github.com/w3c/motion-sensors/issues/7 - Use × in multiplication, not x (by kenchris) https://github.com/w3c/motion-sensors/issues/6 4 issues closed: - Replace 𝛼 with a in complementary filter https://github.com/w3c/motion-sensors/issues/7 - Consider using MathJax for math https://github.com/w3c/motion-sensors/issues/8 - Use × in multiplication, not x https://github.com/w3c/motion-sensors/issues/6 - Link to calibration dfn in Generic Sensor API https://github.com/w3c/motion-sensors/issues/3 2 issues received 2 new comments: - #3 Link to calibration dfn in Generic Sensor API (1 by kenchris) https://github.com/w3c/motion-sensors/issues/3 - #8 Consider using MathJax for math (1 by anssiko) https://github.com/w3c/motion-sensors/issues/8 * w3c/battery (+1/-1/💬6) 1 issues created: - Allow use from within secure context and top-level browsing context only (by anssiko) https://github.com/w3c/battery/issues/10 1 issues closed: - Mitigating potential privacy-invasive usage https://github.com/w3c/battery/issues/5 3 issues received 6 new comments: - #9 Detect power saving mode (3 by jimmywarting, beverloo, anssiko) https://github.com/w3c/battery/issues/9 - #10 Allow use from within secure context and top-level browsing context only (2 by riju, anssiko) https://github.com/w3c/battery/issues/10 - #5 Mitigating potential privacy-invasive usage (1 by anssiko) https://github.com/w3c/battery/issues/5 Pull requests ------------- * w3c/accelerometer (+1/-2/💬2) 1 pull requests submitted: - Fix bikeshed id's for LinearAccelerationSensor and GravitySensor (by alexshalamov) https://github.com/w3c/accelerometer/pull/15 2 pull requests merged: - Fix bikeshed id's for LinearAccelerationSensor and GravitySensor https://github.com/w3c/accelerometer/pull/15 - Split Accelerometer interface https://github.com/w3c/accelerometer/pull/14 1 pull requests received 2 new comments: - #14 Split Accelerometer interface (2 by alexshalamov, kenchris) https://github.com/w3c/accelerometer/pull/14 * w3c/gyroscope (+1/-1/💬0) 1 pull requests submitted: - Rename "current angular velocity" to "angular velocity" (by alexshalamov) https://github.com/w3c/gyroscope/pull/11 1 pull requests merged: - Rename "current angular velocity" to "angular velocity" https://github.com/w3c/gyroscope/pull/11 * w3c/magnetometer (+1/-1/💬3) 1 pull requests submitted: - Correct physical definition for magnetometer sensor (by alexshalamov) https://github.com/w3c/magnetometer/pull/22 1 pull requests merged: - Correct physical definition for magnetometer sensor https://github.com/w3c/magnetometer/pull/22 1 pull requests received 3 new comments: - #21 Add RawMagnetometer, for uncalibrated readings. (3 by tobie, anssiko, kenchris) https://github.com/w3c/magnetometer/pull/21 * w3c/orientation-sensor (+4/-4/💬11) 4 pull requests submitted: - Convert the 'populateQuaternion' function to 'quaternion' attribute (by pozdnyakov) https://github.com/w3c/orientation-sensor/pull/19 - Reference to Motion Sensors explainer (by pozdnyakov) https://github.com/w3c/orientation-sensor/pull/18 - Split between OrientationSensor and AbsoluteOrientationSensor (by pozdnyakov) https://github.com/w3c/orientation-sensor/pull/17 - Align with low-level sensor specifications (by alexshalamov) https://github.com/w3c/orientation-sensor/pull/16 4 pull requests merged: - Convert the 'populateQuaternion' function to 'quaternion' attribute https://github.com/w3c/orientation-sensor/pull/19 - Reference to Motion Sensors explainer https://github.com/w3c/orientation-sensor/pull/18 - Split between OrientationSensor and AbsoluteOrientationSensor https://github.com/w3c/orientation-sensor/pull/17 - Align with low-level sensor specifications https://github.com/w3c/orientation-sensor/pull/16 3 pull requests received 11 new comments: - #19 Convert the 'populateQuaternion' function to 'quaternion' attribute (7 by kenchris, alexshalamov, pozdnyakov) https://github.com/w3c/orientation-sensor/pull/19 - #17 Split between OrientationSensor and AbsoluteOrientationSensor (3 by kenchris, anssiko, pozdnyakov) https://github.com/w3c/orientation-sensor/pull/17 - #18 Reference to Motion Sensors explainer (1 by anssiko) https://github.com/w3c/orientation-sensor/pull/18 * w3c/motion-sensors (+10/-11/💬8) 10 pull requests submitted: - Add link to version history of the document (by alexshalamov) https://github.com/w3c/motion-sensors/pull/18 - Add Alex to editors list (by pozdnyakov) https://github.com/w3c/motion-sensors/pull/17 - Editorial pass fix (by anssiko) https://github.com/w3c/motion-sensors/pull/16 - Add links to LinearAccelerometer and Gravity sensor interfaces (by alexshalamov) https://github.com/w3c/motion-sensors/pull/15 - Rename OrientationSensor to AbsoluteOrientationSensor (by pozdnyakov) https://github.com/w3c/motion-sensors/pull/14 - Editorial pass (by anssiko) https://github.com/w3c/motion-sensors/pull/13 - Replace weight constant symbol in a complementary filter description (by alexshalamov) https://github.com/w3c/motion-sensors/pull/12 - Use correct math symbol for cross product operations (by alexshalamov) https://github.com/w3c/motion-sensors/pull/11 - Add reference to "calibration" definition in generic sensor spec (by alexshalamov) https://github.com/w3c/motion-sensors/pull/10 - Add cross-references to low-level sensor specifications (by alexshalamov) https://github.com/w3c/motion-sensors/pull/9 11 pull requests merged: - Add link to version history of the document https://github.com/w3c/motion-sensors/pull/18 - Add Alex to editors list https://github.com/w3c/motion-sensors/pull/17 - Editorial pass fix https://github.com/w3c/motion-sensors/pull/16 - Add links to LinearAccelerometer and Gravity sensor interfaces https://github.com/w3c/motion-sensors/pull/15 - Editorial pass https://github.com/w3c/motion-sensors/pull/13 - Rename OrientationSensor to AbsoluteOrientationSensor https://github.com/w3c/motion-sensors/pull/14 - Replace weight constant symbol in a complementary filter description https://github.com/w3c/motion-sensors/pull/12 - Use correct math symbol for cross product operations https://github.com/w3c/motion-sensors/pull/11 - Add reference to "calibration" definition in generic sensor spec https://github.com/w3c/motion-sensors/pull/10 - Add cross-references to low-level sensor specifications https://github.com/w3c/motion-sensors/pull/9 - Add illustration for orientation sensor https://github.com/w3c/motion-sensors/pull/5 6 pull requests received 8 new comments: - #13 Editorial pass (3 by anssiko, kenchris) https://github.com/w3c/motion-sensors/pull/13 - #5 Add illustration for orientation sensor (1 by kenchris) https://github.com/w3c/motion-sensors/pull/5 - #9 Add cross-references to low-level sensor specifications (1 by kenchris) https://github.com/w3c/motion-sensors/pull/9 - #15 Add links to LinearAccelerometer and Gravity sensor interfaces (1 by kenchris) https://github.com/w3c/motion-sensors/pull/15 - #16 Editorial pass fix (1 by anssiko) https://github.com/w3c/motion-sensors/pull/16 - #17 Add Alex to editors list (1 by anssiko) https://github.com/w3c/motion-sensors/pull/17 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/sensors * https://github.com/w3c/ambient-light * https://github.com/w3c/accelerometer * https://github.com/w3c/proximity * https://github.com/w3c/gyroscope * https://github.com/w3c/magnetometer * https://github.com/w3c/orientation-sensor * https://github.com/w3c/motion-sensors * https://github.com/w3c/battery * https://github.com/w3c/wake-lock * https://github.com/w3c/html-media-capture * https://github.com/w3c/vibration
Received on Tuesday, 21 March 2017 17:00:20 UTC