Skip to content

Releases: OpenVK/mobile-android-legacy

1.2, build 241

11 May 16:44
Compare
Choose a tag to compare
1.2, build 241 Pre-release
Pre-release

Changes in build 241

  • Added notes editor

1.2, build 240

17 Apr 08:24
Compare
Choose a tag to compare
1.2, build 240 Pre-release
Pre-release

Changes in build 240

In addition to closing the relay server login backdoor, we also redesigned the album page for tablets.

1.2, build 239

07 Apr 15:08
Compare
Choose a tag to compare
1.2, build 239 Pre-release
Pre-release

Changes in build 239

1️⃣ Optimized loading of photos on the album page - there are no lags when scrolling now
2️⃣ When you click on the "Back" button or switch back to the "News" menu item, posts from the cache are now automatically loaded
3️⃣ Fixed a bug with opening a profile if its avatar does not have a copy of medium quality

1.2, build 238

07 Apr 08:47
Compare
Choose a tag to compare
1.2, build 238 Pre-release
Pre-release

Changes in build 238

1️⃣ Simplified the logic of OvkAPIReceiver, which is responsible for retrieving data from the API
2️⃣ Enabled translucent background of system interface elements in the photo album page and photo viewer (for Android 4.4 and above)
3️⃣ Added four more counters to the profile, and also implemented a list of photos, audio and video recordings outside of your profile
4️⃣ String arrays used in localization have been moved for the sake of simplicity
5️⃣ Finally the default instance domain on the login screen has changed

1.2, build 237

06 Apr 03:49
Compare
Choose a tag to compare
1.2, build 237 Pre-release
Pre-release

Changes in build 237

1️⃣ There is only one fragment for AppActivity

Now, for AppActivity to work correctly (this activity is responsible for most of the functionality of the application), it is no longer necessary to use several fragments at a time.
The user can independently switch between them, thereby unloading everything unnecessary from memory.

2️⃣ Removed duplicate code sections in OvkAPIWrapper

3️⃣ In order to reduce the size of the APK file, emojis were converted to GIF

4️⃣ Bugs fixed:

  • when the user has already logged out of the second account and when checking a non-existent account, the system crashed
  • the operation of the OpenVK API has been restored using a connection to a proxy server

5️⃣ Added support for relay servers implemented by @monobogdan - SelfEco Relay

Enabled by default on all Android devices below 8.0.

6️⃣ The OpenVK API client has been separated from the application itself, which allows it to be used in other (A)GPL projects created in Android Studio

1.2, build 236

11 Feb 07:53
Compare
Choose a tag to compare
1.2, build 236 Pre-release
Pre-release

Changes in build 236

  1. Added support for proxy servers via HTTPS.
  2. Column size in most sections, the number of columns now depends on the orientation of Tablet UI (either three or two).
  3. PTR added to the group page.
  4. Fixed a bug with scrolling of the bottom audio player during playback.
  5. Profile and group pages have been redesigned (only for Tablet UI).

Redesigned profile/group page Two columns in portait orientation of Tablet UI

1.2, build 234

22 Jan 03:18
Compare
Choose a tag to compare
1.2, build 234 Pre-release
Pre-release

Changes in build 234

  1. The list of authorities has changed due to the redirection of the openvk.(su/uk) domains to the ovk.to domain.
    See https://t.me/openvk/2536.

  2. Application fragments now respond to their switching to display the corresponding menu items in the action bar.

  3. Searching for audio recordings is now available for Android 2.x owners (with a different design, of course).

    изображение

  4. Add fixes for Tablet UI.

1.2, build 233

04 Jan 00:58
Compare
Choose a tag to compare
1.2, build 233 Pre-release
Pre-release

Changes in build 233

  1. Added:
    🔎 search for audio tracks from your personal list
    📼 rewind audio recording
    🪲 bug fixes in the built-in audio player
  2. Refactored ActionBar menu logic in fragment (*)

* No tested yet in Android 2.x

1.2, build 232

15 Dec 11:05
Compare
Choose a tag to compare
1.2, build 232 Pre-release
Pre-release

Changes in build 232 (pre-release)

  1. Fixed a bug when trying to play an audio recording from a personal list.
    It’s not even a matter of the Android version, as they might have assumed then, but a discrepancy in the names of the player’s actions. Yes, sometimes I didn’t finish watching it.

  2. Hang fix, when switching between audio tracks faster.

  3. The logic for loading a post in WallPostActivity has been rewritten.

1.2, build 231

15 Dec 05:44
Compare
Choose a tag to compare
1.2, build 231 Pre-release
Pre-release

Changes in build 231 (pre-release)

  1. Caching is now applied to profile walls.
  2. Added Pull-To-Refresh in profiles.
  3. Audio recordings are now available in news feeds and walls.