Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add jfif and jif as jpeg mime types | Christian Schneppe | 2020-03-16 | 1 | -0/+2 |
| | |||||
* | don't show offline status in dynamic tags | Christian Schneppe | 2020-02-19 | 1 | -2/+0 |
| | |||||
* | WIP: happy eyeball with dns caching for 5min (#464) | genofire | 2020-02-19 | 1 | -4/+35 |
| | | | | | | * happy eyeball: fix dnssec for plain ip an srv-cname * reimplement dns resolver cache + add timeout for cache | ||||
* | use androidx.appcompat.app.AlertDialog and make AlertDialog final | Christian Schneppe | 2020-02-16 | 1 | -3/+3 |
| | |||||
* | happy eyeball: fix NPE on connecting without dns (#460) | genofire | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | fix NPE in resolver | Christian Schneppe | 2020-02-11 | 1 | -31/+30 |
| | | | | and set more variables to final | ||||
* | make colored muc names configurable | Christian Schneppe | 2020-02-11 | 1 | -2/+5 |
| | | | | * default = off | ||||
* | use colored usernames in group chats/channels | Christian Schneppe | 2020-02-10 | 1 | -0/+13 |
| | |||||
* | Revert "Networkstack: drop own implementation of DNS-Server selection" | genofire | 2020-02-10 | 3 | -0/+186 |
| | | | | This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e. | ||||
* | [BUGFIX] Resolver: fallback for invalid SRV CNAME entries | genofire | 2020-02-10 | 1 | -2/+39 |
| | |||||
* | [BUGFIX] Resolver: allow srv entry with priority 0 | genofire | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | improve logging of happy eyeball (v2) | genofire | 2020-02-09 | 1 | -6/+18 |
| | |||||
* | introduce preview for PDF files in chat | Christian Schneppe | 2020-02-09 | 1 | -0/+4 |
| | |||||
* | improve logging of happy eyeball | genofire | 2020-02-09 | 1 | -8/+15 |
| | |||||
* | [BUGFIX] happy eyeball: concurrents resolve connect | genofire | 2020-02-09 | 1 | -6/+2 |
| | |||||
* | add more logging and fix typo in Resolver.java | Christian Schneppe | 2020-02-08 | 1 | -3/+9 |
| | |||||
* | catch some more NPE in Resolver.java | Christian Schneppe | 2020-02-08 | 1 | -1/+6 |
| | |||||
* | [BUGFIX] happy eye: null pointer if no connection was etablished | genofire | 2020-02-08 | 1 | -0/+4 |
| | |||||
* | [BUGFIX] happy eye: null pointer on closed socket if no connection was ↵ | genofire | 2020-02-08 | 1 | -1/+4 |
| | | | | etablished | ||||
* | rework RecordingActivity | Christian Schneppe | 2020-02-07 | 1 | -1/+7 |
| | |||||
* | [BUGFIX] crash on resolve.toString if hostname is null (#444) | genofire | 2020-02-07 | 1 | -1/+1 |
| | | | Thank you @genofire | ||||
* | show me name instead of name part from own jid in maps | Christian Schneppe | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | Networkstack: easy happy eyeball (#411) | genofire | 2020-02-05 | 3 | -271/+124 |
| | | | | | | | | * Networkstack: easy happy eyeball * Networkstack: drop own implementation of DNS-Server selection Co-authored-by: Christian Schneppe <kriztan@users.noreply.github.com> | ||||
* | add device to crash report | Christian Schneppe | 2020-02-05 | 1 | -0/+12 |
| | |||||
* | show progressbar instead of percentages while up-/downloading files | Christian Schneppe | 2020-02-01 | 1 | -3/+2 |
| | |||||
* | use ToastCompat instead of Toast | Christian Schneppe | 2020-01-31 | 1 | -1/+2 |
| | |||||
* | optimize imports | Christian Schneppe | 2020-01-31 | 8 | -9/+14 |
| | |||||
* | use ExoPlayer for video playback | Christian Schneppe | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | fix some bugs | Christian Schneppe | 2020-01-26 | 1 | -2/+3 |
| | |||||
* | fix fingerprint for otr | Christian Schneppe | 2020-01-24 | 1 | -0/+6 |
| | |||||
* | support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid) | Christian Schneppe | 2020-01-24 | 1 | -90/+81 |
| | |||||
* | use installreferrer libray instead of broadcast listener | Christian Schneppe | 2020-01-24 | 1 | -2/+0 |
| | |||||
* | parse install referrer from gplay | Christian Schneppe | 2020-01-24 | 2 | -1/+3 |
| | |||||
* | make registration uris work with fixed usernames | Christian Schneppe | 2020-01-24 | 1 | -2/+12 |
| | |||||
* | support ?roster;ibr=y xmpp uris | Christian Schneppe | 2020-01-24 | 2 | -2/+3 |
| | |||||
* | support registration via pars tokens | Christian Schneppe | 2020-01-24 | 3 | -0/+20 |
| | |||||
* | refactored xmpp uri parsing to expose all params | Christian Schneppe | 2020-01-24 | 1 | -71/+63 |
| | |||||
* | don’t crash when long pressing invalid geo-uris | Christian Schneppe | 2020-01-02 | 1 | -3/+7 |
| | |||||
* | persist file size across aborts | Christian Schneppe | 2020-01-02 | 2 | -2/+7 |
| | |||||
* | show nick for /me in 1:1 chats | Christian Schneppe | 2019-12-17 | 1 | -2/+12 |
| | | | | fixes #421 | ||||
* | add .heic to list of known mime types | Christian Schneppe | 2019-12-12 | 1 | -6/+7 |
| | |||||
* | reduce cursor size back to 4m; now that the cause is fixed | Christian Schneppe | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | use Base64.NO_WRAP instead of trim() | Christian Schneppe | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | increase cursor window size on Android P when restoring messages | Christian Schneppe | 2019-12-08 | 1 | -0/+21 |
| | |||||
* | add missing permission requests for Android P | Christian Schneppe | 2019-12-07 | 2 | -1/+11 |
| | | | | possibly fixes #410 | ||||
* | rework design colors and make it compatible with older ROMs | Christian Schneppe | 2019-11-16 | 1 | -1/+1 |
| | |||||
* | introduce new orange theme color | Christian Schneppe | 2019-11-15 | 1 | -13/+48 |
| | |||||
* | Fix empty grey box for unknown file types (#405) | TheOneric | 2019-11-15 | 1 | -0/+1 |
| | | | | | | 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'. | ||||
* | small UI fixes in SetSettingsActivity | Christian Schneppe | 2019-11-15 | 1 | -1/+0 |
| | |||||
* | rework message deletion | Christian Schneppe | 2019-11-04 | 1 | -1/+5 |
| |