Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-20 | changed colors to standard from @color and add border to images | Christian Schneppe | 4 | -11/+13 | |
2016-05-20 | use glide as image loader and add a simple video preview | Christian Schneppe | 2 | -126/+56 | |
2016-05-17 | try out some faster image loader | Christian Schneppe | 1 | -4/+22 | |
* picasso * glide | |||||
2016-05-16 | refactored preference screen | Christian Schneppe | 48 | -170/+165 | |
2016-05-16 | revert checkbox meaning from chrash report | Christian Schneppe | 1 | -3/+3 | |
2016-05-16 | use wakelock on retrieve filesize | Christian Schneppe | 1 | -0/+3 | |
2016-05-16 | make "is tiping..." in bold italic | Christian Schneppe | 2 | -0/+3 | |
2016-05-15 | fixed crash on startup | Christian Schneppe | 1 | -6/+5 | |
2016-05-15 | use the same typo in both saving disco and reading disco | Daniel Gultsch | 1 | -1/+2 | |
2016-05-15 | escape HTML in OTR messages if other client is Pidgin | Daniel Gultsch | 2 | -4/+41 | |
2016-05-15 | include name in locations received in MUCs | Daniel Gultsch | 2 | -8/+12 | |
2016-05-15 | log incoming iq requests | Daniel Gultsch | 2 | -0/+6 | |
2016-05-15 | send caps hash in muc join | Daniel Gultsch | 1 | -6/+1 | |
this prevents desktop clients from iq'ing use when they join | |||||
2016-05-14 | refactored ContactDetails layout | Christian Schneppe | 1 | -25/+45 | |
2016-05-14 | readd last seen info to contactDetails | Christian Schneppe | 1 | -1/+8 | |
2016-05-14 | refactored handling of endConversation | Christian Schneppe | 5 | -16/+57 | |
2016-05-14 | added new icons | Christian Schneppe | 21 | -3/+3 | |
2016-05-14 | refactored ConferenceDetails layout | Christian Schneppe | 2 | -96/+113 | |
2016-05-14 | add share contact to ContactDetails | Christian Schneppe | 2 | -3/+31 | |
2016-05-14 | show addresses in ShareLocation and ShowLocation | Christian Schneppe | 4 | -13/+142 | |
2016-05-14 | revert changes to disable last-seen in UI | Christian Schneppe | 3 | -4/+12 | |
2016-05-14 | little layout improvements | Christian Schneppe | 2 | -2/+2 | |
2016-05-14 | add reconnect to EditAccountActivity | Christian Schneppe | 2 | -1/+13 | |
2016-05-13 | decreased TextSizeInfo font size | Christian Schneppe | 2 | -4/+4 | |
2016-05-13 | update gradle version | Christian Schneppe | 9 | -2/+0 | |
2016-05-13 | changed some colors to match blue theme | Christian Schneppe | 13 | -16/+9 | |
2016-05-13 | clean unused resources | Christian Schneppe | 77 | -110/+1 | |
2016-05-13 | add "is typing..." to Overview | Christian Schneppe | 1 | -125/+134 | |
2016-05-13 | don't show duplicate status message in contact details | Daniel Gultsch | 1 | -3/+3 | |
2016-05-13 | only default to omemo when all our devices support it | Daniel Gultsch | 1 | -0/+1 | |
2016-05-13 | do not process self presence | Daniel Gultsch | 1 | -2/+2 | |
we don't want our own resource show up in the self contact | |||||
2016-05-13 | show presence of other resources as template | Daniel Gultsch | 6 | -6/+49 | |
2016-05-13 | reset attempt count when reconnecting because of timeout | Daniel Gultsch | 1 | -0/+3 | |
2016-05-13 | interrupt XMPPConnection Thread | Daniel Gultsch | 2 | -1/+15 | |
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread | |||||
2016-05-13 | prefer IPv4 DNS servers | Daniel Gultsch | 1 | -3/+16 | |
some devices might have problems contacting the IPv6 DNS server while in sleep mode | |||||
2016-05-13 | improve keyboard handling. fixes #1387 | Daniel Gultsch | 3 | -6/+51 | |
* start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation | |||||
2016-05-13 | use 'phone' or 'tablet' as default resource | Daniel Gultsch | 3 | -1/+9 | |
2016-05-13 | make omemo default when all resources support it | Daniel Gultsch | 5 | -15/+38 | |
2016-05-13 | check if pgpengine is still bound before using it | Daniel Gultsch | 3 | -2/+5 | |
2016-05-13 | scroll to bottom after sending multi-line message | Daniel Gultsch | 1 | -2/+8 | |
2016-05-13 | stop processing PreKeyWhisperMessage if there is no PreKeyId | Daniel Gultsch | 1 | -3/+5 | |
fixes #1832 | |||||
2016-05-13 | don’t let attempt count fall below zero | Daniel Gultsch | 1 | -1/+1 | |
2016-05-13 | add lock domain and magic create domain to known hosts | Daniel Gultsch | 1 | -0/+6 | |
2016-05-13 | always show download button when link is encrypted | Daniel Gultsch | 1 | -5/+1 | |
dont check for known mime type | |||||
2016-05-13 | report host-account as account state in UI | Daniel Gultsch | 3 | -4/+14 | |
2016-05-13 | do not show last-seen metric in UI | Daniel Gultsch | 5 | -24/+6 | |
2016-05-13 | fix logging wrong variable for failed resume | Daniel Gultsch | 1 | -1/+1 | |
2016-05-13 | check for h attribute in 'failed' nonza | Daniel Gultsch | 1 | -3/+9 | |
2016-05-13 | catch all exceptions thrown by xml pull parser | Daniel Gultsch | 1 | -11/+2 | |
2016-05-13 | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 1 | -5/+9 | |