Commit Graph

  • 73e38af896 Add avieshek to credits on README schlagmichdoch 2023-11-22 00:33:55 +01:00
  • 353a2606b6 Conform icons by making transparent icons cropped version of maskable icons (#201) schlagmichdoch 2023-11-20 22:54:02 +01:00
  • 4db8d09ac8 Change font to Open Sans (#200) schlagmichdoch 2023-11-20 22:40:07 +01:00
  • 80e34bd449 Recreate blue icons without drop shadow and gradient as background schlagmichdoch 2023-11-20 04:05:02 +01:00
  • f27ecf1541 Remove connection-hash from UI for now schlagmichdoch 2023-11-20 03:55:00 +01:00
  • 713929d581 Change document title to "PairDrop | Transfer Files Cross-Platform. No Setup, No Signup." schlagmichdoch 2023-11-20 03:53:43 +01:00
  • e99f841067 Change button and dialog style and add soft gradients to make it more "airy" and give it overall a more modern look; Make dark mode real black; Add overflow shadow to ReceiveText, SendText and EditPairedDevices Dialog schlagmichdoch 2023-11-20 05:23:21 +01:00
  • 9da6b14783 Merge pull request #204 from luyzfernando08/master schlagmichdoch 2023-11-21 02:22:58 +01:00
  • f53832ead1 Increase text input font size to 16px to prevent automatic zooming on iOS devices; Remove spellcheck and autocapitalize prevention and change receive text style schlagmichdoch 2023-11-20 05:27:22 +01:00
  • 1e5bae6c21 add Brazilian Portuguese translate Luiz Fernando 2023-11-16 15:02:13 -03:00
  • 00e7394740 Reduce Scripts needed on start up to reduce critical requests aka speed up initial loading schlagmichdoch 2023-11-11 19:56:23 +01:00
  • bdc8a6b111 Only start loading of deferred assets after UI is ready schlagmichdoch 2023-11-09 04:49:16 +01:00
  • 99332037bf Defer loading of all render-blocking resources until the UI has loaded schlagmichdoch 2023-11-09 03:48:17 +01:00
  • 778d49e84b prevent config from being cached but preserve offline capability schlagmichdoch 2023-11-09 00:25:40 +01:00
  • 9a2227c30f Enable Turkish translation schlagmichdoch 2023-10-31 08:18:23 +01:00
  • 4773a9470d Translated using Weblate (Turkish) Mustafa Açık 2023-10-28 19:25:23 +00:00
  • 175a0e397d prevent Apple devices from fetching non-existent image file GET "/apple-touch-icon-precomposed.png" schlagmichdoch 2023-11-08 20:53:35 +01:00
  • cf55117a61 tidy up code and conform use of setAttribute/removeAttribute schlagmichdoch 2023-11-08 20:36:46 +01:00
  • 55d85ea7fb fix localization of html data attributes schlagmichdoch 2023-11-08 20:34:38 +01:00
  • 3439e7f6d4 Decrease redundancy by changing the way the websocket fallback is included; Adding new env var SIGNALING_SERVER to host client files but use another server for signaling. schlagmichdoch 2023-11-08 20:31:57 +01:00
  • cb72edef20 Modularize server into multiple files schlagmichdoch 2023-11-02 03:17:20 +01:00
  • d9270a5560 Try to beautify code by adding line breaks schlagmichdoch 2023-11-02 02:56:01 +01:00
  • c068a2e329 Fix missing async in Notification class; Fix too many arguments for window.open function schlagmichdoch 2023-11-02 01:31:31 +01:00
  • d388f7e3cd Partly replace _ => with () => globally to conform with Googles JavaScript style guide if no parameters are expected in arrow functions schlagmichdoch 2023-11-02 01:22:41 +01:00
  • d84c7d1f84 Tidy up Javascript files schlagmichdoch 2023-10-31 19:08:20 +01:00
  • cb8d6448f5 Delay loading of saved displayName until after the websocket is open to display "Loading…" until then schlagmichdoch 2023-10-31 18:32:23 +01:00
  • ddeafd1b46 Merge branch 'translate' to add Turkish translation schlagmichdoch 2023-10-31 08:19:07 +01:00
  • f8e7213501 Enable Turkish translation schlagmichdoch 2023-10-31 08:18:23 +01:00
  • 201d30c664 Add new translations to websocket fallback version schlagmichdoch 2023-10-31 08:12:53 +01:00
  • dc1e1625f9 Merge pull request #193 from weblate/weblate-pairdrop-pairdrop-spa schlagmichdoch 2023-10-31 08:11:37 +01:00
  • e24a044bf1 Translated using Weblate (Turkish) Mustafa Açık 2023-10-28 19:25:23 +00:00
  • 1c79290ad6 - add guide to documentation and example files to repository to run coturn alongside PairDrop via Docker Compose - enable TURN over TLS - modified the .gitignore to ignore files with user-data - should fix #105 - partly cherry-picked from #106 schlagmichdoch 2023-10-28 04:23:59 +02:00
  • 750f54301d Conform the use of docker images by implementing the use of environment variables for all options available to Docker images and start node on docker run automatically. schlagmichdoch 2023-10-28 02:17:59 +02:00
  • b4e74c2dd1 fix QR-code background color on light theme schlagmichdoch 2023-10-24 17:57:21 +02:00
  • 86e0d97afb increase version to v1.9.4 v1.9.4 schlagmichdoch 2023-10-23 19:46:20 +02:00
  • 433373bad1 Do not inverse QR-code colors on dark mode to fix readability with some readers and the native camera app on Android (fixes #187) schlagmichdoch 2023-10-23 19:39:33 +02:00
  • 9a7e621af6 fix ws-fallback. Variable that indicates WebRTC support was always false schlagmichdoch 2023-10-13 18:15:55 +02:00
  • 46f33f894b increase version to v1.9.3 v1.9.3 schlagmichdoch 2023-10-20 20:24:53 +02:00
  • 84986e4eef try the generalized version of a language code before resorting to the default language (es-US -> es) schlagmichdoch 2023-10-20 19:27:15 +02:00
  • dd31f375a4 increase version to v1.9.2 v1.9.2 schlagmichdoch 2023-10-20 17:44:58 +02:00
  • 71603fb871 Merge new translations added via Weblate schlagmichdoch 2023-10-20 17:41:28 +02:00
  • 2a599f6448 Add new translations to websocket fallback version schlagmichdoch 2023-10-20 17:41:11 +02:00
  • 9be9398dfa Merge pull request #179 from weblate/weblate-pairdrop-pairdrop-spa schlagmichdoch 2023-10-20 17:36:07 +02:00
  • 881170af06 add forceFetch variable to service-worker.js for development schlagmichdoch 2023-10-20 17:09:11 +02:00
  • 28c7fcd7a2 fix header not showing on snapdrop-android app schlagmichdoch 2023-10-20 16:36:03 +02:00
  • 1ca7a201ee Translated using Weblate (Russian) kek 2023-10-16 12:07:09 +00:00
  • 80892fa6f0 Translated using Weblate (Italian) awashingmachine 2023-10-14 08:06:20 +00:00
  • d1be04f6ec Translated using Weblate (Indonesian) Ian Perdiansah 2023-10-13 18:09:51 +00:00
  • b9d2ff7a2a Translated using Weblate (Romanian) mere 2023-10-15 07:12:50 +00:00
  • 5b2bebcdee fix modes for preload link and fetching request do not match schlagmichdoch 2023-10-13 23:07:35 +02:00
  • 06d00668b8 Increase WebRTC file transfer speed by implementing the bufferamountlow event properly speed-up-webrtc schlagmichdoch 2023-10-13 18:26:58 +02:00
  • 49b749f32b Add speed log to browser console schlagmichdoch 2023-10-13 18:05:51 +02:00
  • 8054794a70 Fix byte size conversion schlagmichdoch 2023-10-12 20:13:40 +02:00
  • 702f0715a2 fix ws-fallback. Variable that indicates WebRTC support was always false schlagmichdoch 2023-10-13 18:15:55 +02:00
  • 13d5c01935 increase version to v1.9.1 v1.9.1 schlagmichdoch 2023-10-13 18:49:19 +02:00
  • 787cd8dab5 Include header buttons installation and edit-paired-devices to evaluation before fading in header schlagmichdoch 2023-10-12 19:02:04 +02:00
  • 2131307fc6 Fix offline capability: Cache first -> fetch from network second. From now on, updates are only possible by increasing cacheVersion schlagmichdoch 2023-10-12 18:57:26 +02:00
  • 0c2b9df8ee Translated using Weblate (Japanese) RintanBroadleaf 2023-10-12 15:44:47 +00:00
  • 1a8bcd1b19 Translated using Weblate (Spanish) gallegonovato 2023-10-12 13:57:13 +00:00
  • 00e919d132 Translated using Weblate (Chinese (Simplified)) Eric 2023-10-12 12:10:36 +00:00
  • 9eeb710deb Translated using Weblate (German) schlagmichdoch 2023-10-12 11:51:42 +00:00
  • 3506524041 Translated using Weblate (English) schlagmichdoch 2023-10-12 11:51:31 +00:00
  • 8eb6e5bfab increase version to v1.9.0 v1.9.0 schlagmichdoch 2023-10-12 13:27:41 +02:00
  • bb1468fa42 Implement click on QR-code to copy room or pair link (#174) schlagmichdoch 2023-10-11 20:19:19 +02:00
  • a32b310bf0 add default English translation file as preload link schlagmichdoch 2023-10-11 23:22:10 +02:00
  • ed2f1b0c61 Speed up initial load while still preventing css layout shift; Tidy up ui.js schlagmichdoch 2023-10-11 23:22:10 +02:00
  • 2578803a78 Fix header button margin on ltr languages schlagmichdoch 2023-10-12 02:53:51 +02:00
  • e367ca9f78 Remove css nesting to support devices with iOS 16.4 and older and other browsers (https://caniuse.com/css-nesting) schlagmichdoch 2023-10-11 19:27:11 +02:00
  • 684fe7142d Make "Connecting..." toast persistent until connection is established schlagmichdoch 2023-10-12 03:39:37 +02:00
  • 4e00e5b358 Add notifications-permissions-error to translations schlagmichdoch 2023-10-11 23:48:25 +02:00
  • ca8a5de47e Bump express-rate-limit from 7.1.0 to 7.1.1 dependabot[bot] 2023-10-09 18:52:40 +00:00
  • ceec9c5f49 Revert incorrect changes when removing all strings from index.html schlagmichdoch 2023-10-11 20:34:26 +02:00
  • 81d85d0cc6 Add title of the send message text field to translations schlagmichdoch 2023-10-11 20:23:41 +02:00
  • cd669b13d9 Fix display name not being editable on some older iOS devices (#163) schlagmichdoch 2023-10-11 18:17:12 +02:00
  • 38a80d2d34 Revert "fix textarea for sending messages is not editable on some iOS devices (#163)" schlagmichdoch 2023-10-11 18:56:07 +02:00
  • d46f57d8ec Add translation files to PWA offline cache (#164) schlagmichdoch 2023-10-11 18:08:51 +02:00
  • f75e6e85b2 Redraw background when language is changed schlagmichdoch 2023-10-11 17:56:40 +02:00
  • 7a299a5c98 Make Set Language Dialog properly scrollable on mobile devices by using the styling of Pair Device and Public Room Dialogs. schlagmichdoch 2023-10-11 17:51:19 +02:00
  • 4854c816a4 Enable Arabic, Dutch, Italian, Japanese and Spanish translations schlagmichdoch 2023-10-11 17:49:49 +02:00
  • 117a4d3eb9 adjustments to add right-to-left language schlagmichdoch 2023-10-05 17:11:16 +02:00
  • 8d0e560b1d Add new translations to websocket fallback version schlagmichdoch 2023-10-06 03:10:32 +02:00
  • 671081b86d Translated using Weblate (Japanese) schlagmichdoch 2023-10-11 14:57:43 +00:00
  • c677ac7ebe Translated using Weblate (Japanese) RintanBroadleaf 2023-10-10 16:56:18 +00:00
  • 4722432209 Translated using Weblate (Italian) awashingmachine 2023-10-09 07:51:46 +00:00
  • 3366fde1fe Added translation using Weblate (Japanese) schlagmichdoch 2023-10-09 14:43:34 +02:00
  • 72071c3780 Translated using Weblate (Italian) awashingmachine 2023-10-09 06:22:59 +00:00
  • b0265efa03 Translated using Weblate (French) Éric Gaspar 2023-10-08 11:33:25 +00:00
  • 97100ac051 Translated using Weblate (Chinese (Simplified)) AkkoYK 2023-10-08 04:07:03 +00:00
  • 1cce04664e Added translation using Weblate (Italian) schlagmichdoch 2023-10-08 22:40:14 +02:00
  • aadda018a1 Translated using Weblate (Dutch) Arne Cuperus 2023-10-05 16:57:04 +00:00
  • 32aa74c1c8 Translated using Weblate (Arabic) schlagmichdoch 2023-10-06 15:45:23 +00:00
  • 414048e8a1 Translated using Weblate (Indonesian) Ian Perdiansah 2023-10-06 17:32:01 +00:00
  • 9d173d7a2c Translated using Weblate (Indonesian) schlagmichdoch 2023-10-06 15:37:23 +00:00
  • 9c2a076f2b Translated using Weblate (Romanian) schlagmichdoch 2023-10-06 15:40:20 +00:00
  • 67f6580d70 Translated using Weblate (Russian) kek 2023-10-06 17:07:40 +00:00
  • 52e6ae9134 Translated using Weblate (German) schlagmichdoch 2023-10-06 14:53:37 +00:00
  • e9664bed76 Translated using Weblate (Dutch) Arne Cuperus 2023-10-05 16:51:05 +00:00
  • 5b408bc6a0 Translated using Weblate (Spanish) schlagmichdoch 2023-10-05 13:36:33 +00:00
  • b9476975dc Translated using Weblate (Dutch) schlagmichdoch 2023-10-05 14:28:49 +00:00
  • efd0b6f34f Translated using Weblate (Dutch) Arne Cuperus 2023-10-05 16:11:04 +00:00