aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-243-15/+105
* removed unnecessary padding restrictions around emoji messagesChristian Schneppe2017-09-241-2/+0
* refactored AudioPlayerChristian Schneppe2017-09-244-67/+353
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-242-12/+23
* unified share with menuChristian Schneppe2017-09-245-50/+47
* show correct tooltip when long pressing start conversationsChristian Schneppe2017-09-191-14/+16
* ignore http upload file size constraints for videos that will be compressedChristian Schneppe2017-09-192-5/+38
* don't change video compression quality for files longer than 8 secondsChristian Schneppe2017-09-192-6/+3
* Don't leave conferences before joinChristian Schneppe2017-09-191-1/+4
* show permanent notification while transcoding videoChristian Schneppe2017-09-185-116/+185
* made video thumbnail available during uploadChristian Schneppe2017-09-181-0/+1
* show also a button to delete contact from rosterChristian Schneppe2017-09-171-7/+26
* show jid in ContactDetails if contact is not on the same serverChristian Schneppe2017-09-171-1/+5
* show block menu after long press on allow/add backChristian Schneppe2017-09-171-25/+42
* Foregroundservice can be deactivated in expert options (default = foregrounds...Christian Schneppe2017-09-174-26/+17
* additional null checks around 'read by' intentChristian Schneppe2017-09-171-2/+7
* use 'partial' in server info if publish-options is n/aChristian Schneppe2017-09-171-2/+4
* NotificationService: add button to mark conversation as readChristian Schneppe2017-09-041-0/+2
* make filtered list item activity survive roationsChristian Schneppe2017-09-042-1/+10
* get rid of uneccessary 'own omemo fingerprint' stringChristian Schneppe2017-09-041-0/+2
* link jid in trust keys activity to contact detailsChristian Schneppe2017-09-041-0/+6
* reintroduced fixed IV mode for OTR file transferChristian Schneppe2017-09-041-0/+1
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-044-11/+19
* wait up to 2s to let server close socket before force closingChristian Schneppe2017-09-041-20/+24
* don’t use xmpp or jabber as default muc nickChristian Schneppe2017-09-041-1/+11
* request storage permission when sending gifChristian Schneppe2017-09-042-12/+12
* use proper defaults for notification. fix sound playing twice on Android 8Christian Schneppe2017-09-041-12/+13
* set status=received on status messagesChristian Schneppe2017-09-041-0/+1
* improved error messages on missing omemo keysChristian Schneppe2017-09-041-2/+23
* fixed jingle state machine being thrown off by iq-result coming after session...Christian Schneppe2017-09-042-12/+14
* fixed conference naming for joined people not in your contact listChristian Schneppe2017-09-041-2/+8
* fix crash in location activitiesChristian Schneppe2017-09-042-14/+14
* added missing break; in Message.javaChristian Schneppe2017-08-131-0/+1
* reset attempt counts on enableChristian Schneppe2017-08-131-0/+5
* correct typoChristian Schneppe2017-08-131-1/+1
* default input type to numbers on captcha dialogChristian Schneppe2017-08-131-0/+3
* no automatic reconnect on registration failuresChristian Schneppe2017-08-132-28/+38
* create a new axolotl service when the account jid changesChristian Schneppe2017-08-132-2/+23
* prevent users from editing their account jid after successful loginChristian Schneppe2017-08-135-5/+19
* send unavailable presence before joinChristian Schneppe2017-08-132-7/+12
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-135-4/+17
* code cleanup and synchronized getMarkableMessage()Christian Schneppe2017-08-131-7/+5
* removed support for fixed IV mode in otr jingle file transfer that hasn't bee...Christian Schneppe2017-08-131-5/+1
* parse jid from CN in client certs if nothing else is availableChristian Schneppe2017-08-131-4/+12
* do not crash on some very rare loggingChristian Schneppe2017-08-131-1/+5
* some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe2017-08-131-27/+31
* do not run file observer on hidden directoriesChristian Schneppe2017-08-131-1/+1
* update mini dnsChristian Schneppe2017-08-131-2/+1
* add more logging to http download connection and reset file params after sett...Christian Schneppe2017-08-134-35/+50
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-136-136/+110