Commit Graph

23 Commits

Author SHA1 Message Date
Alexander Pacha
0a761b94f6 Migrated project to Android Studio 2016-02-28 18:32:36 +01:00
Alexander Pacha
193cb0c15d README.md edited online with Bitbucket 2015-12-06 22:11:09 +00:00
Alexander Pacha
5bf7035b90 Adding web-images that are used in App-Store 2015-03-07 23:25:53 +01:00
Alexander Pacha
9dcce87704 Removed checkstyle from project. 2015-03-07 23:25:29 +01:00
Alexander Pacha
433f880601 Added Euler-Angle representation to demo and extracted OrientationVisualisationFragment into separate class. 2015-03-07 23:25:16 +01:00
Alexander Pacha
182a3034e5 Added hardware-check to verify availability of gyroscope. If unavailable, a message will be displayed when the app is launched. 2014-02-23 22:03:36 +01:00
Alexander Pacha
ce195c56ef Removed obsolete TODO-comment 2014-01-01 22:24:07 +01:00
Alexander Pacha
6f489fc199 Added link to Google Play store. 2013-12-16 09:06:25 +01:00
Alexander Pacha
d86dba6eb4 Removed not implemented sensor. 2013-12-16 01:12:55 +01:00
Alexander Pacha
3a154e54c5 Fixed a typo. 2013-12-16 00:45:11 +01:00
Alexander Pacha
3aa3467715 Added about-page and added long-click for changing into space-mode. Pretty much done now. 2013-12-16 00:32:28 +01:00
Alexander Pacha
e2e4269176 Implemented Sensor-Selection with Swipe-gesture in new Activity. 2013-12-15 23:44:00 +01:00
Alexander Pacha
d97983288b Fixed flickering-issue (was because the same object was used for calculating and rendering).
Added ImprovedOrientationSensor1 and 2.
2013-12-15 22:55:04 +01:00
Alexander Pacha
4e4c10a8b4 Added Gravity-Compass and Accelerometer-Compass sensor fusions. 2013-12-15 17:13:46 +01:00
Alexander Pacha
8e46b0a4ca Improved interface-design to avoid unnecessary code-duplication when implementing new providers. 2013-12-15 16:24:59 +01:00
Alexander Pacha
6324c1ac07 Application uses now Quaternions for rendering. 2013-12-15 16:09:55 +01:00
Alexander Pacha
12eac39b29 Renderer uses now own matrix representation. 2013-12-15 15:59:51 +01:00
Alexander Pacha
02aa4c85df Added different representation as alternative to a plain float-vector: Matrix, Vector and Quaternion. These representations provide getters, setters and conversion-functions. 2013-12-15 15:51:41 +01:00
Alexander Pacha
83b7bd7883 Cleaned up RotationVector example code to prepare for different fusion-providers. 2013-12-15 15:45:33 +01:00
Alexander Pacha
9340efd466 Split RotationVector.java into separate files. 2013-12-15 14:54:40 +01:00
Alexander Pacha
b08b168618 Added checkstyle to project to keep proper code-styles. 2013-12-15 14:54:22 +01:00
Alexander Pacha
ccfbd0f391 Initial commit of the empty project with the rotation-vector sample code from https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/os/RotationVectorDemo.java. 2013-12-15 14:16:02 +01:00
Alexander Pacha
4595e51946 Initial commit 2013-12-15 13:39:15 +01:00