aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20changed preview alpha to 0.6fChristian Schneppe1-2/+2
2017-11-20support for basic IM stylingChristian Schneppe4-0/+245
2017-11-20SASL: don't prefer PLAIN auth over DIGEST-MD5 for nimbuzz.comChristian Schneppe1-1/+1
2017-11-02use ThreadPoolExecutor for BitmapWorkerTaskChristian Schneppe5-5/+5
2017-10-31a little rewrite in WelcomeActivityChristian Schneppe1-3/+14
2017-10-31rename some variables/stringsChristian Schneppe2-11/+12
2017-10-29UpdateService: set user-agentChristian Schneppe1-0/+1
2017-10-29UpdateService: use THREAD_POOL_EXECUTORChristian Schneppe3-3/+4
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-18bring back option to highlight user in muc ...Christian Schneppe1-1/+6
2017-10-18fix crash while searching for updates and show error message if search was no...Christian Schneppe1-10/+22
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-13don't duplicate file if compression failesChristian Schneppe1-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 Schneppe2-12/+7
2017-10-10reworked updaterChristian Schneppe8-386/+354
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-06slight refactoring in MessageAdapterChristian Schneppe1-14/+9
2017-09-25don't recompress videos which were sent/received beforeChristian Schneppe2-2/+2
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 Schneppe4-67/+353
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe2-12/+23
2017-09-24unified share with menuChristian Schneppe5-50/+47
2017-09-19show correct tooltip when long pressing start conversationsChristian Schneppe1-14/+16
2017-09-19ignore http upload file size constraints for videos that will be compressedChristian Schneppe2-5/+38
2017-09-19don't change video compression quality for files longer than 8 secondsChristian Schneppe2-6/+3