Commit Graph

603 Commits

Author SHA1 Message Date
akwizgran 035fb2ca9a Make final copies of non-volatile fields when passing to other threads. 2013-03-11 15:58:22 +00:00
akwizgran 7f71c1d5e7 Show a spinner while Guice is initialising. 2013-03-11 14:24:43 +00:00
akwizgran 78ccebf357 If Bluetooth is enabled but not discoverable, warn but continue. 2013-03-11 13:56:12 +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 4d590f4533 Accept any six-digit invitation/confirmation code.
Rejecting codes greater than 2^19 - 1 creates a confusing user
experience.
2013-03-11 10:30:20 +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 792d8cb071 Removed backgrounds from home screen buttons. 2013-03-05 14:19:59 +00:00
akwizgran f549b6d818 Android UI for writing private messages (text only for now). 2013-03-05 01:57:15 +00:00
akwizgran 7cfdacb0ae Scroll to the first unread message, or the end of the list if all read. 2013-03-05 00:44:10 +00:00
akwizgran 706ca5d531 Added some more fake messages to test scrolling. 2013-03-05 00:43:27 +00:00
akwizgran bdde79b2d9 Made the message body scrollable. 2013-03-05 00:19:43 +00:00
akwizgran f8aaa60907 Wait for the service to finish starting up before using the DB. 2013-03-04 23:24:29 +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 882420ebc2 Added a method for getting one contact's private messages from the DB. 2013-03-02 03:31:39 +00:00
akwizgran a5da3694f9 Conversation view for private messages. 2013-03-02 03:11:37 +00:00
akwizgran 63a520bae4 Show spinner when quitting, don't show time in ongoing notification. 2013-03-02 00:32:13 +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 fa3183b46a Added convenience method for waiting for BriarService to start. 2013-03-01 22:46:49 +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 8975cdb717 Basic support for displaying connection status of contacts. 2013-02-22 18:16:16 +00:00
akwizgran f0e9bcc164 Moved contact list into its own activity, hooked up quit buttons. 2013-02-22 15:41:33 +00:00
akwizgran 1da4079a81 Call System.exit() to prevent shut-down components from being restarted.
Perhaps a better solution would be to make all components restartable,
but that's difficult as they may have entered error states.
2013-02-19 23:10:37 +00:00
akwizgran 2050e11415 Added a contact list and quit button to HelloWorldActivity. 2013-02-19 19:24:12 +00:00
akwizgran 35bbe1a678 Added startup and shutdown methods to BriarService. 2013-02-19 19:23:38 +00:00
akwizgran 0d2bc9ed7b Removed static injection hack, moved boilerplate into a superclass. 2013-02-19 17:36:51 +00:00
akwizgran 020e4df8d9 Added boilerplate bundle encryption code to HelloWorldActivity.
It would be nice to be able to put this code in a superclass, since in
the case of an activity like this it only deals with superclass state.
2013-02-19 00:54:21 +00:00
akwizgran d136964bea Fixed a logging message in the bundle decrypting code. 2013-02-19 00:43:36 +00:00
akwizgran 9215537d80 Refactored bundle encryption code. 2013-02-19 00:41:50 +00:00
akwizgran f33348ff98 Use static injection to allow superclass state to be encrypted.
Mutable static fields should be avoided, but this is the only way to
make the bundle encrypter available before calling
RoboActivity.onCreate(), which needs to be passed the decrypted state.
2013-02-19 00:11:10 +00:00
akwizgran 51db9ce1fd Encrypt bundles in case the OS writes them to unencrypted storage.
Only the bundle contents created by Briar classes are encrypted.
2013-02-18 18:56:00 +00:00
akwizgran 49e6113e5d Allow binding to the local BriarService instance. 2013-02-18 18:54:07 +00:00
akwizgran 00c0729f10 Add the new contact to the DB when the invitation process completes. 2013-02-18 17:47:34 +00:00
akwizgran d1fedaed57 Replaced InvitationManager with a generic ReferenceManager for Android. 2013-02-14 13:04:51 +00:00
akwizgran 4307d516a6 Use net.sf.briar namespace for all bundle keys. 2013-02-12 20:33:18 +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 e3c90f56ed Updated Roboguice module list. 2013-02-12 14:20:19 +00:00
akwizgran 19106ae044 Log exceptions with stack traces. 2012-12-07 15:22:34 +00:00
akwizgran dca9470c28 Updated ant build files for multi-project structure. 2012-12-05 23:15:35 +00:00
akwizgran f5626bee05 Moved API classes into a separate project to enforce dependency rules. 2012-12-05 22:19:12 +00:00