Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-17 | added some german translations | Christian Schneppe | 1 | -0/+2 | |
2016-07-17 | avoid NPE | Christian Schneppe | 1 | -2/+4 | |
2016-07-17 | show error notification in connecting state as well | Daniel Gultsch | 1 | -1/+3 | |
2016-07-17 | add more error states for stream errors | Daniel Gultsch | 3 | -5/+35 | |
2016-07-17 | include pgp and omemo fallback message only when unencrypted is enabled | Daniel Gultsch | 1 | -2/+5 | |
2016-07-14 | don't take stanza-id into account when deduping muc pms | Daniel Gultsch | 1 | -1/+1 | |
2016-07-13 | respond to XEP-0202: Entity Time | Daniel Gultsch | 3 | -2/+34 | |
2016-07-13 | don't time out disco request but just send bind request | Daniel Gultsch | 1 | -37/+12 | |
2016-07-13 | call update file params from thread | Daniel Gultsch | 1 | -16/+16 | |
now that file params has more work to do we should make sure we always call it from a sperate thread | |||||
2016-07-12 | fixed storage location for recorded voice | Christian Schneppe | 1 | -2/+1 | |
fixes #92 | |||||
2016-07-12 | change foreground icon when not connected | Christian Schneppe | 6 | -3/+5 | |
2016-07-12 | revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415 | Christian Schneppe | 2 | -95/+129 | |
2016-07-12 | show a preview for video files | Daniel Gultsch | 6 | -24/+116 | |
2016-07-09 | don't crash when tabbing through muc user list with offline users | Daniel Gultsch | 1 | -2/+3 | |
2016-07-09 | simplified muc users ordering | Daniel Gultsch | 1 | -11/+12 | |
2016-07-09 | do not crash on jingle connection when contact doesn't use disco | Daniel Gultsch | 1 | -2/+4 | |
2016-07-02 | set timeout correctly | Christian Schneppe | 1 | -2/+2 | |
2016-07-02 | delete old color | Christian Schneppe | 2 | -2/+1 | |
2016-07-02 | code cleanup | Christian Schneppe | 13 | -30/+2 | |
2016-07-02 | some little updater changes and code cleanup | Christian Schneppe | 5 | -31/+12 | |
2016-07-01 | show online status in foreground service | Christian Schneppe | 1 | -3/+14 | |
2016-07-01 | correct variable names | Christian Schneppe | 1 | -1/+1 | |
2016-07-01 | use direct invites to re-invite muc members | Daniel Gultsch | 1 | -5/+9 | |
2016-07-01 | use dnd as overriding status | Daniel Gultsch | 4 | -14/+15 | |
2016-06-30 | don't crash on record voice | Christian Schneppe | 1 | -2/+1 | |
2016-06-30 | don't crash on broken base64 in omemo messages. fixes #1934 | Daniel Gultsch | 2 | -8/+14 | |
2016-06-30 | support jingle ft:4 to be compatible with swift | Daniel Gultsch | 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) | |||||
2016-06-30 | add share button to image/video view | Christian Schneppe | 5 | -7/+272 | |
2016-06-30 | code cleanup | Christian Schneppe | 1 | -11/+0 | |
2016-06-30 | add .nomedia to audios directory | Christian Schneppe | 1 | -4/+12 | |
2016-06-30 | use variables from filebackend | Christian Schneppe | 1 | -1/+2 | |
2016-06-29 | increased preview size | Christian Schneppe | 1 | -3/+3 | |
2016-06-29 | reworked image preview a bit | Christian Schneppe | 3 | -71/+84 | |
2016-06-29 | code cleanup | Christian Schneppe | 1 | -4/+2 | |
2016-06-29 | vibrate on new messages when app is open | Christian Schneppe | 2 | -0/+11 | |
2016-06-29 | add count to notifications | Christian Schneppe | 1 | -0/+1 | |
2016-06-28 | check if bitmap is null and clear pending uris when pressing cancel | Christian Schneppe | 1 | -61/+71 | |
2016-06-28 | don't show 'create conference' toast on invite | Daniel Gultsch | 2 | -8/+12 | |
2016-06-28 | parse ยง5.1.2 full jids from muc archives for OMEMO messages | Daniel Gultsch | 1 | -4/+12 | |
2016-06-28 | only keep offline members in members only conferences | Daniel Gultsch | 1 | -1/+4 | |
2016-06-28 | show preview when sharing single image | Christian Schneppe | 1 | -11/+107 | |
2016-06-25 | add missing german strings | Christian Schneppe | 1 | -0/+4 | |
2016-06-25 | modified output filename and location of voice recorder | Christian Schneppe | 1 | -1/+1 | |
2016-06-24 | code cleanup | Christian Schneppe | 1 | -15/+0 | |
2016-06-24 | introduced share button in contact details. remove show qr | Daniel Gultsch | 6 | -33/+23 | |
2016-06-24 | code cleanup in jingle socks5 transport | Daniel Gultsch | 1 | -16/+2 | |
2016-06-24 | show error toasts on ui thread | Daniel Gultsch | 1 | -5/+18 | |
2016-06-24 | catch exceptions when retrieving uri file extension | Daniel Gultsch | 1 | -0/+2 | |
2016-06-23 | show image/video in fullscreen | Christian Schneppe | 1 | -1/+9 | |
2016-06-22 | fixed bug on opening notifications | Christian Schneppe | 1 | -1/+1 | |