Releases: flipperdevices/Flipper-Android-App
Releases · flipperdevices/Flipper-Android-App
Flipper App 1.7.1.1766
Add better information during sync (#961) **Background** Current synchronization screen doesn't show us any details about current synchronization **Changes** - Edit ProgressTracker to add details into it - Add more details to current syncrhonization **Test plan** - Open app - See there's now more steps and you can see what now is actually syncing
Flipper App 1.7.1.1764
Migrate filemanager to new ble api (#958) **Background** Right now we haven't any example of new ble api usage **Changes** - Migrate filemanager to new ble api - Add new ble feature: `storage` **Test plan** Try compile `:components:bridge:connection:sample` and run
Flipper App 1.7.1.1762
Migrate filemanager to new ble api (#958) **Background** Right now we haven't any example of new ble api usage **Changes** - Migrate filemanager to new ble api - Add new ble feature: `storage` **Test plan** Try compile `:components:bridge:connection:sample` and run
Flipper App 1.7.1.1760
Update NumberKtx.kt (#960) **Background** Simplified **Changes** Shortened the code **Test plan** Eye test
Flipper App 1.7.1.1758
Add core storage (#955) **Background** We are now using a platform-specific version of flipper storage throughout the project. This is not correct. As part of the overall migration of the project to KMP, we are gradually moving to okio + core:storage **Changes** - Add `core:storage` - Add `core:atomicfile` **Test plan** Try launch tests and also migrating from old version of application
Flipper App 1.7.1.1756
Add experimental flag for remote controls (#954) **Background** The beta of remote controls can be opened without any difficulty. This pr add more challenge to open remote controls via switch toggle inside experimental options! **Changes** - Add experimental switch for remote controls **Test plan** - Open tools tab to see there's no remote controls - Open experimental options and switch toggle for remote controls - Return into tools tab and see there's now remote controls displayed - Disable experimental options with still enabled show remote controls - Return into tools tab and see it's now gone when experimental options are disabled
Flipper App 1.7.1.1754
Remotecontrols/move into tools (#950) **Background** The tools tab is a better place for remote controls **Changes** - Move remote controls into tools tab **Test plan** - Open tools tab, see remote controls with beta indicator
Flipper App 1.7.1.1752
Remotecontrols/save files api (#951) **Background** Sometimes app can crash when saving files on remote controls screen **Changes** - Replaces saving files with FlipperStorageApi **Test plan** - Open remote controls setup or remote control screen - See files are saving as previous without crash - Optionally delete temp folder
Flipper App 1.7.1.1750
remove share from remote controls (#952) **Background** We can't currently share the ui with ir file **Changes** - Remove share from remote controls screen **Test plan** - Open saved remote control screen - See there's no share option
Flipper App 1.7.1.1748
Fix bottombar bottomsheet (#949) **Background** The bottom sheet on setup remote control is displayed above bottom bar. This pr wrap it inside dialog and shows on top of bottombar **Changes** - Wrap confirm display inside dialog to display it on top of screen **Test plan** - Open setup menu - Press button to see bottomsheet - Press back or yes/no/skip - See it good animated and displayed on top of screen