Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version bump to 1.13.6 + changelog1.13.6 | Daniel Gultsch | 2016-07-16 | 2 | -2/+6 |
| | |||||
* | show error notification in connecting state as well | Daniel Gultsch | 2016-07-14 | 1 | -1/+3 |
| | |||||
* | add more error states for stream errors | Daniel Gultsch | 2016-07-14 | 3 | -5/+35 |
| | |||||
* | include pgp and omemo fallback message only when unencrypted is enabled | Daniel Gultsch | 2016-07-14 | 1 | -2/+5 |
| | |||||
* | don't take stanza-id into account when deduping muc pms | Daniel Gultsch | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | respond to XEP-0202: Entity Time | Daniel Gultsch | 2016-07-13 | 3 | -2/+34 |
| | |||||
* | don't time out disco request but just send bind request | Daniel Gultsch | 2016-07-13 | 1 | -37/+12 |
| | |||||
* | call update file params from thread | Daniel Gultsch | 2016-07-13 | 1 | -16/+16 |
| | | | | now that file params has more work to do we should make sure we always call it from a sperate thread | ||||
* | show a preview for video files | Daniel Gultsch | 2016-07-11 | 8 | -24/+176 |
| | |||||
* | fixed typo in changelog | Daniel Gultsch | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | version bump to 1.13.5 + changelog1.13.5 | Daniel Gultsch | 2016-07-09 | 2 | -3/+6 |
| | |||||
* | don't crash when tabbing through muc user list with offline users | Daniel Gultsch | 2016-07-08 | 1 | -2/+3 |
| | |||||
* | simplified muc users ordering | Daniel Gultsch | 2016-07-04 | 1 | -11/+12 |
| | |||||
* | do not crash on jingle connection when contact doesn't use disco | Daniel Gultsch | 2016-07-04 | 1 | -2/+4 |
| | |||||
* | version bump to 1.13.4 + changelog1.13.4 | Daniel Gultsch | 2016-07-02 | 2 | -2/+7 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-07-01 | 1 | -4/+4 |
| | |||||
* | use direct invites to re-invite muc members | Daniel Gultsch | 2016-06-30 | 1 | -5/+9 |
| | |||||
* | use dnd as overriding status | Daniel Gultsch | 2016-06-30 | 4 | -15/+15 |
| | |||||
* | don't show 'disable foreground service' button. fixes #1933 | Daniel Gultsch | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | don't crash on broken base64 in omemo messages. fixes #1934 | Daniel Gultsch | 2016-06-29 | 2 | -8/+14 |
| | |||||
* | support jingle ft:4 to be compatible with swift | Daniel Gultsch | 2016-06-29 | 4 | -32/+105 |
| | | | | Conversations and Gajim both have an implementation bug that sends the jingle session id instead of the transport id (compare XEP-260 2.2). This commit has a work around for this that remains buggy when using ft:3. If gajim is ever to fix this we will be incompatbile. gajim should implement ft:4 instead. (gajim to gajim is broken as well) | ||||
* | don't show 'create conference' toast on invite | Daniel Gultsch | 2016-06-28 | 2 | -8/+12 |
| | |||||
* | parse ยง5.1.2 full jids from muc archives for OMEMO messages | Daniel Gultsch | 2016-06-28 | 1 | -4/+12 |
| | |||||
* | only keep offline members in members only conferences | Daniel Gultsch | 2016-06-28 | 1 | -1/+4 |
| | |||||
* | render ic_launcher. fixes #1919 | Daniel Gultsch | 2016-06-28 | 3 | -2/+3 |
| | |||||
* | version bump to 1.13.31.13.3 | Daniel Gultsch | 2016-06-25 | 2 | -2/+5 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-06-25 | 3 | -1/+75 |
| | |||||
* | introduced share button in contact details. remove show qr | Daniel Gultsch | 2016-06-24 | 6 | -33/+30 |
| | |||||
* | code cleanup in jingle socks5 transport | Daniel Gultsch | 2016-06-24 | 1 | -16/+2 |
| | |||||
* | show error toasts on ui thread | Daniel Gultsch | 2016-06-24 | 1 | -5/+18 |
| | |||||
* | catch exceptions when retrieving uri file extension | Daniel Gultsch | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | remove white spaces from hostname | Daniel Gultsch | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | refactor code that reads real jid from muc | Daniel Gultsch | 2016-06-22 | 1 | -15/+15 |
| | |||||
* | respond to block list push | Daniel Gultsch | 2016-06-22 | 1 | -0/+6 |
| | |||||
* | make sure that we always release wake lock even after throwing exception | Daniel Gultsch | 2016-06-22 | 1 | -20/+13 |
| | |||||
* | synchronize stanza count increment and write | Daniel Gultsch | 2016-06-22 | 1 | -11/+11 |
| | |||||
* | Merge pull request #1923 from alexxthehood/patch-1 | Daniel Gultsch | 2016-06-21 | 1 | -5/+5 |
|\ | | | | | Update create_conference_dialog.xml to also match dark theme. | ||||
| * | Update create_conference_dialog.xml | alexxthehood | 2016-06-21 | 1 | -5/+5 |
|/ | | | Updated to the text color attribute so it fits to the bright and dark theme appropriately. | ||||
* | version bump to 1.13.2 + changelog1.13.2 | Daniel Gultsch | 2016-06-20 | 2 | -2/+6 |
| | |||||
* | display toast on pgp error | Daniel Gultsch | 2016-06-19 | 3 | -8/+16 |
| | |||||
* | add some missing XEPs to docs | Daniel Gultsch | 2016-06-19 | 1 | -0/+2 |
| | |||||
* | log reason for not showing notification | Daniel Gultsch | 2016-06-19 | 1 | -0/+3 |
| | |||||
* | remove ascii control chars when creating xml | Daniel Gultsch | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | updated screenshots in README. fixes #1580 | Daniel Gultsch | 2016-06-17 | 1 | -0/+0 |
| | |||||
* | don't fail on missing jid in bookmarks | Daniel Gultsch | 2016-06-16 | 1 | -3/+5 |
| | |||||
* | don't handle chat states in muc or from archive | Daniel Gultsch | 2016-06-16 | 1 | -1/+3 |
| | |||||
* | show toast when connection to openkeychain could not be made | Daniel Gultsch | 2016-06-16 | 1 | -1/+9 |
| | |||||
* | log download failure caused by missing content length | Daniel Gultsch | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | mark used otr fingprint in contact details and highlight pgp | Daniel Gultsch | 2016-06-16 | 3 | -4/+28 |
| | |||||
* | synchronize message body changes for message correction | Daniel Gultsch | 2016-06-16 | 2 | -68/+72 |
| |