Torsten Grote
efc85fb88f
[headless] don't use putAll for a single field
2018-11-07 15:24:20 -03:00
Torsten Grote
8b3983ef9e
[headless] only offload to DatabaseExecutor when needed
...
when receiving a new conversation message
2018-11-07 15:24:20 -03:00
Torsten Grote
6766fb76b2
[headless] upgrade javalin and mockk
2018-11-07 15:18:46 -03:00
Torsten Grote
7f74bd1c38
[headless] Use --user for websocket example request
...
The authentication token can contain slashes.
When used as part of the URL, the URL becomes invalid.
Therefore, using curl's user parameter is preferrable.
2018-11-07 15:18:46 -03:00
akwizgran
23e9b119d1
Merge branch '1434-message-attachments' into 'master'
...
Add attachment API for sending/retreiving private messages
See merge request briar/briar!976
2018-11-07 18:08:36 +00:00
akwizgran
e6f380296f
Merge branch '1451-briar-headless-test-other-modules' into 'master'
...
[headless] Limit tests in Android Studio to headless package
Closes #1451
See merge request briar/briar!983
2018-11-07 17:47:37 +00:00
Torsten Grote
794fb9686b
[headless] Limit tests in Android Studio to headless package
2018-11-07 13:46:49 -03:00
Torsten Grote
bb22b9db10
Merge branch 'remove-hamcrest-dependencies' into 'master'
...
Remove redundant dependency declarations
See merge request briar/briar!981
2018-11-07 16:37:30 +00:00
akwizgran
41e5d8900c
Remove redundant dependency declarations.
2018-11-07 16:10:39 +00:00
Torsten Grote
f964d1ef07
Fix receivers of ConversationMessageReceivedEvent
...
These were only listening to private message events, ignoring all others
2018-11-07 11:34:11 -03:00
Torsten Grote
cccaeeda6c
[core] Add API to add messages with attachments
2018-11-07 11:34:11 -03:00
Torsten Grote
483106e00c
[core] Add MessagingManager#getAttachment()
2018-11-07 11:34:11 -03:00
Torsten Grote
934f14ef31
[core] Add attachment support to private messages
2018-11-07 11:34:09 -03:00
Torsten Grote
e3abff5ad8
Refactor PrivateMessageHeader to ConversationMessageHeader base-class
...
This is preparation for adding attachments to private messages
2018-11-07 11:33:37 -03:00
Torsten Grote
391732b239
Merge branch 'change-contact-name' into 'master'
...
Change button text to match name of action
See merge request briar/briar!979
2018-11-07 12:11:22 +00:00
akwizgran
4738bfdd85
Ignore missing translations.
2018-11-07 10:43:13 +00:00
akwizgran
be1ca89309
Change button text to match name of action.
2018-11-07 10:40:59 +00:00
Torsten Grote
866be99179
Merge branch '41-alias-frontend' into 'master'
...
Add UI for changing contact aliases
Closes #41
See merge request briar/briar!965
2018-11-06 18:09:47 +00:00
akwizgran
48822e2133
Merge branch '1381-introduction-test-fails' into 'master'
...
Fix non-determinism of Introduction integration tests
Closes #1381
See merge request briar/briar!970
2018-11-06 18:00:48 +00:00
Torsten Grote
6883c5caa9
[android] address last contact aliases review issues
2018-11-06 14:57:39 -03:00
Torsten Grote
8b709969ab
[android] pass ContactId via ViewModel to AliasDialogFragment
2018-11-06 13:42:51 -03:00
Torsten Grote
fe94b65b3b
[android] Fix double loading of conversation messages when rotating screen
2018-11-06 13:42:51 -03:00
akwizgran
f54df1d787
Reduce visibility, remove unnecessary rethrow.
2018-11-06 13:42:51 -03:00
akwizgran
a7e826ccf5
Remove qualification from java.lang.Runnable.
2018-11-06 13:42:51 -03:00
akwizgran
845eb3262b
Use expression lambda.
2018-11-06 13:42:51 -03:00
akwizgran
0a46ad439f
Check whether activity is null.
2018-11-06 13:42:51 -03:00
akwizgran
d14d93ea35
Require observed data to be non-null.
2018-11-06 13:42:51 -03:00
akwizgran
12a1cf8f8b
Reuse Observer interface.
2018-11-06 13:42:51 -03:00
akwizgran
fb2ab861db
Fix some lint warnings.
2018-11-06 13:42:51 -03:00
Torsten Grote
aa15b68d24
[android] Reload conversation when contact name changes
2018-11-06 13:42:51 -03:00
Torsten Grote
7059f376f1
[android] Add UI for changing contact alias
...
This introduces the first ViewModel to share state between the
ConversationActivity and the AliasDialogFragment.
2018-11-06 13:42:51 -03:00
akwizgran
9313c191c1
Merge branch 'ui-fixes' into 'master'
...
Small UI fixes
See merge request briar/briar!975
2018-11-05 10:40:09 +00:00
akwizgran
7746364ae9
Merge branch '1437-reversed-emoji' into 'master'
...
[android] Add new emojis to the beginning of the list of recently used ones
Closes #1437
See merge request briar/briar!977
2018-11-05 10:27:03 +00:00
Torsten Grote
7429857b28
[android] Add new emojis to the beginning of the list of recently used ones
...
Otherwise the list will be reversed with most recently used at the end.
2018-11-04 11:08:05 -03:00
Torsten Grote
4db64f51a8
[android] Use same color for all messages in private groups
2018-11-02 15:59:49 -03:00
Torsten Grote
78172038ef
[android] Always center selectable contacts vertically
2018-11-02 15:38:01 -03:00
Torsten Grote
7d0c418877
[android] Align short incoming messages on the left
2018-11-02 15:37:16 -03:00
Torsten Grote
5ae4f8f6cb
[core] Fix non-determism in GroupInvitationIntegrationTest
2018-11-02 14:08:42 -03:00
Torsten Grote
45dd10db9d
[core] Fix non-determinism in introduction integration tests
2018-11-02 14:08:42 -03:00
Torsten Grote
5cc8c268ca
[core] Re-add message counter and put debug output behind flag
2018-11-02 14:08:42 -03:00
akwizgran
93a6bf2f52
Add logging to debug test failures.
2018-11-02 12:48:23 -03:00
akwizgran
852dd46a1b
Utility class for converting BDF to strings.
...
(cherry picked from commit 9e94917)
2018-11-02 12:48:23 -03:00
Torsten Grote
4a42e767d3
[core] Add a detector for message delivery non-determinism
2018-11-02 12:48:13 -03:00
akwizgran
8547b4dc91
Merge branch 'upgrade-dagger' into 'master'
...
Upgrade dagger
See merge request briar/briar!973
2018-11-01 14:17:35 +00:00
akwizgran
f6c8a8cec7
Move dagger.gradle to project root.
2018-11-01 14:05:46 +00:00
Torsten Grote
db8796049e
gradle: Factor out dagger apt code into its own file
2018-11-01 10:45:59 -03:00
Torsten Grote
e1f31ad381
Remove gradle-apt-plugin since it isn't stricly needed anymore
...
Reference: 6b2ee87fbf/README.md
2018-10-31 16:01:57 -03:00
Torsten Grote
3a15e47ddd
Upgrade Dagger to latest version
2018-10-31 15:57:21 -03:00
Torsten Grote
cf616905d6
Merge branch 'introduction-manager-skip-session-parsing' into 'master'
...
Avoid some unnecessary session parsing when retrieving introduction messages
See merge request briar/briar!972
2018-10-31 16:36:59 +00:00
akwizgran
d3f774f339
Avoid some unnecessary session parsing.
2018-10-31 16:18:33 +00:00