Commit Graph

688 Commits

Author SHA1 Message Date
schlagmichdoch 547038c9bc Fix file name display if no file extension is present 2025-02-17 19:32:54 +01:00
schlagmichdoch a39d8cdc84 Fix chromium filename by defaulting mime to "application/octet-stream" 2025-02-17 19:20:17 +01:00
schlagmichdoch b3c61f4baf Increase version to v1.11.0
## Enhancements
- Make PWA standalone (#264)
- Bring back background animation after performance optimization (#285)
- Add support for Safari 11-15 (#358)
- Update Twitter icon and URL to (X) (Thanks @realchrislovett)
- Update node dependencies

## Fixes
- Fix pasting of files on background to invoke share-mode and make it available on Firefox (#370)
- Fix padding issue on EditPairedDevicesDialog and Base64Dialog
- Fix hydration of URLs into links in received messages that have exclamation marks in path

## Languages
- Translations updates from Hosted Weblate (Basque, Norwegian Bokmål)
2025-02-17 13:50:15 +01:00
schlagmichdoch fa992498fb Revert "Prevent background animation from being cut on devices with a notch"
This reverts commit 09e4e5d289.
2025-02-17 13:15:51 +01:00
schlagmichdoch 800d492da5 Fix animation color on older webkit/blink based browsers 2025-02-17 12:36:49 +01:00
schlagmichdoch b8a973f037 Fix background animation size on 4k screens and decrease base opacity 2025-02-17 11:52:07 +01:00
Hosted Weblate 9f4309c866
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Tobbz <thetobbz@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/nb_NO/
Translation: PairDrop/pairdrop-spa
2025-02-17 11:08:40 +01:00
Hosted Weblate 43ce64d68a
Translated using Weblate (Bengali)
Currently translated at 1.2% (2 of 166 strings)

Added translation using Weblate (Bengali)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Saif Mahmud <saifmahmud366@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/bn/
Translation: PairDrop/pairdrop-spa
2025-02-17 11:08:39 +01:00
Hosted Weblate 61caa43ce9
Translated using Weblate (Basque)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: xabirequejo <xabi.rn@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/eu/
Translation: PairDrop/pairdrop-spa
2025-02-17 11:08:38 +01:00
schlagmichdoch 3240921207 Merge branch 'master' into bring_back_animation 2025-02-17 11:04:58 +01:00
schlagmichdoch 3c7042da6d
Merge pull request #375 from schlagmichdoch/fix-bugs-1.11
Fix bugs for 1.11
2025-02-17 10:56:25 +01:00
schlagmichdoch 09e4e5d289 Prevent background animation from being cut on devices with a notch 2025-02-16 23:47:35 +01:00
schlagmichdoch ec0012ecd1 Speed up animation slightly 2025-02-16 23:43:50 +01:00
schlagmichdoch 8eea54f8dd Make sure older webkit/blink based browsers are able to render opacity of circles 2025-02-16 23:43:50 +01:00
schlagmichdoch ae68ede3f3 Put worker and libraries in subfolders 2025-02-16 23:43:50 +01:00
schlagmichdoch 16523843bd Use OffscreenCanvas on supported browsers to offload canvas drawing to a service worker thread 2025-02-16 23:43:41 +01:00
schlagmichdoch 829d63deda
Merge pull request #377 from realchrislovett/twit
Updated Twitter (X) icon and URL
2025-02-16 19:44:22 +01:00
schlagmichdoch f0e7250617 Use time based approach to smoothen reduced framerate 2025-02-16 00:52:34 +01:00
schlagmichdoch 8a3c60d3a6 Bring back optimized background animation 2025-02-14 20:54:15 +01:00
schlagmichdoch e2f0ca6e45 Fix links in messages cut if ! in path; make regex more readable 2025-02-14 19:13:39 +01:00
Chris Lovett 27a61d589b
Remove bar at top of screen on iOS
On iOS, when the app runs as a PWA without this line, there will be a bar at the top of the screen. Implementing this setting will make for a more seamless UI on iOS, as documented below.

https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html
2025-02-14 12:05:38 -05:00
Chris Lovett 02c95dde9d
Updated Twitter (X) icon and URL 2025-02-14 10:17:10 -05:00
schlagmichdoch dabfe58124 Fix word-break of base64zip button on mobile 2025-02-14 15:47:17 +01:00
schlagmichdoch 82b329fea8 Fix padding of auto-accept instruction 2025-02-14 15:36:35 +01:00
schlagmichdoch 8a833cd69d Make PWA standalone 2025-02-13 20:07:38 +01:00
schlagmichdoch 629328c2f6 Use css instead of JS to detect offset on high viewports 2025-02-13 20:07:25 +01:00
schlagmichdoch efc360e106 Remove text selection prevention to enable pasting for Firefox users 2025-02-13 12:54:17 +01:00
schlagmichdoch 351e7d42c9 Fix share mode by converting FileList to Array 2025-02-13 12:54:17 +01:00
schlagmichdoch ec520248b8 Remove duplicate instruction 2025-02-13 12:54:17 +01:00
schlagmichdoch f7fe303fa7 Fix background css for clients iOS < 13.1 2025-02-13 11:39:10 +01:00
schlagmichdoch 940da7948c Stop usage of public class fields in order to support Safari 13.1 2025-02-13 10:24:27 +01:00
schlagmichdoch 44c0f3dbaa Check for BroadcastChannel availability before instantiating it 2025-02-11 16:02:24 +01:00
schlagmichdoch 659b53b5fa Increase version to v1.10.11
## Enhancements
- Prevent referrer in created links in message

## Fixes
- Prevent wrong `start_url` when installing PairDrop PWA from sub path (#329)
- Hotfix: Disable thumbnail creation for HEIC/HEIF files until PR #350 is merged (hotfix for #336)

## Languages
- New Language Bulgarian
- New Language Estonian
- New Language Basque
- New Language Persian
- New Language Norwegian Nynorsk
- New Language Slovak
- New Language Tamil
- New Language Hant Script
- New Language Korean
- Translations updates from Hosted Weblate (Indonesian, Arabic, Italian, Czech, Japanese, Ukrainian, Russian, German, Portuguese (Brazil))
2025-02-11 14:52:44 +01:00
schlagmichdoch 8f8708c5fb Fix loading of default/backup translations 2025-02-11 14:33:32 +01:00
schlagmichdoch 43c071b37f Enable Bulgarian, Estonian, Basque, Persian, Norwegian Nynorsk, Slovak, Tamil, Hant Script, and Korean translations 2025-02-11 12:14:58 +01:00
schlagmichdoch bd9c7a4554 Add html `lang` and `dir` attributes to language buttons 2025-02-11 12:11:31 +01:00
schlagmichdoch 25f2bc2285 Merge branch 'master' into translate 2025-02-11 11:11:59 +01:00
schlagmichdoch a0f88ed492 Hotfix: Prevent converting HEIC images until PR #350 is fixed 2025-02-11 11:10:01 +01:00
Hosted Weblate 5f4b77bb8f
Translated using Weblate (Kabyle)
Currently translated at 17.4% (29 of 166 strings)

Added translation using Weblate (Kabyle)

Co-authored-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/kab/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate e3e37a6b77
Translated using Weblate (Slovak)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Slovak)

Currently translated at 95.1% (158 of 166 strings)

Translated using Weblate (Slovak)

Currently translated at 81.3% (135 of 166 strings)

Translated using Weblate (Slovak)

Currently translated at 18.6% (31 of 166 strings)

Added translation using Weblate (Slovak)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kuko <kuko7@protonmail.ch>
Co-authored-by: Martin Sojka <msojka05@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/sk/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 7067aceafe
Translated using Weblate (Korean)
Currently translated at 99.3% (165 of 166 strings)

Translated using Weblate (Korean)

Currently translated at 14.4% (24 of 166 strings)

Co-authored-by: Alanimdeo <alan@imdeo.kr>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kim Tae Kyeong <kim@taekyeong.me>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ko/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 84b3c7d68b
Translated using Weblate (Finnish)
Currently translated at 9.6% (16 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jaakko Rantamäki <rantamaki@live.fi>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fi/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 25da925064
Translated using Weblate (Persian)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Persian)

Currently translated at 21.0% (35 of 166 strings)

Added translation using Weblate (Persian)

Co-authored-by: Alireza Rashidi <alirezarashidigoorabi@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mostafa Ahangarha <ahangarha@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fa/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 74dd692826
Translated using Weblate (Norwegian Nynorsk)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Norwegian Nynorsk)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Snubletunge <kjell.forde@live.no>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/nn/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate bf8b248a05
Translated using Weblate (Indonesian)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Adrien N <adriennathaniel1999@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/id/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 12180c4343
Translated using Weblate (Arabic)
Currently translated at 99.3% (165 of 166 strings)

Co-authored-by: ElAccWeblate <sishio@uf.edu.pl>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ar/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate eecdee7381
Translated using Weblate (Italian)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ilbebino <tommasobellandi08@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/it/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate dab259ca2b
Translated using Weblate (Czech)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Petr L <petrlev@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/cs/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:39 +01:00
Hosted Weblate 182d72fade
Translated using Weblate (Japanese)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: mottcha <89951503+mottcha@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ja/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 58585f7006
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/uk/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate b97cd116a9
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Bulgarian)

Currently translated at 17.4% (29 of 166 strings)

Added translation using Weblate (Bulgarian)

Co-authored-by: Emil Petrakiev <emilpetrakiev10.10@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: psydex <psydex@duck.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/bg/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 81b240bfc8
Translated using Weblate (Russian)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Russian)

Currently translated at 98.7% (164 of 166 strings)

Translated using Weblate (Russian)

Currently translated at 97.5% (162 of 166 strings)

Co-authored-by: AL <mehov+weblate@msn.com>
Co-authored-by: Andrii Solianyk <asolianik2015@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: sebulba <tapiset475@cpaurl.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ru/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 1b967e40d2
Translated using Weblate (Estonian)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Estonian)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Madis Otenurm <robotkoer@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/et/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate f9a9287893
Translated using Weblate (Basque)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Basque)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: xabirequejo <xabi.rn@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/eu/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 7931f64148
Translated using Weblate (German)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/de/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 4a83ad57dd
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Willian John <villianjohns@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/pt_BR/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate b73d7637a1
Translated using Weblate (Chinese (Traditional Han script, Hong Kong))
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Arcoon <251958034@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/zh_Hant_HK/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate b9f436b940
Translated using Weblate (Tamil)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Tamil)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ta/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
Hosted Weblate 5cb15642c4
Translated using Weblate (Thai)
Currently translated at 48.7% (81 of 166 strings)

Translated using Weblate (Thai)

Currently translated at 42.1% (70 of 166 strings)

Added translation using Weblate (Thai)

Co-authored-by: Ekaphong Tangtrakul <ekaphong.ta@gmail.com>
Co-authored-by: Ekaphong Tangtrakul <ekaphong@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nongpao <teera.auto.2548@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/th/
Translation: PairDrop/pairdrop-spa
2025-02-08 10:02:38 +01:00
schlagmichdoch 957ca39f90 Remove start_url and scope to prevent wrong URL when installing PWA (fixes #329) 2024-11-11 18:39:37 +01:00
schlagmichdoch 40379acc6c
Add rel="noreferrer" to created links in received messages 2024-08-31 00:55:18 +02:00
schlagmichdoch 3e502a76d0 Increase version to v1.10.10
## Enhancements
- Make displayName field more intuitive by hiding the placeholder when it is focussed (#319)

## Fixes
- Fixes substring error on server (#308)

## Languages
- New Language Czech
- New Language Ukrainian
- Translations update from Hosted Weblate (Indonesian)
2024-08-17 16:04:08 +02:00
schlagmichdoch 08af4670ee Enable Czech and Ukrainian translations 2024-08-17 15:58:46 +02:00
Hosted Weblate 2e088b8434
Translated using Weblate (Indonesian)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ian Perdiansah <ianperdiansah05@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/id/
Translation: PairDrop/pairdrop-spa
2024-08-16 14:06:28 +00:00
Hosted Weblate 31e3b4304c
Translated using Weblate (Czech)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ladislav Vlach <vlach.ladislav@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/cs/
Translation: PairDrop/pairdrop-spa
2024-08-16 14:06:28 +00:00
Hosted Weblate d73e5666b9
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Ukrainian)

Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/uk/
Translation: PairDrop/pairdrop-spa
2024-08-16 14:06:27 +00:00
schlagmichdoch 13f7d36da0 Increase contrast between default badge and text 2024-08-07 20:52:10 +02:00
schlagmichdoch 1549ff48c9 Remove selection from text if displayname is blurred 2024-08-07 20:15:38 +02:00
schlagmichdoch 9f4d99c8db Prevent edited displayname from flickering on page load by changing loading order 2024-08-07 15:27:40 +02:00
schlagmichdoch 563c8dd8a8 Remove redundant placeholder which is added back when page is localized. 2024-08-07 15:27:40 +02:00
schlagmichdoch 43c346894d Make displayName field more intuitive by collapsing it when focussed and empty. (fixes #319) 2024-08-07 15:27:39 +02:00
schlagmichdoch b0711de5b9 Increase version to v1.10.9
## Fixes
- Updated Node.js dependencies

## Languages
- New Language Belarusian
- New Language Danish
- New Language Hebrew
- Translations update from Hosted Weblate (French, Japanese, Turkish, Russian)
2024-07-01 18:56:51 +02:00
schlagmichdoch 5dd36da962 Enable Belarusian, Danish, and Hebrew translations 2024-07-01 18:47:26 +02:00
Hosted Weblate 5625cb0ca6
Translated using Weblate (Korean)
Currently translated at 13.2% (22 of 166 strings)

Added translation using Weblate (Korean)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 뉴윈연구소 <oswincount@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ko/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate 74e5e2286f
Translated using Weblate (French)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Czech)

Currently translated at 3.0% (5 of 166 strings)

Added translation using Weblate (Czech)

Translated using Weblate (Catalan)

Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Guillaume Dorce <polynux.dev@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Netleak <netleak@zendovo.eu>
Co-authored-by: gmassipg <gerardmassipgil@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ca/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/cs/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fr/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate 1a254765fe
Translated using Weblate (Hebrew)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Liraz Shalom <liraz747.sh@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/he/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate 27a698c762
Translated using Weblate (French)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Czech)

Currently translated at 3.0% (5 of 166 strings)

Added translation using Weblate (Czech)

Translated using Weblate (Catalan)

Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Guillaume Dorce <polynux.dev@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Netleak <netleak@zendovo.eu>
Co-authored-by: gmassipg <gerardmassipgil@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ca/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/cs/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fr/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate 971917bc77
Translated using Weblate (French)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Czech)

Currently translated at 3.0% (5 of 166 strings)

Added translation using Weblate (Czech)

Translated using Weblate (Catalan)

Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Guillaume Dorce <polynux.dev@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Netleak <netleak@zendovo.eu>
Co-authored-by: gmassipg <gerardmassipgil@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ca/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/cs/
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fr/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate 1eefd4720f
Translated using Weblate (Japanese)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Japanese)

Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: mottcha <89951503+mottcha@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ja/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:01 +02:00
Hosted Weblate ff92e606ff
Translated using Weblate (Belarusian)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Belarusian)

Currently translated at 56.6% (94 of 166 strings)

Added translation using Weblate (Belarusian)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Troja <d.iwowi.b@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/be/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:00 +02:00
Hosted Weblate e53e4adcdf
Translated using Weblate (Russian)
Currently translated at 88.5% (147 of 166 strings)

Co-authored-by: Ed Asriyan <webslate.org@asriyan.me>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ru/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:00 +02:00
Hosted Weblate fda19dc819
Translated using Weblate (Danish)
Currently translated at 99.3% (165 of 166 strings)

Added translation using Weblate (Danish)

Co-authored-by: Halfdan <gamerhalfdan@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/da/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:00 +02:00
Hosted Weblate 78d9ba45d3
Translated using Weblate (Turkish)
Currently translated at 0.0% (0 of 166 strings)

Translated using Weblate (Turkish)

Currently translated at 82.5% (137 of 166 strings)

Co-authored-by: Enhar Ukalo <uenhar@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/tr/
Translation: PairDrop/pairdrop-spa
2024-07-01 18:33:00 +02:00
schlagmichdoch 80a5c0efdb Increase version to v1.10.8
## Fixes
- Received message empty when loaded from queue (#288)

## Languages
- New Language Hungarian
- New Language Polish
- New Language Traditional Chinese
- Translations update from Hosted Weblate (Portuguese (Brazil), Russian, Japanese, Arabic, Indonesian, Dutch, French)
2024-04-18 16:30:33 +02:00
schlagmichdoch c8484ab104 Enable Hungarian, Polish, and Traditional Chinese Translations 2024-04-18 16:16:36 +02:00
schlagmichdoch 05827b12ca Rename new Chinese translation files to match their browser language strings 2024-04-17 21:34:19 +02:00
Hosted Weblate 5e79ef0d9f
Added translation using Weblate (Yue (Traditional))
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org>
2024-04-17 20:56:08 +02:00
Hosted Weblate add361c284
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Chinese (Traditional))

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: hugoalh <hugoalh@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/zh_Hant/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate fd0c32faad
Added translation using Weblate (Finnish)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Unknowwed <unknowwed202@gmail.com>
2024-04-17 20:56:08 +02:00
Hosted Weblate f0cfb4833d
Translated using Weblate (French)
Currently translated at 98.7% (164 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Thumuss <42680097+Thumuss@users.noreply.github.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/fr/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 46b6b38ad5
Translated using Weblate (Dutch)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: Arne Cuperus <cuperusarne@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/nl/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 3cc2ab99b5
Translated using Weblate (Indonesian)
Currently translated at 93.9% (156 of 166 strings)

Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/id/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 61861df99e
Translated using Weblate (Arabic)
Currently translated at 83.7% (139 of 166 strings)

Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ar/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 6330f09486
Translated using Weblate (Polish)
Currently translated at 100.0% (166 of 166 strings)

Added translation using Weblate (Polish)

Co-authored-by: Ash Mad <ash729@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/pl/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate e07255398f
Added translation using Weblate (Hebrew)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
2024-04-17 20:56:08 +02:00
Hosted Weblate cce97a6496
Translated using Weblate (Hungarian)
Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Hungarian)

Currently translated at 100.0% (166 of 166 strings)

Translated using Weblate (Hungarian)

Currently translated at 47.5% (79 of 166 strings)

Added translation using Weblate (Hungarian)

Co-authored-by: Balázs Szeles <zutvas@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/hu/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 9c98bc3e9b
Translated using Weblate (Japanese)
Currently translated at 98.1% (163 of 166 strings)

Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ja/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 63717aae82
Translated using Weblate (Russian)
Currently translated at 87.3% (145 of 166 strings)

Translated using Weblate (Russian)

Currently translated at 87.3% (145 of 166 strings)

Co-authored-by: Drako 1 <caesarrulezzz@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ru/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
Hosted Weblate 08aa1e62a4
Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.9% (161 of 166 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.9% (161 of 166 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Richard Willian <eliteplayer000@gmail.com>
Co-authored-by: schlagmichdoch <sonnig-02.hieven@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/pt_BR/
Translation: PairDrop/pairdrop-spa
2024-04-17 20:56:08 +02:00
schlagmichdoch 35f47d9063 Fix inner text being cleared when viewing next received text from queue + prevent skipping of queue entry when timing is bad by checking for existing timeout
Co-authored-by: klmkyo <mail@mklimek.dev>
2024-04-17 20:38:33 +02:00