daniel.boehrs
7cd60d9fcd
mailto links with a body but no subject #937
2019-06-14 10:38:26 +02:00
B. Petersen
d4215c4fe5
update strings
2019-06-08 16:35:47 +02:00
björn petersen
d6af236ae8
Merge pull request #945 from deltachat/issue-885
...
Let manually downloaded and not updated APKs expire #885
2019-06-08 02:31:36 +02:00
B. Petersen
d200233748
simplify the strings to maintain by the translators
2019-06-08 02:31:06 +02:00
B. Petersen
7b194ae179
catch all exceptions; the code is running all the time and has the potential to be a total showstopper
2019-06-08 02:21:24 +02:00
B. Petersen
951121cdb7
add installer-package-name to debug-log
2019-06-08 02:17:33 +02:00
björn petersen
5ce9562a8c
Merge pull request #944 from deltachat/actionbar_button_sizes
...
Actionbar button sizes
2019-06-08 01:26:05 +02:00
daniel.boehrs
e7a5030d92
Let manually downloaded and not updated APKs expire #885
2019-06-07 11:03:47 +02:00
cyBerta
5b549fc939
adapt padding for back button in ConversationActivity and ProfileActivity
2019-06-06 18:55:44 +02:00
cyBerta
a6e7d84fba
keep scroll position y offset
2019-06-06 13:37:10 +02:00
B. Petersen
315b966022
do not scroll around on list updates
2019-06-06 03:15:31 +02:00
B. Petersen
6ac5c64218
wording: the marker shows new messages, not necessarily unread messages
2019-06-06 00:58:47 +02:00
B. Petersen
bfc79ea604
do not hide the new-messages-marker on new incoming messages
2019-06-06 00:30:48 +02:00
cyBerta
96814700cb
show new message marker #447
2019-06-05 18:24:36 +02:00
cyBerta
c4183af72c
run notification creation, deletion etc. always in background
2019-06-05 17:28:02 +02:00
cyBerta
4c5f717d1d
change notification channel base name...
2019-06-05 16:21:04 +02:00
cyBerta
0511f05085
minor clean up
2019-06-05 15:43:59 +02:00
cyBerta
92caedff09
change base notification channel id in order to avoid channel setting migration issues
2019-06-04 18:02:43 +02:00
cyBerta
b919f323b5
Delete notifications when chat gets deleted. Guarantee thread safty
2019-06-04 17:09:47 +02:00
cyBerta
b4cdb8553a
respect android system settings (e.g. 'do not disturb') regarding the notification sounds
2019-06-04 14:46:30 +02:00
B. Petersen
187f2f2e39
do not crash on loading failures
2019-05-30 01:21:26 +02:00
björn petersen
7a51205a80
Merge pull request #935 from deltachat/notification_refactoring
...
Notification refactoring
2019-05-29 23:58:11 +02:00
cyBerta
68bf57d3e3
fix #453 : show last selected notification sound in options dialog, adopt vibrate dialog
2019-05-29 13:45:38 +02:00
cyBerta
f209fa6772
remove unneded interface
2019-05-29 13:03:45 +02:00
cyBerta
451ea1dbad
Don't use notification's / notification channel's sound and vibration functionality at all.
...
Instead we're handling sound and vibration alerts separately. It allows us to dynamically
change the 'signal' flag turning on and off sounds on Android O+ without posting into different
channels for loud and silent notifications. This way we keep the grouped notification view
instead of falling back to the pre API 23 summary notificatoin view.
2019-05-29 12:07:37 +02:00
cyBerta
3efb33441c
add images to notifications if available
2019-05-28 17:29:16 +02:00
cyBerta
7f6823a650
silence notification channels if needed
2019-05-28 15:40:27 +02:00
cyBerta
9c3aca2fb0
fix some lint issues
2019-05-28 10:44:09 +02:00
cyBerta
35138022e9
notification refactoring
2019-05-28 01:11:40 +02:00
B. Petersen
46240ef094
cleanup location-manager init-process
2019-05-26 17:15:43 +02:00
B. Petersen
46c8073160
call stopLocationEngine() explicitly when stop shareing location for the last chat
2019-05-26 17:07:18 +02:00
björn petersen
9ff568969d
Merge pull request #931 from deltachat/delete-unused-files
...
cleanup: delete unused java-source-files and resource-files
2019-05-26 00:38:11 +02:00
B. Petersen
c0b2f9a50e
cleanup: remove boilerplate in MuteDialog and ShareLocationDialog
2019-05-26 00:35:22 +02:00
B. Petersen
f0b5a895ec
cleanup: remove unused JobSerializer and EncryptionKeys classes
2019-05-26 00:28:24 +02:00
B. Petersen
8a8e22c04b
cleanup: remove unused AttachmentId class
2019-05-26 00:08:10 +02:00
B. Petersen
f95acd0578
cleanup: delete unused java-source-files and resource-files
2019-05-26 00:02:24 +02:00
B. Petersen
1dbeda68bd
always ask before starting a chat from new-chat-activity; otherwise it is not forseeable what happens on a tab
2019-05-25 17:13:16 +02:00
B. Petersen
a9072171da
add cancel-buttons to mute- and vibrate-dialogs
2019-05-25 14:40:23 +02:00
B. Petersen
d3214cf470
simplify edit-view
2019-05-25 13:26:40 +02:00
B. Petersen
fcd98ae928
streamline edit name/image menu
2019-05-25 13:26:40 +02:00
B. Petersen
e91bead522
remove dead code
2019-05-25 13:26:40 +02:00
B. Petersen
62ac442a16
remove old entry points for the profile
2019-05-25 13:26:40 +02:00
B. Petersen
5028ae6e82
use profile fast-animation only for the chat-profile, not for contact-profiles in groups
2019-05-25 13:26:40 +02:00
B. Petersen
1edf6c4db3
edit on click on avatar
2019-05-25 13:26:40 +02:00
B. Petersen
3b5c51b410
add avatar to new profile
2019-05-25 13:26:40 +02:00
björn petersen
cbb9cdc9ba
Merge pull request #924 from deltachat/issue-817
...
Wrong group picture shown in group settings #817
2019-05-24 14:18:55 +02:00
daniel.boehrs
9faa6deb62
Wrong group picture shown in group settings #817
2019-05-24 13:51:03 +02:00
B. Petersen
67b1dea4c1
move edit-name-etc to normal menu, the avatar is displayed anyway
2019-05-24 11:22:37 +02:00
B. Petersen
1fb81d69dd
tweak profile menu
2019-05-24 00:45:24 +02:00
B. Petersen
074ae9f4a3
use a simple fade animation to bind the profile closer to the chat
2019-05-23 20:03:13 +02:00