From 5da1615fa8c1fd1ad49db25c51e02edba1d6162c Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Wed, 1 Jul 2026 21:39:10 +0200 Subject: [PATCH] Publish "Compose for widgets, RemoteViews underneath" First post released through the scheduling pipeline: draft:false with pubDate today so the date gate passes. The other five stay draft/future-dated. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/content/blog/widgets-remoteviews.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/widgets-remoteviews.md b/src/content/blog/widgets-remoteviews.md index 3164bef..0f07bc7 100644 --- a/src/content/blog/widgets-remoteviews.md +++ b/src/content/blog/widgets-remoteviews.md @@ -4,9 +4,9 @@ description: >- Jetpack Glance lets you write home-screen widgets in Compose. But it compiles down to RemoteViews — so the old constraints still bite through the nice API. Three Calendula bugs that proved it. -pubDate: 2026-07-02 +pubDate: 2026-07-01 tags: [android, architecture, calendula] -draft: true +draft: false --- Calendula's home-screen widgets are written in -- 2.49.1