akwizgran
|
3a444c814f
|
Check for concurrent cache updates.
|
2020-01-24 14:48:47 +00:00 |
|
akwizgran
|
aad92e3f32
|
Bump version numbers for 1.2.5 release.
|
2020-01-20 17:28:04 +00:00 |
|
akwizgran
|
f816132ac2
|
Update translations.
|
2020-01-20 17:27:11 +00:00 |
|
akwizgran
|
0dcfa5826f
|
Merge branch 'nav-drawer-banner' into 'master'
Hide banner of navigation drawer when not enough screen heigth available
See merge request briar/briar!1208
|
2020-01-15 13:35:59 +00:00 |
|
akwizgran
|
c61c9bbc02
|
Refactor Android-specific code out of bramble-core.
|
2020-01-10 17:41:10 +00:00 |
|
akwizgran
|
f650b2236e
|
Catch any Exception when generating stored key.
|
2020-01-10 16:15:56 +00:00 |
|
akwizgran
|
72a391b506
|
Break out of loop after generating key.
|
2020-01-10 12:22:47 +00:00 |
|
akwizgran
|
f76d08c19a
|
Use StrongBox on API 28+ if available.
|
2020-01-09 15:18:58 +00:00 |
|
akwizgran
|
fc6b596241
|
Remove unnecessary key purpose.
|
2020-01-09 15:03:46 +00:00 |
|
akwizgran
|
c11d09a885
|
Re-encrypt the DB key with the stored key.
|
2020-01-09 14:45:32 +00:00 |
|
akwizgran
|
d7b05dcba0
|
Add javadocs.
|
2020-01-09 14:45:32 +00:00 |
|
akwizgran
|
4d3c1b4fd2
|
Use Android keystore for encrypting DB key.
Only for new accounts on API 23+.
|
2020-01-09 14:45:32 +00:00 |
|
akwizgran
|
8a6e886d09
|
Remove DB key migration code.
|
2020-01-09 11:22:39 +00:00 |
|
akwizgran
|
120fcf550d
|
Merge branch 'undefined' into 'master'
Android TV leanback banner
See merge request briar/briar!1199
|
2020-01-08 16:00:30 +00:00 |
|
akwizgran
|
5af7bbb24d
|
Merge branch 'master' into '1636-compression-failure'
# Conflicts:
# bramble-android/src/main/java/org/briarproject/bramble/util/AndroidUtils.java
|
2020-01-08 15:27:01 +00:00 |
|
akwizgran
|
9305532079
|
Enable private message deletion in release builds.
|
2020-01-07 12:43:10 +00:00 |
|
akwizgran
|
bbcdd9418c
|
Revert breaking change to Korean translation.
|
2020-01-07 12:35:25 +00:00 |
|
akwizgran
|
373ca0e0ea
|
Update translations.
|
2020-01-07 11:30:21 +00:00 |
|
akwizgran
|
e4af161db5
|
Merge branch 'fix-test-sensitivity-to-arrival-order' into 'master'
Fix sensitivity of integration tests to message arrival order
See merge request briar/briar!1205
|
2019-12-20 12:12:36 +00:00 |
|
akwizgran
|
9b37cb19f4
|
Reset counters before each test.
|
2019-12-19 17:55:56 +00:00 |
|
akwizgran
|
016178045f
|
Make integration tests less sensitive to sync order.
|
2019-12-19 17:45:32 +00:00 |
|
akwizgran
|
dae08b2af4
|
Merge branch '1677-note-alias-key' into 'master'
Add warning about alias key to headless contacts response documentation
See merge request briar/briar!1204
|
2019-12-17 12:26:16 +00:00 |
|
akwizgran
|
26144c18d8
|
Download test assets, fix expectations.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
ace1d38966
|
Disable PngSuite test by default.
Results are device-dependent and outside our
control.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
24a63b08c0
|
Add transparent PNG.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
44411ab224
|
Simplify code.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
6d742c554f
|
Test that PngSuite corrupt test images fail.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
1e2ccd96a7
|
Remove support for GIF attachments on API < 24.
|
2019-12-12 14:25:40 +00:00 |
|
akwizgran
|
5962d3c763
|
Replace default methods with helper classes.
This is a workaround for AbstractMethodErrors
thrown by on-device tests.
|
2019-12-11 16:28:19 +00:00 |
|
akwizgran
|
61324b1cb0
|
Catch SecurityException.
This isn't currently thrown, but future versions
of Android might throw it.
|
2019-12-11 12:03:37 +00:00 |
|
akwizgran
|
d1e21877b3
|
Use reflection to get local Bluetooth address.
This is expected to work on Android 8 but not 8.1+.
|
2019-12-11 11:48:53 +00:00 |
|
akwizgran
|
61293c0747
|
Upgrade Tor to 0.3.5.9.
|
2019-12-11 09:43:24 +00:00 |
|
akwizgran
|
3486cc8fcc
|
Tweak the error dialog when message deletion fails.
|
2019-12-10 16:05:03 +00:00 |
|
akwizgran
|
a1357c22b2
|
Fix checksum for jackson-annotations.
See https://issues.sonatype.org/browse/OSSRH-51881
|
2019-12-10 13:44:30 +00:00 |
|
akwizgran
|
86693abd66
|
Merge branch '1656-explain-deletion-failures' into 'master'
Better explain why messages could not be deleted
Closes #1656
See merge request briar/briar!1197
|
2019-12-10 12:38:07 +00:00 |
|
akwizgran
|
ffc2c5d900
|
Merge branch 'javalin-3.5' into 'master'
Upgrade headless to Javalin 3.5
See merge request briar/briar!1162
|
2019-12-10 10:11:55 +00:00 |
|
akwizgran
|
52feabecbe
|
Merge branch 'disable-google-tracking' into 'master'
Disable instrumentation test analytics
See merge request briar/briar!1198
|
2019-11-14 14:07:50 +00:00 |
|
akwizgran
|
11c43dc7f4
|
Merge branch '1628-multi-select' into 'master'
Multi-select conversion messages (to delete)
Closes #1628
See merge request briar/briar!1179
|
2019-11-08 13:05:09 +00:00 |
|
akwizgran
|
ed66a470cc
|
Merge branch '1643-controller-leaks' into 'master'
Fix controller memory leaks
Closes #1643
See merge request briar/briar!1184
|
2019-11-07 16:33:18 +00:00 |
|
akwizgran
|
405c243313
|
Merge branch '1243-attachment-close-button-color' into 'master'
Change image preview close button color to accent color
See merge request briar/briar!1182
|
2019-11-07 16:23:24 +00:00 |
|
akwizgran
|
9d72fca2a7
|
Merge branch 'AndroidX' into 'master'
AndroidX Migration
See merge request briar/briar!1176
|
2019-11-07 15:40:19 +00:00 |
|
akwizgran
|
b4e0d3b982
|
Merge branch '1653-npe-settings-fragment' into 'master'
Don't try to display settings before they are fully loaded
Closes #1653
See merge request briar/briar!1194
|
2019-11-07 15:29:55 +00:00 |
|
akwizgran
|
ee180defce
|
Remove expiry update code, fix references to Briar 1.0.
|
2019-11-06 14:21:52 +00:00 |
|
akwizgran
|
7ee0febf0c
|
Use TimeUnit to make durations more readable.
|
2019-11-06 14:21:52 +00:00 |
|
akwizgran
|
216f0598f9
|
Remove ancient flag for beta builds.
|
2019-11-06 14:20:11 +00:00 |
|
akwizgran
|
27cba75a50
|
Fix test expectations.
|
2019-11-06 14:17:16 +00:00 |
|
akwizgran
|
b3bc5e69b5
|
Use client versioning event to update UI.
|
2019-11-06 13:58:11 +00:00 |
|
akwizgran
|
ee1fd2ad8a
|
Broadcast events for client versioning updates.
|
2019-11-06 13:58:11 +00:00 |
|
akwizgran
|
a844526dae
|
Refactor ClientVersion to bramble-api.
|
2019-11-06 13:58:06 +00:00 |
|
akwizgran
|
75dfa80541
|
Bump version numbers for 1.2.4 release.
|
2019-11-06 09:58:00 +00:00 |
|
akwizgran
|
41b59fbcfe
|
Merge branch '1610-pending-contacts-offline-snackbar' into 'master'
Don't show offline snackbar when there's no pending contacts
Closes #1610
See merge request briar/briar!1193
|
2019-11-06 09:50:39 +00:00 |
|
akwizgran
|
98a4f5def1
|
Merge branch '1654-notification-channel-unavailable' into 'master'
Fail gracefully when ACTION_CHANNEL_NOTIFICATION_SETTINGS is not available
Closes #1654
See merge request briar/briar!1192
|
2019-11-06 09:49:21 +00:00 |
|
akwizgran
|
aeefa35f38
|
Merge branch '1454-theme-system-crash' into 'master'
Prevent crash when user has set theme to system default on unsupported API level
Closes #1454
See merge request briar/briar!1191
|
2019-11-06 09:46:48 +00:00 |
|
akwizgran
|
4e7f33edfd
|
Merge branch '1483-group-invite-not-allowed' into 'master'
Make sure group actions can only be made by the correct role
See merge request briar/briar!1190
|
2019-11-06 09:45:28 +00:00 |
|
akwizgran
|
f1e957ffed
|
Merge branch '1655-no-bluetooth-activity' into 'master'
Check if REQUEST_BLUETOOTH_DISCOVERABLE is available before launching
Closes #1655
See merge request briar/briar!1189
|
2019-11-06 09:42:00 +00:00 |
|
akwizgran
|
9e3fed6bc0
|
Merge branch '1651-no-ringtone-picker' into 'master'
Check if ringtone picker is available before launching it
Closes #1485 and #1651
See merge request briar/briar!1188
|
2019-11-06 09:40:30 +00:00 |
|
akwizgran
|
383367f0c8
|
Merge branch 'remove-remove-contacts-feature-flag' into 'master'
Remove contacts feature flag
See merge request briar/briar!1185
|
2019-11-01 14:29:37 +00:00 |
|
akwizgran
|
84a8ff1dd8
|
Merge branch '1629-delete-message-subset' into 'master'
Support for deleting a subset of all conversation messages
Closes #1629
See merge request briar/briar!1180
|
2019-10-28 16:52:41 +00:00 |
|
akwizgran
|
663e5c4b46
|
Merge branch '1405-emoji-keyboard' into 'master'
Always show keyboard when clicking text input field
Closes #1405
See merge request briar/briar!1181
|
2019-10-28 12:16:15 +00:00 |
|
akwizgran
|
3a5e51e248
|
Update XML code style settings.
|
2019-10-18 17:38:41 +01:00 |
|
akwizgran
|
a76e3dcec1
|
Fix bug with enter key when rotating screen.
|
2019-10-18 14:03:01 +01:00 |
|
akwizgran
|
0fdc7199ed
|
Hide keyboard when contact alias dialog is closed.
|
2019-10-18 14:03:01 +01:00 |
|
akwizgran
|
248f482fee
|
Use requestFocus tag for RSS import.
|
2019-10-18 14:03:00 +01:00 |
|
akwizgran
|
4196d046a3
|
Use stateAlwaysVisible for consistent behaviour.
|
2019-10-18 14:03:00 +01:00 |
|
akwizgran
|
722ebb22f6
|
Use requestFocus tag to request initial focus.
|
2019-10-18 13:45:48 +01:00 |
|
akwizgran
|
a4f561ca1a
|
Request focus when showing soft keyboard.
|
2019-10-18 13:45:48 +01:00 |
|
akwizgran
|
c7db0bf6fa
|
Remove unused listener implementation.
|
2019-10-18 13:45:47 +01:00 |
|
akwizgran
|
ca6f458551
|
Always hide keyboard when importing RSS feed.
|
2019-10-18 13:45:47 +01:00 |
|
akwizgran
|
c85990408a
|
Remove redundant requestFocus() call.
|
2019-10-18 13:45:47 +01:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
akwizgran
|
f4febe90c9
|
Restore custom layout behaviour for handling snackbar.
|
2019-10-14 14:45:23 +01: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
akwizgran
|
c411065255
|
Merge branch '1582-pending-contacts-snackbar-fab' into 'master'
Use snackbar-aware behaviour for FAB.
Closes #1582
See merge request briar/briar!1156
|
2019-10-07 13:48:01 +00:00 |
|
akwizgran
|
643ef593e1
|
Use dodgeInsetEdges to make room for the snackbar.
|
2019-10-02 12:16:24 +01:00 |
|
akwizgran
|
eda17449be
|
Merge branch '1582-pending-contacts-snackbar' into 'master'
Prevent pending contacts snackbar from covering contact list
See merge request briar/briar!1152
|
2019-10-01 12:18:11 +00:00 |
|
akwizgran
|
640f3d63b0
|
Merge branch '1583-remote-contacts-small-screens' into 'master'
Make Remote Contact layouts work on small screens
Closes #1583
See merge request briar/briar!1155
|
2019-09-27 14:58:43 +00:00 |
|
akwizgran
|
b1dfd867f0
|
Bump version numbers for 1.1.9 release.
|
2019-07-03 12:16:52 +01:00 |
|
akwizgran
|
be76c5b7db
|
Add safety annotations.
|
2019-07-01 14:38:28 +01:00 |
|
akwizgran
|
909e946e58
|
Enable debug logging for debug and beta builds.
|
2019-07-01 14:34:51 +01:00 |
|