connectionagent
, a daemon and QML bindings to connect to ConnMan, abranson modified the DBus interface so Wifi tethering and Bluetooth tethering can be manipulated separately. Previous, the tethering API was implicitely dealing with Wifi thethering only. The pull request has not been accepted yet.
amber-mpris
, QML bindings for remote control of music players, tomin1 added support over DBus to expose non-hidden properties.
-
mkcal
, storage backend using SQLite for calendar entries, dcaliste's patch to add a search method through out the database has been merged. A (very) minor optimisation was proposed by dcaliste and accepted. It avoids to poke the database for an event that is already in memory. Additionnaly, dcaliste proposes to clean the code out of::Ptr
type in the internal class handling read/write access to the database. It avoids to pin the data ownership to the current thread. -
nemo-qml-plugin-calendar
, the QML for calendar access, dcaliste added a list model to display search results from the calendar database.
buteo-sync-plugin-caldav
, the synchronisation framework plugin for CalDAV content, dcaliste fixed an issue when importing exception. Imported events didn't inherit the sync property like when creating an exception on device, confusing the sync plugin which was cancelling the import on the next sync round.
-
sensorfw
, sensor framework, spiiroin is proposing a fix for deadlocking state on exit due to pending interactions withlibgbinder
. spiiroin also completed a large work on changing how refresh frequencies can be set-up. Indeed, rates of sensors depend on the device and the old API was quite restrictive because defined with integer millisecond periods, making not possible to choose a frequency of 400 Hz for instance (period would have been 2.5 milliseconds). spiiroin modified also the granularity for accelerometers, previously stored as milliG integers, now moved to single precision floating point numbers. -
qtsensors
, Qt bindings for the sensor framework, spiiroin ported his work on allowing more fine grained frequencies in sensor refreshing to the bindings. -
ssu
, the seamless software updater, keto fixed a bug where system CA certificates are not loaded.
-
sdl
, a multimedia library, mlehtima is working in a branch on upgrading to the latest upstream version 2.26.0. -
firejail
, the isolation mechanism for process from the host system, dsuni updated it to 0.9.72. -
ngfd
, the non graphical feedback daemon handling sound and vibration feedback, neochapay is suspecting a double free in the plugin forffmemless
(i.e. the vibration driver). The pull request is discussed with pvuorela and monich. -
nemo-qml-plugin-dbus
, the QML bindings for DBus, attah's work adding support for array of string-variant key-value pairs, has been merged. This data type is used in the standard FreeDesktop DBus methods for launching applications, so it enables apps to call those methods from QML. It has been branched also inupgrade-4.5.0
, meaning that it will be available in a possible next hotfix release. -
lvm2
, userland logical volume management tools, mal is working on an update to 2.03.20.
-
sailfish-secrets
, a framework to use encryption techniques, sledges updated the documentation to point to the right IRC channels (they were still the ones used on Freenode). -
openssl
, utilities and library for cryptography, direc85 contributed to the packaging, allowing to wipe out the warnings from rpmlint and to build succesfully withsfdk
.
-
jovirkku updated the release table with the 4.5.0.19 and added all minor releases, see https://docs.sailfishos.org/Support/Releases
-
jpwalden created two pages describing how to setup a freshly flashed device with Sailfish OS, see https://docs.sailfishos.org/Support/Help_Articles/Setting_up_a_Sailfish_Phone and https://docs.sailfishos.org/Support/Help_Articles/Setting_up_a_Sailfish_Phone_part2
-
vigejolla complemented the synchronisation documentation with a description of Buteo profiles, used to define synchronisation schedule for instance, see https://docs.sailfishos.org/Reference/Core_Areas_and_APIs/Apps_and_MW/Synchronization
-
jovirkku added an article describing how to use mapping services, taking among others PureMaps as an example, see https://docs.sailfishos.org/Support/Help_Articles/Maps_and_Location_service/
-
jpwalden created an article describing the phone application, see https://docs.sailfishos.org/Support/Help_Articles/Phone . He also added one for the document application, see https://docs.sailfishos.org/Support/Help_Articles/Documents and for the calculator application, see https://docs.sailfishos.org/Support/Help_Articles/Calculator
-
vigejolla added a reference description of the backup system, see https://docs.sailfishos.org/Reference/Core_Areas_and_APIs/Apps_and_MW/Accounts_and_SSO/Backup_Accounts