aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-05limit artist - title in messages to 128 charsChristian Schneppe1-2/+3
2020-02-05add device to crash reportChristian Schneppe1-0/+12
2020-02-03update MetaDataExtractorChristian Schneppe1-4/+17
2020-02-02don't crash if player == nullChristian Schneppe1-3/+3
2020-02-02show audio artist and title for audio filesChristian Schneppe4-2/+63
2020-02-01fix showing progressBarChristian Schneppe1-19/+14
2020-02-01remove unused resourcesChristian Schneppe27-133/+0
2020-02-01update theme in SettingsActivity correctlyChristian Schneppe1-0/+1
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe5-17/+66
2020-02-01add ability to reply on private messages in notificationsChristian Schneppe2-5/+13
2020-01-31small jingle fixesChristian Schneppe1-2/+2
2020-01-31release video player onStopChristian Schneppe1-2/+4
2020-01-31fix showing presence colored namesChristian Schneppe2-26/+27
2020-01-31change updater a bitChristian Schneppe1-3/+4
2020-01-31use ToastCompat instead of ToastChristian Schneppe34-138/+170
2020-01-31add icons for video, audio and image files for the case the preview failsChristian Schneppe16-0/+18
2020-01-31optimize importsChristian Schneppe66-118/+171
2020-01-31fix sending uncompressed filesChristian Schneppe3-16/+5
2020-01-31use ExoPlayer for video playbackChristian Schneppe5-27/+67
2020-01-31evict cached previews when file gets deletedChristian Schneppe2-0/+10
2020-01-31temporarily go back to 16 byte iv for imminent bug fix releaseChristian Schneppe1-1/+1
2020-01-31pass omemo decrypt up to higher layers to count as download error. decrypt al...Christian Schneppe1-33/+27
2020-01-27Update strings.xmlChristian Schneppe1-1/+1
2020-01-26use more material styleChristian Schneppe12-63/+122
2020-01-26fix some bugsChristian Schneppe4-17/+15
2020-01-26use default values for some preferences instead of hardcoded onesChristian Schneppe2-2/+2
2020-01-26rework lastseen a bit and don't show offlineChristian Schneppe2-41/+25
2020-01-24fix fingerprint for otrChristian Schneppe1-0/+6
2020-01-24omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe10-327/+306
2020-01-24support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe3-94/+85
2020-01-24fixed adding omemo encrypted images to galleryChristian Schneppe1-1/+2
2020-01-24add scan qr button to welcome screenChristian Schneppe2-5/+46
2020-01-24use installreferrer libray instead of broadcast listenerChristian Schneppe7-86/+85
2020-01-24parse install referrer from gplayChristian Schneppe15-117/+249
2020-01-24make registration uris work with fixed usernamesChristian Schneppe7-32/+74
2020-01-24preselect proper account in create contact dialog after following inviteChristian Schneppe3-5/+8
2020-01-24support ?roster;ibr=y xmpp urisChristian Schneppe5-20/+25
2020-01-24support registration via pars tokensChristian Schneppe10-165/+255
2020-01-24refactored xmpp uri parsing to expose all paramsChristian Schneppe1-71/+63
2020-01-24show number of participants in a MUCChristian Schneppe3-4/+9
2020-01-24try to heal Huawei's energy saving methodsChristian Schneppe1-0/+4
2020-01-14show toast message on PN if user is not in room/channelChristian Schneppe1-0/+5
2020-01-14show avatar correctlyChristian Schneppe2-0/+2
2020-01-14switch volume control between earpiece and speaker while listening audioChristian Schneppe2-2/+1
2020-01-03Fix typoLicaon_Kter1-2/+2
2020-01-03Fix typosLicaon_Kter1-12/+12
2020-01-02rework map view and update leaflet to 1.6.0Christian Schneppe6-40/+57
2020-01-02don’t crash when long pressing invalid geo-urisChristian Schneppe1-3/+7
2020-01-02reset XmppConnection to parentChristian Schneppe1-1/+1
2020-01-02don't create conversation while watching ContactDetailsChristian Schneppe2-19/+0