cyberta
9f48ee0a74
first draft on face detection adapting signal's new feature
2020-06-05 14:46:30 +02:00
bjoern
f46bb21c82
Merge pull request #1393 from deltachat/remove-unused-cert-option
...
remove option 'accept invalid hostnames'
2020-06-04 15:13:19 +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
bjoern
a92c0f0908
Merge pull request #1372 from deltachat/fix466_background_images
...
Background image no longer distorted.
2020-06-04 00:05:16 +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
bfa08887e2
Merge pull request #1389 from deltachat/1071_fix_selection_after_redraw
...
Implementing hashCode in DcMsg and DcContact.
2020-06-03 22:59:32 +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
Angelo Fuchs
f08c4abc0e
#1228 group image now behaves like single contact image.
2020-06-03 21:33:27 +02:00
B. Petersen
44e9a6c9bb
the option 'accept invalid hostnames' does not longer exist, see https://github.com/deltachat/deltachat-core-rust/pull/987
2020-06-03 21:11:54 +02:00
B. Petersen
b714d532e4
update deltachat-core-rust submodule
2020-06-03 19:51:00 +02:00
Angelo Fuchs
486269a259
fix #1228 by showing the avatar image larger. Tap on it again to remove the display again.
2020-06-03 19:41:13 +02:00
Angelo Fuchs
c84495fb31
Revert "fix #1228 by showing the avatar image larger. Tap on it again to remove the display again."
...
Commit should have gone to PR.
This reverts commit f0323c95d6
.
2020-06-03 19:32:43 +02:00
Angelo Fuchs
f0323c95d6
fix #1228 by showing the avatar image larger. Tap on it again to remove the display again.
2020-06-03 19:27:37 +02:00
B. Petersen
f7a67bbc49
bump version
2020-06-03 11:34:28 +02:00
B. Petersen
738bbe5095
update deltachat-core-rust submodule
2020-06-03 10:11:56 +02:00
Angelo Fuchs
592a5a6b3b
fix #1071 by implementing hashCode in DcMsg.
2020-06-01 16:21:51 +02:00
missytake
8558a298a1
get rust-toolchain from core repository
2020-05-31 12:35:26 +02:00
missytake
6c54462084
updated rust toolchain in Dockerfile
2020-05-30 17:15:28 +02:00
B. Petersen
7402c26c8e
update deltachat-core-rust submodule
2020-05-28 15:23:05 +02:00
bjoern
fbca0ed613
Merge pull request #1383 from deltachat/async-jobs
...
use async core
2020-05-28 15:22:33 +02:00
B. Petersen
729556acc0
make sure, getNextEvent() returns null when done, fix typos, thanks @cyBerta
2020-05-28 13:52:28 +02:00
B. Petersen
4423d47f44
give the background worker 60 seconds to finish its work
2020-05-28 00:04:48 +02:00
B. Petersen
3bbe5ce671
bump version
2020-05-27 21:47:55 +02:00
B. Petersen
a15a82c353
stop io during configure(), call startIo()/stopIo() without is-running-check
2020-05-27 21:47:07 +02:00
B. Petersen
47f7ceb986
fix crash on context-unref due to typo
...
this issue is older, however, by the explicit unref() call now more visible.
but also in the past, this could have led to random crashes
after account switching.
2020-05-27 21:45:13 +02:00
B. Petersen
1d8397adc9
use new event system
2020-05-27 16:12:49 +02:00
B. Petersen
cd8f8d1ede
add new event and event-emitter classes
2020-05-27 16:12:48 +02:00
B. Petersen
8fd3b374c2
use start/stop io
2020-05-27 16:12:48 +02:00
B. Petersen
d42eb1d920
get rid of open/close context
2020-05-27 16:12:48 +02:00
bjoern
4782d18824
Merge pull request #1386 from deltachat/fix-typo
...
fix typos
2020-05-27 16:10:36 +02:00
B. Petersen
93146da2f7
fix typos
2020-05-27 16:10:04 +02:00
Angelo Fuchs
f90f91b02d
Merge pull request #1384 from deltachat/fix-plipp-plopp
...
respect in-chat-notification setting for outgoing messages
2020-05-25 15:44:19 +02:00
B. Petersen
4c0076c2f5
respect in-chat-notification setting for outgoing messages
2020-05-25 15:12:34 +02:00
bjoern
144ebf33a9
Merge pull request #1368 from deltachat/rework-notifications
...
Rework notifications
2020-05-25 14:44:43 +02:00
B. Petersen
fe0b1cecd2
remove dead code
2020-05-25 14:36:14 +02:00
B. Petersen
e8a3bae004
re-add mark-read action button
2020-05-25 14:36:13 +02:00
B. Petersen
050c358859
make in-chat-sounds respect notification- and mute-settings
2020-05-25 13:38:57 +02:00
bjoern
f30da6e912
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:57 +02:00
bjoern
a65a463bf9
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:57 +02:00
B. Petersen
cf3d22f6ea
handle null in ringtones more carefully, thanks @Hocuri
2020-05-25 13:38:57 +02:00
B. Petersen
143f6c5b67
remove useless init, thanks @Hocuri
2020-05-25 13:38:56 +02:00
bjoern
d8c0e1367e
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:56 +02:00
bjoern
20f488807e
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:56 +02:00
B. Petersen
bec77fcb92
format respecting used style in the rest of the file
2020-05-25 13:38:56 +02:00
B. Petersen
c66473d88a
use addr instead of db-name as unique-element for multi-account, thanks @Hocuri
2020-05-25 13:38:56 +02:00
bjoern
f7af21cd1f
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:56 +02:00
bjoern
9e9c9014c6
Update src/org/thoughtcrime/securesms/notifications/NotificationCenter.java
...
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-05-25 13:38:56 +02:00