Commit log

9bb8683 increased version code

Daniel Gultsch created

4b62bd2 properly recycle bitmaps

Daniel Gultsch created

2b9b700 don't put conference joins into pending on initial bind

Daniel Gultsch created

6a0b997 reset muc options immediately befor join

Daniel Gultsch created

f2ccf07 version bump and changelog

Daniel Gultsch created

9dcf074 request stanza count after every ibb data stanza to not fill our own stanza queue

Daniel Gultsch created

648e29d only invoke MTM in interactive mode after direct user input

Click to expand commit body
fixes #1027
fixes #792
fixes #1439

Daniel Gultsch created

64dbb06 rotate thumbnails. fixes #1438

Daniel Gultsch created

5fb77a9 fixed NPE when executing rename callback in muc

Daniel Gultsch created

8881b71 do tab completion only if neither ctrl nor alt are being pressed

Daniel Gultsch created

f4d6b67 catch rare activity not found exception when opening downloaded files

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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
* 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

Click to expand commit body
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