You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/web/index.html

119 lines
3.8 KiB
HTML

6 years ago
<!DOCTYPE html>
<html>
6 years ago
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">
6 years ago
<meta charset="UTF-8">
6 years ago
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<!-- #Pangea -->
<!-- <meta name="description" content="The cutest messenger in the Matrix network."> -->
<meta name="description" content="Learn a language while texting your friends.">
<!-- Pangea# -->
6 years ago
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
6 years ago
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2 years ago
<!-- #Pangea -->
<!-- <meta name="apple-mobile-web-app-title" content="FluffyChat"> -->
<meta name="apple-mobile-web-app-title" content="Pangea Chat" />
<!-- Pangea# -->
6 years ago
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />
2 years ago
<!-- #Pangea -->
<!-- <title>FluffyChat</title> -->
<title>Pangea Chat</title>
<script src="splash/splash.js"></script>
<!-- Pangea# -->
6 years ago
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" type="text/css" href="splash/style.css">
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
</head>
<body>
<script>
window.addEventListener('load', function (ev) {
Fluffychat merge (#2055) * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * Translated using Weblate (Italian) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Czech) Currently translated at 77.5% (540 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * build: Bump version to v1.24.0 * fix: Only try again load mxc image on io exception * fix: swipe_to_action upgrade to 0.3.0 Fixes #1415 * Update Mastodon Link in README.md * feat: Swipe to next or previous image in image viewer * chore: Follow up image viewer swipe * chore: Follow up image viewer * chore: Follow up imageviewer * chore: Follow up image viewer * chore: Try out new matrix dart sdk * build: Update matrix dart sdk * fix: Do not leave old room if join new room failed * feat: Display file description on all file events * chore: Show close icon for device verification warning * feat: Prevent sending messages if other party has no encryption keys * chore: Follow up other party has no keys * build: Update flutter to 3.27.2 * chore: Update matrix dart sdk * chore: Update lastEvent after redaction * chore: Follow up reply color * chore: Follow up colors reply * chore: Follow up snackbar theme * build: Update Flutter Version * chore: Design adjustments * chore: Adjust emoji picker design * chore: Follow up emoji picker design * chore: Follow up design * chore: adjust design * chore: Adjust colors * build: Update matrix dart sdk * fix: Textfields in dialogs on iOS * chore: UX Feedback when selecting files needs some time * chore: Do only show fileDescription if filename is not null * chore: Follow up format * refactor: Improve sso login UX on web * refactor: New html rendering * refactor: Switch to ubuntu font * refactor: Remove unused class * chore: Design adjustments * chore: Follow up html rendering * chore: Follow up html rendering * chore: Adjust share scaffold dialog design * chore: Better connection status indicator * chore: Follow up connection status * chore: Follow up sync status * chore: Slightly adjust welcome screen * chore: Adjust button icon colors * chore: Follow up connection status * chore: Add start to ordered list * chore: Follow up html lists * chore: Follow up html rendering * chore: Add tooltip to links in html * chore: Add explanation for PlayStore Safety Standards * chore: Use UbuntuMono * feat: Pick share keys with * chore: Adjust design * chore: Add medium font * chore: Follow up title spacing * chore: Follow up colors * chore: Adjust design of adaptive dialogs * chore: Follow up colors * chore: Follow up colors * chore: Design follow up * chore: Follow up colors * feat: Display all push rules and allow to enable disable them * feat: Inspect and delete push rules * Translated using Weblate (Italian) Currently translated at 99.8% (695 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Arabic) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/ * Translated using Weblate (Slovak) Currently translated at 29.3% (205 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 86.5% (604 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Galician) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 88.1% (615 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 91.8% (641 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ * Translated using Weblate (Estonian) Currently translated at 99.4% (694 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Korean) Currently translated at 98.8% (690 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 99.2% (696 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Galician) Currently translated at 99.8% (700 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Korean) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Irish) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * Translated using Weblate (Latvian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * chore: Adjust navrail design * chore: Follow up push rules * chore: Follow up push rule settings * feat: Select share keys with property in security settings * feat: Use dynamic gradient for chat bubbles * chore: follow up chat bubble colors * chore: Follow up message bubble colors * fix: Image search rendering problem * chore: Follow up bubble color * chore: Message bubble color follow up * chore: Follow up bubble color * chore: Follow up message bubble color * chore: Follow up linebreak formatting * chore: Follow up code blocks * build: Update to flutter 3.27.4 * docs: Fix snap store icon * refactor: Display navigationrail in settings page * build: Add locale config for android * build: Fix ios debug build * Translated using Weblate (German) Currently translated at 99.5% (702 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (German) Currently translated at 94.6% (713 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 95.0% (716 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 92.8% (699 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Latvian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Estonian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Catalan) Currently translated at 99.8% (758 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ca/ * Translated using Weblate (Latvian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Korean) Currently translated at 92.8% (705 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Irish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * chore: Follow up linebreaks in html rendering * chore: Follow up html rendering br tag * Translated using Weblate (Ukrainian) Currently translated at 92.0% (699 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ * Translated using Weblate (Galician) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ * Translated using Weblate (Ukrainian) Currently translated at 93.5% (710 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * refactor: Update arb file types * build: Upgrade gradle * refactor: Follow up fix types in localization files * build: Automerge weblate PRs * build: Follow up auto merge weblate * build: Update PAT * build: Update weblate auto merge * build: Add missing permissions * build: Update weblate auto merge * build: remove weblate auto merge * Translated using Weblate (German) Currently translated at 94.0% (714 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Ukrainian) Currently translated at 93.8% (712 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * build: Update flutter web uild * chore: Follow up connection status header * build: Switch to flutter_shortcuts_new * refactor: Remove broken callkeep implementation * refactor: Migrate uni_links to app_links * refactor: Migrate to maintained badge package * build: Update flutter_olm to 2.0.0 * build: Update native-imaging * chore: Remove gradle workaround * build: Update dependencies for flutter * build: Update dependencies to remove more flutter android v1 references * build: Update gradle version * refactor: Switch to maintained qr code package * chore: Make login with matrix id more prominent again * build: Update fcm_shared_isolate * build: Update native_imaging * build: Add changelog for v1.25.0 * Translated using Weblate (French) Currently translated at 84.4% (641 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 84.5% (642 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 86.6% (658 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * build: Use correct flutter version in snapcraft * build: Detect flutter path better * build: Update snapcraft * build: Follow up snapcraft build * build: Install flutter via git in snapcraft * chore: Follow up typo * fix: Request notification permissions on iOS before getToken * chore: Follow up request iOS permissions * Revert "chore: Follow up request iOS permissions" This reverts commit 2625e89a33421ba189dd96cd84bb7a2311a5e1b9. * chore: Combine mimetype types in send file dialog logic * build: Update flutter to 3.29.0 * Revert "build: Update flutter to 3.29.0" * fix: Crash in settings when using MAS * build: Fix build tailwindcss for website * fix pubspec * update index.html * generated * fluffychat merge * update matrix SDK * generated * fix message bubble background color * generated --------- Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org> Co-authored-by: Erin <erin@erindesu.cz> Co-authored-by: Christian <christian-pauly@posteo.de> Co-authored-by: Krille-chan <christian-kussowski@posteo.de> Co-authored-by: Krille <c.kussowski@famedly.com> Co-authored-by: EpicKiwi <me@epickiwi.fr> Co-authored-by: Christian Tietze <me@christiantietze.de> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Co-authored-by: Jelv <post@jelv.nl> Co-authored-by: josé m <correoxm@disroot.org> Co-authored-by: 玖然 <noctiro@gmail.com> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: xabirequejo <xabi.rn@gmail.com> Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: kdh8219 <kdh8219@monamo.dev> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Jana <j.kussowski@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: fadelkon <fadelkon@posteo.net> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Alfredo Sola <alfredo@sola.es> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Antonin Del Fabbro <message@antonin.one> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 months ago
{{flutter_js}}
{{flutter_build_config}}
_flutter.loader.load({
2 years ago
// #Pangea
Fluffychat merge (#2055) * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * Translated using Weblate (Italian) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Czech) Currently translated at 77.5% (540 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * build: Bump version to v1.24.0 * fix: Only try again load mxc image on io exception * fix: swipe_to_action upgrade to 0.3.0 Fixes #1415 * Update Mastodon Link in README.md * feat: Swipe to next or previous image in image viewer * chore: Follow up image viewer swipe * chore: Follow up image viewer * chore: Follow up imageviewer * chore: Follow up image viewer * chore: Try out new matrix dart sdk * build: Update matrix dart sdk * fix: Do not leave old room if join new room failed * feat: Display file description on all file events * chore: Show close icon for device verification warning * feat: Prevent sending messages if other party has no encryption keys * chore: Follow up other party has no keys * build: Update flutter to 3.27.2 * chore: Update matrix dart sdk * chore: Update lastEvent after redaction * chore: Follow up reply color * chore: Follow up colors reply * chore: Follow up snackbar theme * build: Update Flutter Version * chore: Design adjustments * chore: Adjust emoji picker design * chore: Follow up emoji picker design * chore: Follow up design * chore: adjust design * chore: Adjust colors * build: Update matrix dart sdk * fix: Textfields in dialogs on iOS * chore: UX Feedback when selecting files needs some time * chore: Do only show fileDescription if filename is not null * chore: Follow up format * refactor: Improve sso login UX on web * refactor: New html rendering * refactor: Switch to ubuntu font * refactor: Remove unused class * chore: Design adjustments * chore: Follow up html rendering * chore: Follow up html rendering * chore: Adjust share scaffold dialog design * chore: Better connection status indicator * chore: Follow up connection status * chore: Follow up sync status * chore: Slightly adjust welcome screen * chore: Adjust button icon colors * chore: Follow up connection status * chore: Add start to ordered list * chore: Follow up html lists * chore: Follow up html rendering * chore: Add tooltip to links in html * chore: Add explanation for PlayStore Safety Standards * chore: Use UbuntuMono * feat: Pick share keys with * chore: Adjust design * chore: Add medium font * chore: Follow up title spacing * chore: Follow up colors * chore: Adjust design of adaptive dialogs * chore: Follow up colors * chore: Follow up colors * chore: Design follow up * chore: Follow up colors * feat: Display all push rules and allow to enable disable them * feat: Inspect and delete push rules * Translated using Weblate (Italian) Currently translated at 99.8% (695 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Arabic) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/ * Translated using Weblate (Slovak) Currently translated at 29.3% (205 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 86.5% (604 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Galician) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 88.1% (615 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 91.8% (641 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ * Translated using Weblate (Estonian) Currently translated at 99.4% (694 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Korean) Currently translated at 98.8% (690 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 99.2% (696 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Galician) Currently translated at 99.8% (700 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Korean) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Irish) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * Translated using Weblate (Latvian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * chore: Adjust navrail design * chore: Follow up push rules * chore: Follow up push rule settings * feat: Select share keys with property in security settings * feat: Use dynamic gradient for chat bubbles * chore: follow up chat bubble colors * chore: Follow up message bubble colors * fix: Image search rendering problem * chore: Follow up bubble color * chore: Message bubble color follow up * chore: Follow up bubble color * chore: Follow up message bubble color * chore: Follow up linebreak formatting * chore: Follow up code blocks * build: Update to flutter 3.27.4 * docs: Fix snap store icon * refactor: Display navigationrail in settings page * build: Add locale config for android * build: Fix ios debug build * Translated using Weblate (German) Currently translated at 99.5% (702 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (German) Currently translated at 94.6% (713 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 95.0% (716 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 92.8% (699 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Latvian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Estonian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Catalan) Currently translated at 99.8% (758 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ca/ * Translated using Weblate (Latvian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Korean) Currently translated at 92.8% (705 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Irish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * chore: Follow up linebreaks in html rendering * chore: Follow up html rendering br tag * Translated using Weblate (Ukrainian) Currently translated at 92.0% (699 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ * Translated using Weblate (Galician) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ * Translated using Weblate (Ukrainian) Currently translated at 93.5% (710 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * refactor: Update arb file types * build: Upgrade gradle * refactor: Follow up fix types in localization files * build: Automerge weblate PRs * build: Follow up auto merge weblate * build: Update PAT * build: Update weblate auto merge * build: Add missing permissions * build: Update weblate auto merge * build: remove weblate auto merge * Translated using Weblate (German) Currently translated at 94.0% (714 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Ukrainian) Currently translated at 93.8% (712 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * build: Update flutter web uild * chore: Follow up connection status header * build: Switch to flutter_shortcuts_new * refactor: Remove broken callkeep implementation * refactor: Migrate uni_links to app_links * refactor: Migrate to maintained badge package * build: Update flutter_olm to 2.0.0 * build: Update native-imaging * chore: Remove gradle workaround * build: Update dependencies for flutter * build: Update dependencies to remove more flutter android v1 references * build: Update gradle version * refactor: Switch to maintained qr code package * chore: Make login with matrix id more prominent again * build: Update fcm_shared_isolate * build: Update native_imaging * build: Add changelog for v1.25.0 * Translated using Weblate (French) Currently translated at 84.4% (641 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 84.5% (642 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 86.6% (658 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * build: Use correct flutter version in snapcraft * build: Detect flutter path better * build: Update snapcraft * build: Follow up snapcraft build * build: Install flutter via git in snapcraft * chore: Follow up typo * fix: Request notification permissions on iOS before getToken * chore: Follow up request iOS permissions * Revert "chore: Follow up request iOS permissions" This reverts commit 2625e89a33421ba189dd96cd84bb7a2311a5e1b9. * chore: Combine mimetype types in send file dialog logic * build: Update flutter to 3.29.0 * Revert "build: Update flutter to 3.29.0" * fix: Crash in settings when using MAS * build: Fix build tailwindcss for website * fix pubspec * update index.html * generated * fluffychat merge * update matrix SDK * generated * fix message bubble background color * generated --------- Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org> Co-authored-by: Erin <erin@erindesu.cz> Co-authored-by: Christian <christian-pauly@posteo.de> Co-authored-by: Krille-chan <christian-kussowski@posteo.de> Co-authored-by: Krille <c.kussowski@famedly.com> Co-authored-by: EpicKiwi <me@epickiwi.fr> Co-authored-by: Christian Tietze <me@christiantietze.de> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Co-authored-by: Jelv <post@jelv.nl> Co-authored-by: josé m <correoxm@disroot.org> Co-authored-by: 玖然 <noctiro@gmail.com> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: xabirequejo <xabi.rn@gmail.com> Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: kdh8219 <kdh8219@monamo.dev> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Jana <j.kussowski@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: fadelkon <fadelkon@posteo.net> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Alfredo Sola <alfredo@sola.es> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Antonin Del Fabbro <message@antonin.one> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 months ago
entrypointUrl: "main.dart.js?v=" + {{flutter_service_worker_version}},
2 years ago
// Pangea#
serviceWorker: {
Fluffychat merge (#2055) * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * Translated using Weblate (Italian) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Czech) Currently translated at 77.5% (540 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * build: Bump version to v1.24.0 * fix: Only try again load mxc image on io exception * fix: swipe_to_action upgrade to 0.3.0 Fixes #1415 * Update Mastodon Link in README.md * feat: Swipe to next or previous image in image viewer * chore: Follow up image viewer swipe * chore: Follow up image viewer * chore: Follow up imageviewer * chore: Follow up image viewer * chore: Try out new matrix dart sdk * build: Update matrix dart sdk * fix: Do not leave old room if join new room failed * feat: Display file description on all file events * chore: Show close icon for device verification warning * feat: Prevent sending messages if other party has no encryption keys * chore: Follow up other party has no keys * build: Update flutter to 3.27.2 * chore: Update matrix dart sdk * chore: Update lastEvent after redaction * chore: Follow up reply color * chore: Follow up colors reply * chore: Follow up snackbar theme * build: Update Flutter Version * chore: Design adjustments * chore: Adjust emoji picker design * chore: Follow up emoji picker design * chore: Follow up design * chore: adjust design * chore: Adjust colors * build: Update matrix dart sdk * fix: Textfields in dialogs on iOS * chore: UX Feedback when selecting files needs some time * chore: Do only show fileDescription if filename is not null * chore: Follow up format * refactor: Improve sso login UX on web * refactor: New html rendering * refactor: Switch to ubuntu font * refactor: Remove unused class * chore: Design adjustments * chore: Follow up html rendering * chore: Follow up html rendering * chore: Adjust share scaffold dialog design * chore: Better connection status indicator * chore: Follow up connection status * chore: Follow up sync status * chore: Slightly adjust welcome screen * chore: Adjust button icon colors * chore: Follow up connection status * chore: Add start to ordered list * chore: Follow up html lists * chore: Follow up html rendering * chore: Add tooltip to links in html * chore: Add explanation for PlayStore Safety Standards * chore: Use UbuntuMono * feat: Pick share keys with * chore: Adjust design * chore: Add medium font * chore: Follow up title spacing * chore: Follow up colors * chore: Adjust design of adaptive dialogs * chore: Follow up colors * chore: Follow up colors * chore: Design follow up * chore: Follow up colors * feat: Display all push rules and allow to enable disable them * feat: Inspect and delete push rules * Translated using Weblate (Italian) Currently translated at 99.8% (695 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Arabic) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/ * Translated using Weblate (Slovak) Currently translated at 29.3% (205 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 86.5% (604 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Galician) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 88.1% (615 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 91.8% (641 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ * Translated using Weblate (Estonian) Currently translated at 99.4% (694 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Korean) Currently translated at 98.8% (690 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 99.2% (696 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Galician) Currently translated at 99.8% (700 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Korean) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Irish) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * Translated using Weblate (Latvian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * chore: Adjust navrail design * chore: Follow up push rules * chore: Follow up push rule settings * feat: Select share keys with property in security settings * feat: Use dynamic gradient for chat bubbles * chore: follow up chat bubble colors * chore: Follow up message bubble colors * fix: Image search rendering problem * chore: Follow up bubble color * chore: Message bubble color follow up * chore: Follow up bubble color * chore: Follow up message bubble color * chore: Follow up linebreak formatting * chore: Follow up code blocks * build: Update to flutter 3.27.4 * docs: Fix snap store icon * refactor: Display navigationrail in settings page * build: Add locale config for android * build: Fix ios debug build * Translated using Weblate (German) Currently translated at 99.5% (702 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (German) Currently translated at 94.6% (713 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 95.0% (716 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 92.8% (699 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Latvian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Estonian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Catalan) Currently translated at 99.8% (758 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ca/ * Translated using Weblate (Latvian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Korean) Currently translated at 92.8% (705 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Irish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * chore: Follow up linebreaks in html rendering * chore: Follow up html rendering br tag * Translated using Weblate (Ukrainian) Currently translated at 92.0% (699 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ * Translated using Weblate (Galician) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ * Translated using Weblate (Ukrainian) Currently translated at 93.5% (710 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * refactor: Update arb file types * build: Upgrade gradle * refactor: Follow up fix types in localization files * build: Automerge weblate PRs * build: Follow up auto merge weblate * build: Update PAT * build: Update weblate auto merge * build: Add missing permissions * build: Update weblate auto merge * build: remove weblate auto merge * Translated using Weblate (German) Currently translated at 94.0% (714 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Ukrainian) Currently translated at 93.8% (712 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * build: Update flutter web uild * chore: Follow up connection status header * build: Switch to flutter_shortcuts_new * refactor: Remove broken callkeep implementation * refactor: Migrate uni_links to app_links * refactor: Migrate to maintained badge package * build: Update flutter_olm to 2.0.0 * build: Update native-imaging * chore: Remove gradle workaround * build: Update dependencies for flutter * build: Update dependencies to remove more flutter android v1 references * build: Update gradle version * refactor: Switch to maintained qr code package * chore: Make login with matrix id more prominent again * build: Update fcm_shared_isolate * build: Update native_imaging * build: Add changelog for v1.25.0 * Translated using Weblate (French) Currently translated at 84.4% (641 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 84.5% (642 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 86.6% (658 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * build: Use correct flutter version in snapcraft * build: Detect flutter path better * build: Update snapcraft * build: Follow up snapcraft build * build: Install flutter via git in snapcraft * chore: Follow up typo * fix: Request notification permissions on iOS before getToken * chore: Follow up request iOS permissions * Revert "chore: Follow up request iOS permissions" This reverts commit 2625e89a33421ba189dd96cd84bb7a2311a5e1b9. * chore: Combine mimetype types in send file dialog logic * build: Update flutter to 3.29.0 * Revert "build: Update flutter to 3.29.0" * fix: Crash in settings when using MAS * build: Fix build tailwindcss for website * fix pubspec * update index.html * generated * fluffychat merge * update matrix SDK * generated * fix message bubble background color * generated --------- Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org> Co-authored-by: Erin <erin@erindesu.cz> Co-authored-by: Christian <christian-pauly@posteo.de> Co-authored-by: Krille-chan <christian-kussowski@posteo.de> Co-authored-by: Krille <c.kussowski@famedly.com> Co-authored-by: EpicKiwi <me@epickiwi.fr> Co-authored-by: Christian Tietze <me@christiantietze.de> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Co-authored-by: Jelv <post@jelv.nl> Co-authored-by: josé m <correoxm@disroot.org> Co-authored-by: 玖然 <noctiro@gmail.com> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: xabirequejo <xabi.rn@gmail.com> Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: kdh8219 <kdh8219@monamo.dev> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Jana <j.kussowski@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: fadelkon <fadelkon@posteo.net> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Alfredo Sola <alfredo@sola.es> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Antonin Del Fabbro <message@antonin.one> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 months ago
serviceWorkerVersion: {{flutter_service_worker_version}},
},
Fluffychat merge (#2055) * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * Translated using Weblate (Italian) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Czech) Currently translated at 77.5% (540 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * build: Bump version to v1.24.0 * fix: Only try again load mxc image on io exception * fix: swipe_to_action upgrade to 0.3.0 Fixes #1415 * Update Mastodon Link in README.md * feat: Swipe to next or previous image in image viewer * chore: Follow up image viewer swipe * chore: Follow up image viewer * chore: Follow up imageviewer * chore: Follow up image viewer * chore: Try out new matrix dart sdk * build: Update matrix dart sdk * fix: Do not leave old room if join new room failed * feat: Display file description on all file events * chore: Show close icon for device verification warning * feat: Prevent sending messages if other party has no encryption keys * chore: Follow up other party has no keys * build: Update flutter to 3.27.2 * chore: Update matrix dart sdk * chore: Update lastEvent after redaction * chore: Follow up reply color * chore: Follow up colors reply * chore: Follow up snackbar theme * build: Update Flutter Version * chore: Design adjustments * chore: Adjust emoji picker design * chore: Follow up emoji picker design * chore: Follow up design * chore: adjust design * chore: Adjust colors * build: Update matrix dart sdk * fix: Textfields in dialogs on iOS * chore: UX Feedback when selecting files needs some time * chore: Do only show fileDescription if filename is not null * chore: Follow up format * refactor: Improve sso login UX on web * refactor: New html rendering * refactor: Switch to ubuntu font * refactor: Remove unused class * chore: Design adjustments * chore: Follow up html rendering * chore: Follow up html rendering * chore: Adjust share scaffold dialog design * chore: Better connection status indicator * chore: Follow up connection status * chore: Follow up sync status * chore: Slightly adjust welcome screen * chore: Adjust button icon colors * chore: Follow up connection status * chore: Add start to ordered list * chore: Follow up html lists * chore: Follow up html rendering * chore: Add tooltip to links in html * chore: Add explanation for PlayStore Safety Standards * chore: Use UbuntuMono * feat: Pick share keys with * chore: Adjust design * chore: Add medium font * chore: Follow up title spacing * chore: Follow up colors * chore: Adjust design of adaptive dialogs * chore: Follow up colors * chore: Follow up colors * chore: Design follow up * chore: Follow up colors * feat: Display all push rules and allow to enable disable them * feat: Inspect and delete push rules * Translated using Weblate (Italian) Currently translated at 99.8% (695 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Arabic) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/ * Translated using Weblate (Slovak) Currently translated at 29.3% (205 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 86.5% (604 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Galician) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 88.1% (615 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 91.8% (641 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ * Translated using Weblate (Estonian) Currently translated at 99.4% (694 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Korean) Currently translated at 98.8% (690 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 99.2% (696 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Galician) Currently translated at 99.8% (700 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Korean) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Irish) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * Translated using Weblate (Latvian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * chore: Adjust navrail design * chore: Follow up push rules * chore: Follow up push rule settings * feat: Select share keys with property in security settings * feat: Use dynamic gradient for chat bubbles * chore: follow up chat bubble colors * chore: Follow up message bubble colors * fix: Image search rendering problem * chore: Follow up bubble color * chore: Message bubble color follow up * chore: Follow up bubble color * chore: Follow up message bubble color * chore: Follow up linebreak formatting * chore: Follow up code blocks * build: Update to flutter 3.27.4 * docs: Fix snap store icon * refactor: Display navigationrail in settings page * build: Add locale config for android * build: Fix ios debug build * Translated using Weblate (German) Currently translated at 99.5% (702 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (German) Currently translated at 94.6% (713 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 95.0% (716 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 92.8% (699 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Latvian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Estonian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Catalan) Currently translated at 99.8% (758 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ca/ * Translated using Weblate (Latvian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Korean) Currently translated at 92.8% (705 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Irish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * chore: Follow up linebreaks in html rendering * chore: Follow up html rendering br tag * Translated using Weblate (Ukrainian) Currently translated at 92.0% (699 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ * Translated using Weblate (Galician) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ * Translated using Weblate (Ukrainian) Currently translated at 93.5% (710 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * refactor: Update arb file types * build: Upgrade gradle * refactor: Follow up fix types in localization files * build: Automerge weblate PRs * build: Follow up auto merge weblate * build: Update PAT * build: Update weblate auto merge * build: Add missing permissions * build: Update weblate auto merge * build: remove weblate auto merge * Translated using Weblate (German) Currently translated at 94.0% (714 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Ukrainian) Currently translated at 93.8% (712 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * build: Update flutter web uild * chore: Follow up connection status header * build: Switch to flutter_shortcuts_new * refactor: Remove broken callkeep implementation * refactor: Migrate uni_links to app_links * refactor: Migrate to maintained badge package * build: Update flutter_olm to 2.0.0 * build: Update native-imaging * chore: Remove gradle workaround * build: Update dependencies for flutter * build: Update dependencies to remove more flutter android v1 references * build: Update gradle version * refactor: Switch to maintained qr code package * chore: Make login with matrix id more prominent again * build: Update fcm_shared_isolate * build: Update native_imaging * build: Add changelog for v1.25.0 * Translated using Weblate (French) Currently translated at 84.4% (641 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 84.5% (642 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 86.6% (658 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * build: Use correct flutter version in snapcraft * build: Detect flutter path better * build: Update snapcraft * build: Follow up snapcraft build * build: Install flutter via git in snapcraft * chore: Follow up typo * fix: Request notification permissions on iOS before getToken * chore: Follow up request iOS permissions * Revert "chore: Follow up request iOS permissions" This reverts commit 2625e89a33421ba189dd96cd84bb7a2311a5e1b9. * chore: Combine mimetype types in send file dialog logic * build: Update flutter to 3.29.0 * Revert "build: Update flutter to 3.29.0" * fix: Crash in settings when using MAS * build: Fix build tailwindcss for website * fix pubspec * update index.html * generated * fluffychat merge * update matrix SDK * generated * fix message bubble background color * generated --------- Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org> Co-authored-by: Erin <erin@erindesu.cz> Co-authored-by: Christian <christian-pauly@posteo.de> Co-authored-by: Krille-chan <christian-kussowski@posteo.de> Co-authored-by: Krille <c.kussowski@famedly.com> Co-authored-by: EpicKiwi <me@epickiwi.fr> Co-authored-by: Christian Tietze <me@christiantietze.de> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Co-authored-by: Jelv <post@jelv.nl> Co-authored-by: josé m <correoxm@disroot.org> Co-authored-by: 玖然 <noctiro@gmail.com> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: xabirequejo <xabi.rn@gmail.com> Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: kdh8219 <kdh8219@monamo.dev> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Jana <j.kussowski@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: fadelkon <fadelkon@posteo.net> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Alfredo Sola <alfredo@sola.es> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Antonin Del Fabbro <message@antonin.one> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 months ago
onEntrypointLoaded: function (engineInitializer) {
engineInitializer.initializeEngine({ useColorEmoji: true }).then(function (appRunner) {
appRunner.runApp();
});
}
6 years ago
});
});
6 years ago
</script>
<!-- #Pangea -->
<script>
(function() {
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
const isAndroid = /android/i.test(userAgent);
const isIOS = /iPhone|iPad|iPod/i.test(userAgent);
const isMobile = isAndroid || isIOS;
if (!isMobile) return; // Exit if not a mobile device
const appScheme = 'pangea://'; // Replace with your app's scheme
const fallbackURL = isIOS
? 'https://apps.apple.com/app/pangea-chat/id1445118630'
: 'https://play.google.com/store/apps/details?id=com.talktolearn.chat';
// Try opening the app
window.location = appScheme;
// Fallback to App Store / Play Store if not installed
setTimeout(() => {
window.location = fallbackURL;
}, 1500);
})();
</script>
<!-- Pangea# -->
<picture id="splash">
2 years ago
<!-- #Pangea -->
<!-- <source
srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x, splash/img/light-4x.png 4x"
media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
<source
srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x, splash/img/dark-4x.png 4x"
media="(prefers-color-scheme: dark)">
2 years ago
<img class="center" src="splash/img/light-1x.png" /> -->
<div class="center">
<div class="image">
<img src="splash/img/light-1x.png" />
</div>
<div class="custom-loader"></div>
</div>
<!-- Pangea# -->
</picture>
6 years ago
</body>
Fluffychat merge (#2055) * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * Translated using Weblate (Italian) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Czech) Currently translated at 77.5% (540 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ * Translated using Weblate (Tamil) Currently translated at 100.0% (696 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ta/ * build: Bump version to v1.24.0 * fix: Only try again load mxc image on io exception * fix: swipe_to_action upgrade to 0.3.0 Fixes #1415 * Update Mastodon Link in README.md * feat: Swipe to next or previous image in image viewer * chore: Follow up image viewer swipe * chore: Follow up image viewer * chore: Follow up imageviewer * chore: Follow up image viewer * chore: Try out new matrix dart sdk * build: Update matrix dart sdk * fix: Do not leave old room if join new room failed * feat: Display file description on all file events * chore: Show close icon for device verification warning * feat: Prevent sending messages if other party has no encryption keys * chore: Follow up other party has no keys * build: Update flutter to 3.27.2 * chore: Update matrix dart sdk * chore: Update lastEvent after redaction * chore: Follow up reply color * chore: Follow up colors reply * chore: Follow up snackbar theme * build: Update Flutter Version * chore: Design adjustments * chore: Adjust emoji picker design * chore: Follow up emoji picker design * chore: Follow up design * chore: adjust design * chore: Adjust colors * build: Update matrix dart sdk * fix: Textfields in dialogs on iOS * chore: UX Feedback when selecting files needs some time * chore: Do only show fileDescription if filename is not null * chore: Follow up format * refactor: Improve sso login UX on web * refactor: New html rendering * refactor: Switch to ubuntu font * refactor: Remove unused class * chore: Design adjustments * chore: Follow up html rendering * chore: Follow up html rendering * chore: Adjust share scaffold dialog design * chore: Better connection status indicator * chore: Follow up connection status * chore: Follow up sync status * chore: Slightly adjust welcome screen * chore: Adjust button icon colors * chore: Follow up connection status * chore: Add start to ordered list * chore: Follow up html lists * chore: Follow up html rendering * chore: Add tooltip to links in html * chore: Add explanation for PlayStore Safety Standards * chore: Use UbuntuMono * feat: Pick share keys with * chore: Adjust design * chore: Add medium font * chore: Follow up title spacing * chore: Follow up colors * chore: Adjust design of adaptive dialogs * chore: Follow up colors * chore: Follow up colors * chore: Design follow up * chore: Follow up colors * feat: Display all push rules and allow to enable disable them * feat: Inspect and delete push rules * Translated using Weblate (Italian) Currently translated at 99.8% (695 of 696 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/it/ * Translated using Weblate (Arabic) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/ * Translated using Weblate (Slovak) Currently translated at 29.3% (205 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 86.5% (604 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Galician) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Dutch) Currently translated at 88.1% (615 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ * Translated using Weblate (Chinese (Traditional Han script)) Currently translated at 91.8% (641 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hant/ * Translated using Weblate (Estonian) Currently translated at 99.4% (694 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (698 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Korean) Currently translated at 98.8% (690 of 698 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 99.2% (696 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Galician) Currently translated at 99.8% (700 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Korean) Currently translated at 100.0% (701 of 701 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Estonian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Irish) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * Translated using Weblate (Latvian) Currently translated at 100.0% (704 of 704 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * chore: Adjust navrail design * chore: Follow up push rules * chore: Follow up push rule settings * feat: Select share keys with property in security settings * feat: Use dynamic gradient for chat bubbles * chore: follow up chat bubble colors * chore: Follow up message bubble colors * fix: Image search rendering problem * chore: Follow up bubble color * chore: Message bubble color follow up * chore: Follow up bubble color * chore: Follow up message bubble color * chore: Follow up linebreak formatting * chore: Follow up code blocks * build: Update to flutter 3.27.4 * docs: Fix snap store icon * refactor: Display navigationrail in settings page * build: Add locale config for android * build: Fix ios debug build * Translated using Weblate (German) Currently translated at 99.5% (702 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (705 of 705 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (German) Currently translated at 94.6% (713 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Estonian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Basque) Currently translated at 95.0% (716 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/eu/ * Translated using Weblate (Ukrainian) Currently translated at 92.8% (699 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Latvian) Currently translated at 100.0% (753 of 753 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Estonian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/ * Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ * Translated using Weblate (Catalan) Currently translated at 99.8% (758 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ca/ * Translated using Weblate (Latvian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/lv/ * Translated using Weblate (Korean) Currently translated at 92.8% (705 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ko/ * Translated using Weblate (Irish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ga/ * chore: Follow up linebreaks in html rendering * chore: Follow up html rendering br tag * Translated using Weblate (Ukrainian) Currently translated at 92.0% (699 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * Translated using Weblate (Indonesian) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ * Translated using Weblate (Galician) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Croatian) Currently translated at 83.2% (632 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/ * Translated using Weblate (Ukrainian) Currently translated at 93.5% (710 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * refactor: Update arb file types * build: Upgrade gradle * refactor: Follow up fix types in localization files * build: Automerge weblate PRs * build: Follow up auto merge weblate * build: Update PAT * build: Update weblate auto merge * build: Add missing permissions * build: Update weblate auto merge * build: remove weblate auto merge * Translated using Weblate (German) Currently translated at 94.0% (714 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ * Translated using Weblate (Spanish) Currently translated at 100.0% (759 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/ * Translated using Weblate (Ukrainian) Currently translated at 93.8% (712 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/uk/ * build: Update flutter web uild * chore: Follow up connection status header * build: Switch to flutter_shortcuts_new * refactor: Remove broken callkeep implementation * refactor: Migrate uni_links to app_links * refactor: Migrate to maintained badge package * build: Update flutter_olm to 2.0.0 * build: Update native-imaging * chore: Remove gradle workaround * build: Update dependencies for flutter * build: Update dependencies to remove more flutter android v1 references * build: Update gradle version * refactor: Switch to maintained qr code package * chore: Make login with matrix id more prominent again * build: Update fcm_shared_isolate * build: Update native_imaging * build: Add changelog for v1.25.0 * Translated using Weblate (French) Currently translated at 84.4% (641 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 84.5% (642 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * Translated using Weblate (French) Currently translated at 86.6% (658 of 759 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ * build: Use correct flutter version in snapcraft * build: Detect flutter path better * build: Update snapcraft * build: Follow up snapcraft build * build: Install flutter via git in snapcraft * chore: Follow up typo * fix: Request notification permissions on iOS before getToken * chore: Follow up request iOS permissions * Revert "chore: Follow up request iOS permissions" This reverts commit 2625e89a33421ba189dd96cd84bb7a2311a5e1b9. * chore: Combine mimetype types in send file dialog logic * build: Update flutter to 3.29.0 * Revert "build: Update flutter to 3.29.0" * fix: Crash in settings when using MAS * build: Fix build tailwindcss for website * fix pubspec * update index.html * generated * fluffychat merge * update matrix SDK * generated * fix message bubble background color * generated --------- Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: Angelo Schirinzi <Odi-3@users.noreply.hosted.weblate.org> Co-authored-by: Erin <erin@erindesu.cz> Co-authored-by: Christian <christian-pauly@posteo.de> Co-authored-by: Krille-chan <christian-kussowski@posteo.de> Co-authored-by: Krille <c.kussowski@famedly.com> Co-authored-by: EpicKiwi <me@epickiwi.fr> Co-authored-by: Christian Tietze <me@christiantietze.de> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org> Co-authored-by: Jelv <post@jelv.nl> Co-authored-by: josé m <correoxm@disroot.org> Co-authored-by: 玖然 <noctiro@gmail.com> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: xabirequejo <xabi.rn@gmail.com> Co-authored-by: Bezruchenko Simon <worcposj44@gmail.com> Co-authored-by: kdh8219 <kdh8219@monamo.dev> Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv> Co-authored-by: Jana <j.kussowski@gmail.com> Co-authored-by: Ettore Atalan <atalanttore@googlemail.com> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: fadelkon <fadelkon@posteo.net> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Alfredo Sola <alfredo@sola.es> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Antonin Del Fabbro <message@antonin.one> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8 months ago
</html>