aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New translations strings.xml (Chinese Simplified)Christian Schneppe2020-02-191-11/+27
|
* New translations strings.xml (Portuguese)Christian Schneppe2020-02-191-101/+101
|
* New translations strings.xml (Portuguese, Brazilian)Christian Schneppe2020-02-191-101/+101
|
* New translations strings.xml (Basque)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Bulgarian)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Catalan)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Cebuano)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Chinese Traditional)Christian Schneppe2020-02-181-27/+11
|
* New translations strings.xml (Dutch)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Filipino)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (French)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Galician)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (German)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Indonesian)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Italian)Christian Schneppe2020-02-181-1/+1
|
* New translations strings.xml (Azerbaijani)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Polish)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Russian)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Spanish)Christian Schneppe2020-02-181-1/+1
|
* New translations strings.xml (Turkish)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Ukrainian)Christian Schneppe2020-02-181-1/+1
|
* New translations strings.xml (Chinese Simplified)Christian Schneppe2020-02-181-12/+27
|
* New translations strings.xml (Kannada)Christian Schneppe2020-02-181-2/+58
|
* New translations strings.xml (Czech)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Greek)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Portuguese)Christian Schneppe2020-02-181-101/+101
|
* New translations strings.xml (Portuguese, Brazilian)Christian Schneppe2020-02-181-102/+101
|
* New translations strings.xml (Swedish)Christian Schneppe2020-02-181-1/+0
|
* New translations strings.xml (Romanian)Christian Schneppe2020-02-181-1/+0
|
* New Crowdin translations (#452)Christian Schneppe2020-02-1726-73/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Spanish) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Ukrainian) * New translations strings.xml (Spanish) * New translations strings.xml (Russian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Spanish) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Ukrainian) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (German) * New translations strings.xml (Spanish) * New translations strings.xml (Ukrainian) * New translations strings.xml (Kannada) * New translations strings.xml (Arabic) * New translations strings.xml (Romanian) * New translations strings.xml (Swedish) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Greek) * New translations strings.xml (Czech) * New translations strings.xml (Kannada) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Ukrainian) * New translations strings.xml (Turkish) * New translations strings.xml (Spanish) * New translations strings.xml (Russian) * New translations strings.xml (Polish) * New translations strings.xml (Azerbaijani) * New translations strings.xml (Italian) * New translations strings.xml (Indonesian) * New translations strings.xml (German) * New translations strings.xml (Galician) * New translations strings.xml (French) * New translations strings.xml (Filipino) * New translations strings.xml (Dutch) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Cebuano) * New translations strings.xml (Catalan) * New translations strings.xml (Bulgarian) * New translations strings.xml (Basque) * New translations strings.xml (Tagalog) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Italian) * New translations strings.xml (Russian) * New translations strings.xml (Spanish) * New translations strings.xml (German) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Portuguese) * New translations strings.xml (Italian)
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-1622-72/+70
|
* fix user adapter view recycling bugChristian Schneppe2020-02-161-0/+2
|
* correct AbstractGeneratorChristian Schneppe2020-02-161-1/+1
|
* some changes to XmppConnectionServiceChristian Schneppe2020-02-161-20/+19
|
* add ability to delete own files from MediaViewerActivityChristian Schneppe2020-02-163-27/+70
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2020-02-141-1/+1
|\
| * happy eyeball: fix NPE on connecting without dns (#460)genofire2020-02-131-1/+1
| |
* | add 'show avatar' to context menu in chat viewChristian Schneppe2020-02-147-5/+46
|/ | | | to show a bigger avatar
* set filter to MediaBrowserActivityChristian Schneppe2020-02-125-13/+131
| | | | | to show only images and videos or all media files fixes #457
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-122-2/+5
|
* fix NPE in resolverChristian Schneppe2020-02-111-31/+30
| | | | and set more variables to final
* make colored muc names configurableChristian Schneppe2020-02-118-43/+33
| | | | * default = off
* rework PDF previewChristian Schneppe2020-02-112-72/+118
| | | | should fix #456
* fix colored nickname failure on single chats the 2ndChristian Schneppe2020-02-101-1/+4
|
* fix colored nickname failure on single chatsChristian Schneppe2020-02-101-0/+3
|
* catch more exceptions in JingleSocks5TransportChristian Schneppe2020-02-101-1/+1
|
* use colored usernames in group chats/channelsChristian Schneppe2020-02-105-8/+31
|
* shorten has Written to Wrotesubpub2020-02-101-2/+2
|
* Revert "Networkstack: drop own implementation of DNS-Server selection"genofire2020-02-103-0/+186
| | | | This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e.
* [BUGFIX] Resolver: fallback for invalid SRV CNAME entriesgenofire2020-02-101-2/+39
|