aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-02Use a more meaningful name for old statusChristian Schneppe1-3/+3
2019-10-02Use dark navigation bar in QR scanner activityChristian Schneppe3-11/+5
* Use dark navigation bar on dark theme This approach uses `tools:targetApi` instead of separate theme file and avoids lint errors. * Use dark navigation bar in QR scanner activity This is consistent with the black background that is already used in that activity.
2019-10-02use new jabber.search.network endpointChristian Schneppe2-2/+2
2019-10-02fix NPE when using channel search and DOMAIN_LOCKChristian Schneppe1-5/+7
2019-10-02report not-acceptable on jingle errorsChristian Schneppe2-19/+16
2019-10-02do not set invideous as default and add config to first start settings screenChristian Schneppe3-1/+43
2019-09-29New Crowdin translations (#396)Christian Schneppe5-22/+990
* New translations strings.xml (Russian) * New translations strings.xml (German) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese) * New translations strings.xml (Italian) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Chinese Simplified)
2019-09-29delete problematic language fileChristian Schneppe1-943/+0
2019-09-29account deletion: only attempt to delete omemo id when connectedChristian Schneppe1-6/+9
2019-09-29show resource prompt when sending uncompressed videoChristian Schneppe2-2/+17
2019-09-29delete omemo keys when deleting accountChristian Schneppe2-3/+12
2019-09-29make list selection manager work with app compatChristian Schneppe1-71/+71
2019-09-29rework introChristian Schneppe19-44/+88
2019-09-24channel search result long press to show join dialogChristian Schneppe5-16/+47
2019-09-24New Crowdin translations (#392)Christian Schneppe9-18/+959
* New translations strings.xml (Basque) * New translations strings.xml (Bulgarian) * New translations strings.xml (Catalan) * New translations strings.xml (Cebuano) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Turkish) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Italian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (German) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (German) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Portuguese, Brazilian)
2019-09-24small changes in quotesChristian Schneppe2-5/+15
* don't show username in single chats * differ between own and foreign quotes
2019-09-24minor intro improvements, shorten some textsChristian Schneppe12-4/+28
2019-09-24fix crash OTR crashChristian Schneppe1-1/+1
2019-09-23correct file locations for EmojiServiceChristian Schneppe2-2/+2
2019-09-23fix missing deps for EmojiServiceChristian Schneppe2-0/+27
2019-09-23New Crowdin translations (#391)Christian Schneppe15-1049/+201
* New translations strings.xml (Russian) * New translations strings.xml (German) * New translations strings.xml (Swedish) * New translations strings.xml (Spanish) * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (Indonesian) * New translations strings.xml (Galician) * New translations strings.xml (French) * New translations strings.xml (Filipino) * New translations strings.xml (Dutch) * New translations strings.xml (Czech) * New translations strings.xml (Chinese Traditional)
2019-09-23Google Play version use downloadable Emojis instead of bundledChristian Schneppe3-37/+47
2019-09-23print emoji only status messages largerChristian Schneppe1-8/+18
2019-09-23do not parse invites from type=groupchatChristian Schneppe3-26/+34
2019-09-22show username as title in context menu when long clicking avatar in MUCChristian Schneppe4-12/+81
2019-09-22use existing variable for userChristian Schneppe1-1/+1
2019-09-21show context menu in channel search to share uriChristian Schneppe4-25/+71
2019-09-21update license infoChristian Schneppe1-0/+1
2019-09-21introduce app intro and some help screensChristian Schneppe31-12/+250
2019-09-20close correct socket after faulty jingle socks connectionChristian Schneppe1-1/+1
2019-09-20improved logging for messages waiting for joinChristian Schneppe3-11/+25
2019-09-20added overlay to avatar in EditAccountActivityChristian Schneppe10-228/+276
in addition to #390
2019-09-20fix stringsChristian Schneppe1-1/+1
2019-09-20migrate to AndroidXChristian Schneppe145-398/+382
2019-09-20replace YouTube links with Invidious linksChristian Schneppe8-22/+63
increases privacy and is configurable via preferences
2019-09-19set new automatic theme switch as defaultChristian Schneppe1-1/+1
2019-09-19bug fixes in MessageAdapterChristian Schneppe1-6/+3
2019-09-19fixed R8 weirdnessChristian Schneppe2-5/+4
2019-09-19fixed direct invites after adhocChristian Schneppe4-6/+25
2019-09-19cancel spinning wheel on muclumbus errorChristian Schneppe2-10/+14
2019-09-19warn when using _only_ ambiguous cyrillicChristian Schneppe1-3/+33
2019-09-19fixed some minor NPEChristian Schneppe4-7/+13
2019-09-19clear notifications when deleting accountChristian Schneppe1-1/+2
2019-09-19do not finish or repair sessions for untrusted sendersChristian Schneppe2-14/+39
finishing (sending a key transport message in response to pre key message) as well as reparing sessions will leak resource and availability and might in certain situations in group chat leak the Jabber ID. Therefor we disable that. Leaking resource might not be considered harmful by a lot of people however we have always doing similar things with receipts.
2019-09-19changed profile viewChristian Schneppe4-289/+397
fixes #390, #369
2019-09-13parse LMC 1.1Christian Schneppe4-4/+23
2019-09-13keep track of previously edited idsChristian Schneppe6-21/+114
2019-09-13catch empty password exceptions in ExportBackupServiceChristian Schneppe1-2/+6
2019-09-13stopped constantly focus shift if user is typingChristian Schneppe1-7/+1
fixes #386
2019-09-12set Messenger identity as userAgent for RichPreview and ChannelDiscoveryChristian Schneppe2-0/+24