aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe3-3/+4
2017-10-29update translationsChristian Schneppe1-1/+11
2017-10-29Resync has_enabled_account setting after delete and on startChristian Schneppe1-4/+7
2017-10-29Resolver: active network gets high priorityChristian Schneppe1-10/+11
2017-10-29Resolver: Only prefer VPN connections when network is activeChristian Schneppe1-1/+8
2017-10-29XmppConnection: throw bind failure when server tries to reassign domainChristian Schneppe1-1/+6
2017-10-29Sharing: request permissionChristian Schneppe1-0/+23
2017-10-29black list certain local parts and show domain insteadChristian Schneppe3-12/+57
2017-10-29XmppConnection: do not count stanzas before smacks session has startedChristian Schneppe1-1/+9
2017-10-29MessageAdapter: round file sizesChristian Schneppe1-2/+2
2017-10-29video processing: pick smaller file after transcoding. Do not transcode files...Christian Schneppe3-3/+24
2017-10-29Jingle: create output stream on demandChristian Schneppe3-6/+9
2017-10-29MessageAdapter: Do not display muc whispers as emoji onlyChristian Schneppe1-1/+1
2017-10-18update translationsChristian Schneppe3-738/+2041
2017-10-18bring back option to highlight user in muc ...Christian Schneppe3-1/+11
2017-10-18fix crash while searching for updates and show error message if search was no...Christian Schneppe1-10/+22
2017-10-17move more untranslatable strings to defaults.xmlChristian Schneppe2-6/+6
2017-10-16move untranslatable strings from strings to defaultsChristian Schneppe1-1/+49
2017-10-16Update strings.xmlChristian Schneppe1-48/+0
2017-10-15don't crash if runtime could not be retrievedChristian Schneppe2-2/+5
2017-10-15rework fix for duplicate file messagesChristian Schneppe1-3/+10
2017-10-14correct (un)verified contacts icon (lock/shield)Christian Schneppe1-2/+2
2017-10-14also notify in notificationbar for new messages when messenger is openChristian Schneppe1-1/+0
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe3-34/+101
2017-10-13correct upload timeoutChristian Schneppe1-1/+1
2017-10-13initialize some variables in UpdateServiceChristian Schneppe1-2/+2
2017-10-13fix stringsChristian Schneppe2-7/+7
2017-10-13don't duplicate file if compression failesChristian Schneppe1-1/+1
2017-10-13Fix typolicaon-kter1-1/+1
2017-10-10add missing public UpdateService (){} to UpdateServiceChristian Schneppe1-0/+1
2017-10-10use a lighter red color for 'delete contact button' and remove this action fr...Christian Schneppe4-18/+8
2017-10-10reworked updaterChristian Schneppe22-403/+366
2017-10-06correct hasEnabledAccountsChristian Schneppe1-0/+9
2017-10-06save message drafts across restartsChristian Schneppe2-12/+16
2017-10-06EventReceiver: use setting to store enabled accountsChristian Schneppe3-22/+19
2017-10-06FileBackend: close cursor after retrieving file sizeChristian Schneppe1-9/+9
2017-10-06limit audio player width on small screensChristian Schneppe3-2/+8
2017-10-06slight refactoring in MessageAdapterChristian Schneppe1-14/+9
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe2-2/+2
2017-09-24remove backslash in stringsChristian Schneppe1-9/+7
2017-09-24add maintanence intent to renewe instance idChristian Schneppe1-2/+1
2017-09-24select presence if necessary when resending fileChristian Schneppe1-3/+18
2017-09-24execute video compression on seperate threadChristian Schneppe2-2/+11
2017-09-24slightly refactor dns resolverChristian Schneppe1-10/+6
2017-09-24give exec resolver a lower priority over reflectionChristian Schneppe3-15/+105
2017-09-24removed unnecessary padding restrictions around emoji messagesChristian Schneppe1-2/+0
2017-09-24refactored AudioPlayerChristian Schneppe24-79/+390
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe2-12/+23
2017-09-24removed duplicate code from message bubble layoutsChristian Schneppe3-66/+40
2017-09-24unified share with menuChristian Schneppe8-63/+83