Releases: flipperdevices/Flipper-Android-App
Releases · flipperdevices/Flipper-Android-App
Flipper App 0.1.37
Add new logo (#71) **Background** Introduce new logo **Changes** - Add new logo **Test plan**
Flipper App 0.1.36
Fix compile
Flipper App 0.1.33
Remove pass pair screen if we have saved device (#69) **Background** Now we close pair screen just after open **Changes** - Remove pass pair screen if we have saved device **Test plan** Click to connect to another device button
Flipper App 0.1.32
Use autoconnect (#68) **Background** Now we drop connection when device disable bluetooth **Changes** Autoconnect with device **Test plan** - Open info screen - Disable bluetooth on flipper - Enable bluetooth on flipper
Flipper App 0.1.31
Update gradle and deps and add non transitive r class (#67) **Background** Improve build speed and refactoring **Changes** - Enable non transitive r class - Update gradle - Update deps **Test plan** - Just pass all CI checks
Flipper App 0.1.30
Now connect to paired device, not require advertise device (#66) **Background** Now we try find device also without permission **Changes** - Find also in already paired devices list **Test plan** - Now application can connect to Flipper outside pair screen
Flipper App 0.1.29
Hotfix for permission
Flipper App 0.1.28
Add pincode support (#65) **Background** Add companion BLE feature **Changes** - Fix BLE - Add companion BLE feature **Test plan**
Flipper App 0.1.27
Add bottom menu bar (#64) **Background** Add bottom menu bar **Changes** - Add bottom menu bar and integrate info screen inside it **Test plan** Not working yet, after pincode request from Flipper
Flipper App 0.1.26
Add new BLE library architecture (#63) **Background** Now i can connect from another side **Changes** - Replace `BLEDevice` to `DiscoveredBluetoothDevice` as response from scanner - Add entry point to library - `FlipperApi` - Devide BLE api to `FlipperDeviceApi` and `FlipperPairApi` **Test plan** Just merge it and test after