Commit Graph

1389 Commits

Author SHA1 Message Date
cyberta 4a022cd865 fix jumping input layout on keyboard appearing / disappearing 2020-06-15 12:56:31 +02:00
cyberta c8cb276883 cleanup in ConversationFragment 2020-06-11 18:14:11 +02:00
cyberta 1dd627f6b2 remove unused sticker related methods from InputPanel for now 2020-06-11 18:13:35 +02:00
cyberta c380f616b4 fix recording 2020-06-11 18:10:02 +02:00
cyberta 3fac74d4f5 clean up, we also don't support message replies yet 2020-06-11 17:37:56 +02:00
cyberta 56d85e01e1 update and adapt signal sources to have the new media keyboard including new emojis 2020-06-11 17:37:43 +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 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
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
bjoern b0c3241bc6 Merge pull request #1395 from deltachat/face_detection_draft
Implement manual blurring
2020-06-09 11:27:40 +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 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
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
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
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
cyberta 9f48ee0a74 first draft on face detection adapting signal's new feature 2020-06-05 14:46:30 +02:00
B. Petersen 04a98d515b surround the system-locale-getter by try/catch to protect against errors, on some past versions or in the future; as a default, use Locale.getDefault() as in the past 2020-06-04 00:23:10 +02:00
Angelo Fuchs 3fd04125a7 fixes 1209 Language.getDefault() does not do what one expects it to. 2020-06-04 00:11:15 +02:00
Angelo Fuchs 16f5c6d889 fixes #466. Setting the background image provides for a image that is sufficiently large to fit portrait and landscape orientations. When displayed the shorter side is scaled to fit, the larger is then centered and cropped. 2020-06-04 00:02:34 +02:00
Angelo Fuchs 3a0cfcad4d #1228 profile avatar no longer performs scale down (in Java, core still scales) if possible. This allows for larger profile avatars when we want them. 2020-06-03 22:36:05 +02:00
B. Petersen 6303824cb6 also prevent error if DcContact used in an hash 2020-06-03 22:19:01 +02:00
B. Petersen b7970ed9d8 fix TAG name, style 2020-06-03 22:13:49 +02:00