aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add context menu to MediaBrowser toChristian Schneppe2020-02-184-15/+140
| | | | | | * share * open * delete
* update chat background immediately after opening chatChristian Schneppe2020-02-182-1/+4
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2020-02-1726-73/+238
|\
| * 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)
* | fix some more colors for orange themeChristian Schneppe2020-02-172-1/+7
| |
* | fix backgroundcolor for selected items in contact chooserChristian Schneppe2020-02-171-1/+1
| |
* | switch to sending 12 byte IVsChristian Schneppe2020-02-171-1/+1
| |
* | hide local part of group chat xmpp addressChristian Schneppe2020-02-172-1/+6
| |
* | prevent sharing of xmpp uri for group chat bookmarksChristian Schneppe2020-02-171-2/+5
| |
* | do not warn user if bookmark already existsChristian Schneppe2020-02-173-11/+7
| |
* | small fixesChristian Schneppe2020-02-174-3/+22
| |
* | customize ExoPlayerChristian Schneppe2020-02-172-0/+12
|/
* 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
|
* [BUGFIX] Resolver: allow srv entry with priority 0genofire2020-02-091-1/+1
|
* improve logging of happy eyeball (v2)genofire2020-02-091-6/+18
|
* integrate alternative codec for voice recorder via attachment settingsChristian Schneppe2020-02-096-4/+27
|
* introduce preview for PDF files in chatChristian Schneppe2020-02-098-19/+79
|
* improve logging of happy eyeballgenofire2020-02-091-8/+15
|
* [BUGFIX] happy eyeball: concurrents resolve connectgenofire2020-02-091-6/+2
|
* New Crowdin translations (#449)Christian Schneppe2020-02-0811-173/+1254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese) * New translations strings.xml (Kannada) * 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 (Azerbaijani) * 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 (German) * New translations strings.xml (Chinese Traditional)
* add more logging and fix typo in Resolver.javaChristian Schneppe2020-02-081-3/+9
|
* add preferece to use unicolored backgroundChristian Schneppe2020-02-087-0/+29
|
* catch some more NPE in Resolver.javaChristian Schneppe2020-02-081-1/+6
|
* [BUGFIX] happy eye: null pointer if no connection was etablishedgenofire2020-02-081-0/+4
|
* make dark blue background a bit darkerChristian Schneppe2020-02-081-0/+0
|
* fix scaling backgroundChristian Schneppe2020-02-084-0/+0
|
* [BUGFIX] happy eye: null pointer on closed socket if no connection was ↵genofire2020-02-081-1/+4
| | | | etablished
* rework RecordingActivityChristian Schneppe2020-02-074-4/+11
|
* update jQueryChristian Schneppe2020-02-071-5/+2
|
* update chat backgroundChristian Schneppe2020-02-078-5/+14
|
* [BUGFIX] crash on resolve.toString if hostname is null (#444)genofire2020-02-071-1/+1
| | | Thank you @genofire