53 Commits

Author SHA1 Message Date
TheJoKlLa
f54e6ed98b Added: Default Connection 2022-05-23 00:10:43 +02:00
TheJoKlLa
c39b5bce3d Fix Views List 2022-05-22 23:39:52 +02:00
TheJoKlLa
224891cadb Fixed Reconnection Problem 2022-05-19 17:47:49 +02:00
TheJoKlLa
14552bf929 New API Class is working 2022-05-17 23:23:47 +02:00
TheJoKlLa
ec48a8b993 First working App with new API Class 2022-05-17 15:03:39 +02:00
TheJoKlLa
3cf84220bf Move to new API Class and start debugging 2022-05-17 12:57:32 +02:00
TheJoKlLa
0ee3dc8497 Added more new API Class 2022-05-16 22:41:29 +02:00
TheJoKlLa
4f3521eec3 Start interagtion of new API Class 2022-05-16 16:07:33 +02:00
TheJoKlLa
0d5ad01496 Added: New API Class 2022-05-12 23:08:37 +02:00
TheJoKlLa
bb4a74f8c4 Added more API Service Methods 2022-05-11 15:02:17 +02:00
TheJoKlLa
a9a3f9c545 Changed Git Submodules 2022-05-10 23:50:04 +02:00
TheJoKlLa
ad720e7503 Merge branch 'main' into feature/api_service 2022-05-10 16:21:57 +02:00
TheJoKlLa
2981cbb935 Changed Submodule to main 2022-05-10 16:18:21 +02:00
TheJoKlLa
d452f5cd28 Fixed v0.3 schema submodule 2022-05-10 15:15:24 +02:00
TheJoKlLa
2247eb4fcd Merge branch 'main' into feature/api_service 2022-05-10 14:39:29 +02:00
TheJoKlLa
7516dc061c Started better API Class 2022-05-10 13:35:23 +02:00
TheJoKlLa
05de8cc7c9 Updated API 2022-04-24 21:24:09 +02:00
TheJoKlLa
f70c3596db Changed API 2022-04-21 23:58:03 +02:00
TheJoKlLa
52d6537b4c Updated Packages 2022-04-17 22:57:32 +02:00
TheJoKlLa
45fc0c382e Fixed: v0.3 Changes 2022-03-16 00:37:08 +01:00
TheJoKlLa
2eebf91aab Added: New API Connection 2022-03-12 22:52:28 +01:00
TheJoKlLa
8be154ab7a Add Code for v0.2.2 2022-01-03 21:13:03 +00:00
TheJoKlLa
57c445efb5 Added Authentication Session Agreement 2021-09-22 00:11:18 +02:00
TheJoKlLa
0c5bf80654 More Usebility 2021-09-21 23:59:14 +02:00
TheJoKlLa
78360a2d4c Update API and imported CapnProto Runtime 2021-09-19 21:12:51 +02:00
TheJoKlLa
bc54f708ca Added: Network Security Config
https://devblogs.microsoft.com/xamarin/cleartext-http-android-network-security/
2021-09-19 19:40:00 +02:00
TheJoKlLa
b1220ec384 Changed iOS Build Version 2021-09-18 17:18:24 +02:00
TheJoKlLa
1d9782f7ba Make Solution Buildable 2021-09-11 13:53:40 +02:00
TheJoKlLa
8adc92ea26 Update FabAccessAPI 2021-09-07 23:34:59 +02:00
TheJoKlLa
d895405044 Comment out old API Wrapper Classes 2021-09-07 23:00:48 +02:00
TheJoKlLa
426403c495 Updated NuGet Packages and Submodules 2021-09-07 15:38:12 +02:00
TheJoKlLa
8d6bd2a1e4 Added: IsBusy 2021-03-30 13:33:58 +02:00
TheJoKlLa
2438421c2a Removed CapnProto project and add NuGet Package 2021-02-24 21:25:46 +01:00
TheJoKlLa
acd3a837a9 Fixed: Some Warnings 2021-02-24 20:59:43 +01:00
TheJoKlLa
65ea3ef6e9 Fixed: Android Deadlock from RPC Connection 2021-02-24 19:08:50 +01:00
TheJoKlLa
9bee54f312 Fixed: List Machine and Nuget Packages 2021-02-09 14:19:27 +01:00
TheJoKlLa
d1285a5aa1 Fixed: Remove Compiler Warnings for FabAccessAPI Project from cap'n proto generated Code 2021-01-29 18:15:24 +01:00
TheJoKlLa
2344bb92b9 BackUp 2021-01-23 23:35:29 +01:00
Kai Jan Kriegel
7bb1d8d8a5 improved tests and error handling 2020-12-21 13:44:29 +01:00
Kai Jan Kriegel
7cd285bb85 api lib v0.1 2020-12-19 21:04:17 +01:00
Kai Jan Kriegel
9de2b2739b updated schema to work around code generation bug 2020-11-12 10:26:45 +01:00
Kai Jan Kriegel
6ad2d27659 added stub for an InjectableTcpRpcClient
creating a TcpClient, performing the Handshake and then injecting the stream into the RpcClient could be a viable workaround to the internal stream of the default RpcClient being inaccessible
2020-11-12 10:14:41 +01:00
Kai Jan Kriegel
ad778d174d improved authentication process 2020-11-12 10:14:21 +01:00
Kai Jan Kriegel
d219163f7b added stub class for Permission subsystem 2020-11-12 10:08:36 +01:00
Kai Jan Kriegel
8035f8b1bd implemented Machines interface 2020-11-12 10:08:14 +01:00
Kai Jan Kriegel
a69d76474f stuff 2020-11-07 22:08:40 +01:00
Kai Jan Kriegel
ac7acc9f72 send greeting 2020-10-26 14:35:31 +01:00
Kai Jan Kriegel
3961c25ad4 we need some kind of SASL implementation 2020-10-26 14:35:08 +01:00
Kai Jan Kriegel
da110c9a6b bumped api submodule revision 2020-10-26 14:27:00 +01:00
Kai Jan Kriegel
322e2d78e1 updated schema version 2020-10-19 02:29:57 +02:00