Skip to content

Version 3.7.1

Compare
Choose a tag to compare
@javiergm1983 javiergm1983 released this 16 Dec 14:48
· 22583 commits to master since this release
e5db5e4

Supported Android versions

  • Android 5.0 – 5.1.1 (Lollipop)
  • Android 6.0 – 6.0.1 (Marshmallow)
  • Android 7.0 – 7.1.2 (Nougat)
  • Android 8.0 – 8.1 (Oreo)
  • Android 9.0 (Pie)

Change notes

  • Bug fixes

    • Fix logger issue.
    • Unable to download pictures from the Chat if the option "Always ask for download location" is ticked.
    • Cancel registration while user clicked on "Cancel" button on "Awaiting email confirmation screen".
    • Logout buttons cut off on some devices.
    • The forgot password screen gets refreshed when you rotate your device from portrait mode to the landscape mode.
    • If you delete the file from the full view-file info, then it still shows the preview of the deleted file.
    • When the device is rotated, the audio automatically stopped.
    • [Google Play Console] java.lang.OutOfMemoryError.
    • [Google Play Consoe] java.lang.NullPointerException in mega.privacy.android.app.lollipop.PlaylistFragment.
    • If you move a file from the full view-file info, then it still shows the preview of the moved file.
    • Open link - Toast does not show when the file starts to download via MEGA link.
    • Refresh the input text focus when cancel or send a voice message.
    • If the device is not silent and you click the button for less than a second, recording starts.
    • [Google Play Console] java.lang.ClassCastException in offlineUtils.
    • [Google Play Console] java.lang.IllegalStateException is thrown but not catched.
    • [Google Play Console] java.lang.NullPointerException in MegaNodeAdfapter getFolderCount.
    • The app crashes when the device rotates after webview is loading.
    • App is crashing when you tap on the search by date option without entering any data from the camera uploads section.
    • Prevent camera uploads notification from appearing if user has disabled camera uploads.
    • [Google Play Console] CU2.0 Context.startForegroundService() did not then call Service.startForeground().
    • Streaming does not work on Android 9 (API level 28 or higher).
  • Improvements

    • Apply the same behaviour than iOS when an item of the bottom navigation view is pressed.
    • Show the thumbnail of the images when trying to upload the files from 'pick from file system'.
    • When various contacts are sent to a chat conversation from contacts section, group them in only one element instead of show them individually.
    • Change the log level where necessary. Currently all logs are MegaApiAndroid.LOG_LEVEL_WARNING.
    • Increase the level of the destination API.
    • Improved voice message quality.
    • Remove CameraUploadImageProcessor.
    • Start CU scanning when app enter foreground.
    • Retain secondary upload setting.
  • Others

    • Update translations.

SDK: meganz/sdk@3fc9f58 (v3.6.2)
MEGAchat: meganz/MEGAchat@79e2b33 (v2.1.6)