Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | don't set notification mode to background when on pause | Daniel Gultsch | 2016-08-27 | 1 | -6/+0 | |
|/ | ||||||
* | wrap dynamic tags into multiple lines. fixes #2003 | Daniel Gultsch | 2016-08-26 | 5 | -9/+15 | |
| | ||||||
* | some multi-window optimizations. set min width to 300 | Daniel Gultsch | 2016-08-26 | 6 | -4/+17 | |
| | ||||||
* | attach contact to notification | Daniel Gultsch | 2016-08-26 | 3 | -15/+30 | |
| | ||||||
* | add snackbar for request presence subscription | Daniel Gultsch | 2016-08-26 | 2 | -0/+17 | |
| | ||||||
* | always display allow contact perm dialog after intro | Daniel Gultsch | 2016-08-26 | 1 | -0/+10 | |
| | ||||||
* | survive rotation in editaccount | Daniel Gultsch | 2016-08-26 | 2 | -32/+49 | |
| | ||||||
* | made payment required error standard compliant | Daniel Gultsch | 2016-08-26 | 1 | -4/+5 | |
| | ||||||
* | add file provider to share files on android n | Daniel Gultsch | 2016-08-26 | 4 | -70/+78 | |
| | ||||||
* | offer quick reply on android N | Daniel Gultsch | 2016-08-26 | 4 | -45/+109 | |
| | ||||||
* | use N style stacked notifications | Daniel Gultsch | 2016-08-26 | 3 | -82/+92 | |
| | ||||||
* | send register IQs without full from | Daniel Gultsch | 2016-08-26 | 3 | -5/+6 | |
| | ||||||
* | made image preview size smaller for low res images | Daniel Gultsch | 2016-08-26 | 1 | -8/+14 | |
| | ||||||
* | display error status for missing internet permission | Daniel Gultsch | 2016-08-26 | 3 | -7/+13 | |
| | ||||||
* | various null pointer checks | Daniel Gultsch | 2016-08-26 | 3 | -3/+12 | |
| | ||||||
* | check for rare null pointer platform bug in share intent handling | Daniel Gultsch | 2016-08-26 | 1 | -0/+20 | |
| | ||||||
* | add payment required error | Daniel Gultsch | 2016-08-26 | 3 | -2/+21 | |
| | ||||||
* | don't show shadows around share button | Christian Schneppe | 2016-08-19 | 1 | -108/+0 | |
| | ||||||
* | don't close otr session on every presence change | Daniel Gultsch | 2016-08-13 | 1 | -8/+5 | |
| | ||||||
* | start file observer in background | Daniel Gultsch | 2016-08-13 | 1 | -1/+6 | |
| | ||||||
* | make lastMessageTransmitted return max(clear_date,last_message) | Daniel Gultsch | 2016-08-13 | 1 | -6/+5 | |
| | ||||||
* | be more careful in recursive file observer. limit depth | Daniel Gultsch | 2016-08-13 | 1 | -1/+21 | |
| | ||||||
* | rotate images based on EXIF data in preview | Christian Schneppe | 2016-08-13 | 2 | -91/+153 | |
| | | | | fiexes #91 | |||||
* | make human readable logs export optional and false as default | Christian Schneppe | 2016-08-13 | 4 | -8/+24 | |
| | ||||||
* | performance improvements during backup import and bug fixes | Christian Schneppe | 2016-08-13 | 1 | -31/+36 | |
| | ||||||
* | changed video preview button | Christian Schneppe | 2016-08-11 | 5 | -0/+0 | |
| | ||||||
* | don't show plaintext passwords in adb logs | Christian Schneppe | 2016-08-11 | 2 | -2/+0 | |
| | ||||||
* | improve notification during backup | Christian Schneppe | 2016-08-11 | 3 | -15/+13 | |
| | ||||||
* | use direct ssl when port was manually set to 5223 | Daniel Gultsch | 2016-08-11 | 1 | -2/+24 | |
| | | | | this should create a work around for the oracle xmpp server | |||||
* | close tcp connection after 30s of inactivity when in push_mode | Daniel Gultsch | 2016-08-11 | 3 | -14/+31 | |
| | ||||||
* | don't do idle ping if close_tcp option is set | Daniel Gultsch | 2016-08-11 | 1 | -2/+4 | |
| | ||||||
* | explictly set account status to offline when waiting for push | Daniel Gultsch | 2016-08-11 | 1 | -1/+2 | |
| | ||||||
* | catch all throwables when parsing xml | Daniel Gultsch | 2016-08-11 | 1 | -2/+2 | |
| | ||||||
* | catch platform bug when getting ringer mode | Daniel Gultsch | 2016-08-11 | 1 | -4/+9 | |
| | ||||||
* | catch NPE in getVideoPreview() because getFrame sometimes returns null | Daniel Gultsch | 2016-08-11 | 1 | -1/+1 | |
| | ||||||
* | handle invalid prekey ids in bundle | Daniel Gultsch | 2016-08-11 | 1 | -3/+5 | |
| | ||||||
* | don't run backup during check for updates | Christian Schneppe | 2016-08-09 | 1 | -7/+0 | |
| | ||||||
* | reworked backup service | Christian Schneppe | 2016-08-09 | 11 | -111/+347 | |
| | | | | | * automatically save database encrypted to local storage at 4 am each day * run backup import in new thread | |||||
* | don't name images "IMG_..." | Christian Schneppe | 2016-08-06 | 1 | -1/+1 | |
| | ||||||
* | don't show shadow in action button | Christian Schneppe | 2016-08-05 | 1 | -87/+0 | |
| | ||||||
* | modified download button a bit | Christian Schneppe | 2016-08-04 | 3 | -79/+27 | |
| | ||||||
* | code cleanup | Christian Schneppe | 2016-08-02 | 1 | -8/+0 | |
| | ||||||
* | set tablet, phone or pc identity | Daniel Gultsch | 2016-08-02 | 2 | -7/+11 | |
| | ||||||
* | catch exception when trying to get video preview of pgp encrypted file | Daniel Gultsch | 2016-08-02 | 1 | -1/+5 | |
| | ||||||
* | add icons to files/locations in chat view | Christian Schneppe | 2016-08-02 | 34 | -13/+82 | |
| | ||||||
* | added missing german strings | Christian Schneppe | 2016-07-31 | 1 | -0/+2 | |
| | ||||||
* | added black border to play button | Christian Schneppe | 2016-07-31 | 5 | -0/+0 | |
| | ||||||
* | don't leave conferences ... | Christian Schneppe | 2016-07-31 | 1 | -3/+3 | |
| | | | | ... when Pix-Art Messenger is swiped away from recent apps | |||||
* | show snackbar box not before address in sharelocation activity | Christian Schneppe | 2016-07-30 | 1 | -1/+1 | |
| | ||||||
* | changed last wrong package ids | Christian Schneppe | 2016-07-30 | 5 | -8/+18 | |
| |