Releases: OpenVK/mobile-android-legacy
1.2, build 241
Changes in build 241
- Added notes editor
1.2, build 240
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
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
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
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
Changes in build 236
- Added support for proxy servers via HTTPS.
- Column size in most sections, the number of columns now depends on the orientation of Tablet UI (either three or two).
- PTR added to the group page.
- Fixed a bug with scrolling of the bottom audio player during playback.
- Profile and group pages have been redesigned (only for Tablet UI).
1.2, build 234
Changes in build 234
-
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. -
Application fragments now respond to their switching to display the corresponding menu items in the action bar.
-
Searching for audio recordings is now available for Android 2.x owners (with a different design, of course).
-
Add fixes for Tablet UI.
1.2, build 233
Changes in build 233
- Added:
🔎 search for audio tracks from your personal list
📼 rewind audio recording
🪲 bug fixes in the built-in audio player - Refactored ActionBar menu logic in fragment (*)
* No tested yet in Android 2.x
1.2, build 232
Changes in build 232 (pre-release)
-
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. -
Hang fix, when switching between audio tracks faster.
-
The logic for loading a post in WallPostActivity has been rewritten.
1.2, build 231
Changes in build 231 (pre-release)
- Caching is now applied to profile walls.
- Added Pull-To-Refresh in profiles.
- Audio recordings are now available in news feeds and walls.