Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | introduced share button in contact details. remove show qr | Daniel Gultsch | 2016-06-24 | 4 | -23/+22 |
| | |||||
* | 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 |
| | |||||
* | display toast on pgp error | Daniel Gultsch | 2016-06-19 | 3 | -8/+16 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -4/+26 |
| | |||||
* | synchronize message body changes for message correction | Daniel Gultsch | 2016-06-16 | 2 | -68/+72 |
| | |||||
* | extract relevant extension from file name when processing share intent | Daniel Gultsch | 2016-06-16 | 1 | -1/+22 |
| | |||||
* | replace corrected messages in decryption queue | Daniel Gultsch | 2016-06-15 | 2 | -0/+6 |
| | |||||
* | only dismiss sent message after encryption | Daniel Gultsch | 2016-06-15 | 2 | -9/+16 |
| | |||||
* | refresh UI to redraw message hint after switching to pgp | Daniel Gultsch | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | delay notification until after pgp decryption | Daniel Gultsch | 2016-06-15 | 7 | -22/+51 |
| | |||||
* | log all fail reasons | Daniel Gultsch | 2016-06-15 | 1 | -5/+6 |
| | |||||
* | show xep-0172 nick only for contacts with mutual presence subscription | Daniel Gultsch | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | clear muc tiles when avatar of member changes | Daniel Gultsch | 2016-06-14 | 3 | -1/+19 |
| | |||||
* | sort muc users by affiliation, name. fixes #1913 | Daniel Gultsch | 2016-06-14 | 1 | -9/+15 |
| | |||||
* | synchronize access to stanza queue | Daniel Gultsch | 2016-06-14 | 1 | -21/+31 |
| | |||||
* | remove messages from decryption queue when trimming a conversation | Daniel Gultsch | 2016-06-13 | 2 | -4/+19 |
| | |||||
* | make sure tagwriter is clear before force closing socket | Daniel Gultsch | 2016-06-13 | 2 | -19/+9 |
| | |||||
* | refactored pgp decryption | Daniel Gultsch | 2016-06-13 | 10 | -340/+210 |
| | |||||
* | actually do add fall back message for omemo | Daniel Gultsch | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | parse real jid from muc mam messages. (disabled) | Daniel Gultsch | 2016-06-12 | 2 | -1/+17 |
| | | | | | parsing this is dangerous if server doesn't filter properly thus it is disabled in config | ||||
* | close db cursor after reading cert | Daniel Gultsch | 2016-06-12 | 1 | -0/+1 |
| | |||||
* | use darker green as background for chat bubbles in dark theme | Daniel Gultsch | 2016-06-10 | 1 | -3/+4 |
| | |||||
* | use darker colors for actionbar on dark theme | Daniel Gultsch | 2016-06-10 | 2 | -2/+2 |
| | |||||
* | catch conversations sort exception. not vital at this point | Daniel Gultsch | 2016-06-09 | 2 | -15/+19 |
| | |||||
* | Dark theme, theme switch, icons, style, strings | Steffen Keiper | 2016-06-08 | 8 | -28/+88 |
| | | | | | | | | | | | | | | | | | | added some white icons, changed hardcoded icons to theme attributes, changed icon_edit_dark to icon_edit_body to reflect icons position, grey message bubbles in dark theme, misc purged ic_action_chat as it wasn't used preference use_white_background changed to use_green_background, default true grey chat bubbles darker, text white replaced all grey600 with black icons and 0.54 alpha attribute highlightColor in dark grey chat bubble now darker than background | ||||
* | Merge pull request #1895 from pp3345/right-alt | Daniel Gultsch | 2016-06-05 | 1 | -1/+1 |
|\ | | | | | Do not treat Right Alt key as a modifier for key combos |