Skip to content

1.1, build 211

Compare
Choose a tag to compare
@tretdm tretdm released this 18 Nov 09:56
· 429 commits to main since this release

1.1, build 211 - Go to Release!

Yes, we have reached the final release stage after 9 months of preliminary testing.

During this time there were many changes.

In particular, we rewrote literally everything, tried to turn areas of shitty coding into something optimized, corrected existing problems and added new sections of the application. The tasks of implementing FFmpeg were very difficult, so implementing your own video player alone was a bitch.

Among the changes compared to build 210:

  1. Fix a receiver that did not work on devices from Samsung, HTC and some other manufacturers released after 2016.

Question 1: What should owners of beta builds do and how to update them to stable?
Answer: Either install the debug version (app-debug.apk), or delete the already installed beta build with data loss and install app-release.apk.

Question 2: Why is this so?
Answer: The fact is that the two APK files contain two different signatures. If the signature for the first APK file is intended for full release in production, then in the second file the signature is intended for testing, evaluation and other purposes.

APK-files builded in commits:
app-debug.apk - 6520c71
app-release.apk - 97f98f0