- Dec 28, 2016
-
-
akwizgran authored
-
- Dec 21, 2016
-
-
Torsten Grote authored
Unit tests for record readers I thought we should have some tests for the new logic that skips unrecognised record types. See merge request !471
-
akwizgran authored
Use unique request codes across the app Closes #742 See merge request !470
-
Torsten Grote authored
-
akwizgran authored
Add a handleDbException() method to BaseActivity This adds a `handleDbException()` method to BaseActivity and a corresponding method for fragments that calls through to the activity. For now, the method just finishes the activity and NavDrawerActivity overrides it to do nothing, and all the error places marked with TODO that finish the activity call the method instead. That gives us zero functional improvement over the status quo, but it allows us to change the default behaviour easily, and then we can start thinking about which cases should have non-default behaviour. First part of #469 See merge request !469
-
akwizgran authored
Mark invitation unavailable to answer when creator dissolved the group after the invitation. Closes #876 See merge request !468
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
and a corresponding method for fragments that calls through to the activity. For now, the method just finishes the activity and NavDrawerActivity overrides it to do nothing, and all the error places marked with TODO that finish the activity call the method instead. That gives us zero functional improvement over the status quo, but it allows us to change the default behaviour easily, and then we can start thinking about which cases should have non-default behaviour.
-
Torsten Grote authored
after the invitation. Closes #876
-
akwizgran authored
Bring protocols in line with spec Closes #628 See merge request !465
-
- Dec 20, 2016
-
-
Torsten Grote authored
Show open button in private conversation after accepting invitations To keep the implementation simple, the Open button does appear where the Accept button had been previously. In order to make the Open button functional, I had to make the `GroupId` of the invitation target available to the UI. Most code in this MR is due to that.  Closes #793 See merge request !457
-
Torsten Grote authored
-
Torsten Grote authored
-
- Dec 19, 2016
-
-
akwizgran authored
Ignore QR code results until local QR code is created * Make scanning only possible after we are "ready" (= our QrCode was created and set). Signed-off-by:
goapunk <noobie@goapunks.net> Closes #814 See merge request !454
-
Torsten Grote authored
-
Torsten Grote authored
-
- Dec 16, 2016
-
-
akwizgran authored
Also show overflow icon on devices with menu key by using Toolbar Closes #738 See merge request !463
-
- Dec 15, 2016
-
-
akwizgran authored
Update all logos The launcher icons are now in mipmap folders which is the recommended practice, because on a low-res device, the high res drawables are stripped from the app. This is bad when the user decides to show the app icons really big on the launcher and the high-res drawables are not available anymore. The old launcher icon seemed to have some sort of 3D effect.  Navigation Drawer Old:  Navigation Drawer New:  Closes #828 See merge request !459
-
akwizgran authored
Use different notification icons for different features   Closes #795 See merge request !460
-
akwizgran authored
-
akwizgran authored
Include Commit ID in crash reports and feedback Closes #697 See merge request !461
-
Torsten Grote authored
-
Torsten Grote authored
and use the primary color for the notification.
-
Torsten Grote authored
-
akwizgran authored
Plugins throw exceptions for startup errors Please review carefully as I don't know much about the code I have touched here. Closes #285 See merge request !462
-
akwizgran authored
-
- Dec 14, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
-
akwizgran authored
-
goapunk authored
* Ignore results until the KeyAgreementTask is ready and returned the local payload Signed-off-by:
goapunk <noobie@goapunks.net>
-
akwizgran authored
Add Unit tests for CryptoComponent#hash() See merge request !464
-
akwizgran authored
Move all unit tests to their modules and remove briar-tests There are now tests in these modules: * bramble-api * bramble-core * bramble-j2se * briar-core * briar-android In order to run all -core tests together, the following AS run configuration can be used:  Closes #778 See merge request !456
-
akwizgran authored
-
Torsten Grote authored
-
Torsten Grote authored
-
- Dec 13, 2016
-
-
Torsten Grote authored
-
akwizgran authored
Add sharing information to private group ActionBar subtitle  Closes #646 See merge request !455
-
Torsten Grote authored
Make notification icon less similar to superuser icon Closes #155 See merge request !458
-
akwizgran authored
-