Alexander Pacha
|
7bbf590bfb
|
Using date as versionCode and automatically setting version-name now with major.minor.date
|
2016-09-20 18:47:48 +02:00 |
|
Alexander Pacha
|
2979c6e78a
|
Increased version-number, updated dependencies and added plug-in to detect newer versions of dependencies with ./gradlew dependencyUpdates
|
2016-09-19 21:01:08 +02:00 |
|
Alexander Pacha
|
1578862b03
|
Added travis-CI badge to readme.
|
2016-09-19 20:43:18 +02:00 |
|
Alexander Pacha
|
71a0eb7fb9
|
Updated build.gradle to newest gradle-version that comes with Android Studio 2.2
|
2016-09-19 20:42:58 +02:00 |
|
Alexander Pacha
|
fa0882b6a0
|
Added Cerrato Renaud to the list of contributors
|
2016-09-19 20:42:39 +02:00 |
|
Alexander Pacha
|
2cabdd0668
|
Deactivated connectedAndroidTests again, because the Android-24 emulator is still buggy and does not start correctly.
Updated libraries for UI-Tests and fixed bug in OpenGL-Viewer that it requires configuration for certain devices.
|
2016-09-19 09:16:24 +02:00 |
|
Alexander Pacha
|
b3d8eb0547
|
Reactivated emulator and connectedAndroidTests
|
2016-09-18 23:20:54 +02:00 |
|
Alexander Pacha
|
f318fb4222
|
Forcing Java 8 to be used which is required for the newest SDK
|
2016-09-18 23:10:10 +02:00 |
|
Alexander Pacha
|
6ed104fef9
|
Test with correct build tools and without emulator
|
2016-09-18 23:06:06 +02:00 |
|
Alexander Pacha
|
3e8da0412f
|
Increased android and build version to check out travis.ci
|
2016-09-18 22:56:14 +02:00 |
|
Alexander Pacha
|
1935cd06b2
|
Improved a few names
|
2016-09-18 22:30:26 +02:00 |
|
Alexander Pacha
|
4c9c7cc214
|
Merge pull request #1 from renaudcerrato/feature/optimize_allocations
Decreased the amount of allocations
|
2016-09-18 21:08:08 +02:00 |
|
Cerrato Renaud
|
7c726e1bab
|
use temporary variable instead of new allocations
|
2016-09-12 13:29:32 -04:00 |
|
Cerrato Renaud
|
3738f873ef
|
removed useless clone()
|
2016-09-12 13:26:30 -04:00 |
|
Cerrato Renaud
|
e2612aabd1
|
use temporary variables instead of new allocations
|
2016-09-12 13:26:14 -04:00 |
|
Cerrato Renaud
|
a1a1113e50
|
removed useless allocation into slerp()
|
2016-09-12 13:13:50 -04:00 |
|
Cerrato Renaud
|
9d32116e22
|
multiplyByQuat() now use a temporary vector instead of doing an allocation
|
2016-09-12 13:02:17 -04:00 |
|
Cerrato Renaud
|
228e7021ff
|
remove unused crossProduct() method doing allocation
|
2016-09-12 12:59:26 -04:00 |
|
Cerrato Renaud
|
306ecaee95
|
fixed: throw IllegalStateException() if we expect a 4x4 matrix
|
2016-09-12 12:58:37 -04:00 |
|
Cerrato Renaud
|
858a1313a3
|
fixed: renamed wrongly named clone() to set()
|
2016-09-12 12:54:25 -04:00 |
|
Cerrato Renaud
|
ea66951871
|
renamed Vector::ToArray() to Vector::array()
|
2016-09-12 12:52:51 -04:00 |
|
Cerrato Renaud
|
86bbc5408a
|
cleanup: removed unused Serializable extension
|
2016-09-12 12:51:31 -04:00 |
|
Cerrato Renaud
|
9a72f94c37
|
removed unused Renderable class
|
2016-09-12 12:50:19 -04:00 |
|
Cerrato Renaud
|
91883d2441
|
renamed Matrixf4x4 to MatrixF4x4
|
2016-09-12 12:49:03 -04:00 |
|
Cerrato Renaud
|
65bef58898
|
getRotationMatrix() now requires a destination instead of returning the original one
|
2016-09-12 12:44:49 -04:00 |
|
Cerrato Renaud
|
d4a4941780
|
fixed: getQuaternion() now requires a destination quaternion instead of allocate a new one
|
2016-09-12 12:40:31 -04:00 |
|
Cerrato Renaud
|
4e2f4f4063
|
removed useless EulerAngles.java
|
2016-09-12 12:39:23 -04:00 |
|
Cerrato Renaud
|
e9d90da16e
|
Merge branch 'feature/bump_gradle' into develop
|
2016-09-12 12:35:28 -04:00 |
|
Cerrato Renaud
|
a332e38dfc
|
bumped android plugin and gradle
|
2016-09-12 12:35:25 -04:00 |
|
Alexander Pacha
|
dfbfcbde62
|
Added .travis.yml to test out Travis-CI
|
2016-05-27 09:33:13 +02:00 |
|
Alexander Pacha
|
3a34c1c9e1
|
Added another test.
|
2016-05-01 22:23:17 +02:00 |
|
Alexander Pacha
|
a9b030cd72
|
Added test-projects to solution and upgraded build to latest tools.
|
2016-05-01 21:09:27 +02:00 |
|
Alexander Pacha
|
312d0d7d71
|
README.md edited online with Bitbucket
|
2016-05-01 17:14:08 +00:00 |
|
Alexander Pacha
|
c3d86e209a
|
Updated to newest gradle-version to enable out-of-the-box build in current Android Studio version
|
2016-05-01 19:10:47 +02:00 |
|
Alexander Pacha
|
5a48a7cbda
|
README.md edited online with Bitbucket
|
2016-02-28 17:36:53 +00:00 |
|
Alexander Pacha
|
2e9d36e8f7
|
Updated year of copyright.
|
2016-02-28 18:35:45 +01:00 |
|
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 |
|