Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show image/video in fullscreen | Christian Schneppe | 2016-06-23 | 1 | -1/+9 |
| | |||||
* | fixed bug on opening notifications | Christian Schneppe | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | reworked permissions | Christian Schneppe | 2016-06-21 | 7 | -12/+54 |
| | | | | | * ask only for necessary permissions on start * ask for location/microphone when requested | ||||
* | version 1.13.4 | Christian Schneppe | 2016-06-20 | 2 | -2/+6 |
| | |||||
* | display toast on pgp error | Daniel Gultsch | 2016-06-20 | 3 | -8/+16 |
| | |||||
* | add some missing XEPs to docs | Daniel Gultsch | 2016-06-20 | 1 | -0/+2 |
| | |||||
* | log reason for not showing notification | Daniel Gultsch | 2016-06-20 | 1 | -0/+3 |
| | |||||
* | remove ascii control chars when creating xml | Daniel Gultsch | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | hide all graphical previews in chatlist | Christian Schneppe | 2016-06-20 | 1 | -6/+9 |
| | |||||
* | thumb caching improvement | Christian Schneppe | 2016-06-20 | 2 | -3/+2 |
| | |||||
* | fixed intents for integrated location service and voice recorder | Christian Schneppe | 2016-06-19 | 1 | -4/+2 |
| | |||||
* | fixed bug with message preview in chatlist | Christian Schneppe | 2016-06-19 | 1 | -2/+3 |
| | |||||
* | optimized image cache | Christian Schneppe | 2016-06-19 | 2 | -0/+5 |
| | |||||
* | don't fail on missing jid in bookmarks | Daniel Gultsch | 2016-06-19 | 1 | -3/+5 |
| | |||||
* | don't handle chat states in muc or from archive | Daniel Gultsch | 2016-06-19 | 1 | -1/+3 |
| | |||||
* | show toast when connection to openkeychain could not be made | Daniel Gultsch | 2016-06-19 | 1 | -1/+9 |
| | |||||
* | log download failure caused by missing content length | Daniel Gultsch | 2016-06-19 | 1 | -1/+1 |
| | |||||
* | mark used otr fingprint in contact details and highlight pgp | Daniel Gultsch | 2016-06-19 | 3 | -4/+28 |
| | |||||
* | synchronize message body changes for message correction | Daniel Gultsch | 2016-06-19 | 2 | -68/+72 |
| | |||||
* | extract relevant extension from file name when processing share intent | Daniel Gultsch | 2016-06-19 | 1 | -2/+23 |
| | |||||
* | replace corrected messages in decryption queue | Daniel Gultsch | 2016-06-19 | 2 | -0/+6 |
| | |||||
* | only dismiss sent message after encryption | Daniel Gultsch | 2016-06-19 | 2 | -9/+16 |
| | |||||
* | refresh UI to redraw message hint after switching to pgp | Daniel Gultsch | 2016-06-19 | 1 | -0/+1 |
| | |||||
* | delay notification until after pgp decryption | Daniel Gultsch | 2016-06-19 | 7 | -22/+51 |
| | |||||
* | log all fail reasons | Daniel Gultsch | 2016-06-19 | 1 | -5/+6 |
| | |||||
* | 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-14 | 2 | -4/+19 |
| | |||||
* | make sure tagwriter is clear before force closing socket | Daniel Gultsch | 2016-06-14 | 2 | -19/+9 |
| | |||||
* | refactored pgp decryption | Daniel Gultsch | 2016-06-14 | 11 | -333/+214 |
| | |||||
* | make StartUI resistant against rotations and don't restart app when not ↵ | Christian Schneppe | 2016-06-14 | 3 | -1/+8 |
| | | | | necessary | ||||
* | add permission exception for android < Marshmallow | Christian Schneppe | 2016-06-12 | 2 | -12/+18 |
| | |||||
* | 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 |
| | |||||
* | also restart if permissions were changed after first start | Christian Schneppe | 2016-06-12 | 2 | -29/+32 |
| | |||||
* | make a restart after granting permissions on first start | Christian Schneppe | 2016-06-12 | 2 | -13/+33 |
| | |||||
* | set last seen true as default | Christian Schneppe | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | version 1.13.3 | Christian Schneppe | 2016-06-10 | 2 | -2/+6 |
| | |||||
* | catch conversations sort exception. not vital at this point | Daniel Gultsch | 2016-06-10 | 2 | -15/+19 |
| | |||||
* | added log tag if no backup found | Christian Schneppe | 2016-06-10 | 1 | -0/+1 |
| | |||||
* | check and request all needed permissions on startup | Christian Schneppe | 2016-06-10 | 6 | -1/+138 |
| | | | | >= SDK 23 (Marshmallow) | ||||
* | version 1.13.2 | Christian Schneppe | 2016-06-06 | 2 | -3/+8 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-06-06 | 3 | -3/+7 |
| |