Commit Graph

3501 Commits

Author SHA1 Message Date
akwizgran a565e0c749 Removed unused ZipUtils and unit tests. 2014-01-13 19:04:25 +00:00
akwizgran 6a03752e4b When integers are converted to fixed length, ensure any padding is zero. 2014-01-10 15:13:09 +00:00
akwizgran 623e7330ed Store schema version in database. Dev task #50.
If the schema of the database is incompatible with the schema expected
by the code, the database throws a DbSchemaException. LifecycleManager
indicates the error to BriarService, which uses HomeScreenActivity to
show a notification and quit the app.
2014-01-09 21:00:40 +00:00
akwizgran c779d7b95a Inform Tor about network connectivity. Dev task #53.
Note that some devices (I'm looking at you, Huawei U8110) misreport
connectivity by failing to set EXTRA_NO_CONNECTIVITY and returning true
from ConnectivityManager.getActiveNetworkInfo().isConnected() when
there's no connectivity.
2014-01-09 14:45:41 +00:00
akwizgran 0cebc42ddb Padding now depends on screen size. Closes dev task #57. 2014-01-09 12:42:19 +00:00
akwizgran 452f8bd7e1 Fiddled with colours for password strength meter. 2014-01-09 01:38:15 +00:00
akwizgran ea47420e99 Add a password strength meter to SetupActivity. Dev task #42. 2014-01-09 01:29:00 +00:00
akwizgran 1a53e9e908 Unimplemented features should show a 'Not implemented' toast. Bug #29. 2014-01-08 17:07:51 +00:00
akwizgran 3ddfe44be3 Show feedback during setup if passwords don't match. Dev task #49. 2014-01-08 17:01:41 +00:00
akwizgran bacd8ec0c0 Renamed some variables to match new class names. 2014-01-08 16:37:36 +00:00
akwizgran 832476412c Changed the root package from net.sf.briar to org.briarproject. 2014-01-08 16:18:30 +00:00
akwizgran dce70f487c Merged clock and os packages, moved events into their own package. 2014-01-08 15:45:02 +00:00
akwizgran 58da9c2265 Added Makefile patch for Tor binary. 2014-01-08 14:50:23 +00:00
akwizgran c8641d1177 Added a ScrollView to SetupActivity. Fixes bug #34. 2014-01-08 14:49:52 +00:00
akwizgran c5b20ffba8 Recompiled Tor with OpenSSL 0.9.8h to work around bug #37. 2014-01-08 14:27:14 +00:00
akwizgran 718ca36333 Recompiled Tor with OpenSSL 0.9.8h to work around bug #37.
The latest version of libevent (2.0.21-stable) works fine.
2014-01-07 12:19:34 +00:00
akwizgran 467842e67f If a Tor process is left behind after a crash, kill it when restarting. 2014-01-06 12:17:39 +00:00
akwizgran 413b04682f Don't allow BriarService to restart automatically without a DB key.
Fixes bug #7. The service is restarted after a crash even if
onStartCommand() returns START_NOT_STICKY, but after restarting the DB
key is not restored and so the app can't usefully proceed.
2014-01-06 10:17:06 +00:00
akwizgran 4eb1b87ed1 Fixed a moronic arithmetic mistake that was causing key parsing errors. 2014-01-05 22:31:35 +00:00
akwizgran af28e28cd9 IllegalArgumentException is better than DbException in case of bug #3.
If the app restarts after crashing and tries to return to the activity
where it crashed, DatabaseConfig's encryption key will be null and no DB
operations can be performed. It's better to crash again in that case
than for all DB operations to fail.

Fixing bug #3 will make this irrelevant.
2014-01-05 22:31:06 +00:00
akwizgran e8b89f251f Distinguish between max length of invitation keys and identity keys. 2014-01-05 22:21:22 +00:00
akwizgran a8782937e9 Unwrapped a line. Because I care. 2014-01-05 21:55:07 +00:00
akwizgran c403df0e20 Check the expiry date on first run. Fixes bug #35. 2014-01-05 21:53:32 +00:00
akwizgran 09e16e3b34 Public key validation: check that (x, y) is not the point at infinity. 2014-01-05 21:45:01 +00:00
akwizgran bf1a72c826 Rewrote EC key encoding and added fuzzing tests to track down bug #33. 2014-01-05 21:25:56 +00:00
akwizgran 3779f6ea8b Limit the number of offered messages per contact.
Also fixed a bug in addGroup(): SELECT COUNT (NULL) doesn't work.
2014-01-04 21:57:13 +00:00
akwizgran fc827c191e Bumped the expiry date to 15 January 2014. 2014-01-04 16:47:57 +00:00
akwizgran 49fda3bec5 Recompiled Tor with the latest libevent and OpenSSL. 2014-01-04 16:47:34 +00:00
akwizgran c232d0ceb1 Asynchronous offers and requests for BMP.
Offered and requested message IDs are stored in the database rather than
being owned by DuplexConnections. This paves the way for moving to a
simplex transport layer.
2014-01-04 16:03:31 +00:00
akwizgran e9d0ad97c4 Removed an unnecessary join. 2013-12-28 14:00:25 +00:00
akwizgran 6338e5959a Replaced the messagesToAck table with a flag in the statuses table. 2013-12-28 13:55:19 +00:00
akwizgran 7a57375438 Interleave samples to get a better estimate of PBKDF2 running time. 2013-12-28 13:44:26 +00:00
akwizgran a9c46e6ed1 Upgraded Tor to 0.2.4.20. 2013-12-27 19:48:52 +00:00
akwizgran d5beaef1e0 Rebuilt Tor binary from source (thanks to the Guardian Project). 2013-12-27 19:18:40 +00:00
akwizgran a54e0bb812 Updated Android support jar. 2013-12-27 18:25:50 +00:00
akwizgran 88c7251ea2 Various small tweaks and optimisations to message and forum activities. 2013-12-22 01:57:56 +00:00
akwizgran ff01b181bc Renamed a database method. 2013-12-22 01:56:11 +00:00
akwizgran f1af27554d Removed share button, which rarely worked, and two compose buttons. 2013-12-21 23:55:22 +00:00
akwizgran 51b3a10be2 Removed public/private groups from the wire protocol.
The distinction between inbox groups and other groups can be maintained
internally, there's no need to represent it on the wire.
2013-12-20 13:32:36 +00:00
akwizgran e8d864c004 Throw DbException if database encryption key is missing.
This can happen on Android if the app is automatically restarted after a
crash.
2013-12-19 23:33:38 +00:00
akwizgran bd566fdb8f Moved CPU architecture check from Tor plugin to plugin factory.
This allows us to avoid instantiating the plugin on unsupported
architectures.
2013-12-19 23:23:41 +00:00
akwizgran 676ef9518b Unit tests to catch a noobish JDBC error. 2013-12-19 23:13:08 +00:00
akwizgran 17ef84c070 Reduced padding between From: and To: fields. 2013-12-19 23:12:39 +00:00
akwizgran 93151ee77b Fixed a NullPointerException when a local message triggered an event. 2013-12-19 23:06:54 +00:00
akwizgran 0a61fc40ae Fixed a SQL typo. Unit tests would've caught this. 2013-12-19 22:36:42 +00:00
akwizgran 8b44152ed4 Bumped the expiry date to 30 December 2013. 2013-12-19 22:33:42 +00:00
akwizgran 6de0c334c7 Missed a method when replacing private messages with private groups.
Unit tests would've caught this.
2013-12-19 22:28:23 +00:00
akwizgran caec26e9cd Only allow one private group (the inbox) to be shared with each contact. 2013-12-19 22:12:49 +00:00
akwizgran 0dc869228b Replaced private messages with private groups.
Private messages are now the same as group messages, but groups can be
private or public. When a contact is added, a private group is created
and designated as the inbox for exchanging private messages with the
contact.
2013-12-19 21:53:26 +00:00
akwizgran 1d4213e9c6 When replying to a message, don't use an earlier timestamp.
This produces a saner user experience when devices have differing
clocks.
2013-12-11 16:25:00 +00:00