Torsten Grote
af469d7f27
[android] add real Tor icon
2020-01-29 11:27:50 -03:00
Torsten Grote
0192b64dd3
[android] Scroll down when nav drawer chevron is pressed
2020-01-29 11:26:21 -03:00
Torsten Grote
aeb148c600
[android] remove unused strings
2020-01-29 11:26:20 -03:00
Torsten Grote
ac288b01d1
[android] make transport plugin toggles functional
2020-01-24 14:19:25 -03:00
Torsten Grote
197b40647c
[android] Add transport plugin toggles to NavDrawer
2020-01-24 11:12:34 -03:00
Torsten Grote
89c227e2da
[bramble] Add method for enabling/disabling plugins to PluginManager
2020-01-24 09:18:11 -03:00
Torsten Grote
4269bd4b74
Merge branch 'plugin-toggle-settings' into 'plugin-toggles'
...
Add toggle settings for transport plugins
See merge request briar/briar!1211
2020-01-23 15:09:19 +00:00
Torsten Grote
42776f56d0
Merge branch 'skip-fetching-feeds-if-tor-is-not-active' into 'plugin-toggles'
...
Skip fetching RSS feeds if Tor is not active
See merge request briar/briar!1212
2020-01-20 18:23:30 +00:00
Torsten Grote
559776b0f5
Merge branch 'amber-transport-icons' into 'plugin-toggles'
...
Use amber icon when enabling transports
See merge request briar/briar!1210
2020-01-20 18:22:10 +00:00
Torsten Grote
642485d7bd
Merge branch '581-plugin-states' into 'plugin-toggles'
...
Better methods for querying plugin states
See merge request briar/briar!1209
2020-01-20 18:19:10 +00:00
Torsten Grote
792892d933
Hide banner of navigation drawer when not enough screen heigth available
2020-01-15 09:22:50 -03:00
Torsten Grote
ab9ade9a0b
Merge branch '1182-hardware-backed-key' into 'master'
...
Encrypt DB key with hardware-backed key when available
Closes #1182
See merge request briar/briar!1207
2020-01-15 11:32:33 +00:00
Torsten Grote
69093d6786
Merge branch '1636-compression-failure' into 'master'
...
Fix PNG compression on some phones
Closes #1636
See merge request briar/briar!1183
2020-01-08 16:06:39 +00:00
Torsten Grote
dd3c909b31
Merge branch 'bt-address-reflection' into 'master'
...
Use reflection to get local Bluetooth address
See merge request briar/briar!1202
2020-01-08 14:05:01 +00:00
Torsten Grote
4f1e9067e3
Merge branch '68-enable-private-message-deletion-in-release-builds' into 'master'
...
Enable private message deletion in release builds
See merge request briar/briar!1206
2020-01-08 14:00:03 +00:00
Torsten Grote and akwizgran
1000512c5b
[android] Add PngSuite images to compression test
2019-12-12 14:25:37 +00:00
Torsten Grote and akwizgran
c7a0f794c8
[android] Fix PNG compression with different BitmapConfig
...
Source: https://stackoverflow.com/a/6140360
2019-12-12 10:04:49 +00:00
Torsten Grote and akwizgran
62970cce30
[android] add instrumentation test for image compression
2019-12-12 10:04:44 +00:00
Torsten Grote
6a31274b76
Merge branch 'remove-default-methods' into 'master'
...
Replace default methods with helper classes
See merge request briar/briar!1203
2019-12-11 16:44:59 +00:00
Torsten Grote
6f38e70ad2
Merge branch 'tor-0.3.5.9' into 'master'
...
Upgrade Tor to 0.3.5.9
See merge request briar/briar!1201
2019-12-11 13:10:43 +00:00
Torsten Grote
5ba64577bd
Merge branch '68-tweak-deletion-error-messages' into 'master'
...
Tweak the error dialog when message deletion fails
See merge request briar/briar!1200
2019-12-10 16:56:48 +00:00
Torsten Grote
0edb2b7b6e
[core] Add JavaDoc for MessageRetreiver of IntroductionManager
...
for message deletion
2019-12-10 09:02:43 -03:00
Torsten Grote
9ebe49b85d
[headless] Let websocket upgrade requests pass in AccessManager
...
This is because JavaScript in browsers apparently can not add Authentication
headers to websocket requests, so we use a dedicated authentication message there.
In Javalin 3, the AccessManager also handles websocket requests.
We need to let those pass to support JavaScript.
2019-11-14 14:13:54 -03:00
Torsten Grote
6f153f14c7
[headless] upgrade to Javalin 3.5
2019-11-14 14:13:54 -03:00
Torsten Grote
5aeee9af8b
[core] address review comments for message deletion explanation
2019-11-14 14:05:28 -03:00
Torsten Grote
53fb3f78c1
[android] disable instrumentation test analytics
2019-11-13 14:12:07 -03:00
Torsten Grote
ae0fa351b6
Better explain why messages could not be deleted
...
This also fixes a bug in the IntroductionManager that would allow to
delete only part of a session's visible messages.
2019-11-11 13:09:51 -03:00
Torsten Grote
497ab38be1
[android] highlight selected messages with accent color
2019-11-08 09:54:04 -03:00
Torsten Grote
ddcb412fcd
[core] remove notice about removing support for old message type
2019-11-07 15:31:24 -03:00
Torsten Grote
71243ce561
[android] prevent empty state message from showing up briefly when clearing list
2019-11-07 15:30:25 -03:00
Torsten Grote
5c900c443d
[core] also support private messages in legacy format for selective deletion
2019-11-07 14:39:50 -03:00
Torsten Grote
97dd9b901d
[android] hook up UI to ConversationManager to actually delete messages
2019-11-07 14:39:50 -03:00
Torsten Grote
9ce327a40c
[android] highlight selected conversation messages in UI
2019-11-07 14:39:50 -03:00
Torsten Grote
a9b9a8c5f8
[android] allow to select multiple conversation messages
2019-11-07 14:39:49 -03:00
Torsten Grote
034e76dd5c
[android] Fix controller memory leaks
2019-11-07 12:57:41 -03:00
Torsten Grote
73417a42d6
[android] change image preview close button color to accent color
...
This was suggested in #1243 .
2019-11-07 12:56:52 -03:00
Torsten Grote
088ca01eb3
[android] re-include BrambleCoreModule since issue caused by it also exists on master
2019-11-07 12:20:03 -03:00
Torsten Grote
83ed6f90d7
[core] downgrade okhttp to 3.12.x series to support our minSdk level
2019-11-07 11:49:45 -03:00
Torsten Grote
ab7b287082
[android] downgrade zxing to 3.3.3 because newer versions need minSdk 24
2019-11-07 10:44:08 -03:00
Torsten Grote
4fe41bfde7
Merge branch 'remove-beta-build-flag' into 'master'
...
Remove beta build flag
Closes #1527
See merge request briar/briar!1196
2019-11-06 17:53:02 +00:00
Torsten Grote
2e65122e9d
Merge branch 'client-versioning-events' into 'master'
...
Update image attachment UI when new client version is received from contact
Closes #1638
See merge request briar/briar!1195
2019-11-06 17:52:43 +00:00
Torsten Grote
cb5a9bdff8
[android] don't try to display settings before they are fully loaded
2019-11-06 09:21:28 -03:00
Torsten Grote
bf9a39cc6c
[android] don't show offline snackbar when there's no pending contacts
...
If the pending contact list is opened concurrently
with the last pending contact being removed (unlikely but possible)
then the "no internet connection" snackbar would be shown
even though the app is connected to Tor.
2019-11-05 15:35:10 -03:00
Torsten Grote
72aa5397f8
[android] fail gracefully when ACTION_CHANNEL_NOTIFICATION_SETTINGS is not available
2019-11-05 15:17:10 -03:00
Torsten Grote
21eaab3259
[android] prevent crash when user has set theme to system default
...
on an API level that does not support it.
2019-11-05 14:57:25 -03:00
Torsten Grote
92d595da35
[android] make sure group actions can only be made by the correct role
2019-11-05 14:46:10 -03:00
Torsten Grote
5e85566fc3
[android] check if REQUEST_BLUETOOTH_DISCOVERABLE is available before launching
2019-11-05 12:54:02 -03:00
Torsten Grote
1574bf35fc
[android] do not use file:// Uris for notification sounds
...
This causes a FileUriExposedException otherwise.
Closes #1485
2019-11-05 12:31:25 -03:00
Torsten Grote
533e01e881
[android] check if ringtone picker is available before launching
...
Also refuse file:// Uri as they cause a FileUriExposedException as in #1485
2019-11-05 12:03:00 -03:00
Torsten Grote
0103835601
[android] upgrade design library to fix memory leak
2019-11-01 14:12:24 -03:00
Torsten Grote
dc1183b4cc
[android] Apply updated Android XML layout formatting
2019-11-01 11:47:35 -03:00
Torsten Grote
044e1ebe73
[android] Fix theme of DevReportActivity after AndroidX migration
2019-11-01 11:47:34 -03:00
Torsten Grote
494e51ef07
Optimize imports after AndroidX migration
2019-11-01 11:47:33 -03:00
Torsten Grote
1be078d181
Change CI config so that it finds more breakages
...
Previously we did not run lint and did not try to compile the
AndroidTest instrumentation tests.
2019-11-01 11:44:37 -03:00
Torsten Grote
98eb78c7bc
[android] fix instrumentation tests after AndroidX migration
2019-11-01 11:44:36 -03:00
Torsten Grote
9d31a0a536
[android] Fix robolectric test after AndroidX migration
2019-11-01 11:44:36 -03:00
Torsten Grote
a592c05146
AndroidX migration and library updates
2019-11-01 11:44:36 -03:00
Torsten Grote
ca052ea7dd
update translations
2019-11-01 11:12:26 -03:00
Torsten Grote
5147f6b7e6
Remove RemoteContacts feature flag in preparation of 1.2 release
2019-11-01 11:09:43 -03:00
Torsten Grote
6c489fbea3
[core] also delete attachments when deleting select messages
2019-10-28 10:22:04 -03:00
Torsten Grote
c7200910c9
[core] address feedback for selective conversation message deletion
2019-10-28 09:45:41 -03:00
Torsten Grote
529eaceec7
[android] show keyboard when clicking text input field
2019-10-22 12:43:35 -03:00
Torsten Grote
f516dbe34f
[core] add method to ConversationManager for deleting a set of messages
2019-10-22 11:18:10 -03:00
Torsten Grote
5b515d7e18
[core] implement subset conversation message deletion for IntroductionManager
2019-10-22 11:18:10 -03:00
Torsten Grote
ef04a26cfc
[core] implement subset conversation message deletion for GroupInvitationManager
2019-10-22 11:18:09 -03:00
Torsten Grote
2e6fe42074
[core] implement subset conversation message deletion for SharingManager
2019-10-22 11:18:09 -03:00
Torsten Grote
124e2f99b0
[core] Add method to ConversationClient for deleting a set of messages
...
This also implements the method for MessagingManager
(including integration tests) and adds no-op implementations for other
clients.
2019-10-22 11:18:09 -03:00
Torsten Grote
190a6bff96
[core] Add method to ConversationClient that returns a set of MessageIds it is responsible for
2019-10-22 11:18:08 -03:00
Torsten Grote
01df141c08
Merge branch '843-landscape-keyboard' into 'master'
...
Raise target API version to 28 and fix soft keyboard issues
Closes #1505
See merge request briar/briar!1043
2019-10-21 12:38:38 +00:00
Torsten Grote
d7c9bf80de
Merge branch 'xml-formatting-settings' into 'master'
...
Update XML code style settings
See merge request briar/briar!1178
2019-10-18 16:51:30 +00:00
Torsten Grote and akwizgran
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
Torsten Grote
ddcfc11012
Android Studio 3.5 changed our codeStyles
2019-10-17 13:33:51 -03: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
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
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
Torsten Grote
234bdf686e
[android] Raise minimum API level to 16
2019-10-14 11:49:06 -03: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
Torsten Grote
ecd766b204
[core] Fix group sharing message deletion test
2019-10-14 09:40:52 -03: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
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
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
Torsten Grote
876d50975e
[android] fix typo s/can not/cannot/
2019-10-07 12:08:18 -03:00
Torsten Grote
3ac5646355
[briar-android] Add conversation menu action to delete all messages
2019-10-03 15:24:36 -03:00
Torsten Grote
c46fdce277
Add ConversationManager method for deleting all messages
...
Note that this does not yet delete special conversation messages
such as invitations or introductions and their responses.
2019-10-03 14:47:12 -03:00
Torsten Grote and akwizgran
28f82a1507
Use snackbar-aware behaviour for FAB.
2019-10-01 13:01:44 +01:00
Torsten Grote
8734825346
[android] prevent pending contacts snackbar from covering contact list
2019-10-01 08:53:14 -03:00