1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00
immich/mobile
Thomas 80d02e8a8d
feat: JPEG XL (#2893)
Support the JPEG XL format (.jxl).

JPEG XL is reported as supported by `sharp.format`:

```
jxl: {
  id: 'jxl',
  input: { file: true, buffer: true, stream: true, fileSuffix: [Array] },
  output: { file: true, buffer: true, stream: true }
}
```

Fixes: #2743
2023-06-21 07:29:02 -05:00
..
.fvm chore(mobile): Upgrade to Flutter 3.10 (#2429) 2023-05-12 09:21:13 -05:00
.isar@6643d064ab chore(mobile): update isar (#2571) 2023-05-26 08:09:44 -05:00
android Version v1.62.1 2023-06-19 21:31:38 +00:00
assets feat(mobile): partner sharing (#2541) 2023-05-24 22:52:43 -05:00
fonts feat(mobile) Add in app logging to show app's log information (#1014) 2022-11-27 14:34:19 -06:00
integration_test refactor(mobile): migrate all Hive boxes to Isar database (#2036) 2023-03-22 20:36:44 -05:00
ios Version v1.62.1 2023-06-19 21:31:38 +00:00
lib feat: JPEG XL (#2893) 2023-06-21 07:29:02 -05:00
openapi refactor(server, web): create shared link (#2879) 2023-06-20 20:08:43 -05:00
scripts add fdroid isar build script (#2100) 2023-03-30 10:31:44 +02:00
test feature(mobile): hash assets & sync via checksum (#2592) 2023-06-10 13:13:59 -05:00
.gitignore chore(mobile): update isar (#2571) 2023-05-26 08:09:44 -05:00
.metadata
analysis_options.yaml
flutter_01.png feat: Add description (#2237) 2023-04-13 10:22:06 -05:00
flutter_native_splash.yaml fix(mobile): Added flutter native splash and splash screens (#1520) 2023-02-06 00:41:07 -06:00
makefile feat(mobile): Archive feature on mobile (#2258) 2023-04-17 00:02:07 -05:00
pubspec.lock feat(mobile): sync remote assets without thumbs (#2705) 2023-06-14 16:35:32 +02:00
pubspec.yaml Version v1.62.1 2023-06-19 21:31:38 +00:00
README.md

Immich Mobile Application - Flutter