Commit Graph

861 Commits

Author SHA1 Message Date
B. Petersen d80e930e19 rename MediaOverviewActivity to ProfileActivity 2019-05-20 20:31:39 +02:00
B. Petersen a712d0e268 open profile on click of chat title 2019-05-20 20:31:39 +02:00
B. Petersen 3057e6c7d7 remove dead code wrt system-avatar/system-name in profile settings 2019-05-20 20:31:39 +02:00
B. Petersen 32e34e5955 play soundOut for outgoing messages 2019-05-20 18:11:10 +02:00
björn petersen 5030119a83 Merge pull request #915 from deltachat/notification_fixes
Notification fixes
2019-05-20 15:21:03 +02:00
cyBerta ada024f614 play 'plop' sound on send button click 2019-05-20 14:14:29 +02:00
cyBerta 8dd8a1d771 add 'plop' sound for in-chat incoming messages 2019-05-20 14:01:27 +02:00
daniel.boehrs d0237741d5 close search-keyboard on click on ok #910 2019-05-17 12:27:31 +02:00
cyBerta 45570353e9 silence incoming notifications within the first minute after app start (relates to #451) 2019-05-16 12:50:24 +02:00
cyBerta f1a0bb3ecf remove dead code in MessageNotifier 2019-05-16 11:48:56 +02:00
cyBerta 28fbb354b3 don't show info messages as notifications 2019-05-16 11:32:21 +02:00
cyBerta 2b37b3355c do not show unread message notifications on app start (relates to #451) 2019-05-16 11:30:43 +02:00
cyBerta 7886e8b699 replace mute for one year with option to mute forever (#814) 2019-05-15 18:22:22 +02:00
cyBerta af319888d9 * do send notification signal if app is in background
* show last message in the notification summary
* change order of notification items (newest at the top)
2019-05-15 18:22:22 +02:00
cyBerta dc3eb272f9 update notification bar on entering a chat (fixes #725) 2019-05-15 18:22:22 +02:00
cyBerta 06e62903ef fix sharing multiple files (#901) 2019-05-15 12:56:34 +02:00
cyBerta 84bdc42c7c * fix back button behavior for sharing and forwarding (#903)
* fix title in archived chats while sharing content
2019-05-15 12:56:33 +02:00
cyBerta 0ea7181b58 * fix sharing of text/urls (fixes #908)
* share single files as drafts
2019-05-15 12:56:33 +02:00
cyBerta 85427d3c01 Merge pull request #912 from deltachat/resort-preferences
resort some advanced options
2019-05-15 10:29:03 +02:00
B. Petersen 20ab00d302 use different video-quality depending on the media-quality setting 2019-05-15 01:38:58 +02:00
B. Petersen 2e494948e5 use different voice-message-quality depending on the media-quality setting 2019-05-15 01:29:26 +02:00
B. Petersen be73649703 move 'advanced/outgoing image quality' to 'chats and media/outgoing media quality' 2019-05-15 01:13:44 +02:00
B. Petersen d1e902b1a3 move 'show classic emails'-option from 'advanced' to 'chats and media' 2019-05-15 00:57:57 +02:00
B. Petersen 41e2def76f skip insufficient pre-check of video-format 2019-05-15 00:35:27 +02:00
cyBerta 76cfe5f197 Merge pull request #883 from deltachat/record-video
record & recode video
2019-05-14 12:56:11 +02:00
björn petersen dda3cf9e84 Merge pull request #904 from deltachat/issue-756
show a hint that qr-verification cannot be done without network #756
2019-05-14 11:04:40 +02:00
B. Petersen 226d8492f7 simplify thumbnails 2019-05-13 21:44:38 +02:00
B. Petersen a59f6fd69b be conservative in sending videos 2019-05-13 21:44:38 +02:00
B. Petersen 3925c4c02e do not recode if filesize and bitrate are already reasonable 2019-05-13 21:44:38 +02:00
B. Petersen 3606838d93 set video information on prearing also if recoding does not take place 2019-05-13 21:44:38 +02:00
B. Petersen 6d4dddae81 cleanup 2019-05-13 21:44:38 +02:00
B. Petersen e367675dd2 create thumbnails for staging-area 2019-05-13 21:44:38 +02:00
B. Petersen a44abd307a flush() explicitly before close() - although, the docs says other, there is a difference eg. on android7/motog and data are not ready without flush() when read from another thread 2019-05-13 21:44:38 +02:00
B. Petersen 9d255bc343 implement alternative method to get recorded videos 2019-05-13 21:44:38 +02:00
B. Petersen a0b7aa4066 calculate correct video thumbnail size 2019-05-13 21:44:38 +02:00
B. Petersen 9f3278eccf avoid division by zero 2019-05-13 21:44:38 +02:00
B. Petersen 5b5bfedcfd add a different animation for 'prepare' 2019-05-13 21:44:38 +02:00
B. Petersen 582f2d0626 prepare video before recoding starts 2019-05-13 21:44:38 +02:00
B. Petersen a959b173fa add DcChat.prepareMsg() 2019-05-13 21:44:38 +02:00
B. Petersen 7333c8a27a enable audio in recoded videos 2019-05-13 21:44:38 +02:00
B. Petersen d73d392ed4 recode video data 2019-05-13 21:44:38 +02:00
B. Petersen 7a33ad98d3 upgrade app to MultiDex as we have now more than 65k functions 2019-05-13 21:44:38 +02:00
B. Petersen b1de21af60 call VideoRecoder class, do not allow VideoRecording if recoding is not available 2019-05-13 21:44:38 +02:00
B. Petersen 3e41bf3533 add recoder 2019-05-13 21:44:38 +02:00
B. Petersen e0f5a17115 more conversative cache 2019-05-13 21:44:38 +02:00
B. Petersen 328901f724 show video thumbnails 2019-05-13 21:44:38 +02:00
B. Petersen 853a10253c remove unused isInProgress and isPendingDownload from slides 2019-05-13 21:44:38 +02:00
B. Petersen 0d11e11da4 remove unsused showControls parameter 2019-05-13 21:44:38 +02:00
B. Petersen 608180df58 drop complicated is-thumbnail-preview calculation that is discarded at the end 2019-05-13 21:44:38 +02:00
B. Petersen 885b8e2295 send videos files in original coding 2019-05-13 21:44:38 +02:00