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
e2b3340734
Remove redundant methods for showing/hiding keyboard.
2019-10-18 13:45:45 +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
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
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
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
Torsten Grote
234bdf686e
[android] Raise minimum API level to 16
2019-10-14 11:49:06 -03:00
akwizgran
f4febe90c9
Restore custom layout behaviour for handling snackbar.
2019-10-14 14:45:23 +01:00
akwizgran
249b85cd26
Add feature flag for private message deletion.
2019-10-09 16:22:04 +01: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
3ac5646355
[briar-android] Add conversation menu action to delete all messages
2019-10-03 15:24:36 -03:00
akwizgran
643ef593e1
Use dodgeInsetEdges to make room for the snackbar.
2019-10-02 12:16:24 +01:00
Torsten Grote
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
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
Torsten Grote
ff76900d74
Merge branch '1609-trimmed-text-length' into 'master'
...
Use trimmed length when deciding whether text is empty
Closes #1609
See merge request briar/briar!1153
2019-07-01 16:25:15 +00:00
Torsten Grote
945fdb8ee4
[android] Make Remote Contact layouts work on small screens
2019-07-01 17:56:28 +02: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
akwizgran
7d62ae5fa8
Use trimmed length when deciding whether text is empty.
2019-07-01 01:13:24 +01:00
akwizgran
95d06770bf
Rename 'scale' to 'inSampleSize' for clarity.
2019-06-26 14:36:40 +01:00
akwizgran
428247b7b2
Initialise result LiveData before starting task.
2019-06-26 14:31:40 +01:00
akwizgran
a921361a56
Inject ImageSizeCalculator.
2019-06-26 12:40:28 +01:00
akwizgran
fe7dfa721e
Compress image attachments.
2019-06-25 16:55:09 +01:00
akwizgran
92eb06a9e9
Refactor attachment creation to use injection.
2019-06-25 16:29:54 +01:00
Torsten Grote
5beed1a748
Merge branch '1594-preview-fails-to-load' into 'master'
...
Use a fresh LiveData for each attachment creation task
Closes #1594
See merge request briar/briar!1144
2019-06-20 14:05:43 +00:00
Torsten Grote
774047d856
Merge branch '1585-check-attachment-content-type' into 'master'
...
Improve handling of missing attachments in UI
See merge request briar/briar!1142
2019-06-20 14:04:02 +00:00
Torsten Grote
fc28e7aa88
Merge branch 'nickname-nitpicks' into 'master'
...
Nickname nitpicks
See merge request briar/briar!1143
2019-06-20 13:41:25 +00:00
akwizgran
be1c33cb42
Use a fresh LiveData for each attachment creation task.
2019-06-19 13:43:04 +01:00
akwizgran
c955466bda
Load missing attachments when they arrive.
2019-06-19 12:47:18 +01:00
akwizgran
593a0c4632
Improve handling of missing and invalid attachments.
2019-06-19 11:23:57 +01:00
akwizgran
ed20b2d8d6
Use attachment header to retrieve attachment.
2019-06-19 10:57:13 +01:00
Torsten Grote
ea5a862242
[android] Fix send button in ReportForm's action bar
2019-06-18 13:28:28 -03:00
akwizgran
9ab9e02f8a
Trim whitespace from nicknames (useful for auto-complete).
2019-06-18 17:24:08 +01:00
Torsten Grote
3f60098099
[android] don't cancel crash reports after sending them
2019-06-18 12:21:04 -03:00
Torsten Grote
e965021e3d
[android] don't clear task when submitting feedback, only after crash
2019-06-18 12:21:04 -03:00
Torsten Grote
7d9380d3d6
[android] go to homescreen after pressing back in crash reporter
...
Fixes #1390
2019-06-18 12:21:04 -03:00
Torsten Grote
3c8c0e579e
[android] point ACRA to correct BuildConfig class
...
Fixes #1061
2019-06-18 12:21:03 -03:00
Torsten Grote
bd2bbe9268
[android] don't show JSON in feedback/crash report
...
use key-value pairs instead
Closes #1426
2019-06-18 12:21:03 -03:00
Torsten Grote
197800de8b
[android] split crash report screen into two fragments
2019-06-18 12:21:02 -03:00
akwizgran
9095ccef85
Filter attachment URIs in controller.
2019-06-18 13:10:52 +01:00
akwizgran
2bae639105
Upgrade messaging client to support attachments.
2019-06-18 13:03:49 +01:00
akwizgran
f73d298752
Merge branch 'inject-feature-flags' into 'master'
...
Use injection to provide feature flags
See merge request briar/briar!1140
2019-06-18 11:51:09 +00:00
akwizgran
2a29d33303
Move private message creation off the crypto executor.
2019-06-18 12:14:10 +01:00
akwizgran
30e0be9f43
Merge branch '1580-show-snackbar' into 'master'
...
Show snackbar when there is no internet connection
Closes #1580
See merge request briar/briar!1139
2019-06-18 09:54:34 +00:00