| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mobile: fix the documented gomobile bind command so it reproduces the ↵ | Lukasz Kasprzak | 2026-08-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | shipped .aar The comment omitted -javapkg, the second -target ABI and -androidapi. A clean clone following it got a .aar whose classes sit under go.mobile.gojni instead of xyz.labunix.dlectio.engine.mobile, carries only arm64-v8a, and declares no minSdkVersion match to the app's 26 -- the app cannot import the result. Verified by rebuilding the binding with the corrected command and confirming the artifact's ABIs, package and minSdkVersion against the shipped one. | ||||
| * | mobile: strengthen the PartLabels fallback test and count bounds | Lukasz Kasprzak | 2026-08-04 | 1 | -1/+3 |
| | | |||||
| * | mobile: add PartLabels so the app stops hardcoding part IDs | Lukasz Kasprzak | 2026-08-03 | 1 | -0/+31 |
| | | |||||
| * | mobile: add Days, a text-free week projection for the calendar | Lukasz Kasprzak | 2026-08-03 | 1 | -0/+72 |
| | | | | | | A week through Days benchmarks at ~9-10ms/op, versus ~23ms for seven full days through Day. | ||||
| * | mobile: return the day's rank and its localised label | Lukasz Kasprzak | 2026-08-03 | 1 | -9/+14 |
| | | |||||
| * | baseline: track the gomobile engine facade as-is | Lukasz Kasprzak | 2026-08-03 | 1 | -0/+112 |
| mobile/mobile.go and its go.mod/go.sum additions were sitting untracked in the working tree. Recorded here unchanged so the work that follows has a diff baseline; no lines of it are modified by this commit. Also ignore the cmd/dlectio-gen build product and the SDD scratch dir. | |||||
