aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Jingle: create output stream on demandChristian Schneppe2017-10-293-6/+9
* MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe2017-10-291-1/+1
* bring back option to highlight user in muc ...Christian Schneppe2017-10-181-1/+6
* fix crash while searching for updates and show error message if search was no...Christian Schneppe2017-10-181-10/+22
* don't crash if runtime could not be retrievedChristian Schneppe2017-10-152-2/+5
* rework fix for duplicate file messagesChristian Schneppe2017-10-151-3/+10
* correct (un)verified contacts icon (lock/shield)Christian Schneppe2017-10-141-2/+2
* also notify in notificationbar for new messages when messenger is openChristian Schneppe2017-10-141-1/+0
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-133-34/+101
* correct upload timeoutChristian Schneppe2017-10-131-1/+1
* initialize some variables in UpdateServiceChristian Schneppe2017-10-131-2/+2
* don't duplicate file if compression failesChristian Schneppe2017-10-131-1/+1
* add missing public UpdateService (){} to UpdateServiceChristian Schneppe2017-10-101-0/+1
* use a lighter red color for 'delete contact button' and remove this action fr...Christian Schneppe2017-10-102-12/+7
* Merge branch 'rework_Updater'Christian Schneppe2017-10-108-387/+349
|\
| * reworked updaterChristian Schneppe2017-10-108-386/+354
* | correct hasEnabledAccountsChristian Schneppe2017-10-061-0/+9
* | save message drafts across restartsChristian Schneppe2017-10-062-12/+16
* | EventReceiver: use setting to store enabled accountsChristian Schneppe2017-10-063-22/+19
* | FileBackend: close cursor after retrieving file sizeChristian Schneppe2017-10-061-9/+9
* | slight refactoring in MessageAdapterChristian Schneppe2017-10-061-14/+9
|/
* don't recompress videos which were sent/received beforeChristian Schneppe2017-09-252-2/+2
* add maintanence intent to renewe instance idChristian Schneppe2017-09-241-2/+1
* select presence if necessary when resending fileChristian Schneppe2017-09-241-3/+18
* execute video compression on seperate threadChristian Schneppe2017-09-242-2/+11
* slightly refactor dns resolverChristian Schneppe2017-09-241-10/+6
* 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