25 Commits

Author SHA1 Message Date
Krishty
3d3e856925 Trim Trailing Whitespace 2023-01-16 09:12:35 +01:00
Daniel-Genkin
f28500dd0f Fixed building of Android port 2021-10-29 09:03:55 -04:00
Kim Kulling
e5cd5733e1 Update AndroidJNIIOSystem.cpp 2021-10-28 17:50:25 +02:00
Daniel-Genkin
6e5600a9a5 Added another constructor to avoid requiring a full ANativeActivity 2021-10-28 10:26:14 -04:00
Krishty
758116b083 removed trailing spaces and tabs from source and text
This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git.
2021-07-29 13:28:51 +02:00
Alex
2fd6666477 Update CMakeLists.txt
Add android_jniiosystem to export set, for cmake to find and link with
2021-02-17 23:16:22 -08:00
Kim Kulling
242e9c21a9 Update BundledAssetIOSystem.cpp 2021-02-15 13:44:07 +01:00
contriteobserver
74b70cad79 fixed a typo 2021-02-01 23:44:57 -08:00
contriteobserver
800d5c23c3 implements a DefaultIOSystem that provides access to files bundled with Android Applications
addresses issue  #3633
2021-02-01 23:33:55 -08:00
Kim Kulling
79eb9ecc86 Update all minimum cmake req to 3.10 2021-01-29 21:05:46 +01:00
Kim Kulling
75204dfe7f Update README.md 2020-12-01 08:58:45 +01:00
Natanael Rabello
813f171493 Update Android port README.md with ABI doc 2020-11-16 21:45:01 -03:00
Marc-Antoine Lortie
4e7e47bd43 Updated copyright dates.
Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team".

Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team".

Changed copyright end year to 2020 in LICENCE.rtf.

Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
2020-01-20 08:53:12 -05:00
Simon Puente
9b9b2c8339 Fix typo on README.md
changing "fascade" to "facade"
2019-04-14 10:13:32 -07:00
Kim Kulling
2432abacc7 Update README.md
Update doc.
2019-01-27 21:11:52 +01:00
Kim Kulling
1c6145b39e Merge branch 'fix-include-api' of https://github.com/Lugdunum3D/assimp into Lugdunum3D-fix-include-api 2017-03-11 18:19:36 +01:00
Antoine Bolvy
5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 2017-02-28 11:44:04 +09:00
Quentin01
cf68e03b21 Creates the directory for the asset's extraction on Android 2017-02-27 18:26:44 -05:00
Kim Kulling
aff932cd9c Fix license date. 2016-02-03 20:19:59 +01:00
Kim Kulling
b77228c7ea Android build doc: reformatting. 2016-02-02 11:00:28 +01:00
Kim Kulling
219bf32efe Rename android renameRename android rename. 2016-02-02 10:59:07 +01:00
Kim Kulling
72d720ecfb Doc: use markup format for android build instructions. 2016-02-02 10:52:28 +01:00
Kim Kulling
524834c307 Fix line endings. 2015-08-08 18:02:37 +02:00
Brian Schwind
bcb0ca3efa Include correct headers, fix string length bug
- AssimpPCH.h appears to have been removed in #536
- There was a bug where if your model data had a null terminator, AndroidJNIIOSystem would incorrectly calculate the number of bytes it needed to write to the file (since it reads a compressed file from the Android assets, and then writes it to the internalDataPath directory for later importing)
2015-07-20 22:21:17 -04:00
Filip Wasil
7224476ee1 Android JNI asset extraction support (API 9+)
Signed-off-by: Filip Wasil <filip.wasil@tieto.com>
2014-10-07 16:33:43 +02:00