aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [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-093-4/+19
* introduce preview for PDF files in chatChristian Schneppe2020-02-093-19/+79
* improve logging of happy eyeballgenofire2020-02-091-8/+15
* [BUGFIX] happy eyeball: concurrents resolve connectgenofire2020-02-091-6/+2
* add more logging and fix typo in Resolver.javaChristian Schneppe2020-02-081-3/+9
* add preferece to use unicolored backgroundChristian Schneppe2020-02-083-0/+20
* 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
* [BUGFIX] happy eye: null pointer on closed socket if no connection was etabli...genofire2020-02-081-1/+4
* rework RecordingActivityChristian Schneppe2020-02-072-2/+10
* [BUGFIX] crash on resolve.toString if hostname is null (#444)genofire2020-02-071-1/+1
* fix some button colorsChristian Schneppe2020-02-061-7/+3
* show me name instead of name part from own jid in mapsChristian Schneppe2020-02-061-1/+1
* fix crash/stacktrace in Share/ShowLocationActivityChristian Schneppe2020-02-062-2/+2
* fix NPE in AboutActivityChristian Schneppe2020-02-061-6/+16
* Networkstack: easy happy eyeball (#411)genofire2020-02-055-392/+158
* limit artist - title in messages to 128 charsChristian Schneppe2020-02-051-2/+3
* add device to crash reportChristian Schneppe2020-02-051-0/+12
* update MetaDataExtractorChristian Schneppe2020-02-031-4/+17
* don't crash if player == nullChristian Schneppe2020-02-021-3/+3
* show audio artist and title for audio filesChristian Schneppe2020-02-024-2/+63
* fix showing progressBarChristian Schneppe2020-02-011-19/+14
* update theme in SettingsActivity correctlyChristian Schneppe2020-02-011-0/+1
* show progressbar instead of percentages while up-/downloading filesChristian Schneppe2020-02-013-17/+51
* add ability to reply on private messages in notificationsChristian Schneppe2020-02-012-5/+13
* small jingle fixesChristian Schneppe2020-01-311-2/+2
* release video player onStopChristian Schneppe2020-01-311-2/+4
* fix showing presence colored namesChristian Schneppe2020-01-312-26/+27
* change updater a bitChristian Schneppe2020-01-311-3/+4
* use ToastCompat instead of ToastChristian Schneppe2020-01-3134-138/+170
* add icons for video, audio and image files for the case the preview failsChristian Schneppe2020-01-311-0/+18
* optimize importsChristian Schneppe2020-01-3165-117/+169
* fix sending uncompressed filesChristian Schneppe2020-01-312-15/+5
* use ExoPlayer for video playbackChristian Schneppe2020-01-313-25/+65
* evict cached previews when file gets deletedChristian Schneppe2020-01-312-0/+10
* temporarily go back to 16 byte iv for imminent bug fix releaseChristian Schneppe2020-01-311-1/+1
* pass omemo decrypt up to higher layers to count as download error. decrypt al...Christian Schneppe2020-01-311-33/+27
* use more material styleChristian Schneppe2020-01-265-15/+60
* fix some bugsChristian Schneppe2020-01-264-17/+15
* use default values for some preferences instead of hardcoded onesChristian Schneppe2020-01-262-2/+2
* rework lastseen a bit and don't show offlineChristian Schneppe2020-01-262-41/+25
* fix fingerprint for otrChristian Schneppe2020-01-241-0/+6
* omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe2020-01-2410-327/+306
* support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe2020-01-243-94/+85
* fixed adding omemo encrypted images to galleryChristian Schneppe2020-01-241-1/+2
* add scan qr button to welcome screenChristian Schneppe2020-01-241-5/+35
* use installreferrer libray instead of broadcast listenerChristian Schneppe2020-01-244-77/+10