aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-13first step to remove OTR encryptionChristian Schneppe5-1/+12
* make OTR available via expert settings and disable it as default
2019-12-13rework adhocinviteChristian Schneppe2-24/+29
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe9-10/+9
2019-12-13catch rare NPE while deleting bookmarkChristian Schneppe1-3/+8
2019-12-12New translations strings.xml (Italian) (#419)Christian Schneppe1-1/+1
2019-12-12small ui fixes for private messagesChristian Schneppe3-11/+15
2019-12-12increase mam messages catchup and don't abort on MAM_MAX_MESSAGESChristian Schneppe2-2/+2
2019-12-12add .heic to list of known mime typesChristian Schneppe1-6/+7
2019-12-12don’t use secure delete when migrating edit columnChristian Schneppe1-4/+9
2019-12-12small quotes fixesChristian Schneppe1-4/+7
2019-12-09jingle ibb: wait to receive ibbChristian Schneppe3-36/+53
previously we signalled succesfull file reception after receiving enough bytes on ibb; however that causes us to race with the session-info file hash. now the recipient will wait for <close/> and the sender will make sure to send the session-info before sending close.
2019-12-09properly restore LMC edits. switch to LMC v1.1Christian Schneppe5-91/+115
2019-12-08reduce cursor size back to 4m; now that the cause is fixedChristian Schneppe1-1/+1
2019-12-08use Base64.NO_WRAP instead of trim()Christian Schneppe3-6/+2
2019-12-08show jabber accounts from local address in Quicksy flavorChristian Schneppe1-4/+10
2019-12-08prevent crash when deleting account on servers that don't support omemoChristian Schneppe1-1/+2
2019-12-08increase cursor window size on Android P when restoring messagesChristian Schneppe3-5/+25
2019-12-08delete cached posh file after not being able to verifyChristian Schneppe1-44/+49
2019-12-08only show message deleted if LMC is activatedChristian Schneppe3-2/+9
2019-12-08add direct answer button in private muc messagesChristian Schneppe7-0/+33
2019-12-08color optimizations in orange themeChristian Schneppe2-9/+9
2019-12-08use current time on resend messageChristian Schneppe1-0/+3
2019-12-08permission compatibility for Android 10Christian Schneppe1-1/+2
2019-12-08try to fix missing sendbuttonChristian Schneppe1-4/+3
2019-12-08fix shareWithActivityChristian Schneppe1-6/+7
2019-12-07New Crowdin translations (#409)Christian Schneppe3-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)
2019-12-07fix rare crashChristian Schneppe1-0/+3
2019-12-07add missing permission requests for Android PChristian Schneppe11-48/+61
possibly fixes #410
2019-12-07fix updaterChristian Schneppe1-4/+4
2019-12-07fix crash on Android 4 devicesChristian Schneppe2-3/+3
2019-12-07don't show real username in quotesChristian Schneppe1-5/+1
fixes #415
2019-12-03Disable NewLines in Base64 values (#416)FH3-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.
2019-11-17fix user in textselection quotesChristian Schneppe3-15/+28
2019-11-16New Crowdin translations (#408)Christian Schneppe12-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)
2019-11-16add possibility to block muc user from mucChristian Schneppe5-8/+48
2019-11-16set omemo on as defaultChristian Schneppe1-1/+1
2019-11-16fix some wordingsChristian Schneppe1-4/+4
2019-11-16fix color mixing in ChannelDiscoveryActivityChristian Schneppe1-2/+0
2019-11-16move direct search from expert setting to UIChristian Schneppe1-5/+5
2019-11-16rework design colors and make it compatible with older ROMsChristian Schneppe27-253/+84
2019-11-16make exporting backup compatible with conversationsChristian Schneppe1-1/+2
2019-11-15New Crowdin translations (#407)Christian Schneppe5-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)
2019-11-15fix duplicate accounts in EnterJidDialogChristian Schneppe3-46/+36
2019-11-15introduce new orange theme colorChristian Schneppe21-36/+352
2019-11-15Fix empty grey box for unknown file types (#405)TheOneric2-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'.
2019-11-15make private messages in MUCs more visibleChristian Schneppe9-17/+132
2019-11-15rework no write access hint in moderated public mucsChristian Schneppe5-7/+42
2019-11-15small UI fixes in SetSettingsActivityChristian Schneppe9-8/+10
2019-11-15make presence dialog scrollable to fit small screensChristian Schneppe1-51/+54
2019-11-15do not crash when audio file reports zero lengthChristian Schneppe1-5/+10