Skip to content

Releases: OpenVK/mobile-android-legacy

1.2, build 230

12 Dec 03:58
Compare
Choose a tag to compare
1.2, build 230 Pre-release
Pre-release

Changes in build 230 (pre-release):

  1. Added full-screen audio player without manual rewind for now.
  2. Local news feed is now fully cached without having to wait a second.

❌ Specifically what doesn't work there:

  1. Comments on cached posts
    For this we need to rewrite the entire logic for loading posts in WallPostActivity.

1.1, build 218

09 Dec 10:25
Compare
Choose a tag to compare

Shortly before the start of development of the next version 1.2, development of 1.1.x branch will continue for now.

Changes in build 218

  1. Now you can easily dismiss the audio player notification after pressing pause.
  2. The audio player notification sound will also not be played in any way, which creates less discomfort when listening to audio tracks.

APK-files builded in commits:

1.1, build 217

08 Dec 13:24
Compare
Choose a tag to compare

Changes in build 217

  1. Added switching tracks via notifications.
    Spoiler: it will not work on Android 2.3 and lower due to the lack of support for clickable controls in the system.
  2. Fixed automatic transition to the next track.

APK-files builded in commits:

1.1, build 216

08 Dec 04:45
Compare
Choose a tag to compare
1.1, build 216 Pre-release
Pre-release

Changes in build 216 (pre-release)

  1. The audio player was transferred to the AudioPlayerService service, and the functionality was not lost in any way as a result of the transfer, with the exception of automatic switching.
  2. The echo effect no longer appears when clicking on a notification showing track information.

1.1, build 215

05 Dec 14:56
Compare
Choose a tag to compare
1.1, build 215 Pre-release
Pre-release

Changes in build 215 (pre-release)

  1. A section for personal videos has appeared.
  2. A section for personal audio recordings has appeared, so far without seeking or switching tracks, but there is a playlist implementation.
  3. The application structure has been simplified again.
  4. And also fixes on little things.

1.1, build 214

26 Nov 07:26
Compare
Choose a tag to compare

Changes in build 214

  1. The problem of searching for the IDs of post authors inside a repost has been completely resolved.
  2. When you click on the “Try again” button, the connection error window immediately switches to a progress bar.

APK-files builded in commits:

1.1, build 213

20 Nov 15:08
Compare
Choose a tag to compare

Changes in build 213

  • We are still continuing to fix problems from previous versions, and the size of APK files has been reduced again - to the maximum 17 MB.

APK-files builded in commits:
app-debug.apk - fe02394
app-release.apk - dceaaef
app-fdroid.apk - 98e7a4a

1.1, build 212

18 Nov 12:38
Compare
Choose a tag to compare

Changes in build 212

  • Fixed loading photos from albums.

APK-files builded in commits:
app-debug.apk - 6520c71
app-release.apk - b32fe6a
app-fdroid.apk - faabfb2

1.1, build 211

18 Nov 09:56
Compare
Choose a tag to compare

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

1.1, build 210

18 Nov 07:21
Compare
Choose a tag to compare
1.1, build 210 Pre-release
Pre-release

Changes in build 210

  1. In place of uk.openvk.android.legacy.api.modules.Newsfeed, the parse() function now performs a similar function from the Wall class, which simplifies the modularity of this API client.
  2. Sending photos has been fixed, as UploadManager has been moved to use the receiver.
  3. Some improvements under the hood.