V1.0.0 Beta 45
> [!CAUTION] > The Fluxer Flutter mobile client is still in beta so features will be missing or broken. Pre-release build for TestFlight and Android APK (FCM + OSS). We are now accepting bug reports for tablets and foldables. ## What's New - Added keyboard focusing for swipe to reply/edit chat input, by @edeuss - Improvements to OSS notifications with self healing VAPID key, by @edeuss - Updated mic tester design to match latest desktop canary, by @edeuss - Fixed foldables and small tablets with not enough room to display everything as mobile still, by @edeuss - Fixed issue with not being able to update your username or discriminator, by @edeuss - Fixed channel access override menu on mobile screen sizes, by @edeuss - Fixed some markdown elements not displaying correctly in reply preview, dm preview, and bio's, by @edeuss - Fixed issues with markdown ordered list item number formatting, by @edeuss - Removed google_fonts dependency loading font's directly, by @edeuss ## Detailed changes ### Features - unified push self healing (@edeuss) ([136e299](https://github.com/fluxerapp/flutter_client/commit/136e29934dcd68f552a4290c9e9e042c484cea17)) - updated mic tester design (@edeuss) ([289a4a2](https://github.com/fluxerapp/flutter_client/commit/289a4a2ec7c126a977afbed0e4318b28e13b899b)) - upgraded tablet input bar (@edeuss) ([c0c7f36](https://github.com/fluxerapp/flutter_client/commit/c0c7f36564df6e269e647020e41a837abf39ba78)) - treat foldables and small tablets as mobile (@edeuss) ([e5f0cdf](https://github.com/fluxerapp/flutter_client/commit/e5f0cdfc65175a14cf03d5bd56a61a7a30491f27)) - swipe to reply/edit focus keyboard (@edeuss) ([070f77e](https://github.com/fluxerapp/flutter_client/commit/070f77ec8e2745e1757859fada52cf6a45cbda95)) ### Fixes - ordered list item number formatting (@edeuss) ([f88c59f](https://github.com/fluxerapp/flutter_client/commit/f88c59fe7c0ffa03c05ada16a5f10ca71cfd35bb)) - missing bottom sheet padding (@edeuss) ([7b6ced4](https://github.com/fluxerapp…