This website requires JavaScript.
e75385a69b
fix typos
master
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 10:08:04 +02:00
f5030c55c5
update README.md
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 10:06:48 +02:00
2718864b5c
add README.md
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 10:04:56 +02:00
61cbd7fe74
Merge branch 'ConnectionController'
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 09:15:02 +02:00
c00e4c6a01
merge master
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 09:07:54 +02:00
125c908ef8
remove test code, add logo svg, add screenshots
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 08:39:48 +02:00
ebaf831be7
set encryption keys
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 16:22:38 +02:00
1daaa52c36
Cleanup / Comments
SCM6WE
2021-09-23 16:03:12 +02:00
ba4d0b619e
ChatMessages on THEEEEEEEEEEEEEEE RIGHT
Patrick Hellebrand
2021-09-23 16:24:41 +02:00
31ffe86f04
remove unused variables
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 15:46:13 +02:00
fd5cb984e2
dont open new chat window if client is already in list
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 15:18:57 +02:00
f55c4a2b70
delete chat only on explicit button press, not on disconnect, dialog opening fixed
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 14:50:35 +02:00
ac67ff38c6
Message Alignment First Try
Patrick Hellebrand
2021-09-23 16:05:20 +02:00
5c4b4373d6
Added Themes + Toggle
Patrick Hellebrand
2021-09-23 15:31:30 +02:00
4c0413e7d8
removed ability to send empty messages
Patrick Hellebrand
2021-09-23 14:54:25 +02:00
5ce1316245
load chatlogs on newly created chat
SCM6WE
2021-09-23 14:32:22 +02:00
c3daaf8b00
Added method to delete userspeciffic logs.
SCM6WE
2021-09-23 14:26:35 +02:00
9141efd55a
Propper file manager with encryption of files
SCM6WE
2021-09-23 14:07:07 +02:00
179ce2b1bb
Dark Theme, added styling for messages
Patrick Hellebrand
2021-09-23 14:36:21 +02:00
59d4827965
removed test code for username reactivitiy
Patrick Hellebrand
2021-09-23 14:04:39 +02:00
0d76ec30e2
only open dialog if there are no popups already open
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 13:29:04 +02:00
a8a07f44c3
brgin of encryption
SCM6WE
2021-09-23 13:33:03 +02:00
3cf0197672
stuff
SCM6WE
2021-09-23 12:55:31 +02:00
43d8b2919c
Username change now dirty reactive in ui
Patrick Hellebrand
2021-09-23 14:02:42 +02:00
7286b211bf
tested build and deploy via apppackage, fixed typo in IP.cs
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 12:40:57 +02:00
c00a7ff379
Chats now only try to connect, if they are opened
Patrick Hellebrand
2021-09-23 12:53:57 +02:00
b12d3f3f4f
quick
SCM6WE
2021-09-23 11:29:54 +02:00
e27141e013
fix connection establishment when loading files
SCM6WE
2021-09-23 11:09:43 +02:00
a953d34122
Removed timeStamp from SendMessage, added param Timestamp to savechat()
Patrick Hellebrand
2021-09-23 11:30:09 +02:00
eeea238398
Saving and loading but still has error(Pls fix)
SCM6WE
2021-09-23 10:50:40 +02:00
7e5883d761
Added BoardcastMessage, Username Changed event via Broadcast, remove json parsing from ChatMessage
Patrick Hellebrand
2021-09-23 10:56:10 +02:00
fb098db63d
fix ip in intial packet (send own ip, not foreign)
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:52:54 +02:00
1b3d133657
allow deletion of chats which are not started by me
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:41:56 +02:00
e1ea49bf71
stop connection if we are already connected
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:12:03 +02:00
92bc795aff
Added OnIncomingMessages (for loading messages from json array)
Patrick Hellebrand
2021-09-23 10:21:55 +02:00
55bd72b467
retry working, radiobuttons now triggering on every click, deleteChat Button working
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 08:41:22 +02:00
ea81547540
ConnectionFailedDialog -> Dialog for Success and Error Messages with heading, message and buttons/actions
Patrick Hellebrand
2021-09-23 08:59:22 +02:00
e2de9f5917
add retry logic on disconnect, silently delete chat if disconnected after connect was succesfull
Felix Hartmann (PEA3-Fe-FI)
2021-09-22 15:51:53 +02:00
6f2c442e94
small fix for correct ip display
Patrick Hellebrand
2021-09-22 16:21:40 +02:00
b42a2f9728
Fixed json formatting in SendMessage
Patrick Hellebrand
2021-09-22 15:50:19 +02:00
05e3e9e0c4
Added our default ip address, added ip as param to onMessage
Patrick Hellebrand
2021-09-22 15:14:25 +02:00
e6e5bee4ef
add outgoing connections to dict
Felix Hartmann (PEA3-Fe-FI)
2021-09-22 14:28:43 +02:00
0f305a216e
SendMessage is now Json
Patrick Hellebrand
2021-09-22 14:57:36 +02:00
7135486810
add initial packet, close socket on disconnect, move server start to Controller.cs
Felix Hartmann (PEA3-Fe-FI)
2021-09-22 13:58:55 +02:00
0ef2158859
remove test code, add logo svg, add screenshots
Felix Hartmann (PEA3-Fe-FI)
2021-09-24 08:39:48 +02:00
badbaf0b40
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 16:24:51 +02:00
072e12d427
ChatMessages on THEEEEEEEEEEEEEEE RIGHT
Patrick Hellebrand
2021-09-23 16:24:41 +02:00
f0d785cb13
set encryption keys
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 16:22:38 +02:00
0ca78d7861
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
SCM6WE
2021-09-23 16:07:50 +02:00
323f4d5b5b
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
SCM6WE
2021-09-23 16:07:33 +02:00
3b4ca6caa3
Merged Theming with AsyncDialogs
Patrick Hellebrand
2021-09-23 16:06:55 +02:00
0a1ff66e38
Message Alignment First Try
Patrick Hellebrand
2021-09-23 16:05:20 +02:00
88e5d3a329
Cleanup / Comments
SCM6WE
2021-09-23 16:03:12 +02:00
a5dd048f07
remove unused variables
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 15:46:13 +02:00
de2d135fdf
Added Themes + Toggle
Patrick Hellebrand
2021-09-23 15:31:30 +02:00
8e17ffa978
dont open new chat window if client is already in list
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 15:18:57 +02:00
15679951bc
removed ability to send empty messages
Patrick Hellebrand
2021-09-23 14:54:25 +02:00
4e60fd2bdb
delete chat only on explicit button press, not on disconnect, dialog opening fixed
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 14:50:35 +02:00
7a273f7fdc
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 14:36:27 +02:00
34a3179492
Dark Theme, added styling for messages
Patrick Hellebrand
2021-09-23 14:36:21 +02:00
154f79667c
load chatlogs on newly created chat
SCM6WE
2021-09-23 14:32:22 +02:00
2ec9ffb30f
Added method to delete userspeciffic logs.
SCM6WE
2021-09-23 14:26:35 +02:00
ebabd8036d
Propper file manager with encryption of files
SCM6WE
2021-09-23 14:07:07 +02:00
e5cbd58829
removed test code for username reactivitiy
Patrick Hellebrand
2021-09-23 14:04:39 +02:00
61e0d5699e
merge reactive username with encode
Patrick Hellebrand
2021-09-23 14:03:29 +02:00
3cce36ee21
Username change now dirty reactive in ui
Patrick Hellebrand
2021-09-23 14:02:42 +02:00
94fe39a159
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
SCM6WE
2021-09-23 13:33:58 +02:00
665d289d3a
brgin of encryption
SCM6WE
2021-09-23 13:33:03 +02:00
f07793bb93
only open dialog if there are no popups already open
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 13:29:04 +02:00
866fa2600b
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
SCM6WE
2021-09-23 12:57:00 +02:00
be4eada18a
stuff
SCM6WE
2021-09-23 12:55:31 +02:00
e313f7bde7
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 12:54:06 +02:00
924676bee6
Chats now only try to connect, if they are opened
Patrick Hellebrand
2021-09-23 12:53:57 +02:00
512648d907
tested build and deploy via apppackage, fixed typo in IP.cs
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 12:40:57 +02:00
3a90f26262
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 11:30:15 +02:00
8121a8dbfd
Removed timeStamp from SendMessage, added param Timestamp to savechat()
Patrick Hellebrand
2021-09-23 11:30:09 +02:00
59630cc137
quick
SCM6WE
2021-09-23 11:29:54 +02:00
51ada88313
merge
SCM6WE
2021-09-23 11:09:58 +02:00
766a8171f0
fix connection establishment when loading files
SCM6WE
2021-09-23 11:09:43 +02:00
54266e52ec
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 10:56:21 +02:00
871ed22956
Added BoardcastMessage, Username Changed event via Broadcast, remove json parsing from ChatMessage
Patrick Hellebrand
2021-09-23 10:56:10 +02:00
89059491c9
Saving and loading but still has error(Pls fix)
SCM6WE
2021-09-23 10:50:40 +02:00
f2b0af08c5
Merged controller Dialog Heading
Patrick Hellebrand
2021-09-23 10:22:49 +02:00
69d5327c75
Added OnIncomingMessages (for loading messages from json array)
Patrick Hellebrand
2021-09-23 10:21:55 +02:00
c22987d86f
fix ip in intial packet (send own ip, not foreign)
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:52:54 +02:00
cd26ac11c3
allow deletion of chats which are not started by me
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:41:56 +02:00
92939c8230
stop connection if we are already connected
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 09:12:03 +02:00
43b78014ca
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-23 08:59:33 +02:00
44ef2f4cd2
ConnectionFailedDialog -> Dialog for Success and Error Messages with heading, message and buttons/actions
Patrick Hellebrand
2021-09-23 08:59:22 +02:00
52422072a6
retry working, radiobuttons now triggering on every click, deleteChat Button working
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 08:41:22 +02:00
2b6d871a30
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-22 16:21:53 +02:00
8dab2af627
small fix for correct ip display
Patrick Hellebrand
2021-09-22 16:21:40 +02:00
99dad406ea
add retry logic on disconnect, silently delete chat if disconnected after connect was succesfull
Felix Hartmann (PEA3-Fe-FI)
2021-09-22 15:51:53 +02:00
957644b841
Fixed json formatting in SendMessage
Patrick Hellebrand
2021-09-22 15:50:19 +02:00
ee7af3c984
Added our default ip address, added ip as param to onMessage
Patrick Hellebrand
2021-09-22 15:14:25 +02:00
6ea5050b43
Merge branch 'ConnectionController' of https://sourcecode.socialcoding.bosch.com/scm/~hpl2fe/polychat into ConnectionController
Patrick Hellebrand
2021-09-22 14:57:47 +02:00
3b2b75df53
SendMessage is now Json
Patrick Hellebrand
2021-09-22 14:57:36 +02:00
cadb1e5eca
add outgoing connections to dict
Felix Hartmann (PEA3-Fe-FI)
2021-09-22 14:28:43 +02:00
d25063bd87
Merged
Patrick Hellebrand
2021-09-22 14:10:50 +02:00
0c5579198f
Removed Old Models, extended ChatMessage to json
Patrick Hellebrand
2021-09-22 14:09:26 +02:00