This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Implement basic FFI bindings for Jason API #194
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # .github/workflows/ci.yml # Makefile # jason/flutter/.gitignore # jason/flutter/README.md # jason/flutter/android/.gitignore # jason/flutter/android/build.gradle # jason/flutter/android/gradle.properties # jason/flutter/android/src/main/AndroidManifest.xml # jason/flutter/example/.gitignore # jason/flutter/example/android/.gitignore # jason/flutter/example/android/app/build.gradle # jason/flutter/example/android/app/src/debug/AndroidManifest.xml # jason/flutter/example/android/app/src/main/AndroidManifest.xml # jason/flutter/example/android/app/src/main/res/drawable-v21/launch_background.xml # jason/flutter/example/android/app/src/main/res/drawable/launch_background.xml # jason/flutter/example/android/app/src/main/res/values-night/styles.xml # jason/flutter/example/android/app/src/main/res/values/styles.xml # jason/flutter/example/android/app/src/profile/AndroidManifest.xml # jason/flutter/example/android/build.gradle # jason/flutter/example/android/gradle.properties # jason/flutter/example/android/settings.gradle # jason/flutter/example/integration_test/jason.dart # jason/flutter/example/lib/main.dart # jason/flutter/example/pubspec.yaml # jason/flutter/lib/jason.dart # jason/flutter/pubspec.yaml # jason/jason-dummy/Cargo.toml # jason/jason-dummy/src/lib.rs
alexlapa
added
feature
New feature or request
k::api
Related to API (application interface)
platform::android
Specific to Android platform
labels
Apr 20, 2021
alexlapa
changed the title
Implement basic FFI bindings for Jason API
Draft: Implement basic FFI bindings for Jason API
Apr 20, 2021
FCM:
|
К ревью:
Ну и в принципе этот PR является work in progress. Некоторые моменты могут быть пересмотрены, доку пока писать смысла нет. |
tyranron
approved these changes
Apr 20, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexlapa I think in next PRs we should move stuff to medea-jason
crate instead of jason-dummy
, and cooking stuff right there. With documention, inlining and other conventions.
jason/flutter/android/src/main/kotlin/com/instrumentisto/jason/JasonPlugin.kt
Outdated
Show resolved
Hide resolved
tyranron
changed the title
Draft: Implement basic FFI bindings for Jason API
Implement basic FFI bindings for Jason API
Apr 20, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature
New feature or request
k::api
Related to API (application interface)
k::design
Related to overall design and/or architecture
platform::android
Specific to Android platform
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #182
Synopsis
Начинаем создавать Дартовские обертки для обьектов внешнего интерфейса Jason'а и FFI уровень в dummy-jason.
Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed