memri
api
api.swift +7 -0
control
renderers
generalEditor
GeneralEditor.swift +98 -0
GeneralEditorRow.swift +91 -0
GeneralEditorView.swift +103 -0
renderer
Renderers.swift +145 -11
Application.swift +4 -0
model
Cache.swift +1 -0
model.swift +30 -4
schema.swift +27 -0
view
action
ActionName.swift +7 -0
Views.swift +1 -82
AppDelegate.swift +1 -1
memri.xcodeproj
project.pbxproj +90 -30
memriTests
data
notes
note.0x01.json +0 -0
note.0x02.json +0 -0
note.0x03.json +0 -0
note.0x04.json +0 -0
note.0x05.json +0 -0
persons
person.0x01.json +13 -0
person.0x02.json +12 -0
person.0x03.json +12 -0
default_navigation.json +5 -0
default_sessions.json +6 -1
named_views.json +11 -0
persons_from_server.json +41 -0
views_from_server.json +171 -4
view
SessionTest.swift +1 -1
+ 7
- 0
@@ -167,11 +167,18 @@ public class PodAPI {
+ 98
- 0
+ 91
- 0
+ 103
- 0
@@ -14,13 +14,15 @@ public class Renderers {
@@ -62,10 +64,12 @@ public class RenderConfigs: Object, Codable {
@@ -75,6 +79,10 @@ public class RenderConfigs: Object, Codable {
@@ -83,6 +91,7 @@ public class RenderConfigs: Object, Codable {
@@ -113,23 +122,29 @@ public class RenderConfig: Object, Codable {
@@ -164,16 +179,135 @@ public class RenderConfig: Object, Codable {