Commit Graph

4 Commits

Author SHA1 Message Date
str4d
c8683aeccd Action bar title fixes 2014-11-17 04:09:52 +00:00
str4d
d2d322e547 Material theme: main toolbar 2014-10-19 23:22:39 +00:00
str4d
085778c98f Ensure that I2P system vars are set in any Activity that uses I2PBote
Sometimes the Android runtime kills off the Bote process to save memory, and
recreates it when the user next opens it. If the user was on an Activity that
was not EmailListActivity, then when recreated the I2P system vars would not be
set, and the first call to I2PBote.getInstance() would create an instance with
invalid paths. This was non-fatal - killing Bote and restarting it would fix
the problem - but was bad UX, because from the user's PoV all their emails and
data had disappeared.
2014-07-02 03:01:28 +00:00
str4d
0d6e1bd1db Fixed build process 2014-06-13 10:28:25 +00:00