🚀 Android Beta Testers Wanted 🚀
We're running a closed beta (alpha track on the Google Play Store) for the Android app and are looking for testers! If you'd like early access to help test (and suggest) Android features before they go live, join my Google Group here: https://groups.google.com/g/dayglance
Your feedback makes a real difference (crashes, UI oddities, anything else you notice).
dayGLANCE 2.4.4
Bug fixes
- Greek and non-Latin hashtags now work — tags like
#αθήναor#日本語were not being recognised due to Latin-only regex patterns. All tag parsing, rendering, filtering, and search now support the full Unicode alphabet. - Routine delete button now accessible on narrow Android tablets — on budget tablets in portrait orientation (typically 600–700 px wide), the delete button on routine chips was invisible and untappable. The two-tap reveal mechanism now activates correctly regardless of screen width.
- Fixed blank screen on normal browser refresh (CMD-R / Ctrl-R) — a service worker update could leave the page loaded with stale cached assets, causing a blank screen. A page reload is now triggered automatically when a new version takes over, so you always land on a clean, up-to-date app.
- Fixed crash when syncing Android calendar events with no end time — a non-all-day event missing an end time caused a
TypeErrorthat broke the entire calendar fetch for that day.
Security
- Removed
unsafe-evalfrom the Content Security Policy — the directive was present unnecessarily and has been dropped.