Alexander Pacha
|
7a3c318bf4
|
Initial creation of the documentations, by following the tutorial from https://docs.readthedocs.io/en/latest/getting_started.html
|
2017-04-03 16:53:40 +02:00 |
|
Alexander Pacha
|
eebcc36835
|
Removed bitbucket-pipelines, because they do not work with Android properly and built happens on Travis and Bitrise anyway.
|
2017-04-03 16:44:36 +02:00 |
|
Alexander Pacha
|
68decf5b91
|
bitbucket-pipelines.yml created online with Bitbucket
|
2017-02-05 21:57:36 +00:00 |
|
Alexander Pacha
|
9c0f3bb4af
|
Hopefully fixed SDK-issue on Bitrise now.
|
2017-01-17 23:59:09 +01:00 |
|
Alexander Pacha
|
d76f879d34
|
Updated to newest SDK and fixed UI-tests to run not only on a simulator, but also on real devices. (reverted from commit 468b322635)
|
2017-01-17 23:44:27 +01:00 |
|
Alexander Pacha
|
dee14cf165
|
Updated gradle-dependencies, sdk and travis tools to newest SDK version (25) (reverted from commit caa492f965)
|
2017-01-17 23:44:27 +01:00 |
|
Alexander Pacha
|
a73dd33226
|
Updated to newest SDK. (reverted from commit 468b322635) (reverted from commit e389df5b4d)
|
2017-01-17 23:44:27 +01:00 |
|
Alexander Pacha
|
e389df5b4d
|
Updated to newest SDK. (reverted from commit 468b322635)
|
2017-01-17 23:38:51 +01:00 |
|
Alexander Pacha
|
caa492f965
|
Updated gradle-dependencies, sdk and travis tools to newest SDK version (25)
|
2016-12-01 10:16:09 +01:00 |
|
Alexander Pacha
|
468b322635
|
Updated to newest SDK and fixed UI-tests to run not only on a simulator, but also on real devices.
|
2016-10-31 14:17:01 +01:00 |
|
Alexander Pacha
|
b321594d46
|
Changed automatic version-numbering to be of format yyMMdd####, where #### is the build-number from the CI (which now allows up to 10k builds)
|
2016-09-25 21:45:10 +02:00 |
|
Alexander Pacha
|
4b513794fe
|
Removed unused resources and fixed lint-errors
|
2016-09-21 23:29:01 +02:00 |
|
Alexander Pacha
|
9dde06631b
|
Using version number that is more meaningful (year/month/day/buildNumber)
|
2016-09-21 23:28:49 +02:00 |
|
Alexander Pacha
|
ba886d2c2b
|
Using weird offset to enable uploading an apk to the app store.
|
2016-09-21 21:52:56 +02:00 |
|
Alexander Pacha
|
bf008998b1
|
Disabled aborting on lint-errors
|
2016-09-20 23:14:59 +02:00 |
|
Alexander Pacha
|
eb488dcf95
|
Using bitrise build-number as version code instead of date
|
2016-09-20 22:55:30 +02:00 |
|
Alexander Pacha
|
842333b231
|
Removed hour and minutes from version code and version number
|
2016-09-20 22:52:44 +02:00 |
|
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 |
|