I've read mention in the docs of an offline mode ( and at https://github.com/turtl/js/issues/130#event-295148512 ), but I can't seem to use Turtl at all with no network connection (on Android btw).
What am I doing wrong?
--
You received this message because you are subscribed to the Google Groups "Turtl" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turtl+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Wouldn't it be better to store a local copy of the encrypted database on the phone?
I would much rather that solution than having to run a service all the time, and presumably that would be more responsive as it wouldn't be fetching from the network all the time.
Also, doesn't Android have to have an icon in the notification bar at all times for any service that continually runs?