Page MenuHomePhabricator

[native][web] Read thread activity entries from SQLite on app start
ClosedPublic

Authored by will on Tue, Apr 9, 11:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 12:27 PM
Unknown Object (File)
Sat, Apr 27, 12:18 PM
Unknown Object (File)
Sat, Apr 27, 10:43 AM
Unknown Object (File)
Fri, Apr 26, 9:37 PM
Unknown Object (File)
Fri, Apr 26, 8:24 PM
Unknown Object (File)
Fri, Apr 26, 8:19 PM
Unknown Object (File)
Fri, Apr 26, 1:27 PM
Unknown Object (File)
Fri, Apr 26, 12:14 PM
Subscribers

Details

Summary

This reads thread activity entries from SQLite on app start

Depends on D11665

Test Plan

flow check.

Tested on native. On clicking through threads, verified sqlite database was updated with lastNavigatedTo values. On relaunching the app, values properly persisted. No assertion failures between redux persist and sqlite.

Tested on web. Downloaded sqlite web database and verified properly being updated on clicking through threads. Assertion not checked for web.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Tue, Apr 9, 11:29 PM
This revision is now accepted and ready to land.Thu, Apr 11, 6:18 PM

Do not assert equality of threadActivity on web

style. rebase before landing

This revision is now accepted and ready to land.Fri, Apr 19, 11:35 AM
will edited the test plan for this revision. (Show Details)

rebase before landing