aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* respond to xep-0184 requests in muc pmsChristian Schneppe2017-02-151-2/+2
|
* don't delete chats after restart / reconnectChristian Schneppe2017-02-151-0/+1
| | | | fixes #102
* only force close tagwriter before creating a new oneChristian Schneppe2017-02-142-6/+7
|
* fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe2017-02-144-8/+12
|
* don't compress videos if they are in our files directoryChristian Schneppe2017-02-122-3/+19
|
* fix UI recreation after changing notification settingsChristian Schneppe2017-02-112-4/+8
|
* changed message bubbles from PNG to XMLChristian Schneppe2017-02-101-3/+3
|
* clear avatar cache when system name changesChristian Schneppe2017-02-102-5/+9
|
* only show and try resend for files which are not uploadedChristian Schneppe2017-02-101-2/+2
|
* do not auto link non-http URLsChristian Schneppe2017-02-101-2/+2
|
* add no_padding, no_wrap to file upload slotsChristian Schneppe2017-02-101-1/+1
|
* move (un)mute settings to contact-/conference detailsChristian Schneppe2017-02-093-50/+100
|
* also try to resend failed uploads while sending pingChristian Schneppe2017-02-091-0/+7
|
* make resend via context menu available again...Christian Schneppe2017-02-091-1/+6
| | | | ...because it was accidentally removed
* resend failed uploads automatically if filesize smaller than configured ↵Christian Schneppe2017-02-092-0/+49
| | | | AutoAcceptFilesize
* only show failed uploads if file isn't deletedChristian Schneppe2017-02-092-1/+5
|
* do not sync thumbnail creation on cacheChristian Schneppe2017-02-091-1/+4
|
* add index to message.conversationUuidChristian Schneppe2017-02-081-1/+6
|
* support aesgcm:// style urlsChristian Schneppe2017-02-084-2/+45
|
* only store messages up to a length of 1M charsChristian Schneppe2017-02-082-1/+2
|
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-083-2/+8
|
* fixed scrolling and async loading of message of new conversation startChristian Schneppe2017-02-082-15/+29
|
* catch all throwables when working with content provider to retrieve mimeChristian Schneppe2017-02-081-1/+6
|
* show file preview in chatlistChristian Schneppe2017-02-081-46/+23
|
* show number of failed uploads in chat list in red bubblesChristian Schneppe2017-02-082-0/+23
|
* correct view of encrypted messagesChristian Schneppe2017-02-062-8/+2
| | | | fixes #99
* show resend button only if file existsChristian Schneppe2017-02-061-1/+4
| | | | fixes #100
* check if media folders are existing, if not, create themChristian Schneppe2017-02-061-4/+11
| | | | fixes #101
* make updater work in Android NChristian Schneppe2017-02-052-22/+34
| | | | fixes #98
* don't use jingle, make httpUpload independent from filesizeChristian Schneppe2017-02-021-0/+2
|
* fix detection of filesizeChristian Schneppe2017-02-021-2/+8
|
* get app name and version from apkChristian Schneppe2017-01-311-0/+18
|
* fix showing of buttons in chatsChristian Schneppe2017-01-311-6/+11
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2017-01-311-0/+12
|\
| * add usage comments to checkVersion()Christian Schneppe2017-01-311-0/+12
| |
* | respect lastseen preferences in conversation subtitleChristian Schneppe2017-01-301-4/+15
|/
* add button to resend failed messagesChristian Schneppe2017-01-303-8/+14
|
* play gif files in fullscreenChristian Schneppe2017-01-301-6/+7
|
* add explicit encryption hints to outgoing messagesChristian Schneppe2017-01-292-0/+4
|
* use base64 encoding for file names uploaded with httpChristian Schneppe2017-01-292-2/+21
|
* configurable local message retention period.Christian Schneppe2017-01-2910-39/+104
|
* add database migrationsChristian Schneppe2017-01-291-1/+7
|
* reworked updaterChristian Schneppe2017-01-292-73/+41
|
* change video filename and lower bitrate for smaller filesChristian Schneppe2017-01-292-2/+6
|
* share uri for bookmark direclty from Start ConversationChristian Schneppe2017-01-251-0/+21
|
* reworked videocompressionChristian Schneppe2017-01-2514-2322/+128
|
* fixed typoChristian Schneppe2017-01-251-1/+1
|
* reworked FileBackendChristian Schneppe2017-01-255-34/+22
|
* cleaning up crypto targets when conference member is getting removedChristian Schneppe2017-01-252-0/+29
|
* change behaviour of back button to close finish activityChristian Schneppe2017-01-251-1/+2
|