Commit graph

2523 commits

Author SHA1 Message Date
bjoern
c0f726e2be
Merge pull request #1409 from deltachat/revert-1402-refresh-list-on-new-intent
Revert "initializeListAdapter() in ConversationListFragment.onNewIntent()"
2020-06-11 14:28:56 +02:00
bjoern
beac5602f6
Revert "initializeListAdapter() in ConversationListFragment.onNewIntent()" 2020-06-11 14:22:04 +02:00
bjoern
a76d36ac1a
Merge pull request #1406 from deltachat/remove-empty-server
remove 'Delete emails from server' experiment
2020-06-11 12:51:33 +02:00
Hocuri
e34d3dbfb9
Merge pull request #1402 from deltachat/refresh-list-on-new-intent
initializeListAdapter() in ConversationListFragment.onNewIntent()
2020-06-11 12:31:20 +02:00
B. Petersen
329bd186c9
bump version 2020-06-10 20:27:49 +02:00
B. Petersen
c9370a0c62
update translations 2020-06-10 20:25:53 +02:00
B. Petersen
68ed04cd44
remove unused device-message, avoid unneeded translations 2020-06-10 20:20:30 +02:00
B. Petersen
6738b0d477
remove 'Delete emails from server' experiment, the function is superseded by 'Auto-delete messages' 2020-06-10 19:47:07 +02:00
bjoern
5fbe70913f
Merge pull request #1405 from deltachat/qr-multi-account
qr multi account
2020-06-10 19:37:29 +02:00
B. Petersen
77bab2f106
update deltachat-core-rust submodule 2020-06-10 19:36:38 +02:00
B. Petersen
d27ab85705
allow qr-account-creation from within configured app 2020-06-10 17:04:47 +02:00
B. Petersen
791b4adff8
move 'Switch account' out of experimental 2020-06-10 00:56:33 +02:00
B. Petersen
60ae485082
wording 2020-06-09 16:42:25 +02:00
B. Petersen
297b470130
update deltachat-core-rust submodule 2020-06-09 14:05:23 +02:00
bjoern
b0c3241bc6
Merge pull request #1395 from deltachat/face_detection_draft
Implement manual blurring
2020-06-09 11:27:40 +02:00
cyberta
ac0dfc2649 change blur icon 2020-06-08 13:23:11 +02:00
cyberta
4b908e0b95 remove face renderer since we only allow manual blurring 2020-06-08 11:48:56 +02:00
cyberta
2601e3334e restrict blurring feature to APIs > 17 2020-06-08 11:28:47 +02:00
cyberta
a8ad3df93d revert unnecessary changes after copying updated signal sources 2020-06-08 11:22:18 +02:00
cyberta
8aff85b21c remove unused blur related strings 2020-06-08 11:16:06 +02:00
cyberta
297bf53f5b increase blurring radius a little bit 2020-06-08 11:11:29 +02:00
cyberta
2caad455c0 remove code that is unnecessary for manual blurring, revert this commit if we ever want to implement automatic face detection 2020-06-08 10:52:25 +02:00
cyberta
1dd78d049d make blurring draft compilable 2020-06-08 09:43:59 +02:00
Hocuri
7c65acfe47
initializeListAdapter() in ConversationListFragment.onNewIntent()
The problem was that the list was not always updated before and after
sharing. Now it always correctly shows or does not show the devicetalk.
2020-06-07 18:52:04 +02:00
bjoern
a0549d3048
Merge pull request #1398 from deltachat/tweak-io
call maybeNetwork() when app comes to foreground to catch up the state
2020-06-07 17:29:40 +02:00
bjoern
fe09714fb1
Merge pull request #1346 from deltachat/dont-show-devicetalk
Do not show the devicetalk when forwarding or sharing.
2020-06-07 17:28:54 +02:00
Hocuri
0aae022811
Remove unneeded ConversationListFragment.FORWARDING 2020-06-07 16:15:26 +02:00
Hocuri
9d72f30162
Optimize imports 2020-06-07 16:15:26 +02:00
Hocuri
3f24585322
Do not show the devicetalk when forwarding or sharing. 2020-06-07 16:15:26 +02:00
bjoern
d5aa0d6eab
Update src/org/thoughtcrime/securesms/connect/ForegroundDetector.java
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-06-07 14:36:10 +02:00
bjoern
dab2e2ea7b
Merge pull request #1401 from deltachat/tweak-avatars2
Avatars again
2020-06-07 14:12:01 +02:00
Hocuri
ca47ec29a5
Do not enlarge avatar if there is none (just a big letter in a circle) 2020-06-07 13:42:49 +02:00
Hocuri
e3f4268ca6
Fallback to contact name if there is no chat 2020-06-07 13:39:46 +02:00
bjoern
2c6a966e8c
Merge pull request #1400 from deltachat/tweak-avatars
fix opening avatar-preview
2020-06-07 13:23:09 +02:00
Hocuri
fec3eec0af
Change the enlarged avatar name to the chat name 2020-06-07 13:03:52 +02:00
B. Petersen
40cad4ec4b
also enlarge avatar by clicking on activity-title 2020-06-06 19:59:14 +02:00
B. Petersen
8788d1bb6a
revert GlideApp change introduced in #1392 for no obvious reason 2020-06-06 19:56:49 +02:00
B. Petersen
9bf2b8dfb3
streamline title, add 'edit' button to the preview to allow the same flow as before (edit on click on group-avatar) 2020-06-06 19:47:05 +02:00
B. Petersen
e0c1396f4c
streamline wording
we have already the string menu_group_name_and_image
to be used as an 'edit' button label.
the string 'edit' is ommitted to keep things a bit shorter.
if we like, we can change that string, however,
maybe things are just fine :)
2020-06-06 18:40:35 +02:00
B. Petersen
1afd2faa4a
fix opening avatar-preview, getBaseContext() is not needed and led to crashes on some android versions as this context might not be an Activity 2020-06-06 18:30:59 +02:00
bjoern
8b196c9372
Merge pull request #1391 from deltachat/1209_switching_to_default_language
Switching to "Default" Language behaves as it should be
2020-06-06 18:30:31 +02:00
B. Petersen
d9d52f0d3e
call maybeNetwork() when app comes to foreground to catch up the state 2020-06-06 16:43:48 +02:00
B. Petersen
f68119d739
bump version 2020-06-06 00:50:22 +02:00
B. Petersen
43d6b3d5d9
update deltachat-core-rust submodule 2020-06-06 00:10:45 +02:00
bjoern
cb54d64826
Merge pull request #1392 from deltachat/1228_show_avatar_larger
Allow enlarge of avatar
2020-06-06 00:10:02 +02:00
B. Petersen
774d6de738
remove forward icon, always prefer chat- over contact-avatar (usually the same, but different for self-chat) 2020-06-06 00:03:58 +02:00
Angelo Fuchs
353d03fba3
#1209 cleanup of Exception and using prebuilt compat instead of writing code ourselves. 2020-06-05 18:07:37 +02:00
Angelo Fuchs
80a8f708ec
#1228 resusing the MediaPreviewActivity to display the avatar 2020-06-05 17:50:20 +02:00
Angelo Fuchs
5c80f8aeeb
#1228 now always converting to JPG. 2020-06-05 15:51:32 +02:00
cyberta
f590dc0a31 add missing case 2020-06-05 15:01:37 +02:00