super-productivity/android/app/src
Johannes Millan 941aa7c104 fix(android): store a real timestamp in KeyValStore KEY_CREATED_AT (#7901)
ContentValues binds "time('now')" as a literal string rather than letting
SQLite evaluate it, so every row's KEY_CREATED_AT held a constant text
value instead of a write timestamp. Store System.currentTimeMillis() so
the column is actually usable for ordering/debugging.
2026-06-01 18:36:18 +02:00
..
androidTest/java/com/superproductivity/superproductivity ____MERGING SUPER PRODUCTIVITY ANDROID ____ 2024-10-11 14:11:23 +02:00
main fix(android): store a real timestamp in KeyValStore KEY_CREATED_AT (#7901) 2026-06-01 18:36:18 +02:00
test/java/com/superproductivity/superproductivity fix(android): auto-recover from transient WebView init failures 2026-05-29 14:55:22 +02:00