Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 4.89 KB

20231003.md

File metadata and controls

52 lines (27 loc) · 4.89 KB

Repository activities from 2023-09-19 to 2023-10-03

Repository roundup

There has been several new repositories arriving in Github. They are containing code developped by Jolla, previously under a proprietary license, now available to the open source community under a BSD 3-clauses license. Everyone can submit PRs, propose changes… and interact with Jolla to bring new functionalities, correct bugs, provide documentation for these parts of the OS.

Communication services

Browser

User interface

  • sailfish-secrets, a framework to use encryption techniques, dcaliste adjusted the code not to show again the confirmation to access a GnuPG secret if it was dismissed by the user just before.

  • sailfish-components-gallery, QML components to handle the image and video gallery, is a new repository with code that has been relicensed to BSD.

  • sailfish-components-filemanager, QML components to create a file manager, is also a new repository with code relicense from proprietary to BSD. It comes with the full commit history, with an initial commit from Joona Petrell back in 2016, stating “Create a simple file manager. Contributes to JB#5771”.

  • sailfish-locale, some localization defintions, is a new repository. dcaliste patched a spelling mistake for the FR locale definition file.

  • sailfish-minui, a simple UI loop to allow user interaction, is also a new repository allowing user interaction in a graphical way without having a full user session started. This can be used to ask passphrases early in boot for instance.

  • sailfish-components-accounts, QML components on top of the account framework, allows to create and manage accounts (like iCal subscription, IMAP email server…). Its history goes back to december 2012 with an initial commit from Chris Adams.

  • sailfish-device-encryption, encryption at device level, is the last new repository listed this fortnight. It contains all the pieces used to handle the encryption at device level, from the encryption service to the unlock UI.

Audio and video layer

Low level libraries

SDK and developer tools