Commit Graph

67 Commits

Author SHA1 Message Date
d91f730cbd export data flag, fix android create dir 2019-09-23 00:48:25 +02:00
6f6be42a01 android save picker, create dir api wip 2019-09-14 11:24:50 +02:00
40e01ba1db fix android main loop, scale font texture 2019-08-11 21:30:05 +02:00
cc087746bd add ui and viewport scale option, fix combobox items height from parent 2019-08-04 12:00:49 +02:00
32667b709e fix quest vr threading 2019-08-01 18:22:31 +02:00
945028f171 fix glsl float interpolation, fix layers on ui reload, add vr thread for Quest 2019-07-30 22:10:48 +02:00
f2d2ef1067 add focus project, fix recovery save on ui thread, fix grid commit, wave_sdk submodule, use PlatformActivity as base for android/quest/focus and extend VRActivity on focus. 2019-07-29 22:54:50 +02:00
5fc27ebb14 fix some lambda ref, use global android_app variable instead of passing as argument, fix clipboard utf issue by using byte array 2019-07-25 08:11:48 +02:00
f93be10883 attach jni to ui thread, fix bucket bounding box 2019-07-14 15:59:34 +02:00
b89274e7a6 App::I static singleton to pointer 2019-07-11 18:08:17 +02:00
92dd00d910 update android project 2019-07-11 13:34:21 +02:00
e5c7a35fd2 move UI plane when toggled in VR, fix vr start/stop on Quest 2019-06-01 22:59:45 +02:00
78f453f89c Quest controller events 2019-06-01 17:06:33 +02:00
20582dafa8 refactoring vr code 2019-05-31 23:02:53 +02:00
d2a62df5c7 add Quest single controller support 2019-05-31 15:21:43 +02:00
f7cfdb3795 restore screen density check on android, separate EGL attributes from Quest 2019-05-31 10:06:20 +02:00
9b0f2fe4ac oculus quest running and android compiling and running 2019-05-30 22:46:26 +02:00
9d6bb0187e add oculus quest build target 2019-05-27 18:14:35 +02:00
3e54720e91 android lost GL context at startup 2019-03-08 21:15:46 +01:00
033c39aef5 improve termination sequence on windows, use patterns instead of textures as directory name 2019-02-20 11:48:17 +01:00
49d9b17719 fix mixer rect, textures popup, parallel abr import 2019-02-15 16:02:52 +01:00
6e41263600 fix utf-16 reading and make it work on android 2019-02-10 20:55:26 +01:00
1d6c26f2ba add ABR brushes and presets with properties and patterns 2019-02-10 16:52:37 +01:00
a193666f4a create default paths on android 2019-02-03 15:56:45 +01:00
fbe07e2fc6 android orientation to user and not sensor 2019-01-31 14:45:22 +01:00
36d034dfd9 android enter keymap 2019-01-29 20:02:59 +01:00
75260ec4c4 fix android egl errors, implement android backspace in text input 2019-01-29 18:41:24 +01:00
d7dd2f06c9 android implement tick and frame time 2019-01-29 17:03:41 +01:00
b1d5bdbb8c fix android view resize on keyboard, also allow all device orientations 2019-01-29 16:35:23 +01:00
53fd2d60b5 android recursive mutex fix, android file path resolver fix 2019-01-28 00:27:56 +01:00
99c06803ae add scrollbar, improve presets, other small fixes 2019-01-27 17:19:06 +01:00
f5c4aed4fd add progress bar to lightmap rendering 2019-01-15 22:25:23 +01:00
9d13087036 fix recurseve mutex on Android 2018-12-15 16:35:37 +01:00
f3f22bdd85 update android project and link issue because previously removed the app_dummy 2018-10-09 13:05:26 +02:00
b4c986d273 update osx, ios and android projects with the new eraser flag on mouse events 2018-10-09 12:39:24 +02:00
dba5eef824 fix android compile, fix windows system info log, implement touch/stylus events on windows 2018-10-08 21:13:44 +02:00
daf3484426 disable ssl in curl on android, implement interactive permission for android 23+ 2018-09-30 23:51:15 +02:00
0ec8435357 implement android import, update android project and build for release 2018-09-30 13:42:17 +02:00
c6f8bf7b9f update Xcode project, fix some warnings, update android icons, ignore unrecognized files in the doc browser 2018-09-22 23:21:39 +02:00
0d3431a9de update android and xcode projects, fix document title and change default resolution to 1024px 2017-11-14 08:45:35 +00:00
283e4e2b5c implement multithreaded rendering with context switch, gl state save/restore, add progress bar ui node, implement stencil texture for brush, implement multithreaded canvas load/save/export pano. Missing multithread in windows. 2017-10-20 09:16:12 +01:00
90ec0b6f7b fix EGL context loss on Android 2017-09-27 20:21:34 +01:00
81a5fb10e3 android: fix directory listing, keyboard show/hide and read chars 2017-08-20 00:51:59 +01:00
51e355d039 fix log thread bug, add clean memory button, fix pinch zoom bug, set android back button to undo 2017-05-12 13:31:56 +01:00
b50011babf added Normal lines mode for perspective aligned lines 2017-05-07 15:25:54 +01:00
3ea3fadc46 complete open/save project including layer names, in layout bring canvas to background and use translucent UI on top, save computation on Android with lazy rendering on events only 2017-05-01 19:35:58 +01:00
c691595767 adding open/save project and changing layout 2017-05-01 17:06:59 +01:00
02ffbf3d77 downgrade Android SDK to use old permission mode because on demand request require Java code 2017-04-30 19:27:45 +01:00
fa49d9ee09 save and restore layers image when context is lost in Android 2017-04-29 21:30:40 +01:00
2e47ccb0c6 destroy all textures on window destruction and restore OpenGL objects when Android resumes the app 2017-04-28 15:06:23 +01:00