- Apr 05, 2013
- Mar 31, 2013
-
-
akwizgran authored
-
- Mar 30, 2013
-
-
akwizgran authored
(Although it isn't possible to create an identity yet...)
-
- Mar 29, 2013
-
-
akwizgran authored
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
-
- Mar 23, 2013
- Mar 20, 2013
-
-
akwizgran authored
-
- Mar 18, 2013
-
-
akwizgran authored
The UI may access the DB in response to UI or DB events; to maintain a consistent view of the DB's contents, the tasks performing these accesses must be prevented from overlapping, and must produce consistent results if reordered. A single-threaded executor and latches are used to prevent tasks from overlapping, without blocking non-UI access to the DB.
-
akwizgran authored
-
- Mar 15, 2013
- Mar 14, 2013
-
-
akwizgran authored
Fields in Android UI objects that are accessed from background threads must be declared volatile. UI objects use data attached to DB events to avoid DB lookups, which complicates the UI code but should improve performance.
-
- Mar 12, 2013
- Mar 11, 2013
- Mar 04, 2013
-
-
akwizgran authored
-
- Mar 02, 2013
- Mar 01, 2013
-
-
akwizgran authored
-
- Feb 28, 2013
- Feb 27, 2013
-
-
akwizgran authored
-
- Feb 22, 2013
-
-
akwizgran authored
-
- Feb 19, 2013
- Feb 18, 2013
- Feb 14, 2013
-
-
akwizgran authored
-
- Feb 12, 2013
- Feb 07, 2013