Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
lduboeuf / gist:9834dab03ac1a58f5b4a3b1864fbb8ef
Created December 10, 2025 16:28
devContainers example calendar-app
{
"name": "lomiri-calendar-app (Clickable IDE)",
"image": "clickable/amd64-utnext-amd64-ide:latest",
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"twxs.cmake",
@lduboeuf
lduboeuf / obex_pbap_newbackend_test.txt
Last active April 23, 2026 07:46
Test obex pbap with new backend
Pre-requisite: 24.04.2.x
#1: install dependencies
sudo ubports-qa install 24.04-2.x_-_PR_bluez_5
sudo ubports-qa install 24.04-2.x_-_PR_lomiri-addressbook-app_271
service:
https://ci.ubports.com/blue/organizations/jenkins/UBportsCore%2Flomiri-obex-call-data/detail/MR-1/4/artifacts
new contact db is populated after session login
Call for testing, new contact backend.
What does it change regarding UI/UX ?
The address book should be more performant.
The main addition is the ability to synchronize contacts with a remote server using cardDav protocol, available in settings or in the front page if no contact were found.
This should behaves like calendar app with a manual sync.
Also, we had to change the birthdays calendar and to create a new one, for this the old one has just been disabled.