Skip to content

Releases: meganz/android

Version 5.0

27 Sep 11:03
Compare
Choose a tag to compare

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)
  • Android 10 ("Q" - Quince Tart)
  • Android 11 ("R" - Red Velvet Cake)

Change notes

  • Feature
    • MEGA Meeting phase one:
      • Create a Meeting
      • Join a Meeting
      • In a Meeting-Layout
      • In a Meeting-floating panel
      • Leave a Meeting
      • Add banner for calls/meetings when you are the only participant
      • Create reconnecting logic
  • Bug
    • When a video call is initiated the video feed of the caller is shown twice the moment the call is established.
    • UI view broken during a group call after several clients detected connectivity issues.
    • Call notification does not disappear.
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@b4df9a0 (v3.9.3)
MEGAchat: meganz/MEGAchat@182e31f (v3.0.0)

Version 4.3

20 Sep 15:28
Compare
Choose a tag to compare

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)
  • Android 10 ("Q" - Quince Tart)
  • Android 11 ("R" - Red Velvet Cake)

Change notes

  • Enhancement
    • MEGA android app "contacts" design (revamp).
    • "My Account" revamp:
      • No "Cancel" button when changing password
      • The renewal date for an account is not handled properly.
      • Make MyAccountInfo injectable.
      • Convert fragments Choose and Upgrade account to activities and migrate them to Kotlin.
    • Android 11 support.
    • Recovery key screen—text doesn’t fit in the button in the localized UI.
    • Android 11 special permission to allow access to manage all files.
    • Waiting (payment) confirmation dialog.
    • Add ability to set device name for backup.
  • Maintenance
    • Upgrade "libuv".
    • Allow the creation of multiple links.
    • Ensure compatibility with Android 12 - No target SDK change.
    • Migrate GetLinkActivity to MVVM.
    • Remove "save_for_offline" string.
    • Remove support for Google Ads.
  • Feature
    • Prompt play store ratings - phase 2.
  • Bug
    • "Open with" option is missing from url and txt file's modal bottom sheet.
    • Offline files are not removed in the right way.
    • Latest item decorations do not appear after scrolling.
    • Incoming call notifications for group calls are not displayed properly.
    • Unable to "Share folder" with contacts.
    • NullPointerException in updateViewSelected (CameraUploadsFragment).
    • ArrayIndexOutOfBoundsException in getItemtAtPosition (RecentsAdapter).
    • Duplicate backup is created when enable CU.
    • NullPointerException in getParentHandleForSearch (SearchFragmentLollipop).
    • The tabs elevation does not behave in a right way after Contacts revamp merge (only dark mode).
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@1f1a2e5 (v3.9.5b)
MEGAchat: meganz/MEGAchat@fc2dd94 (v2.5.0)

Version 4.2.2

02 Sep 12:06
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Remove folders & files subheaders on file management views.
    • Change the 'Set Nickname' pop-up when defining an alias for a contact.
    • Folder public link - Hide Label and Favourite sort/filter options.
    • Add URL icon for .url files.
    • New fast scroller.
    • Passcode lock - Add warning dialog when logout.
    • Request passcode lock in PDF viewer only when access to Cloud.
    • Allow open and edit large text files.
    • App should allow to preview the versioned text files.
    • Add toolbar elevation behaviour on Text Editor.
    • Text editor saving text file on the background.
    • Use authentication token to load folder links.
    • Remove root-path item for the FileProvider.
    • Turn off LiveEventBus logger.
  • Maintenance
    • Remove Context objects from SearchNodesTask.
    • Emojis on chat modal bottom sheet header not correctly aligned.
    • Fix some splitted strings (transifex issues).
    • Improve strings of warning alerting a change in a file extension.
    • Management message - end call icon.
    • Remove some unused and duplicate strings.
    • Remove "save_for_offline" string.
  • Feature
    • 15 seconds rewind and forward in the Video player.
  • Bug
    • Account reset page doesn't pre fill the email ID ,even the user enter the email id and tap on the Forgot Password button.
    • Long names overlapping 3 dots (Android Tablet only).
    • Audios and videos can be played simultaneously.
    • Available offline toggle in light mode for audio player should be modified.
    • Tapping any options in navigation drawer then follow by Offline tap back, the Toolbar missing.
    • Import files/folders to Mega, CD folder colour changes.
    • Handle large downloads from file link preview.
    • Account takes on over storage quota condition when adding files to an inshare from over storage quota account.
    • URL's with '_' is not handled properly.
    • Stephen's bug: Create text file - click Save - Saving file... persists indefinitely.
    • Achievement values not updating without refreshing the app.
    • On Offline tab, modal bottom sheet is still visible when remove from offline dialog is shown.
    • Long pressing an unsent message (due to no network) is darkening the chatroom as if a dialog had just opened, but no dialog is opening.
    • Call duration shown in all group chat headers.
    • NPE TextFileEditorViewModel.initializeReadParams.
    • CU - Flickering and cannot close.
    • Copy/Paste edited message includes editing label.
    • Right after entering a chat, add a reaction to a message, the reaction will not appear.
    • NullPointerException in updateFastScrollerVisibility (CameraUploadsFragment).
    • The text editor does not open from the Documents section (in home page).
    • FileExplorerActivityLollipop activity path traversal vulnerability.
    • NullPointerException in changeFolder (FileStorageActivityLollipop).
    • Insecure management of File provider URI's.
    • NullPointerException in onBackPressed (ManagerActivityLollipop).
    • IllegalArgumentException in onFinish (TimeUtils).
    • NullPointerException in BucketSaved constructor.
    • NullPointerException in downloadAndAttach (FileProviderActivity).
    • IndexOutOfBoundsException in setUpView (TextFileEditorActivity).
    • IllegalStateException in registerTransfersReceiver (TransfersManagementActivity).
    • Blank Copy/move button in shared folders.
    • Something is wrong with .gif streaming when it is opened from a folder link.
    • Wrong message shown after restore an item from Rubbish Bin.
    • Opening different versions of a file, the content of the latest version is always displayed.
    • Passcode lock is requested twice at some screens if screen rotates.
    • "View in folder" node option should be only displayed in Recents section.
    • Chat message bottom sheet options don't work if no network.
    • NullPointerException in updateViewSelected (CameraUploadsFragment).
    • ArrayIndexOutOfBoundsException in getItemtAtPosition (RecentsAdapter).
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@3927fc1 (v3.9.4)
MEGAchat: meganz/MEGAchat@db21389 (v2.5.0)

Version 4.2.1b (patched)

26 Aug 07:43
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Turn off LiveEventBus logger.
    • By default launch the in-app web browser to access the homepage banner Url.
  • Bug
    • NullPointerException in updateFastScrollerVisibility (CameraUploadsFragment).
    • NullPointerException in changeFolder (FileStorageActivityLollipop).
    • NullPointerException in onBackPressed (ManagerActivityLollipop).
    • IllegalArgumentException in onFinish (TimeUtils).
    • NullPointerException in BucketSaved constructor.
    • NullPointerException in downloadAndAttach (FileProviderActivity).
    • IllegalStateException in registerTransfersReceiver (TransfersManagementActivity).

SDK: meganz/sdk@2f7acc9 (v3.9.2)
MEGAchat: meganz/MEGAchat@cd86bf1 (v2.4.9)

Version 4.2.1a (patched)

09 Aug 07:40
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Remove root-path item for the FileProvider.
  • Bug
    • FileExplorerActivityLollipop activity path traversal vulnerability.
    • Insecure management of File provider URI's.

SDK: meganz/sdk@2f7acc9 (v3.9.2)
MEGAchat: meganz/MEGAchat@cd86bf1 (v2.4.9)

Version 4.2.1

22 Jul 09:57
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Android App should have an option to point to staging before login to the App.
    • Allow to point to different API servers, not only staging.
    • Integrate Karaganda - The Google fraud prevention feature of Play billing library.
  • Maintenance
    • Use pre-built binaries for cURL and c-ares.
  • Feature
    • Prompt play store ratings - phase 1.
  • Bug
    • Missing space between thumbnail and node's info when downloaded file is displayed in the local folder.
    • The text of Banner is Simplified Chinese while the system lang is Traditional Chinese.
    • CU-Months view mode displays wrong photos collection.
    • NullPointerException in setAttributes (DatabaseHandler).
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@2f7acc9 (v3.9.2)
MEGAchat: meganz/MEGAchat@cd86bf1 (v2.4.9)

Version 4.2.0

12 Jul 12:51
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Update LWS to 4.2
    • 15 seconds rewind and forward in the full screen audio player
  • Feature
    • Android new photos - phase 1
      • Show Camera Uploads content and Media Uploads content mixed on CU section
      • Preview images and videos on CU section in the same queue.
  • Bug
    • Vulnerability report - Hijacking notification at IncomingCallNotification.java
    • Double error msg when trying to log with a blocked account
    • Curl doesn't reuse connections in Android
    • NullPointerException in doOnTransferFinish (DownloadService)
    • User can't login on Android App
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@2f7acc9 (release/v3.9.2)
MEGAchat: meganz/MEGAchat@cd86bf1 (release/v2.4.9)

Version 4.1.6

21 Jun 09:59
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Add "Save to gallery" option for images & videos on Cloud Drive & Chat modals.
    • Change “Contact Info” and “Group Info” to “Info”.
    • The checking of PSA should take place hourly even the device is idle.
    • Remove words: "File", "Folder" & "Contact" from bottom sheet info item.
    • Text Editor name collision.
    • Rename action name collision.
    • New folder/file name collision.
  • Maintenance
    • Remove duplicate string code "upload_prepare".
  • Bug
    • When switching back to the chat with a zoomed-in image shown as a black screen.
    • Rich URL previews setting initial value is always disabled by default.
    • Repeated instantiation of the root activity.
    • IllegalStateException in addPsaWebBrowser().
    • Label option is not working if user tapped on the left part of the item.
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@5deffbf (v3.9.1)
MEGAchat: meganz/MEGAchat@68ed766 (v2.4.8)

Version 4.1.5a (patched)

11 Jun 12:01
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Storage and achievements update.
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@4b71e15 (release/v3.9.0)
MEGAchat: meganz/MEGAchat@88e4291 (release/v2.4.8)

Version 4.1.5

03 Jun 12:56
Compare
Choose a tag to compare

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)
  • Android 10

Change notes

  • Enhancement
    • Rename file dialog improvements.
  • Bug
    • Searched chat keyword is showing under home page search.
    • Introduce build setting MEGA_USE_C_ARES.
  • Others
    • Upgrade available translations.

SDK: meganz/sdk@fc36314 (release/v3.9.0)
MEGAchat: meganz/MEGAchat@88e4291 (release/v2.4.8)