e714d7c
null checks when deleting old files
Click to expand commit body
fixes #3345
Daniel Gultsch created
e714d7c
null checks when deleting old files
fixes #3345
Daniel Gultsch created
9cdf34a
update gradle plugin
Daniel Gultsch created
0d497fd
pulled translations from transifex
Daniel Gultsch created
8bd01f1
increment version code
Daniel Gultsch created
61e21c3
pulled translations from transifex
Daniel Gultsch created
caf5fca
fixed enabled accounts check in onCreate
Daniel Gultsch created
ce8c7d8
pulled translations from transifex
Daniel Gultsch created
526c263
provide Set as Profile intent. fixes #2594
Daniel Gultsch created
004411c
force foreground service during onCreate()
creating / upgrading the database and reading accounts can be expensive and will otherwise trigger an AN
Daniel Gultsch created
d02fd73
explicitly start service (instead of just bind) service from contact chooser
Daniel Gultsch created
67fddd1
fix manual location correcting / fab not showing up on 4.4
fixes #3097
Daniel Gultsch created
ba34561
ignore code block start in message preview. fixes #3124
Daniel Gultsch created
5215601
version bump to 2.3.11 + changelog
Daniel Gultsch created
e5a2004
pulled translations from transifex
Daniel Gultsch created
c5e35dc
extend open with to audio files
Daniel Gultsch created
918b322
stop file watching when service has been destroyed
Daniel Gultsch created
d2b8134
check if we have storage permission before marking a file as deleted on resend
Daniel Gultsch created
e9bf2b4
explicitly set type=images for all media with an image mime type
this is in preperation to be able to query the database for all images
Daniel Gultsch created
9efb3c6
synchronize around notification update from corrected messages
Daniel Gultsch created
91db13b
format phone number with narrow non-breaking space
Daniel Gultsch created
6ecf6f1
make contact chooser (direct sharing) smart about sharing text in groups when http is not available
Daniel Gultsch created
8124b24
maintain order of conversations in share with dialog
Daniel Gultsch created
c11dd71
fixed regression that hid enter jid button in block list view
Daniel Gultsch created
1536075
instruct travis to test quicksy build flavor
Daniel Gultsch created
ce22954
put resources that mention the app name into quicksy build flavor
Daniel Gultsch created
06ea70b
add section on OTR to faq
Daniel Gultsch created
31e4ea3
updated omemo section in readme
Daniel Gultsch created
a38cd88
offer 'open with' in context menu for geo uris
Daniel Gultsch created
394e252
support enter/done key in create contact & join dialogs
Daniel Gultsch created
7cabb2c
check if encrypted pgp file get deleted
Daniel Gultsch created
8ab4ca7
fixed downloading of deleted files
Daniel Gultsch created
a644b40
don’t check if files exists when loading attachments
Daniel Gultsch created
52afcac
mark deleted files in database and not query them when querying for media
Daniel Gultsch created
bec1b67
updated copyright hint
Daniel Gultsch created
89cf201
pulled translations from transifex
Daniel Gultsch created
459db1a
ignore startService failure
some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this
Daniel Gultsch created
2585699
remove deprecated instanceIdService
Daniel Gultsch created
a15c50a
added avatar to 'me' in notifications
Daniel Gultsch created
cc13411
fixed section header in FAQ
Daniel Gultsch created
fc94f34
changed faq section on how to disable foreground service
Daniel Gultsch created
96e3546
put images into MessageStyle notifications
Daniel Gultsch created
c4539b8
use bitmap instead of URI for avatars in notification. fixes #3310
Daniel Gultsch created
a963ef8
pulled translations from transifex
Daniel Gultsch created
2371287
remove reference to external plugins
Daniel Gultsch created
2e0bee1
Consistency fix - group chat (#3337)
Licaon_Kter created
46eb121
fix import after osmdroid update
Daniel Gultsch created
83cac88
updade libraries and build tools
Daniel Gultsch created
dac0884
handle decrypting/encrypting of omemo messages with duplicate device ids
Daniel Gultsch created
136d1e1
added work around to create 'actions' from nova launcher
fixes #3331
Daniel Gultsch created
0aeb002
Enable notifications from strangers by default (#3327)
Notifications from strangers are disabled by default in order to cope with spam. On the other hand, this complicates contacting other users for the first time, which leads to a bad user experience.
af8a524db1 created