Files
calendula/app
Jean-Luc Makiola c1cd91021d revert(widget): leave the month grid responsive, as it always was (#103)
The month widget's columns were never the problem. MonthWidget.kt has divided
the width it is given by seven since v2.5.0 and 2.16.0 did not touch that line
— only the title formatter. What 2.16.0 did change was AgendaWidget, which
gained SizeMode.Exact and became structurally identical to MonthWidget, so R8
merged the two classes and collapsed Glance's provider map. That is #89, and it
is what handed the month grid the wrong widget's measurements.

The keep rule from #89 is the fix. Reverting the fixed-size grid, its metrics
table and the raised minResizeWidth. The size setting stays, agenda-only, which
is all #51 ever asked for.
2026-07-30 17:47:55 +02:00
..