mlsdb-data
, a packaging of Mozilla databse used to assist GPS positioning, update of cell tower positions by A. Branson. Interestingly, he noticed a size reduction of the database (less tower are indexed) and discussed the possible reasons with sledges.nemo-qml-plugin-systemsettings
, QML bindings to handle system parameters, a contribution from neochapay enabling the proper detection of GPS capability for systems not Android-based, but usinggpsd
instead.
libqofono
, Qt bindings for Ofono, neochapay added support to call the Ofono GPRS context reset on DBus. He also opened a new pull request to add a "preferred" property to the connection context, usage is not specified at the moment.
mkcal
, storage backend using SQLite for calendar entries, dcaliste submitted a pull request to add low level support to change notebook of events. Currently, updating notebook of a given event is disabled because it was then not possible in mKCal to get notified of the change, which is an issue for synced accounts. Comments on pull request raised some potential issues with the approach and request is currently stalled.nemo-qml-plugin-calendar
, the QML bindings for calendar events, dcaliste fixed a regression he introduced during earlier work reorganising code in the bindings. This regression was introduced in a commit from early in March and listed an empty organizer in every event.
gecko-dev
, Mozilla's Gecko web rendering engine, flypig is working on implementing a stack of controllers, so having multiple WebViews in an app would be possible. He's also working on backporting some upstream patchs from Mozilla to optimize relocation in compiled libraries (https://wiki.mozilla.org/Elfhack).
droidmedia
, a link to access hardware encoder / decoders from Android, d-grigorev continued his work to add bitrate control and on multi-threading the media source, so some fetching inputs will not slow down the output (like the camera).
sailfish-qtcreator
, Qt Creator provided with the SDK, two accepted pull requests by martyone, sailfishos/sailfish-qtcreator#531 and https://github.com/sailfishos/sailfish-qtcreator/pull/530/commitsdocs.sailfishos.org
, website sources, four new pull requests from rainemak polishing details on how to enable log output with the browser, but also about testing performances of the browser. Also a contribution from pherjung to correct a mistake in code sample from the Python tutorial.
android-tools-hadk
, the Android tools for the hardware development kit, thaodan pushed a pull request cleaning and fixing issues in themer-android-chroot
script.
libqofono
, Qt bindings for Ofono, Tomin submitted several pull requests to make the automatic tests run and success on the test farm, by using the right environment and permissions (accepted) and by tweaking the tests for Sailfish usage (under review).qtwebkit5
, Qt bindings for Webkit web engine, Flypig modified the packaging to avoid debug symbols in final RPMs and thus decrease package size. This may be of limited impact as mentioned flypig due to the deprecation of QtWebkit in SailfishOS.transfer-engine
, the backend to allow sharing data between apps, the request submitted by attah to cleanup the naming scheme in the examples to make them more clear to users, was accepted.libcommhistory
, the library to access SMS / phone history, laakkonenjussi proposed a fix to the failing test matching contacts.timed
, the daemon handling the time and alarms, some test fixing by tomin1 related to the fact that the user is not named 'nemo' anymore.mkcal
, storage backend using SQLite for calendar entries, pvuorela proposed a fix for tests loading events in time ranges that were failing in relation to time zones. dcaliste is proposing a pull request modifying the code structure to discouple SQLite storage from any calendar representation.nemo-qml-plugin-devicelock
, QML bindings for device lock access, pvuorela removed the unnecessary QtNetwork build dependency.nemo-qml-plugin-time
, QML bindings for time handling (system wide clocks…), pvuorela cleaned some test conditions where second accuracy leads to false negative.libiodata
, a library for reading and writing simple structured data, pvuorela polished test reports on the automated test farm.gstreamer
, a multimedia framework, pvuorela repackaged some development files to their own RPM, not to clutter the main one used on device.