Chester Doran
3af021dddc
Update maskable icon
2020-12-25 20:42:51 +00:00
Sergio Duran
48e0bcbc6b
Assign a default SDP Semantics
...
I am not really sure if this is the right way or what, but I am
unable to send nor receive files on a Windows 10 computer, but my
other devices (not Windows 10) can use snapdrop just fine.
Using the unified plan SDP Semantics I got snapdrop to work, the
other option is 'plan b', but I don't know much about this.
The following issues might be related to this: #177 #164 #168 #171 #186 #188 #190
This stackoverflow post made me test this:
https://stackoverflow.com/questions/55378987/failed-to-execute-setremotedescription-on-rtcpeerconnection-failed-to-set-r
2020-12-24 16:04:10 -06:00
montelale
e9c8ed447f
Removes old Textarea approach code
2020-12-22 21:24:20 +01:00
montelale
c14c121ba5
Fixes chatting functions for new approach (contenteditable div)
2020-12-22 21:23:10 +01:00
montelale
5467087600
Adds new HTML contenteditable div and relative CSS
2020-12-22 21:08:39 +01:00
RobinLinus
585a3d02fd
Add dark mode transition
2020-12-22 20:35:46 +01:00
RobinLinus
9548bc9d10
Cleanup styles
2020-12-21 06:24:32 +01:00
RobinLinus
68f11f99cf
Cleanup code style
2020-12-21 03:10:43 +01:00
RobinLinus
c71208b1a0
Cleanup manifest and app icons
2020-12-21 03:09:32 +01:00
RobinLinus
4bdead31ba
Cleanup color themes
2020-12-21 00:20:38 +01:00
RobinLinus
fde3d67549
Fix dialogs in darkmode
2020-12-20 22:23:25 +01:00
RobinLinus
14ead247ed
Fix bug in offset
2020-12-20 22:13:22 +01:00
RobinLinus
94b2566685
Change title of darkmode button
2020-12-20 22:10:32 +01:00
RobinLinus
c6fb8899ef
Background animation: offset for large screens / cleanup
2020-12-20 22:08:16 +01:00
RobinLinus
b40c5f2053
Theme cleanup
2020-12-20 22:00:36 +01:00
RobinLinus
3a3d722d59
Merge pull request #178 from fasih/master
...
Dark Mode Supported
2020-12-20 21:55:31 +01:00
RobinLinus
26352be478
"Download all" when receiving multiple files
2020-12-20 21:30:28 +01:00
RobinLinus
2c6ea6e008
Add clipboard.js to cache
2020-12-20 04:54:19 +01:00
RobinLinus
a1eb71a768
Use native clipboard.writeText, Cleanup polyfill
2020-12-20 04:41:16 +01:00
RobinLinus
226f5429bf
Update title of donation button
2020-12-19 22:20:04 +01:00
RobinLinus
0cecd83d80
Link directly to Paypal
2020-12-19 22:07:58 +01:00
RobinLinus
7469086cda
Combine browser name and unique name
2020-12-19 21:05:48 +01:00
Fasih Ahmad Fakhri
026361fd8f
Merge branch 'master' into master
2020-12-16 11:29:23 +05:30
RobinLinus
f3e3f83f3f
Fix sharing link from Android phone
2020-12-16 06:15:25 +01:00
RobinLinus
288be1fa49
Preserve line breaks in text messages
2020-12-16 06:04:58 +01:00
RobinLinus
bb3277652c
Select received text when double-clicking the dialog
2020-12-16 05:55:21 +01:00
RobinLinus
352e0c4ce5
Add title to PeerUI
2020-12-16 05:48:54 +01:00
RobinLinus
9a4b7ffb1a
Fix link hover in receive text dialog
2020-12-16 05:30:57 +01:00
RobinLinus
830367651b
Remove verbose punctuation
2020-12-16 04:53:36 +01:00
RobinLinus
85dedf03ce
Cleanup
2020-12-16 04:18:42 +01:00
RobinLinus
ea9ce95112
Simplify discoverability hint
2020-12-16 03:08:24 +01:00
RobinLinus
b1c001bc0c
Merge pull request #200 from lowewenzel/master
...
Small typo fix on 'Transfering'
2020-12-15 22:22:28 +01:00
RobinLinus
9fe3ab0fac
Merge pull request #198 from Bellisario/patch-2
...
Changed "discover" message - Updated
2020-12-15 22:21:43 +01:00
Wenzel
a1fa992942
Smol typo fix
2020-12-14 19:35:23 -08:00
Bellisario
1d81e93c36
Update index.html
2020-12-13 18:43:52 +01:00
Florian
d886106f22
Fix broken FAQ link
2020-11-04 16:29:08 +01:00
Fasih Ahmad Fakhri
6147e5200b
Dark Mode Supported
2020-10-25 14:38:07 +05:30
child_duckling
03ec4ebdac
Revamped docs (v2)
2020-09-13 17:56:12 -07: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
308aabac32
Remove offline TURN server
2020-07-14 22:55:52 +02:00
RobinLinus
4e4a0ac87e
Add donation button in about page
2020-07-14 22:28:41 +02:00
Paul Szymanski
150fdc8bc1
Change layout of peer name and remove unneccessary text
2020-07-13 23:56:58 +02:00
Paul Szymanski
229df6f3d6
Fix race condition
2020-07-12 19:23:07 +02:00
PaulSzymanski
3d9a185baf
Update service-worker.js
2020-07-12 15:01:42 +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
2349d0b20b
Update service-worker.js
2020-05-19 22:52:27 +02:00
RobinLinus
f21d7a1418
Update service-worker.js
2020-05-19 22:15:27 +02:00
RobinLinus
955cc566db
Fix background animation in new Chrome
2020-05-19 22:14:10 +02:00
RobinLinus
f1ba56b66a
Revert "Enable standalone display mode (PWA)"
2020-03-09 22:55:12 +01:00
RobinLinus
4b9af1a2ff
Merge pull request #95 from myfrom/master
...
Enable standalone display mode (PWA)
2020-03-09 22:51:26 +01: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
myfrom
74ee98a714
Change display mode to standalone
2019-10-31 19:15:37 +01:00
pa7ryk
f418dc26b8
Integrates docker.
2019-06-13 16:47:25 +02:00
RobinLinus
72bb4cba1f
Update service-worker.js
2019-05-20 16:19:47 +02:00
RobinLinus
e28d091ad0
Remove short link
...
Unfortunately the yg.gl domain expired
2019-05-15 17:32:19 +02:00
RobinLinus
d702ae812a
Larger app icons
2019-03-14 23:41:19 +01:00
RobinLinus
c8ec00b345
Cleanup
2019-03-14 21:37:44 +01:00
RobinLinus
027d093472
Hide install button by default
2019-03-14 21:03:07 +01:00
RobinLinus
b8b23cd807
Fix splash screen background color and install title
2019-03-14 20:48:43 +01:00
RobinLinus
3ad1a6e0ef
Rename icon
2019-03-14 20:15:37 +01:00
RobinLinus
ef77ffb534
Customize install prompt behavior
2019-03-14 20:05:25 +01:00
RobinLinus
b788898134
Fix link color in dialog
2019-03-13 03:28:49 +01:00
RobinLinus
9617750aed
Don’t translate text automatically
2019-03-13 02:14:51 +01:00
RobinLinus
aefe142eef
Fix URL when ShareTarget exists
2019-03-13 02:14:03 +01:00
RobinLinus
5b2695a107
Fix share action path
2019-03-13 01:54:42 +01:00
RobinLinus
13243093ae
Add basic ShareTarget handler
2019-03-13 01:48:53 +01:00
RobinLinus
59ec78c520
Update logo_transparent
2019-03-13 01:47:50 +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
819697d697
Cache favicon with ServiceWorker
2019-03-12 23:38:32 +01:00
RobinLinus
c68a7ad987
Show a basic notification when user is offline
2019-03-12 23:37:50 +01:00
RobinLinus
16b64a98cc
Fix images/mstile-150x150.png
2019-03-12 23:02:40 +01:00
RobinLinus
cf9129618b
Remove unnecessary code
2019-02-18 22:19:07 +01:00
JBYoshi
0b743fa091
Fix bug where clients try to re-answer established connections.
2019-02-11 18:54:44 -06:00
RobinLinus
a251483e97
Update styles.css
2019-02-08 02:57:35 +01:00
RobinLinus
a18e06d3c7
Fix bug in info page animation
2018-11-01 01:35:18 +01:00
RobinLinus
9ef6abebc1
Don’t preload blop sound
...
(Service Worker will preload it)
2018-11-01 01:34:53 +01:00
RobinLinus
b502a3821f
Add `rel="noreferrer"` to any external links
2018-10-24 17:45:53 +02: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
17cb706c31
Update manifest.json
2018-10-10 14:35:15 +02:00
RobinLinus
8c582007fa
Fix iOS metatags
2018-10-10 14:17:21 +02:00
RobinLinus
3fa2f9e327
Remove obsolete metatags
2018-10-10 14:11:35 +02:00
RobinLinus
b95e9d019e
Refactor deprecated WebRTC api
2018-10-09 23:00:18 +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
ab52a58fc5
Add logging for ICE failed
2018-09-25 18:58:52 +02:00
RobinLinus
b65dab968e
Add logging for ICE failed
2018-09-25 18:55:47 +02:00
RobinLinus
ca9a5566af
Add logging for ICE failed
2018-09-25 18:53:12 +02:00
RobinLinus
4f8ecf4aac
Fix depricated api
2018-09-25 18:36:56 +02:00
RobinLinus
61351cd022
Fix depricated api
2018-09-25 18:29:35 +02:00
RobinLinus
8f5c0efd3f
Change STUN server
2018-09-25 18:28:30 +02:00
RobinLinus
c04cdad7db
Cleanup
2018-09-22 08:47:40 +02:00
RobinLinus
891859680a
Refactor about page
2018-09-22 05:55:09 +02:00