Skip to content

Releases: OpenVK/mobile-android-legacy

1.1, build 198 (alpha)

29 Jun 12:34
Compare
Choose a tag to compare
Pre-release

Changes in build 198

  1. Added pictures, videos, polls full support in "Comments" activity (thanks to a little refactoring)
  2. Replaced the original Emojicon library with its Twemojicon fork.
    Reason: rockerhieu/emojicon#17
  3. Added ACRA 4.6.0 (Application Crash Reporting for Android)

1.1, build 197 (alpha)

27 Jun 16:01
Compare
Choose a tag to compare
Pre-release

Changes in build 197

  1. Fixed invalid picture URL crash.
  2. Added infinity scroll in group walls and profiles.

1.1, build 196 (alpha)

27 Jun 08:13
Compare
Choose a tag to compare
Pre-release

Changes in build 196

1️⃣ Fixed infinite scroll.
2️⃣ Now thumbnails for vids are fully working, they are shown even during video loading. Yes, it's still a GIF, but it's what it is.
3️⃣ Added highlighting of slidein menu items.
4️⃣ Added the ability to force caching when necessary, if not all photos have loaded adequately.
5️⃣ Friend requests in the tablet interface are now displayed in a grid. The remaining lists will be migrating from ListView to RecyclerView soon, so the grid should now appear in the lists of friends, correspondence, groups, and members.
6️⃣ Fixes for other known bugs and crashes.

1.1, build 195 (alpha)

21 Jun 17:09
Compare
Choose a tag to compare
Pre-release

Changes in build 195

  1. Urgently fixed a crash when showing a layout with a connection error.
  2. When connecting to an instance through a proxy server, the corresponding type is shown in the "About instance" dialog.
  3. Added two-factor authentication error message.

1.1, build 194 (alpha)

21 Jun 12:30
Compare
Choose a tag to compare
Pre-release

Changes in build 194

  1. Bugs fixed:
    • fixed the list of participants in the group
    • slightly reworked text reduction and conversion of links to HTML
    • fixed crash after an unsuccessful execution of the Account.getCounters method
    • fixed photo caching again
    • minor bugs fixed
  2. Partially earned video previews.
  3. Instead of 50 first posts, only 25 are displayed, and this should also reduce the load on the UI thread.

Known issues

  1. Some previews may show color "blotches" artifacts, probably due to some difference in color space.
  2. Infinite scroll works very strangely.

1.1, build 193 (alpha)

21 Jun 12:29
Compare
Choose a tag to compare
Pre-release

Changes in build 193

  1. The tablet mode of the interface has been fixed again (the problem was that they forgot to update the layout)
  2. As in VK 3.x, you can also fit the video in width and return the optimal resolution back.
  3. The logic for processing JSON requests has been redone, now in a separate thread, thanks to which the application has become a little less freezing, but this does not fix the ANR state completely, since the RecyclerView component for lists was involved in the hang.
  4. Account avatar hotfix.

1.1, build 192

18 Jun 09:28
Compare
Choose a tag to compare
1.1, build 192 Pre-release
Pre-release

Changes in build 192

  1. Instances that use the HTTPS encryption (and may not work on old devices) are now marked with the "HTTPS" green label feature.
  2. An the two-factor authentication dialog is redefined and approaching the design that was in VKontakte 3.10 app.
  3. Significantly improved translation of strings, usually containing plurals.
  4. Added an animation of rotating the arrow in the profile header, which is played at the moment of hiding and revealing detailed information about the profile.

1.1, build 191

16 Jun 09:49
Compare
Choose a tag to compare
1.1, build 191 Pre-release
Pre-release

Changes in build 191

  1. Added a new way to show the name of group members, this time used in other API methods. At the same time, compatibility with instances that were not updated before the commit OpenVK/openvk@d9b595d is saved.
  2. The API client has been re-sorted, the uk.openvk.android.legacy.api.entities package for single objects (User, Group, Message, WallPost, etc.) has been added, and the uk.openvk.android.legacy.api.models package uses their collections (Users, Groups, Messages, Wall, Newsfeed, etc.) to match the structuring style of the OpenVK web version.

1.1, build 190

16 Jun 09:45
Compare
Choose a tag to compare
1.1, build 190 Pre-release
Pre-release

Changes in build 190

  1. Added list of members in groups

1.1, build 189 (alpha)

16 Jun 09:41
Compare
Choose a tag to compare
Pre-release

Changes in build 189

  1. Domain openvk.co changed to openvk.xyz.
  2. Fixed "floating" bug when switching to a fragment of the application settings.