Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
DOCU Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
Boehrsi committed Feb 26, 2019
1 parent faec153 commit d71354b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
Binary file added documentation/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions documentation/architecture.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
digraph G {
node [
shape = polygon,
sides = 4,
style = filled,
fontname = "Helvetica-Outline"
];
"UI / Widget" -> "BloC"
"BloC" -> "UI / Widget"

"BloC" -> "Plugin"
"BloC" -> "Repository / Data Object"
"Repository / Data Object" -> "BloC"

"Repository / Data Object" -> "Plugin"
"Plugin" -> "Repository / Data Object"
}
Binary file added documentation/communication-app-plugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions documentation/communication-app-plugin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
digraph G {
node [
shape = polygon,
sides = 4,
style = filled,
fontname = "Helvetica-Outline"
];
"OX Talk App (Flutter)" -> "Delta Chat Core Plugin API (Dart)"
"Delta Chat Core Plugin API (Dart)" -> "Delta Chat Core Plugin Native Android API (Java/Kotlin)"
"Delta Chat Core Plugin API (Dart)" -> "Delta Chat Core Plugin Native iOS API (ObjC/Swift)"
"Delta Chat Core Plugin Native Android API (Java/Kotlin)" -> "Delta Chat Core IMAP/SMTP logic (C)"
"Delta Chat Core Plugin Native iOS API (ObjC/Swift)" -> "Delta Chat Core IMAP/SMTP logic (C)"
}

0 comments on commit d71354b

Please sign in to comment.