Commit Graph

1767 Commits

Author SHA1 Message Date
ErikrafT c331f116aa
Update index.html 2025-04-07 23:46:01 -03:00
ErikrafT 5ad33fe224
Update index.html 2025-04-07 23:40:48 -03:00
ErikrafT 14571e6c41
Update index.html 2025-04-07 23:36:44 -03:00
ErikrafT 1600385647
Update ui.js 2025-04-07 23:28:41 -03:00
ErikrafT cc156f91bf
Update manifest.json 2025-04-07 23:25:36 -03:00
ErikrafT c72911949e
Update index.html 2025-04-07 23:24:31 -03:00
ErikrafT 990857da39
Update es.json 2025-04-07 23:23:20 -03:00
ErikrafT 60bfe09c34
Update ca.json 2025-04-07 23:22:59 -03:00
ErikrafT 4e8e0d94f4
Update tr.json 2025-04-07 23:22:13 -03:00
ErikrafT f0fd1f6eb2
Update uk.json 2025-04-07 23:21:57 -03:00
ErikrafT 46b74af4ba
Update zh-CN.json 2025-04-07 23:21:44 -03:00
ErikrafT 557789ec65
Update pt-BR.json 2025-04-07 23:21:21 -03:00
ErikrafT 0b241ada2d
Update en.json 2025-04-07 23:20:34 -03:00
ErikrafT ff311261de
Update bug-report.md 2025-04-07 23:19:16 -03:00
ErikrafT 5194ab9ef6
Update README.md 2025-04-07 23:17:53 -03:00
ErikrafT ac06406ff4
Update README.md 2025-04-07 23:16:43 -03:00
ErikrafT 24e559156b
Update README.md 2025-04-07 23:16:04 -03:00
ErikrafT adba87c670
Update index.html 2025-04-07 23:14:13 -03:00
ErikrafT dab200d68d
Update index.html 2025-04-07 23:08:03 -03:00
ErikrafT 1d8c72f43a
Update index.html 2025-04-07 23:01:49 -03:00
ErikrafT 80da3ab954
Update .pairdrop-cli-config.example 2025-04-07 22:59:54 -03:00
ErikrafT 3beea897e8
Update index.html 2025-04-07 22:58:00 -03:00
ErikrafT 50815550e9
Update index.html 2025-04-07 22:54:18 -03:00
schlagmichdoch 31ec776fb3 Only handle requests with the same origin via the service worker 2025-02-25 18:19:38 +01:00
schlagmichdoch 4862ba3067 Increase version to v1.11.2
## Enhancements
- Speed up update process by skipping waiting and claiming currently open pages -> no need to close all tabs in order to get an update anymore
- Update Bluesky icon from square to butterfly
- Update node dependencies

## Fixes
- Prevent service-worker from responding with redirect (fixes #384)
- Fix: switch off twitter button via env var not possible (#388)
- Add missing files to paths that get cached upon sw installation

## Languages
- Translations updates from Hosted Weblate (Japanese)
2025-02-24 20:46:32 +01:00
schlagmichdoch 7639aca84c Update node dependencies 2025-02-24 20:45:12 +01:00
schlagmichdoch 8b8e5b7433
Merge pull request #385 from weblate/weblate-pairdrop-pairdrop-spa
Translations update from Hosted Weblate
2025-02-24 20:34:56 +01:00
Hosted Weblate f6f3db2df9
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)

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: maboroshin <maboroshin@users.noreply.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-24 20:34:40 +01:00
Hosted Weblate abd3a0c47c
Translated using Weblate (Bengali)
Currently translated at 17.4% (29 of 166 strings)

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-24 20:34:40 +01:00
schlagmichdoch 89734e6954
Merge pull request #389 from schlagmichdoch/button-configs
Fix buttons on about page
2025-02-24 20:33:44 +01:00
schlagmichdoch 59bd9265bc
Merge pull request #390 from schlagmichdoch/fix-sw-updates
Fix service worker updates and speed up updates
2025-02-24 20:33:20 +01:00
schlagmichdoch dbd6321fec Speed up update process by skipping waiting and claiming currently open pages -> no need to close all tabs in order to get an update anymore 2025-02-24 20:21:16 +01:00
schlagmichdoch d18e290ad4 Add missing files to paths that get cached upon sw installation 2025-02-24 20:18:53 +01:00
schlagmichdoch d7b68e214e Prevent fetch response and cache update if response is redirected 2025-02-24 20:17:54 +01:00
schlagmichdoch 148eb79ef0 Fix alphabetical sort in supportedLocales 2025-02-24 20:09:00 +01:00
schlagmichdoch 80615c533c Update Bluesky icon from square to butterfly 2025-02-23 19:20:50 +01:00
schlagmichdoch b0b091c4f7 FIX: switch off twitter button via env var not possible (#388) 2025-02-23 19:13:44 +01:00
schlagmichdoch c7b7badb3d Increase version to v1.11.1
## Fixes
- Fix PWA install button on chromium based browsers (#383) (Thanks @realchrislovett)
- Fix wrong file extension on chromium based browsers if mime type is not set (#355)

## Languages
- Translations updates from Hosted Weblate (Japanese)
2025-02-19 12:24:53 +01:00
schlagmichdoch 13e75f525d
Merge pull request #382 from weblate/weblate-pairdrop-pairdrop-spa
Translations update from Hosted Weblate
2025-02-19 12:19:46 +01:00
schlagmichdoch b7c1893ac0
Merge pull request #381 from schlagmichdoch/fix-filename-wo-suffix
WIP:Fix chromium file extension if mime type is not set
2025-02-19 12:17:55 +01:00
Chris Lovett 341fa7fdf0
Restore desktop Chrome PWA button (#383)
* Restore desktop Chrome PWA button with start_url ./
2025-02-19 11:46:00 +01:00
Hosted Weblate aa09da3076
Translated using Weblate (Japanese)
Currently translated at 100.0% (166 of 166 strings)

Co-authored-by: maboroshin <maboroshin@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pairdrop/pairdrop-spa/ja/
Translation: PairDrop/pairdrop-spa
2025-02-18 13:34:01 +01:00
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 ef61cc4dfe Update node dependencies 2025-02-17 13:33:07 +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
schlagmichdoch 83549261f6
Merge pull request #369 from weblate/weblate-pairdrop-pairdrop-spa
Translations update from Hosted Weblate
2025-02-17 11:09:15 +01:00