akwizgran
3ed0204170
Clean up soft input modes.
2019-10-18 13:45:46 +01:00
akwizgran
e2b3340734
Remove redundant methods for showing/hiding keyboard.
2019-10-18 13:45:45 +01:00
akwizgran
78aac8de52
Replace EditText with TextInputEditText.
2019-10-18 13:45:45 +01:00
akwizgran
971ae3a20e
Raise target API level to 28.
2019-10-18 13:45:44 +01:00
Torsten Grote
622e7a775a
[android] Soft keyboard fixes
...
1. Manually request focus for input fields and show keyboard
This is needed when targetting API 28 which doesn't give focus anymore
automatically like it used to be.
Closes #1505
2. Remember keyboard states across screen rotations
This also upgrades the emoji library and gets rid of the
KeyboardAwareLinearLayout that is still a relict from the time when we
were using Signal's emoji implementation.
3. Move soft keyboard showing/hiding into UiUtils
2019-10-18 13:44:44 +01:00
akwizgran
103e8482b0
Merge branch 'codeStylesAS3.5' into 'master'
...
Android Studio 3.5 changed our codeStyles
See merge request briar/briar!1177
2019-10-17 16:56:13 +00:00
Torsten Grote
ddcfc11012
Android Studio 3.5 changed our codeStyles
2019-10-17 13:33:51 -03:00
akwizgran
ab2e40abde
Merge branch '1565-duplicate-remote-contacts' into 'master'
...
UX for handling duplicate handshake links
Closes #1565
See merge request briar/briar!1173
2019-10-16 16:16:08 +00:00
Torsten Grote
1ddceaadd6
Always replace pending contacts no matter their state when link is re-entered
2019-10-16 13:06:21 -03:00
akwizgran
7a644f7d8b
Merge branch '1210-fix-list-duplicates' into 'master'
...
[android] Fix duplicate items in lists
Closes #1210
See merge request briar/briar!1174
2019-10-16 14:32:49 +00:00
Torsten Grote
397afbfec0
Address review comments for detecting duplicate (pending) contacts
2019-10-16 11:15:14 -03:00
Torsten Grote
0d4cb05ac0
[android] fix possible duplicates in list
...
When doing reloads of list items such as when adding test contacts,
we loaded different versions of those items and added them to the list.
According to the documentation
https://developer.android.com/reference/android/support/v7/util/SortedList.html#add
> If the sorting criteria of the item is changed,
> SortedList won't be able to find its duplicate in the list
> which will result in having a duplicate of the Item in the list.
For the contact list at least, new contacts caused reloads of the entire list
and new messages caused the contacts to be sorted differently.
Thus we ended up with duplicate contacts in the list.
This commit fixes this by replacing the contacts in the list instead of adding them.
It applies the same fix to forums and private groups
which use the same logic and are thus also affected.
Fixes #1210
2019-10-15 16:25:10 -03:00
Torsten Grote
aa0937e6aa
[android] Show dialog when (pending) contact already exists
...
If two different people sent the same link, show warning dialog to the
user to prevent a social attack trying to discover contact
relationships.
2019-10-15 14:47:42 -03:00
Torsten Grote
4bf8d4c0e7
[bramble] add method for getting pending contact state
2019-10-15 14:46:37 -03:00
Torsten Grote
75fcd28071
[bramble] throw exceptions when adding pending contact which exists
2019-10-15 10:32:52 -03:00
Torsten Grote
5f29ab3b40
[bramble-core] Add DB method for getting contact by handshake key
2019-10-15 10:12:59 -03:00
Torsten Grote
f45d00e23c
Update translations, add Bosnian and Swahili
2019-10-14 15:11:44 -03:00
akwizgran
2b589c2da6
Merge branch 'tor64' into 'master'
...
Add support for 64-bit Tor binaries
Closes #1506
See merge request briar/briar!1161
2019-10-14 16:33:53 +00:00
akwizgran
67d15ec82e
Merge branch '1633-min-api-16' into 'master'
...
[android] Raise minimum API level to 16
Closes #1633
See merge request briar/briar!1171
2019-10-14 15:37:43 +00:00
akwizgran
2d44d749ba
Merge branch '1627-test-fix' into 'master'
...
Fix group sharing message deletion test
See merge request briar/briar!1168
2019-10-14 15:36:12 +00:00
Torsten Grote
6ef86c5638
Merge branch 'remove-tor-settings-migration' into 'master'
...
Remove old migration code for Tor settings
See merge request briar/briar!1172
2019-10-14 15:28:24 +00:00
akwizgran
131f9b9696
Remove old migration code for Tor settings.
2019-10-14 16:00:43 +01:00
akwizgran
a876d4cfb7
Remove a couple of redundant comments.
2019-10-14 15:59:14 +01:00
akwizgran
fafcacf808
Remove a couple more API version checks.
2019-10-14 15:56:44 +01:00
akwizgran
7a0d990f0b
Don't include non-PIE binaries in APK.
...
This shouldn't be merged before raising the minimum
API version to 16.
2019-10-14 15:49:37 +01:00
Torsten Grote
234bdf686e
[android] Raise minimum API level to 16
2019-10-14 11:49:06 -03:00
akwizgran
edb9da107f
Merge branch '1632-allow-resharing-shareable' into 'master'
...
Allow sharer to re-share a shareable again after leaving
Closes #1632
See merge request briar/briar!1169
2019-10-14 14:29:38 +00:00
Torsten Grote
d1d4914c6a
Merge branch '1582-restore-recycler-view-behaviour' into 'master'
...
Restore custom layout behaviour for handling snackbar
Closes #1582
See merge request briar/briar!1170
2019-10-14 14:26:01 +00:00
Torsten Grote
9261d23bba
[core] allow sharer to re-share a shareable again after leaving
2019-10-14 11:13:01 -03:00
akwizgran
f4febe90c9
Restore custom layout behaviour for handling snackbar.
2019-10-14 14:45:23 +01:00
Torsten Grote
ecd766b204
[core] Fix group sharing message deletion test
2019-10-14 09:40:52 -03:00
akwizgran
ca4fc2dc26
Merge branch '1627-delete-completed-privategroup-sessions' into 'master'
...
Delete conversation messages belonging to completed private group sessions
Closes #1627
See merge request briar/briar!1167
2019-10-14 11:57:27 +00:00
akwizgran
c3ddcdffe0
Merge branch '1627-delete-completed-sharing-sessions' into 'master'
...
Delete conversation messages belonging to completed sharing sessions
See merge request briar/briar!1164
2019-10-14 11:45:30 +00:00
Torsten Grote
2e37619357
[android] use new obfs4 release with only pie builds and fixed arm64
2019-10-10 10:01:15 -03:00
Torsten Grote
c247d745df
[bramble-android] add support for 64-bit Tor binaries
2019-10-10 09:29:24 -03:00
akwizgran
3a4de3d2cb
Merge branch '68-fix-message-tracker' into 'master'
...
Fix MessageTracker group counts after deleting messages
See merge request briar/briar!1166
2019-10-10 08:54:45 +00:00
Torsten Grote
04f1036dbf
[android] Change non-deletion message to refer to ongoing sessions
2019-10-09 17:21:41 -03:00
Torsten Grote
9736f9d31f
[core] allow messages from private group sessions with responses get deleted
2019-10-09 17:21:41 -03:00
Torsten Grote
440d5239b1
[core] track GroupCount properly when deleting messages from SharingManager
2019-10-09 13:32:41 -03:00
Torsten Grote
e4a8b10b94
[core] allow messages from shareable sessions with responses get deleted
2019-10-09 13:22:37 -03:00
Torsten Grote
41676065c5
[core] Fix MessageTracker group counts after deleting messages
2019-10-09 13:19:43 -03:00
Torsten Grote
1fcc83a0d0
Merge branch 'feature-flag-message-deletion' into 'master'
...
Add feature flag for private message deletion
See merge request briar/briar!1165
2019-10-09 15:56:17 +00:00
akwizgran
249b85cd26
Add feature flag for private message deletion.
2019-10-09 16:22:04 +01:00
akwizgran
a23e0699d8
Merge branch '1627-delete-completed-introduction-sessions' into 'master'
...
Delete conversation messages belonging to completed introduction sessions
See merge request briar/briar!1163
2019-10-09 12:39:05 +00:00
Torsten Grote
e3e47dae48
[core] throw AssertionError if SessionId is missing
...
Also remove stale comment
2019-10-09 08:27:33 -03:00
Torsten Grote
9660ff2fff
[core] delete conversation messages belonging to completed introduction sessions
...
A session is completed if it returned to the START state
and if all sent messages have been ACKed by the receiver.
The session's metadata is kept in case the user restarts the session
by doing another introduction.
2019-10-09 08:24:16 -03:00
akwizgran
ea810c817b
Merge branch '1626-delete-all-messages-ui' into 'master'
...
Add conversation menu action to delete all messages
Closes #1626
See merge request briar/briar!1159
2019-10-07 16:56:44 +00:00
Torsten Grote
876d50975e
[android] fix typo s/can not/cannot/
2019-10-07 12:08:18 -03:00
akwizgran
bf5bdc52b4
Merge branch '1577-headless-readme-improvements' into 'master'
...
Clarify minor things in headless readme
Closes #1577
See merge request briar/briar!1157
2019-10-07 14:55:17 +00:00
akwizgran
29320c410e
Merge branch '1625-conversation-client-message-deletion' into 'master'
...
Add ConversationManager method for deleting all messages
Closes #1625
See merge request briar/briar!1158
2019-10-07 14:44:41 +00:00