aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-08show number of failed uploads in chat list in red bubblesChristian Schneppe5-6/+61
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 Schneppe3-26/+49
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-31show unread count in small rectangles instead of circlesChristian Schneppe2-1/+17
2017-01-31get app name and version from apkChristian Schneppe1-0/+18
2017-01-31fix build error for open versionChristian Schneppe1-0/+4
2017-01-31fix showing of buttons in chatsChristian Schneppe2-6/+18
2017-01-31add usage comments to checkVersion()Christian Schneppe1-0/+12
2017-01-30respect lastseen preferences in conversation subtitleChristian Schneppe1-4/+15
2017-01-30correct stringsChristian Schneppe3-5/+5
2017-01-30add button to resend failed messagesChristian Schneppe8-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 Schneppe14-44/+141
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-25delete unused resourcesChristian Schneppe9-33/+1
2017-01-25share uri for bookmark direclty from Start ConversationChristian Schneppe2-0/+24
2017-01-25reworked videocompressionChristian Schneppe18-2323/+132
2017-01-25fixed typoChristian Schneppe1-1/+1
2017-01-25reworked FileBackendChristian Schneppe6-34/+26
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-21use largeHeap in manifestChristian Schneppe1-10/+10
2017-01-21reworked backup scheduler and add wakelock to ExportLogsServiceChristian Schneppe2-18/+30
2017-01-21corrected german strings to share links/urisChristian Schneppe1-2/+2
2017-01-21fixed crash when following http link with fingerprintsChristian Schneppe1-2/+2
2017-01-18fixed pgp encrypted text quick sharing.Christian Schneppe2-5/+49
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
2017-01-16handle swiping away from recent apps correctlyChristian Schneppe1-0/+5
2017-01-16correct check if there is a scheduled pending intentChristian Schneppe1-4/+5
2017-01-15play gif files in fullscreen viewChristian Schneppe1-15/+25