1
0
Fork 1
Commit graph

2887 commits

Author SHA1 Message Date
Daniel Gultsch
1e075cd350 Merge pull request #1570 from fiaxh/pgp_pgpengine_nullpointer_fix
PGP fix
2015-11-24 06:51:52 +01:00
fiaxh
918c5c9f53 PgpEngine: Get account from conversation instead of from contact. fixes #1568, fixes #1544 2015-11-15 13:24:07 +00:00
Andreas Straub
32af3d1df9 Move migration 19 before 17
Migration 17 depends on Account deserialization, so any migrations that
touch the accounts table need to be applied beforehand.

Re-writing the migration to work directly on the database would lead to
a lot of code duplication, so it's not worth it at this time, but might
become necessary later on to avoid dependency cycles.
2015-11-06 14:50:55 +01:00
Daniel Gultsch
38eb2de9d6 updated FAQ to account for incompatible server 2015-11-01 14:22:01 +01:00
Daniel Gultsch
5075f45729 don't close socket on disconnect 2015-11-01 07:45:00 +01:00
Daniel Gultsch
783f8603c8 indicate cbe in chat message hint 2015-10-31 22:55:04 +01:00
Daniel Gultsch
0a16e6292e explicitly mark verified omemo keys in UI 2015-10-31 10:57:57 +01:00
Daniel Gultsch
201cfc0d75 versrion bump to 1.7.2 2015-10-30 12:05:44 +01:00
Daniel Gultsch
27a425b3ab fixed session objects not being build on start up 2015-10-30 12:05:21 +01:00
Daniel Gultsch
9097929f54 Merge pull request #1513 from fiaxh/pgp_background_decryption
PGP messages background decryption
2015-10-30 10:18:27 +01:00
Daniel Gultsch
22d01ccc29 version bump to 1.7.1 2015-10-29 23:16:39 +01:00
Daniel Gultsch
31361681f3 moved db calls made from UI into serial background thread 2015-10-29 17:20:01 +01:00
Daniel Gultsch
52f815124c avoid npe when checking for stream restart 2015-10-29 14:38:35 +01:00
Daniel Gultsch
df26b6a1c6 push CN into nick pep node when uploading certificate. subscribe to nick node 2015-10-29 13:41:08 +01:00
Daniel Gultsch
eaf0b6585c Merge branch 'master' of github.com:siacs/Conversations 2015-10-29 12:08:32 +01:00
Daniel Gultsch
9134c72648 load avatars in message adapter in background task 2015-10-29 12:08:15 +01:00
Daniel Gultsch
c88eb116fe show encryption type in warned/red messages 2015-10-28 22:40:09 +01:00
fiaxh
475cd8deb7 Show PGP "please wait" message only when actually decrypting 2015-10-28 20:57:15 +00:00
fiaxh
de16fe1bff Decrypt PGP messages in background 2015-10-28 19:57:11 +00:00
Daniel Gultsch
b11cc41134 Merge pull request #1523 from SamWhited/presence_sync_fix
Don't synchronize on non-final field
2015-10-27 17:16:18 +01:00
Sam Whited
86e77ec04a Don't synchronize on non-final field 2015-10-26 20:13:48 -05:00
Daniel Gultsch
21abd7de95 Merge pull request #1520 from saqura/self_handle_orientation
Handle some orientation changes manually
2015-10-26 09:30:08 +01:00
saqura
06054cf754 Reset the margins manually after rotating 2015-10-26 00:59:32 +01:00
Daniel Gultsch
f95f71fefe version bump to 1.7.0 2015-10-25 22:48:02 +01:00
Daniel Gultsch
6740c5dbfb invalidate menu after backend connection.
fixes the menu not being shown after rotation in edit account details
2015-10-25 22:46:06 +01:00
saqura
8e5a931383 Handle some orientation changes manually
Currently most activities get destroyed/recreated when rotating the
device. This commit prevents this from happening where it is not
necessary.

The most obvious improvements are:

 * The options menu in the EditAccountActivity does not disappear when
   rotating the device.

 * CSI inactive/active states are no longer sent on every rotate.
2015-10-25 21:34:16 +01:00
Daniel Gultsch
50cfec1d11 join muc even if initial conference configuration fetch failed 2015-10-22 11:20:36 +02:00
Daniel Gultsch
159430764e fixed read conversations showing up as notifications after a restart 2015-10-21 17:41:44 +02:00
Daniel Gultsch
6bad4ad746 version bump to 1.7.0-beta.2 2015-10-21 11:14:00 +02:00
Daniel Gultsch
c9a25fe6a8 open unknown files with wildcard intent 2015-10-20 17:41:07 +02:00
Daniel Gultsch
5356d7b871 open manage account + certificate chooser when cbe mode is enabled 2015-10-20 15:27:33 +02:00
Daniel Gultsch
42d9e906d9 move chat state reset from background switch to foreground switch to account for chat states sent in the mean time 2015-10-19 23:22:29 +02:00
Daniel Gultsch
6bd1bed529 update last seen in mucs. fixes #1508 2015-10-19 23:20:33 +02:00
Daniel Gultsch
f435cbf2cf add nick to bookmark when entering full jid in join conference dialog 2015-10-19 23:20:00 +02:00
Daniel Gultsch
4e7ed63cb0 synchronize around the disco object 2015-10-19 23:03:19 +02:00
Daniel Gultsch
e857f5d598 version bump to 1.7.0-beta 2015-10-17 16:11:13 +02:00
Daniel Gultsch
a09fef6e1a disconnet in background thread 2015-10-17 16:10:56 +02:00
Daniel Gultsch
e6b857f6b7 only try EXTERNAL auth if client certificate is set for account 2015-10-17 16:10:31 +02:00
Daniel Gultsch
0c8f2efa3a don't retry building broken omemo keys 2015-10-17 15:51:21 +02:00
Daniel Gultsch
a4d3817559 allow redownloading files from remote hosts. fixes #1504 2015-10-17 15:23:46 +02:00
Daniel Gultsch
07d99a1438 load axolotl session cache on first device update 2015-10-17 14:44:59 +02:00
Daniel Gultsch
9cbf66c74c improved error reporting in trust keys activity 2015-10-17 14:09:26 +02:00
Daniel Gultsch
1729452725 introduced code to verify omemo device keys with x509 certificates.
cleaned up TrustKeysActivity to automatically close if there is nothing to do
2015-10-16 23:48:42 +02:00
Daniel Gultsch
ff3029dbc6 block code when doing unforced disconnect 2015-10-16 09:58:31 +02:00
Daniel Gultsch
a21559acda moved other name parsing into seperate method 2015-10-15 20:05:55 +02:00
Daniel Gultsch
ab7747e907 use constants for oids in xmppdomainverifier 2015-10-15 19:14:41 +02:00
Daniel Gultsch
0388543af6 more checks for xmppdomainverifier and better wildcard handling 2015-10-15 18:06:26 +02:00
Daniel Gultsch
17664ac299 use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixes #1189 2015-10-15 17:08:38 +02:00
Daniel Gultsch
f9f7ae563e pulled translations from transifex 2015-10-14 23:05:00 +02:00
Daniel Gultsch
96ddd2e71a changed some source strings 2015-10-14 23:03:01 +02:00