- Apr 12, 2013
- Apr 11, 2013
- Apr 10, 2013
-
-
akwizgran authored
Returning null from getItem() was causing too many problems, and the item was triggering onItemSelected() before the other items had been loaded.
-
- Apr 09, 2013
- Apr 08, 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 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.
-
- 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 13, 2013
-
-
akwizgran authored
-
- Mar 12, 2013
- Mar 11, 2013