element-x-ada/docs
Marco Romano 57d04e487c
Static images improvements (#933)
1. On devices less than xhdpi request a 1x image from MapTiler (such devices are generally old, slower and with little memory so avoiding to get the 2x image only to have to shrink it later could help).
2. Coerce too big width/height combos within the API limits keeping the aspect ratio (this will allow requests on big horizontal displays to succeed).
3. Don't crash when given weird width/height combos (i.e. zero or negative).
4. Introduce interfaces to hide this whole logic and make it easier for forks to implement their own.

Related to:
- https://github.com/vector-im/element-meta/issues/1678
2023-07-21 13:37:08 +00:00
..
images
_developer_onboarding.md
analytics.md
danger.md
design.md Fix issues with knit (this should hopefully fix danger too). 2023-05-12 15:48:51 +02:00
installing_from_ci.md
integration_tests.md
maps.md Static images improvements (#933) 2023-07-21 13:37:08 +00:00
nightly_build.md
notifications.md Add some docs - lots of outdated part. 2023-01-11 17:02:56 +01:00
oidc.md Cleanup after PR review. 2023-05-31 10:34:03 +02:00
pull_request.md Update pull_request.md (#490) 2023-05-31 09:24:01 +00:00
screenshot_testing.md