aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-22Fix a typo in legacyChristian Schneppe7-16/+16
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe3-5/+27
2017-02-22only change actionbar display options when changedChristian Schneppe1-7/+9
2017-02-22npe checksChristian Schneppe2-3/+8
2017-02-22synchronize modifications of output stream in tag writerChristian Schneppe1-4/+4
2017-02-22explicitly turn off vibration when disabledChristian Schneppe1-0/+2
2017-02-22only extract stanza-id from live messages when disco feature is setChristian Schneppe1-2/+2
2017-02-22fixed behaviour in message parser when doing mam catchupChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe7-17/+48
2017-02-22rethink mam catchup strategiesChristian Schneppe5-40/+57
2017-02-22add resource to ContactDetailsChristian Schneppe3-0/+33
2017-02-19reworked rotation in FullScreenViewer fixes #107Christian Schneppe1-59/+18
2017-02-19check account in EnterJidDialog fixes #106Christian Schneppe1-1/+5
2017-02-19add date bubble in chatlistChristian Schneppe3-23/+29
2017-02-15respond to xep-0184 requests in muc pmsChristian Schneppe1-2/+2
2017-02-15don't delete chats after restart / reconnectChristian Schneppe1-0/+1
2017-02-14only force close tagwriter before creating a new oneChristian Schneppe2-6/+7
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe4-8/+12
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe2-3/+19
2017-02-11fix UI recreation after changing notification settingsChristian Schneppe2-4/+8
2017-02-10changed message bubbles from PNG to XMLChristian Schneppe1-3/+3
2017-02-10clear avatar cache when system name changesChristian Schneppe2-5/+9
2017-02-10only show and try resend for files which are not uploadedChristian Schneppe1-2/+2
2017-02-10do not auto link non-http URLsChristian Schneppe1-2/+2
2017-02-10add no_padding, no_wrap to file upload slotsChristian Schneppe1-1/+1
2017-02-09move (un)mute settings to contact-/conference detailsChristian Schneppe3-50/+100
2017-02-09also try to resend failed uploads while sending pingChristian Schneppe1-0/+7
2017-02-09make resend via context menu available again...Christian Schneppe1-1/+6
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