aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New translations strings.xml (German)Christian Schneppe2018-12-271-2/+10
|
* New translations strings.xml (Portuguese, Brazilian)Christian Schneppe2018-12-271-113/+113
|
* New translations strings.xml (Russian)Christian Schneppe2018-12-271-2/+0
|
* New translations strings.xml (Romanian)Christian Schneppe2018-12-271-2/+0
|
* New translations strings.xml (Chinese Traditional, Macau)Christian Schneppe2018-12-271-0/+3
|
* New translations strings.xml (Italian)Christian Schneppe2018-12-271-2/+0
|
* New translations strings.xml (Turkish)Christian Schneppe2018-12-271-2/+0
|
* version 2.1.5 + CHANGELOGChristian Schneppe2018-12-273-3/+8
|
* update translationsChristian Schneppe2018-12-271-1/+271
|\ | | | | New Crowdin translations
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+2
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+12
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+12
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+8
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+1
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+23
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+20
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+10
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+9
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+11
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-1/+17
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+14
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+20
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+9
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+14
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+3
| |
| * New translations strings.xml (Italian)Christian Schneppe2018-12-271-0/+86
| |
* | deduplicate disco responseChristian Schneppe2018-12-273-5/+4
| | | | | | | | fixes #283
* | change epub file extension to epub and added mobiChristian Schneppe2018-12-271-1/+2
| |
* | added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-2720-6/+37
| | | | | | | | file extension instead. added preview icons for ebooks
* | log number of unhandled iq callbacks after resumeChristian Schneppe2018-12-271-3/+4
| |
* | log policy violation stream error message to logcatChristian Schneppe2018-12-271-0/+4
| |
* | fixed some rare crashes caused by race conditionsChristian Schneppe2018-12-272-6/+6
| |
* | show accept button to confirm sasl downgradeChristian Schneppe2018-12-271-1/+14
| |
* | add android version to crashreportChristian Schneppe2018-12-271-0/+4
| |
* | fix crash in MediaPreviewAdapterChristian Schneppe2018-12-271-1/+5
| |
* | fix crash in ChangePasswordActivityChristian Schneppe2018-12-272-5/+6
|/
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2018-12-271-1/+0
|\
| * Update config.ymlChristian Schneppe2018-12-271-1/+0
| |
* | change cipher_mode for backup en-/decryptionChristian Schneppe2018-12-271-1/+1
| |
* | code cleanup and rework show toast on update checkChristian Schneppe2018-12-272-7/+11
| |
* | make it possible to restore backups from decrypted database filesChristian Schneppe2018-12-271-132/+208
|/
* set min Columns in GridManager to 1Christian Schneppe2018-12-151-1/+4
|
* synchronize join/leaves with bookmarksChristian Schneppe2018-12-153-10/+32
|
* display last not first message in notificationChristian Schneppe2018-12-151-1/+2
|
* bring back previews unread messages as read in groupsChristian Schneppe2018-12-141-0/+15
|
* remove firebase analystics classes from gradleChristian Schneppe2018-12-142-1/+4
|
* fixed dead lock when sending pgp messages from quick replyChristian Schneppe2018-12-142-3/+1
|
* limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe2018-12-147-8/+27
|
* Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe2018-12-1419-116/+182
| | | | | | | | | This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
* change message styling rulesChristian Schneppe2018-12-141-0/+24
| | | | | | | | | | Message styling purposly doesn’t require a whitespace after a closing tag to make something like ~un~believable work. However it also breaks _Programmierer_innen_ and other example where the tag is repeated as a non tag in the word. Therefor we change the rules that if a closing tag is followed by a higher order closing tag (a closing tag followed by an end block or white space) we ignore the first closing tag. But only if we don’t read another tag open.