bbbc30e
allow tab completion in conferences
Daniel Gultsch created
bbbc30e
allow tab completion in conferences
Daniel Gultsch created
5a5e0e7
use Conversations 1.x.y as user agent string in http upload and download
Daniel Gultsch created
8d90b3f
swapped icons for foreground services
Daniel Gultsch created
6f7fb7d
Merge pull request #1426 from fiaxh/export_logs
Preference to backup logs to SD card
Daniel Gultsch created
a3a13dd
Export logs to SD card preference
fiaxh created
024e697
Iterator to go through all messages of a conversation
fiaxh created
9636627
version bump to 1.6.10
Daniel Gultsch created
a954e32
let DnsHelper provide a fallback solution
Daniel Gultsch created
069dddd
fixed content-type indication in http upload
Daniel Gultsch created
efc8fc5
update build tools
Daniel Gultsch created
7453f2c
Merge pull request #1420 from betheg/fix_1419
remove the from attribute from sendStartStream() fixes #1419
Daniel Gultsch created
8f69017
remove the from attribute from sendStartStream() fixes #1419
Michael created
b54b4ca
introduced Config variable to use legacy namespace for http upload
Daniel Gultsch created
506b83d
be more careful when publishing device bundle
Daniel Gultsch created
c173d78
ignore spoofed stanzas in facebook chat
Daniel Gultsch created
07c7f5b
catch IndexOutOfBoundsException when swiping away conversations
Daniel Gultsch created
7e712d9
fixed rare NPE in DnsHelper. fixed spelling and added logging
Daniel Gultsch created
b1b13ba
pulled translations from transifex
Daniel Gultsch created
4a4ced1
Merge branch 'master' of github.com:siacs/Conversations
Daniel Gultsch created
b9002d7
added missing type='submit' to mam queries
fixed some nasty inheritance problems along the way fixes #1411
Daniel Gultsch created
b5719fd
work around a NPE caused by arace condition in the http upload
Daniel Gultsch created
183dad2
Merge pull request #1409 from sespivak/master
some string localization for russian language
Daniel Gultsch created
999d65c
pulled translations from transifex
Daniel Gultsch created
7e06065
some string localization for russian language
Sergey Spivak created
8d13a77
changed http upload namespace to reflect the one in the XEP
Daniel Gultsch created
96575d6
added possibiltiy to set conferences as moderated (only visible in advanced mode)
Daniel Gultsch created
add4302
pulled new translations from transifex
Daniel Gultsch created
4220fa9
added mp4 to well known extensions. fixes #1403
Daniel Gultsch created
bd98683
added referrer to playstore links
Daniel Gultsch created
15d1623
increment version code
Daniel Gultsch created
811e2ea
increased dns timeout
Daniel Gultsch created
cf62fb5
version bump to 1.6.9 + changelog
Daniel Gultsch created
650abf1
added alt as possible modifier key. use mod+(0..9) to jump to a conversation
Daniel Gultsch created
6bb9983
added rotation detection to up/down navigation
Daniel Gultsch created
6308dcf
added some key binding
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
Daniel Gultsch created
88cdd03
catch npe in setupIme method
Daniel Gultsch created
bf64276
version bump to 1.6.8 and changelog
Daniel Gultsch created
eff173e
indicate broken pep in server info
Daniel Gultsch created
a95c451
Only show that have sessions in fingerprint list
Doesn't access database directly anymore but goes through AxolotlService now to obtain list of fingerprints associated with an Account/Contact. This should prevent orphaned keys littering the UI which previously couldn't be removed through the Clear Devices function. Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
Andreas Straub created
2bb0332
Don't manually add keys to the store
There is no need to preemptively add the keys to the store oneself. SessionBuilder will take care of this for us. What's more, this will prevent IdentityKeys from otherwise invalid bundles to show up in our UI.
Andreas Straub created
2c4a6b0
add null pointer check to db migration
Daniel Gultsch created
e2d506c
Never build a session with oneself
If we detect our own ID is not in our own devicelist on receiving an update, we reannounce ourselves. This used to have the side effect of modifying the list of devices we thought were in the update set, causing us to accidentally build a session with ourselves. This lead to our own key being set to TRUSTED_INACTIVE, resulting in red lock icons on messages sent by the own device. We fix this by having publishOwnDeviceId() operate on a copy of the original set. This commit also includes a db migration which deletes sessions with oneself and sets own keys back to TRUSTED.
Andreas Straub created
a32a577
ignore timeout exceptions on secondary dns requests
Daniel Gultsch created
7eb228d
Issues with URLs with multiple dots in file. fixes #1373
Daniel Gultsch created
1848b46
invoke onEnterPressed callback only if shift is not pressed
Daniel Gultsch created
9baa87e
minimize softkeyboard only if it has been in fullscreen mode
Daniel Gultsch created
204cee4
show an send button instead of the enter key in softkeyboards when enterIsSend and showEnterKey are both set
Daniel Gultsch created
b265341
Ensure uris is empty before onStart adds to it
Fixes #1382
Andreas Straub created
fc594e2
added special error state for dns timeout
Daniel Gultsch created
91b0605
use same method to add message hints to otr message everywhere it is needed
Daniel Gultsch created