aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe2-0/+49
2017-02-09only show failed uploads if file isn't deletedChristian Schneppe2-1/+5
2017-02-09do not sync thumbnail creation on cacheChristian Schneppe1-1/+4
2017-02-08add index to message.conversationUuidChristian Schneppe1-1/+6
2017-02-08support aesgcm:// style urlsChristian Schneppe4-2/+45
2017-02-08only store messages up to a length of 1M charsChristian Schneppe2-1/+2
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe3-2/+8
2017-02-08fixed scrolling and async loading of message of new conversation startChristian Schneppe2-15/+29
2017-02-08catch all throwables when working with content provider to retrieve mimeChristian Schneppe1-1/+6
2017-02-08show file preview in chatlistChristian Schneppe1-46/+23
2017-02-08show number of failed uploads in chat list in red bubblesChristian Schneppe2-0/+23
2017-02-06correct view of encrypted messagesChristian Schneppe2-8/+2
2017-02-06show resend button only if file existsChristian Schneppe1-1/+4
2017-02-06check if media folders are existing, if not, create themChristian Schneppe1-4/+11
2017-02-05make updater work in Android NChristian Schneppe2-22/+34
2017-02-02don't use jingle, make httpUpload independent from filesizeChristian Schneppe1-0/+2
2017-02-02fix detection of filesizeChristian Schneppe1-2/+8
2017-01-31get app name and version from apkChristian Schneppe1-0/+18
2017-01-31fix showing of buttons in chatsChristian Schneppe1-6/+11
2017-01-31add usage comments to checkVersion()Christian Schneppe1-0/+12
2017-01-30respect lastseen preferences in conversation subtitleChristian Schneppe1-4/+15
2017-01-30add button to resend failed messagesChristian Schneppe3-8/+14
2017-01-30play gif files in fullscreenChristian Schneppe1-6/+7
2017-01-29add explicit encryption hints to outgoing messagesChristian Schneppe2-0/+4
2017-01-29use base64 encoding for file names uploaded with httpChristian Schneppe2-2/+21
2017-01-29configurable local message retention period.Christian Schneppe10-39/+104
2017-01-29add database migrationsChristian Schneppe1-1/+7
2017-01-29reworked updaterChristian Schneppe2-73/+41
2017-01-29change video filename and lower bitrate for smaller filesChristian Schneppe2-2/+6
2017-01-25share uri for bookmark direclty from Start ConversationChristian Schneppe1-0/+21
2017-01-25reworked videocompressionChristian Schneppe14-2322/+128
2017-01-25fixed typoChristian Schneppe1-1/+1
2017-01-25reworked FileBackendChristian Schneppe5-34/+22
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe2-0/+29
2017-01-25change behaviour of back button to close finish activityChristian Schneppe1-1/+2
2017-01-25make sure to set open conversations after connection with backgroundserviceChristian Schneppe1-0/+2
2017-01-25make sure to properly stop tagwriterChristian Schneppe3-2/+11
2017-01-25don't quote text when '>' is followed by numeberChristian Schneppe2-2/+17
2017-01-25fixed some issues around ibbChristian Schneppe4-19/+58
2017-01-21write text in bold when highlighted in received muc messageChristian Schneppe2-1/+9
2017-01-21modified highlight nick behaviour to better work with quotesChristian Schneppe1-7/+13
2017-01-21don't prematurly mark conversation as read during activity startChristian Schneppe1-4/+10
2017-01-21reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe2-18/+30
2017-01-18fixed pgp encrypted text quick sharing.Christian Schneppe1-5/+48
2017-01-18Revert "play gif files in fullscreen view"Christian Schneppe1-25/+15
2017-01-16fixed behaviour with non-default encryption masksChristian Schneppe1-18/+35
2017-01-16Add SCRAM-SHA-2 supportChristian Schneppe4-211/+264
2017-01-16refactored whispermessage processingChristian Schneppe2-27/+27
2017-01-16fixed linkifierChristian Schneppe1-1/+7
2017-01-16partially improved logging for receiving omemo messagesChristian Schneppe4-18/+28