V1.0.0 Beta 57
Welcome to the Fluxer Mobile beta! This is a Pre-release build for TestFlight and Android APK (FCM + OSS). ## What's New - Added support for saving captured images/videos taken in-app camera to your device, by @edeuss - Added folder collapse when dragging on the sidebar, by @edeuss - Added option to disable haptic's in Advanced settings, by @edeuss - Improvements to how unavailable community's are displayed and handled in the app, by @edeuss - Improvements to chat message list scroll performance, by @edeuss - Improvements to the file is too large message, by @edeuss - Improvements to phone clipboard reading, by @edeuss - Fixed not always using the proxyUrl for requests, by @edeuss - Fixed the attachment order on Android not being descending by latest date, by @edeuss - Fixed Android self-hosted SSO launch link issue, by @edeuss - Fixed issue causing the typing indicator to get clipped and pushed down, by @edeuss ## Detailed changes ### Features - save camera uploads to device (@edeuss) ([31384d4](https://github.com/fluxerapp/flutter_client/commit/31384d4ae83192d0ce2187cf9363306902c01c93)) - add disable haptics (@edeuss) ([d111d3f](https://github.com/fluxerapp/flutter_client/commit/d111d3f24f787f1d9f8f0c5d1323abd4327b2b93)) - check for files before full clipboard read (@edeuss) ([2c0ddea](https://github.com/fluxerapp/flutter_client/commit/2c0ddea2e685b78b55efd2680b0c39e00fe67c15)) - improved unavailability handling (@edeuss) ([883362a](https://github.com/fluxerapp/flutter_client/commit/883362a74fb6856fa2898c840e116bb3abdee52e)) - close folder on drag (@edeuss) ([b7fe489](https://github.com/fluxerapp/flutter_client/commit/b7fe489a8042cbeb90fbe1ccd848a57678fe7522)) - improved scrolling tests and caching (@edeuss) ([8c49335](https://github.com/fluxerapp/flutter_client/commit/8c49335321e7eaf89bdc5c5eaf6159df09ee7218)) ### Fixes - typing indicator getting cliped (@edeuss) ([967c5e5](https://github.com/fluxerapp/flutter_client/commit/967c5e5749d793cedf8c703c29a04211761fb7…