Commit Graph

11 Commits

Author SHA1 Message Date
akwizgran
23ab23a931 Attached data to DB events to avoid DB lookups; refactored UI code.
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.
2013-03-14 22:46:57 +00:00
akwizgran
747a06d1ad Android UI for group messages (anonymous text only, no moderation yet). 2013-03-12 15:55:41 +00:00
akwizgran
7f71c1d5e7 Show a spinner while Guice is initialising. 2013-03-11 14:24:43 +00:00
akwizgran
f549b6d818 Android UI for writing private messages (text only for now). 2013-03-05 01:57:15 +00:00
akwizgran
d71ec9809d Android UI for reading a message (text/plain only for now). 2013-03-04 19:45:31 +00:00
akwizgran
a5da3694f9 Conversation view for private messages. 2013-03-02 03:11:37 +00:00
akwizgran
1ce1cf6f63 Added conversation list screen, minor tweaks to contact list screen. 2013-03-01 20:59:53 +00:00
akwizgran
f0e9bcc164 Moved contact list into its own activity, hooked up quit buttons. 2013-02-22 15:41:33 +00:00
akwizgran
d3a8dae583 Set android:allowBackup to false, updated target API version to 17. 2013-02-12 15:54:36 +00:00
akwizgran
e6de8efed2 Show an ongoing notification so the background service isn't killed. 2013-02-12 15:43:18 +00:00
akwizgran
f4f7b96d50 Separated Android code and core code into distinct Eclipse projects.
This should make it possible to develop the core in Eclipse without the ADT.
2012-12-05 20:39:31 +00:00