Skip to content

Commit

Permalink
Merge pull request #344 from ConnectyCube/feature/image_blurhash
Browse files Browse the repository at this point in the history
- improve BlurHash exchange mechanism;
  • Loading branch information
TatankaConCube authored Mar 5, 2024
2 parents 209c762 + fe45f43 commit 15a86ef
Show file tree
Hide file tree
Showing 8 changed files with 69,360 additions and 68,911 deletions.
37 changes: 17 additions & 20 deletions chat_sample/build/web/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -6425,31 +6425,28 @@ SOFTWARE.
--------------------------------------------------------------------------------
emoji_picker_flutter

BSD 2-Clause License
MIT License

Copyright (c) 2021, Stefan Humm
All rights reserved.
Copyright (c) 2024 Stefan Humm

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
engine

Expand Down
10 changes: 5 additions & 5 deletions chat_sample/build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "17c0d20fc2fd1941953d13d9bc0442c9",
"index.html": "f3ab4c9e7137d0ad96cb629c553eeab4",
"/": "f3ab4c9e7137d0ad96cb629c553eeab4",
const RESOURCES = {"version.json": "df4cad5ee5e786163f2aee98caa01a30",
"index.html": "5779225367c03d07121d2160a35af8b4",
"/": "5779225367c03d07121d2160a35af8b4",
"firebase-messaging-sw.js": "a43f2eac8588b877b1194cb36242cbae",
"main.dart.js": "2d3a8ab03eb53a72a962632eb1980be6",
"main.dart.js": "b278d51116130ea606c61e5493077e5d",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"icons/favicon-16x16.png": "1fcc687e538a1fa2310543ea74432dd7",
"icons/favicon.ico": "33df157f932cc0af7754871debe8e8c2",
Expand All @@ -16,7 +16,7 @@ const RESOURCES = {"version.json": "17c0d20fc2fd1941953d13d9bc0442c9",
"icons/favicon-32x32.png": "b664008f33a310f05ef871d037f27da0",
"manifest.json": "354bec2e18572e000457749fdce63207",
"assets/AssetManifest.json": "ca67c774c556fcd124bac6bdb62a79f5",
"assets/NOTICES": "d8e2f71ab7a42078946a0dcff8f6f52d",
"assets/NOTICES": "6facdb020cce262825a3b841cd019a23",
"assets/FontManifest.json": "95766328e0d804735e9b8436b62cb8ad",
"assets/AssetManifest.bin.json": "6acb8f7f5572e4aa9d9b1f533751ec07",
"assets/packages/flutter_image_compress_web/assets/pica.min.js": "6208ed6419908c4b04382adc8a3053a2",
Expand Down
2 changes: 1 addition & 1 deletion chat_sample/build/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pica.min.js" ></script>
<script>
const serviceWorkerVersion = "3402144578";
const serviceWorkerVersion = "1408506828";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
Loading

0 comments on commit 15a86ef

Please sign in to comment.