aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use Base64.NO_WRAP instead of trim()Christian Schneppe2019-12-083-6/+2
|
* show jabber accounts from local address in Quicksy flavorChristian Schneppe2019-12-081-4/+10
|
* prevent crash when deleting account on servers that don't support omemoChristian Schneppe2019-12-081-1/+2
|
* increase cursor window size on Android P when restoring messagesChristian Schneppe2019-12-083-5/+25
|
* delete cached posh file after not being able to verifyChristian Schneppe2019-12-081-44/+49
|
* only show message deleted if LMC is activatedChristian Schneppe2019-12-083-2/+9
|
* add direct answer button in private muc messagesChristian Schneppe2019-12-087-0/+33
|
* color optimizations in orange themeChristian Schneppe2019-12-082-9/+9
|
* use current time on resend messageChristian Schneppe2019-12-081-0/+3
|
* permission compatibility for Android 10Christian Schneppe2019-12-081-1/+2
|
* version 2.3.3Christian Schneppe2019-12-082-2/+5
|
* try to fix missing sendbuttonChristian Schneppe2019-12-081-4/+3
|
* version 2.3.2Christian Schneppe2019-12-082-2/+5
|
* fix shareWithActivityChristian Schneppe2019-12-081-6/+7
|
* don't use versionNameSuffix for git/fdroid versionChristian Schneppe2019-12-071-1/+0
|
* version 2.3.1 + changesChristian Schneppe2019-12-072-2/+5
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-12-073-30/+102
|\
| * New Crowdin translations (#409)Christian Schneppe2019-12-073-30/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings.xml (Italian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified)
* | fix crash on android < 24Christian Schneppe2019-12-071-1/+1
| |
* | fix rare crashChristian Schneppe2019-12-071-0/+3
| |
* | add missing permission requests for Android PChristian Schneppe2019-12-0711-48/+61
| | | | | | | | possibly fixes #410
* | fix updaterChristian Schneppe2019-12-071-4/+4
| |
* | fix crash on Android 4 devicesChristian Schneppe2019-12-072-3/+3
| |
* | don't show real username in quotesChristian Schneppe2019-12-071-5/+1
|/ | | | fixes #415
* Disable NewLines in Base64 values (#416)FH2019-12-033-8/+8
| | | | | | Smack gets confused and throws NullPointerException when Base64 contains newlines. Therefor disable newlines in Base64. I assume newlines in Base64 are also not expected by other implementations.
* fix(circleci): after rename flavor artifacts changes (#412)genofire2019-11-201-1/+1
|
* fix user in textselection quotesChristian Schneppe2019-11-173-15/+28
|
* version 2.3.0 + changesChristian Schneppe2019-11-162-5/+4
|
* New Crowdin translations (#408)Christian Schneppe2019-11-1612-27/+991
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Italian) * New translations strings.xml (Italian) * New translations strings.xml (Arabic) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Bulgarian) * New translations strings.xml (Spanish) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Dutch) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Catalan) * New translations strings.xml (Ukrainian) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (German) * New translations strings.xml (Chinese Traditional)
* add possibility to block muc user from mucChristian Schneppe2019-11-165-8/+48
|
* set omemo on as defaultChristian Schneppe2019-11-161-1/+1
|
* fix some wordingsChristian Schneppe2019-11-161-4/+4
|
* fix color mixing in ChannelDiscoveryActivityChristian Schneppe2019-11-161-2/+0
|
* move direct search from expert setting to UIChristian Schneppe2019-11-161-5/+5
|
* rework design colors and make it compatible with older ROMsChristian Schneppe2019-11-1627-253/+84
|
* make exporting backup compatible with conversationsChristian Schneppe2019-11-161-1/+2
|
* version 2.2.10.beta (2019-11-15)Christian Schneppe2019-11-151-1/+1
|
* version 2.2.10.beta (2019-11-15) + changesChristian Schneppe2019-11-152-2/+4
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-11-155-11/+104
|\
| * New Crowdin translations (#407)Christian Schneppe2019-11-155-11/+104
| | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Catalan) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Spanish)
* | fix duplicate accounts in EnterJidDialogChristian Schneppe2019-11-153-46/+36
|/
* introduce new orange theme colorChristian Schneppe2019-11-1521-36/+352
|
* Fix empty grey box for unknown file types (#405)TheOneric2019-11-152-22/+21
| | | | | | Previously if files, whose mime-type was not recognized by MimeUtils, were being sent to a Pix-Art-Client only a grey box without text would be shown. With this commit the general "open file" text is now shown for these files. Previously this text was only shown for files with recognized mime-types, not being specially handled (like images). Also the Advanced SSA (*.ass) subtitle format was added to MimeUtils as 'text/plain'.
* fix CircleCIChristian Schneppe2019-11-151-3/+3
|
* make private messages in MUCs more visibleChristian Schneppe2019-11-159-17/+132
|
* rework no write access hint in moderated public mucsChristian Schneppe2019-11-155-7/+42
|
* small UI fixes in SetSettingsActivityChristian Schneppe2019-11-159-8/+10
|
* make presence dialog scrollable to fit small screensChristian Schneppe2019-11-151-51/+54
|
* do not crash when audio file reports zero lengthChristian Schneppe2019-11-151-5/+10
|
* prevent crash when counterpart in message was nullChristian Schneppe2019-11-151-2/+6
|