Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update lastseen in contactdetails | Christian Schneppe | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/siacs/master' | Christian Schneppe | 2016-06-06 | 19 | -84/+157 |
|\ | |||||
| * | 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 | ||||
| | * | Do not treat right alt key as a modifier for key combos | Yussuf Khalil | 2016-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | spelling in readme | Daniel Gultsch | 2016-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | add paragraph on running your own server to readme | Daniel Gultsch | 2016-06-05 | 1 | -0/+3 |
| | | | |||||
| * | | make non interactive verfier non interactive | Daniel Gultsch | 2016-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | log all background stanzas when background logging is enabled | Daniel Gultsch | 2016-06-05 | 4 | -9/+4 |
| | | | |||||
| * | | swap sending presence and csi | Daniel Gultsch | 2016-06-04 | 1 | -3/+3 |
| | | | |||||
| * | | renamed last activity to last user interaction | Daniel Gultsch | 2016-06-04 | 1 | -1/+1 |
| | | | |||||
| * | | opt-in to send last userinteraction in presence | Daniel Gultsch | 2016-06-04 | 16 | -71/+165 |
| |/ | |||||
* | | add permission checks to welcome activity | Christian Schneppe | 2016-06-06 | 1 | -25/+45 |
| | | |||||
* | | fix crash in welcome screen on first start | Christian Schneppe | 2016-06-06 | 1 | -1/+3 |
| | | |||||
* | | version 1.13.1 | Christian Schneppe | 2016-06-04 | 2 | -2/+5 |
| | | |||||
* | | change default resource to mobile | Christian Schneppe | 2016-06-04 | 2 | -3/+2 |
| | | |||||
* | | also add 4 chars to filesnames during copy to private storage | Christian Schneppe | 2016-06-04 | 1 | -1/+1 |
| | | |||||
* | | check database versione before import | Christian Schneppe | 2016-06-04 | 2 | -5/+11 |
| | | | | | | | | * don't import database if backup version is newer than system version | ||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' | Christian Schneppe | 2016-06-04 | 6 | -15/+21 |
|\| | |||||
| * | added section on backup to FAQ | Daniel Gultsch | 2016-06-04 | 1 | -0/+5 |
| | | |||||
| * | version bump to 1.12.9 + changelog | Daniel Gultsch | 2016-06-03 | 2 | -2/+5 |
| | | |||||
| * | trim nick from bookmark before checking if it's empty | Daniel Gultsch | 2016-06-03 | 1 | -2/+2 |
| | | |||||
| * | don't use a bookmarks name if it's empty | Daniel Gultsch | 2016-06-03 | 2 | -4/+7 |
| | | |||||
| * | Fix typo | Andreas Straub | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | throw writeexecption in downloader if flush fails | Daniel Gultsch | 2016-06-03 | 1 | -7/+5 |
| | | |||||
| * | disconnect account in background after deletion. fixes #1861 | Daniel Gultsch | 2016-06-03 | 1 | -1/+6 |
| | | |||||
* | | add first 4 chars to file names | Christian Schneppe | 2016-06-04 | 3 | -4/+4 |
| | | | | | | | | | | fixes download of multiple files within the same time becauser prosody doesn't send milliseconds | ||||
* | | added missing strings | Christian Schneppe | 2016-06-02 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' | Christian Schneppe | 2016-06-02 | 2 | -2/+13 |
|\| | |||||
| * | print specific toast when download failed because of write error | Daniel Gultsch | 2016-06-02 | 2 | -2/+13 |
| | | |||||
* | | changed default resource to 'mobile' | Christian Schneppe | 2016-06-02 | 1 | -1/+1 |
| | | |||||
* | | also export database when chats are exported | Christian Schneppe | 2016-06-02 | 3 | -7/+54 |
| | |