Skip to content

Releases: flipperdevices/Flipper-Android-App

Flipper App 1.7.1.1770

08 Oct 09:27
18a214e
Compare
Choose a tag to compare
Pre-release
Feature/filemanager (#962)

**Background**

New FileManager sample with some implemented features

**Changes**

- Add new FileManager listing
- Add new FileManager uploading
- Add new FileManager file/folder creation

**Test plan**

- Open BridgeConnectionSample
- Open FileManager

Flipper App 1.7.1.1766

26 Sep 11:54
abce7be
Compare
Choose a tag to compare
Pre-release
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

23 Sep 15:42
f312064
Compare
Choose a tag to compare
Pre-release
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

23 Sep 15:05
f312064
Compare
Choose a tag to compare
Pre-release
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

23 Sep 14:28
d9eed2f
Compare
Choose a tag to compare
Pre-release
Update NumberKtx.kt (#960)

**Background**

Simplified

**Changes**

Shortened the code

**Test plan**

Eye test

Flipper App 1.7.1.1758

17 Sep 19:05
d12b5e9
Compare
Choose a tag to compare
Pre-release
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

16 Sep 13:05
4d2b9e5
Compare
Choose a tag to compare
Pre-release
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

13 Sep 19:11
4abba46
Compare
Choose a tag to compare
Pre-release
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

13 Sep 11:50
46140b1
Compare
Choose a tag to compare
Pre-release
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

13 Sep 10:28
00dceff
Compare
Choose a tag to compare
Pre-release
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