aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe2017-02-092-0/+49
* 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
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2017-02-092-3/+36
|\
| * Update ISSUE_TEMPLATE.mdChristian Schneppe2017-02-071-1/+1
| * Update ISSUE_TEMPLATE.mdChristian Schneppe2017-02-071-1/+1
| * add description how to debug via adb logcatChristian Schneppe2017-02-071-2/+35
* | 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 wording for not getting messages from serverChristian Schneppe2017-02-081-1/+1
* | 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-085-6/+61
|/
* declare which version to useChristian Schneppe2017-02-061-0/+5
* Version 1.16.3 + changelogChristian Schneppe2017-02-062-2/+6
* correct view of encrypted messagesChristian Schneppe2017-02-062-8/+2
* show resend button only if file existsChristian Schneppe2017-02-061-1/+4
* check if media folders are existing, if not, create themChristian Schneppe2017-02-061-4/+11
* make updater work in Android NChristian Schneppe2017-02-053-26/+49
* don't use jingle, make httpUpload independent from filesizeChristian Schneppe2017-02-021-0/+2
* fix detection of filesizeChristian Schneppe2017-02-021-2/+8
* version 1.16.2 + changesChristian Schneppe2017-02-013-3/+7
* remove unused files/foldersChristian Schneppe2017-02-012-24/+0
* compress videos with 720p tooChristian Schneppe2017-02-011-2/+2
* add android-transcoder directly into libsChristian Schneppe2017-02-0133-3/+3098
* show unread count in small rectangles instead of circlesChristian Schneppe2017-01-312-1/+17
* get app name and version from apkChristian Schneppe2017-01-311-0/+18
* version 1.16.1 + changesChristian Schneppe2017-01-312-2/+5
* fix build error for open versionChristian Schneppe2017-01-311-0/+4
* fix showing of buttons in chatsChristian Schneppe2017-01-312-6/+18
* 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
|/
* version 1.16.0 + changelogChristian Schneppe2017-01-302-2/+10
* correct stringsChristian Schneppe2017-01-303-5/+5
* add button to resend failed messagesChristian Schneppe2017-01-308-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-2914-44/+141
* add database migrationsChristian Schneppe2017-01-291-1/+7
* undate libsChristian Schneppe2017-01-291-8/+8
* reworked updaterChristian Schneppe2017-01-292-73/+41
* change video filename and lower bitrate for smaller filesChristian Schneppe2017-01-292-2/+6
* delete unused resourcesChristian Schneppe2017-01-2512-36/+2
* share uri for bookmark direclty from Start ConversationChristian Schneppe2017-01-252-0/+24
* reworked videocompressionChristian Schneppe2017-01-2519-2326/+135