Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New module lnjscheme #387

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d6cfb90
ANDROID: additional error checking on JNI an more
0-8-15 Nov 2, 2020
844b369
LNjSCHEME: new module lnjscheme - call any Androi API without JNI
0-8-15 Nov 2, 2020
f7f67e5
ANDROID: actually use the new file information
0-8-15 Nov 2, 2020
f6dae46
CORE: log exceptions with context (#388)
0-8-15 Nov 4, 2020
9b3d9e3
GLCORE: Performance optimizations (#385)
0-8-15 Nov 7, 2020
0527fb9
CAMERA: use FileProvider on Android to read and write data (#380)
peterlew Nov 7, 2020
eabcc49
LN_CORE: Fix implicit declaration of function 'getpid' for ios
mgorges Nov 8, 2020
fc59681
ANDROID: Add support to switch content view to Java and back #386
0-8-15 Nov 9, 2020
7312d92
ANDROID: change sys_appdir to use getFilesDir() #386
0-8-15 Nov 9, 2020
c2585dc
ANDROID: Additional error checking on JNI #386
0-8-15 Nov 9, 2020
7561c9a
ANDROID: ReleaseStringUTFChars doesn't allow NULL as final arg
mgorges Nov 9, 2020
cbea39a
LN_GLCORE Fix bug introduced in 9b3d9e3 when using multiple colors
mgorges Nov 13, 2020
1f656d1
SERIAL: Change Android methods calls as needed per c2585dc
mgorges Nov 13, 2020
5b3e1ad
ANDROID: additional error checking on JNI an more
0-8-15 Nov 2, 2020
4aeb1cc
LNjSCHEME: new module lnjscheme - call any Androi API without JNI
0-8-15 Nov 2, 2020
da5726b
ANDROID: actually use the new file information
0-8-15 Nov 2, 2020
d689216
LNjScheme: better integration with eventloop
0-8-15 Nov 4, 2020
9a370ca
Merge branch 'pr-module-lnjscheme' of github.com:0-8-15/lambdanative …
0-8-15 Nov 19, 2020
d842fa8
ANDROID: moved setContentView to after permissions
peterlew Nov 19, 2020
5789272
lnjscheme: incorporate upstream changes
0-8-15 Nov 20, 2020
6b9d3dc
DEMO: use of lnjscheme and webview
0-8-15 Nov 20, 2020
2c70a6c
ANDROID: better code position
0-8-15 Nov 11, 2020
4c46e18
JNI: be careful to free local references
0-8-15 Nov 22, 2020
84b221e
JNI: conservative coding
0-8-15 Nov 23, 2020
93485a1
ANDROID: make mGLView static and initialization once only
0-8-15 Nov 23, 2020
5dfe4cc
LNjSCHEME: revert change breaking things
0-8-15 Nov 23, 2020
138c742
Revert "LNjSCHEME: revert change breaking things"
0-8-15 Nov 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Thumbs.db
tmp.*
*.core
*.o
*.class
*.jar
*.o2
*.a
*.old*
*.bak*
*.org*
*.orig*
xx_*
SETUP
Expand Down
1 change: 1 addition & 0 deletions LNCONFIG.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#define EVENT_DEBUG 64

#define EVENT_JSCM_RESULT 126
#define EVENT_INIT 127
#define EVENT_TERMINATE 128

Expand Down
1 change: 0 additions & 1 deletion apps/DemoAndroidLNjScheme/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions apps/DemoAndroidLNjScheme/ANDROID_c_additions

This file was deleted.

151 changes: 0 additions & 151 deletions apps/DemoAndroidLNjScheme/ANDROID_java_activityadditions

This file was deleted.

2 changes: 1 addition & 1 deletion apps/DemoAndroidLNjScheme/MODULES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eventloop ln_glgui uiform
eventloop ln_glgui lnjscheme webview uiform
2 changes: 1 addition & 1 deletion apps/DemoAndroidLNjScheme/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
1.1
Binary file removed apps/DemoAndroidLNjScheme/android_jars/LNjScheme.jar
Binary file not shown.
110 changes: 0 additions & 110 deletions apps/DemoAndroidLNjScheme/lnjscheme.scm

This file was deleted.

Loading