schlagmichdoch
947e088aeb
move files for node only implementation
2022-12-23 05:32:34 +01:00
schlagmichdoch
72f3bb0e7c
fix small bugs - working version with turn server of relay.metered.ca
2022-12-23 03:28:39 +01:00
schlagmichdoch
89cba33ff2
Merge remote-tracking branch 'fork/master' into add_device_pairing
2022-12-22 23:57:01 +01:00
schlagmichdoch
e5a2c6326e
fix problem of multiple creation of PeerUI when peer has joined mutliple times without successfully creating a p2p connection
2022-12-22 23:06:43 +01:00
schlagmichdoch
640266f660
only show Peer when p2p channel is opened to prevent sending without open channel -> Improve stability
2022-11-17 18:24:01 +01:00
Haocen
9543c47900
Use Events class for handling visibilitychange
2022-09-13 08:34:44 -04:00
Haocen
529be8c55e
QoL: Native notification improvements
...
Only send native notification when document is not visible, clear notifications when document become visible.
2022-09-13 01:35:05 -04:00
MoPaMo
36c9289280
remove whitespace
2021-06-16 15:26:49 +02:00
MoPaMo
f71b025db6
close text modal on escape press
2021-06-16 07:15:03 +02:00
MoPaMo
8809ea6667
add event listener to textbox
2021-06-16 07:13:19 +02:00
dewanhimanshu
a593ef1a6e
file preview feature added
2021-06-02 22:26:08 +05:30
Bellisario
545a5e00cd
Updated ui.js
2021-01-19 13:12:48 +01:00
RobinLinus
0115c6a4de
Run animation until peer joins ( Fix #213 )
2021-01-16 21:58:59 +01:00
Yash Joshi
6e4e791ebc
fix: typo in function name
2021-01-11 11:10:51 +05:30
RobinLinus
6a5ad0f1fb
Multiline messages support ( Fix #223 )
2020-12-28 20:21:50 +01:00
montelale
c14c121ba5
Fixes chatting functions for new approach (contenteditable div)
2020-12-22 21:23:10 +01:00
RobinLinus
14ead247ed
Fix bug in offset
2020-12-20 22:13:22 +01:00
RobinLinus
c6fb8899ef
Background animation: offset for large screens / cleanup
2020-12-20 22:08:16 +01:00
RobinLinus
26352be478
"Download all" when receiving multiple files
2020-12-20 21:30:28 +01:00
RobinLinus
a1eb71a768
Use native clipboard.writeText, Cleanup polyfill
2020-12-20 04:41:16 +01:00
RobinLinus
7469086cda
Combine browser name and unique name
2020-12-19 21:05:48 +01:00
RobinLinus
f3e3f83f3f
Fix sharing link from Android phone
2020-12-16 06:15:25 +01:00
RobinLinus
352e0c4ce5
Add title to PeerUI
2020-12-16 05:48:54 +01:00
RobinLinus
85dedf03ce
Cleanup
2020-12-16 04:18:42 +01:00
Will Stott
97121c438a
Don't setProgress during file selection when file drop doesn't do that.
2020-08-12 15:19:33 +02:00
Paul Szymanski
229df6f3d6
Fix race condition
2020-07-12 19:23:07 +02:00
Paul Szymanski
695d00bd97
Change unique name layout
2020-07-12 14:52:26 +02:00
Mrigank Krishan
e7c484f428
show displayName on UI
2020-07-12 14:52:26 +02:00
Mrigank Krishan
0c7abfbf1d
generate unique peer names
...
use unique-names-generator to generate peer names instead of relying on
UA. This prevents confusion when there are multiple clients on the network
with same UA.
2020-07-12 14:52:26 +02:00
RobinLinus
955cc566db
Fix background animation in new Chrome
2020-05-19 22:14:10 +02:00
RobinLinus
7120a74f97
Update ui.js
2020-03-09 22:49:59 +01:00
RobinLinus
097c3c3f50
Update ui.js
2020-03-09 22:47:35 +01:00
RobinLinus
3be3be6926
Update ui.js
2020-03-09 22:40:57 +01:00
CJ
5efd9a3bba
Paste image content from the clipboard
...
This allows someone to take a screen capture and send it to a peer without having to save it as a file. This only works if only one peer is connected as I wasn't sure what the UI flow should be if there are multiple peers. If nothing else, maybe this can be used to implement the full flow for multiple peers. =]
2020-03-03 09:15:32 -05:00
RobinLinus
c8ec00b345
Cleanup
2019-03-14 21:37:44 +01:00
RobinLinus
b8b23cd807
Fix splash screen background color and install title
2019-03-14 20:48:43 +01:00
RobinLinus
ef77ffb534
Customize install prompt behavior
2019-03-14 20:05:25 +01:00
RobinLinus
aefe142eef
Fix URL when ShareTarget exists
2019-03-13 02:14:03 +01:00
RobinLinus
13243093ae
Add basic ShareTarget handler
2019-03-13 01:48:53 +01:00
RobinLinus
aea121ca93
Cleanup
2019-03-13 01:21:44 +01:00
RobinLinus
82de30525b
Add Timeout to automatically close Notifications
2019-03-13 00:08:37 +01:00
RobinLinus
c68a7ad987
Show a basic notification when user is offline
2019-03-12 23:37:50 +01:00
RobinLinus
2cd1798b15
Add ServiceWorker implementation
2018-10-24 17:43:50 +02:00
RobinLinus
73c7430883
Fix multiple bugs on iOS
...
- receive multiple files
- display videos correctly
2018-10-11 01:42:20 +02:00
RobinLinus
eee098e723
Don’t use ServiceWorker on iOS
2018-10-11 00:08:07 +02:00
RobinLinus
29a755c555
Fix iOS 12 download bug
2018-10-09 15:45:31 +02:00
RobinLinus
e9e8d6336b
Refactor and cleanup
2018-10-09 15:45:07 +02:00
RobinLinus
04415ef28f
Cleanup
2018-09-22 04:44:17 +02:00
RobinLinus
52bd7692e9
Notifications Android & Desktop
2018-09-21 23:19:54 +02:00
RobinLinus
f537b96213
Notifications
2018-09-21 22:32:39 +02:00