- Feb 27, 2014
- Feb 10, 2014
- Feb 09, 2014
- Feb 07, 2014
-
-
akwizgran authored
All JVMs must support UTF-8 encoding.
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
This adds complexity but will save a lot of bandwidth, as most of the strings and byte arrays we want to send are less than 128 bytes. The extra complexity isn't exposed outside of the serial component.
-
- Feb 04, 2014
-
-
akwizgran authored
We check for compatibility by specifying a schema version and minimum schema version in the code, storing them in the DB, and checking whether the DB is too old for the code or vice versa.
-
akwizgran authored
Dev task #52. Known but unverified identities are also supported, but currently unused. These will be used in future for contacts who've been introduced but not verified face to face.
-
- Jan 31, 2014
- Jan 25, 2014
- Jan 24, 2014
-
-
akwizgran authored
-
- Jan 16, 2014
- Jan 15, 2014
- Jan 14, 2014
- Jan 13, 2014
- Jan 10, 2014
-
-
akwizgran authored
-
- Jan 09, 2014
- Jan 08, 2014
- Jan 05, 2014
-
-
akwizgran authored
-
akwizgran authored
If the app restarts after crashing and tries to return to the activity where it crashed, DatabaseConfig's encryption key will be null and no DB operations can be performed. It's better to crash again in that case than for all DB operations to fail. Fixing bug #3 will make this irrelevant.
-
akwizgran authored
-