Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v3.5.0 #1399

Merged
merged 36 commits into from
Apr 15, 2019
Merged

Release/v3.5.0 #1399

merged 36 commits into from
Apr 15, 2019

Conversation

sergiohs84
Copy link
Contributor

  • Fix preview's orientation for video files on Android.
  • Support for PDF previews / thumbnails in Qt with pdfium.
  • Ability to catch up with API on demand.
  • Add synchronization tests for POSIX platforms.
  • CMake pre-built 3rd party libraries for Windows.
  • Allow non moderators to retrieve chat links.
  • Support to generate Doxygen for the whole SDK.
  • Fix retrieval of avatar for non-contacts.

Yenel and others added 30 commits January 23, 2019 13:32
for non supported filenames use memory loader except for files > 100 MB
(use temporary file for those)
In order to ensure the client is up to date with the server in terms of
reception of recent changes (actionpackets), this method closes existing
sc connection (if any) and abort the backoff to immediately retrieve
changes.
Since the app may require to check this situation several times, app's
requests are queued and sent sequentially.
A scRequest to catchup could be queued and, before being processed, a
batch of actionpackets may arrive --> `catchup_result()` would finish
the request even before being started. This commit prevents that race-
condition by checking the tag of the request, which is set to `1` when
it's started.
& use gfxMutex to protect deletion/creation of pdf thumnails
The new target ends up in `tests/sync_test`. There seem to be
currently two test cases failing (at least on ubuntu) which will be
addressed in a separate commit.
Add sync tests as a separate test target for posix platforms
Added the option to build against the prebuilt 3rdparty libraries use…
support non-ascii pdf thumbnails in windows
It still requires the API to allow it. By now it returns `EACCESS`
Initial support to create thumb for PDF for qt binding
Allow to retrieve existing chatlinks for non-moderators
This includes the generation of class and colab. diagrams along with
call and caller graphs. Requires the `dot` tool.
@JenkinsMega
Copy link

megasdk_PR SUCCEDED (698) 👍

@JenkinsMega
Copy link

megasdk_PR SUCCEDED (699) 👍

@sergiohs84 sergiohs84 merged commit a69204a into master Apr 15, 2019
@sergiohs84 sergiohs84 deleted the release/v3.5.0 branch April 15, 2019 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants