immich/mobile/lib
Mert 1803692eab
feat(mobile): native clients (#21459)
* platform clients

* uppercase http method

* fix hot reload

* custom user agent

* init before app launch

* set defaults

* move to bootstrap

* unrelated change

* disable disk cache by default

* optimized decoding

* remove incremental

* android impl

* memory optimization

* lock approach is slower on ios

* conditional cronet

* clarify parameter

* enable disk cache

* set user agent

* flutter-side decode

* optimized http

* fixed locking

* refactor

* potential race conditions

* embedded cronet

* refactor, fix capacity handling

* fast path for known content length

* ios optimizations

* re-enable cache

* formatting

* bump concurrency

* clear cache button

* fix eviction race condition

* add extra cancellation check

* tighten dispose

* better error handling

* fix disposal

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-01-24 19:34:29 +00:00
..
constants feat: keep settings for free up space (#25460) 2026-01-24 10:40:34 -06:00
domain feat: keep settings for free up space (#25460) 2026-01-24 10:40:34 -06:00
entities chore: use hosted isar flutter libs (#22757) 2025-10-08 04:19:46 -05:00
extensions fix(mobile): use correct timezone displayed in the info sheet (#24310) 2025-12-02 16:37:19 +00:00
infrastructure feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
interfaces refactor(mobile): interfaces refactor (#19415) 2025-06-23 11:27:44 -05:00
mixins chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
models feat(mobile): star rating (#24457) 2026-01-23 21:17:46 +05:30
pages feat: keep settings for free up space (#25460) 2026-01-24 10:40:34 -06:00
platform feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
presentation feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
providers feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
repositories fix(mobile): share edited asset (#25493) 2026-01-24 19:09:47 +00:00
routing feat: free up space (#24999) 2026-01-07 20:55:28 -06:00
services feat: keep settings for free up space (#25460) 2026-01-24 10:40:34 -06:00
theme chore: mobile font tuning (#25349) 2026-01-19 14:56:35 -06:00
utils feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
widgets feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
main.dart feat(mobile): native clients (#21459) 2026-01-24 19:34:29 +00:00
wm_executor.dart fix: isolate freeze app on older ios device (#22509) 2025-10-22 12:43:03 -05:00