- Nov 29, 2016
-
-
akwizgran authored
-
- Nov 21, 2016
-
-
Torsten Grote authored
-
akwizgran authored
make TextInputView resizable again * TextInputView can resize up to 3 lines again Signed-off-by:
goapunk <noobie@goapunks.net> Closes #762 See merge request !425
-
- Nov 18, 2016
-
-
goapunk authored
* TextInputView can resize up to 3 lines again Signed-off-by:
goapunk <noobie@goapunks.net>
-
Torsten Grote authored
Remove old signature class from API I decided not to remove the SignatureImpl class, as it's not a trivial wrapper around the Bouncy Castle class, but I moved the interface into briar-core and made it package-private. Closes #763 See merge request !424
-
akwizgran authored
Introduce a @Scheduler annotation and make sure work is offloaded to an executor, so exceptions can be caught. Closes #524 See merge request !422
-
akwizgran authored
Remove Device ID Closes #757 See merge request !423
-
akwizgran authored
-
akwizgran authored
Require a label for signing This adds a sign() and a verify() method to the CryptoComponent that take a mandatory label argument to ensure that signatures can't be repurposed. Closes #549 See merge request !419
-
Torsten Grote authored
-
Torsten Grote authored
-
Torsten Grote authored
-
akwizgran authored
Add visibility information to group member list  Closes #754 See merge request !418
-
akwizgran authored
use SHOW_IMPLICIT when showing the softkeyboard, otherwise it won't auto hide * remove the forced hiding in ThreadListActivity as it should no longer be required Signed-off-by:
goapunk <noobie@goapunks.net> Closes #761 See merge request !421
-
akwizgran authored
Activity module refactor Broke the Activity module into numerous modules to be able to make numerous controller's package visible Closes #752 See merge request !417
-
Torsten Grote authored
This adds a sign() and a verify() method to the CryptoComponent that take a mandatory label argument to ensure that signatures can't be repurposed.
-
Torsten Grote authored
-
goapunk authored
* remove the forced hiding in ThreadListActivity as it should no longer be required Signed-off-by:
goapunk <noobie@goapunks.net>
-
akwizgran authored
Use namespaced strings for Transport IDs Closes #558 See merge request !420
-
Torsten Grote authored
and make sure work is offloaded to an executor, so exceptions can be caught.
-
akwizgran authored
Do not track incoming positive introduction responses Positive introduction responses are not shown in the UI (for introducees) and are therefore not marked as read. If they would be tracked, the unread message count would be higher than it actually is and would never decrease. This is a minimal fix that could be better, but I didn't bother to refactor anything, because we need to rewrite the introduction client eventually anyway once more. Closes #759 See merge request !416
-
- Nov 17, 2016
-
-
Torsten Grote authored
-
Torsten Grote authored
because they are not shown in the UI and are therefore not marked as read. This fixes the unread message count.
-
Ernir Erlingsson authored
-
- Nov 16, 2016
-
-
Torsten Grote authored
Remove unnecessary unmodifiable collection wrappers Part of #379. See merge request !414
-
Torsten Grote authored
Unit tests for some validators See merge request !413
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
Use new group visibility state to avoid lost messages Depends on !410. Closes #756. See merge request !411
-
akwizgran authored
-
akwizgran authored
Add third group visibility state This branch adds a third group visibility state: each group is either invisible, visible, or shared with respect to each contact. Invisible means that the contact doesn't see any sign that we subscribe to the group. Visible means that the contact can send us messages in the group, but we won't send the contact messages in the group. Shared means that the contact can send us messages in the group and we'll send the contact any shared messages in the group. This is a preparatory step for #756. I'll put up another MR with the changes that close that ticket. See merge request !410
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
-
Torsten Grote authored
Use MessageTracker for private group invitation messages Depends on !405. See merge request !412
-
Torsten Grote authored
Factor MessageTracker out of BdfIncomingMessageHook The branch moves the MessageTracker implementation from BdfIncomingMessageHook to a separate class. This will allow the private group invitation client to track messages from classes other than the one that implements the delivery hook. I've also fixed a couple of bugs, removed some redundant code from the validation manager, and added null-safety annotations (which is how I noticed the bugs). See merge request !405
-
akwizgran authored
Add visibility and OPTIONS button to private group join notices   Closes #732 See merge request !408
-