Releases: OpenVK/mobile-android-legacy
Releases · OpenVK/mobile-android-legacy
1.1, build 209
In addition to improvements to the Photos section, New Year's splash screen changed. User may be watch after December 1.
1.1, build 208
Changes in build 208
- The “Photos” section has appeared with an album view.
- The logic for receiving data from the API has changed, already through the receiver (in Android -
BroadcastReceiver
class). - Fixed a bug with creating an account after successful authorization.
1.1, build 207 (beta)
Changes in build 207
- Posting options are now available: posting on behalf of the community and with a signature.
- For 32-bit architectures: FFmpeg 0.8.12 has been updated to 0.11.5, support for audio/video codecs remains unchanged.
- Fixes 404 error in
ffmpeg-android-builder
submodule.
1.1, build 205 (beta)
This is a hotfix that fixes a crash when selecting or deleting an emoji.
1.1, build 204 (beta)
Changes in build 204
- Built-in video player (only with FFmpeg 0.8.12) can only play sound so far. Everything else will need to be worked on later.
- The functionality of the post editor has been expanded:
- added emoji picker
- now, in addition to photos, it became possible to attach notes
- in the tablet interface, the window itself is no longer stretched to full screen, but only acts as a dialog
1.1, build 203 (beta)
Changes in build 203
- Although the player is not working, it searches for A/V streams in a different way - without using the
av_find_best_stream
method, which should exclude a segmentation error when initializing the decoder. - Removed extra indent from above, which is typical only when using a translucent statusbar in Android 4.4.
- Fixed the profile page in the tablet interface - for this, the crutch was removed along with the enumeration of the "Direct message" button type.
- Optionally, it is possible to build FFmpeg 0.8.12 on Android NDK r6. Again, see instructions on how to build (https://github.com/openvk/mobile-android-legacy#building).
1.1, build 202 (beta)
Changes from build 202
- Minor bug fixes.
- A custom player to replace ijkplayer using two versions of FFmpeg for different architectures is still in its infancy and therefore its performance is not guaranteed - either a crash with a segmentation error or a video opening error message.
- IN ADDITION: Fix build script
By the way, the instructions for building FFmpeg are in the README of the OpenVK Legacy repository.
And since I'm now focused on the development of this player, new features and bug fixes are delayed.
1.1, build 201 (beta)
Changes in build 201
- Instead of fully downloading as a whole, photos are now loaded only when the index of the array of nested photos is divisible by 10 without a remainder. In this case, there is a possibility that there will be more lags.
Therefore, if this update does not suit you, I can either reduce the array index divisibility to 15 or roll it back to full load.
1.1, build 200 (beta)
Changes from 1.1 build 200
- Getting the path to uploadable images through alternative applications, including "Gallery", has been fixed. It is also possible to correct crashes.
- Now stubs about the absence of notes in the profile and personal correspondence are shown.
- The account menu is now automatically hidden along with the sliding menu.
1.1, build 199 (alpha)
Main changes since 1.1 build 198
- Improved emoji support for Android below 4.4. A new component is responsible for this - Twemojicon, which in turn uses the emoji package from Twitter, released under the CC-BY 4.0 license.
- Added sending attachments before publishing. Only photos are available at the moment.
- Added notes with the ability to view in the most visible place - in the side menu, with a design inspired by the Symbian S60 shell.
- Added three themes to choose from (they are all light, only with different colors: blue, gray and black)
- Added support for multiple accounts in different instances and account submenu in the side menu. You no longer need to re-login a hundred times due to some kind of failure, which does not allow you to fully use the application. The original application could not boast of this due to the current rules of VKontakte.
- Added the ability to set low quality cached photos in conditions of low Internet speed. Welcome to 2013, where ultra-budget phones did not even have 3G support and in some CIS countries there were no 3G towers as such!
Also there
- Most of the source code of both the API and the graphic component as a whole has been reconstructed for the sake of simplification, further cleaning from solid crutches and adding new APIs in the future, in addition to OpenVK.
- The lists of friends, groups and correspondences have been adapted to the tablet interface, no longer leaving empty spaces.
- Slightly redesigned some layouts used in dialog boxes.
- Efficient photo caching is now fully guaranteed, thanks to one more component - the UniversalImageLoader library.
- Improved the functionality of some sections of the application, such as "Global Search" and "Wall Post".
- Replaced the wrapped HTTP(S) Apache client with HttpUrlWrapper, which in turn uses the HttpUrlConnection client and provides better support for both old and new versions of Android.
- By default, the "Safe Browsing Posts" filter is enabled, hiding posts marked "Contains NSFW Content".