Commit Graph

78 Commits

Author SHA1 Message Date
akwizgran 3309938467 Massive refactoring to use pseudonyms instead of nicknames for contacts.
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.
2013-03-29 19:48:23 +00:00
akwizgran 4e5366509d Android UI for blogs (restricted groups). 2013-03-23 14:30:59 +00:00
akwizgran c783958d94 Minor layout and colour changes. 2013-03-13 10:41:07 +00:00
akwizgran 0280ea2aa9 Android UI for peer moderation. 2013-03-12 18:02:21 +00:00
akwizgran 747a06d1ad Android UI for group messages (anonymous text only, no moderation yet). 2013-03-12 15:55:41 +00:00
akwizgran 127ed22c40 Show number of unread messages rather than total number of messages. 2013-03-12 11:26:46 +00:00
akwizgran 787c428874 Added contact name dropdown to message composition screen. 2013-03-11 13:35:38 +00:00
akwizgran aa4f1cdfdd Minor layout changes: padding and text size. 2013-03-11 12:33:09 +00:00
akwizgran 19a6178b54 Removed star icons, added padding around text, renamed boards -> groups. 2013-03-11 10:57:44 +00:00
akwizgran 91a068c4bd Created some utility classes for commonly used layouts. 2013-03-05 18:37:09 +00:00
akwizgran 050f2094cf Added a border to separate the button bar from the content area. 2013-03-05 15:31:10 +00:00
akwizgran c83b1b74e5 Previous message and next message buttons. 2013-03-05 15:02:21 +00:00
akwizgran 86925ef402 Hooked up star/unstar and read/unread buttons. Tinkered with layouts. 2013-03-05 14:28:09 +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 a651e8ef73 Removed subject line from wire format, added content type. 2013-03-02 04:45:02 +00:00
akwizgran a5da3694f9 Conversation view for private messages. 2013-03-02 03:11:37 +00:00
akwizgran e15731a8e3 Yellow stars for starred messages. 2013-03-02 00:16:45 +00:00
akwizgran 6ecb9012e3 Scaled status bar icon for different pixel densities. 2013-03-01 22:47:18 +00:00
akwizgran 1ce1cf6f63 Added conversation list screen, minor tweaks to contact list screen. 2013-03-01 20:59:53 +00:00
akwizgran 88aea1bb72 Added buttons to the home screen, committed resources to git. 2013-02-27 23:13:50 +00:00
akwizgran 656c53cf00 Converted the home screen into a grid view. 2013-02-27 22:35:27 +00:00
akwizgran 06d32814ed Show connection indicator and last connection time in contact list. 2013-02-27 19:15:51 +00:00
akwizgran f0e9bcc164 Moved contact list into its own activity, hooked up quit buttons. 2013-02-22 15:41:33 +00:00
akwizgran 2050e11415 Added a contact list and quit button to HelloWorldActivity. 2013-02-19 19:24:12 +00:00
akwizgran e6de8efed2 Show an ongoing notification so the background service isn't killed. 2013-02-12 15:43:18 +00:00
akwizgran e3c90f56ed Updated Roboguice module list. 2013-02-12 14:20:19 +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