Skip to content

Releases: flipperdevices/Flipper-Android-App

Flipper App 1.7.1.1818

01 Nov 14:50
f60966e
Compare
Choose a tag to compare
Pre-release
Add deeplink fallback for flipper scheme uri (#983)

**Background**

Right now we have bug with deeplink handling on some bad devices

**Changes**

- Add in deeplink parse fallback query segment apply
- Improve logging for deeplink parse

**Test plan**

Try open link from browser. For example,
https://flpr.app/sf/#path=nfc/Volna_11.nfc&key=-9iAwAho85pFALQKZEc2Bg&id=ReRwXA

Flipper App 1.7.1.1816

31 Oct 13:05
c3ae42c
Compare
Choose a tag to compare
Pre-release
change remotes library desc (#982)

**Background**

Update the description of remotes library

**Changes**

- Changed strings.xml value

**Test plan**

- Open tools tab and see new description

Flipper App 1.7.1.1812

30 Oct 10:47
b85614d
Compare
Choose a tag to compare
Pre-release
fix disappeared file manager (#980)

**Background**

In some PR related to remote controls(when it was moved to tools)
experimental option accidentally has been removed 😬

**Changes**

- Return experimental options category

**Test plan**

- See the experimental options with file manager on previous place where
it was before

Flipper App 1.7.1.1808

30 Oct 09:18
9f02e51
Compare
Choose a tag to compare
Pre-release
File editor for new file manager (#979)

**Background**

This PR adds file editing into experimental file manager

**Changes**

- Move part of upload module to KMP
- Extract file Uploader into decompose Composable content, which is now
shared
- Add file editing - with HEX/TXT
- Save into editable file, save as new file

**Test plan**

- Open bridge connection sample
- Create or find a file
- Click on file
- Write some text in hex/txt
- Save file
- See saved file changed

Flipper App 1.7.1.1804

28 Oct 15:32
5c36520
Compare
Choose a tag to compare
Pre-release
Open tools tab one time after start (#978)

**Background**

To show users new infrared-remotes feature we should navigate them
somehow into tools tab. This pr changes some proto settings so Tools tab
will be the first after app is intalled/open after update

**Changes**

- Change proto files to open tools tab first

**Test plan**

- Open non-updated app on not-tools tab
- Update up
- Open app and see you are on tools tab
- Reinstall app, and see the first tab is now tools

Flipper App 1.7.1.1802

28 Oct 12:57
e0a2a5b
Compare
Choose a tag to compare
Pre-release
Remotes fix beta color (#977)

**Background**

Current infrared card has grey color of "beta text"

**Changes**

- Change color of beta text on infrared color

**Test plan**

- Open tools tab
- See green text on beta text card

Flipper App 1.7.1.1800

28 Oct 12:09
18a6549
Compare
Choose a tag to compare
Pre-release
Move more filemngr modules to mpp (#976)

**Background**

Some modules of new file manager can be moved to multiplatform, so
here's this transition

**Changes**

- Move all filemngr modules to MPP (except upload - it depends on
deeplinks)
- Move coil to MPP with coil3 & ktor3 for server-image loading

**Test plan**

- See CI is ok
- Open flipper app and see images loading
- Open new file manager see it's working

---------

Co-authored-by: Nikita Kulikov <[email protected]>

Flipper App 1.7.1.1798

28 Oct 10:51
1e2564a
Compare
Choose a tag to compare
Pre-release
Migrate anvil contribution merging to KSP (#902)

**Background**

This PR migrates current kapt-based Anvil contribution merging to KSP
one.
Works with K2 🙂

**Changes**

- Replaced `flipper.anvil.kapt` plugin with `flipper.anvil.entrypoint`
- Upgraded Anvil to ZacSweers Anvil 0.3.3
- Upgraded `anvil-utils` to `0.3.0-beta01`. It supports ZacSweers Anvil
plugin.
- Introduced new `commonKsp` configuration to remove warnings about
usage of `ksp` configuration in KMP projects
- Use default kotlin hierarchy instead of specifying `dependsOn`
manually.
- Disabled warning about `expect/actual` classes being in Beta

**Test plan**

If it builds, it works

---------

Co-authored-by: Nikita Kulikov <[email protected]>
Co-authored-by: Roman Makeev <[email protected]>

Flipper App 1.7.1.1796

19 Oct 16:12
8f293e5
Compare
Choose a tag to compare
Pre-release
Add infrared metrics (#974)

**Background**

To understand how much users are using infrared, wee need metrics

**Changes**

- Add open feature, save infrared metrics

**Test plan**

- See it's build
- See code

Flipper App 1.7.1.1794

18 Oct 15:20
5f3e1b1
Compare
Choose a tag to compare
Pre-release
Fix infrared save (#973)

**Background**

Currently infrared feature has a wrong saving of infrared remotes. It
may duplicate some time

**Changes**

- Fix insert key for inserting additional files also
- Fix navigation as configuring screen is not required

**Test plan**

- Open infrared remotes feature
- Try save file
- Try save file with same name
- See it now saved without duplicates and works better than before