aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe3-17/+51
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 Schneppe1-0/+18
2020-01-31optimize importsChristian Schneppe65-117/+169
2020-01-31fix sending uncompressed filesChristian Schneppe2-15/+5
2020-01-31use ExoPlayer for video playbackChristian Schneppe3-25/+65
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-26use more material styleChristian Schneppe5-15/+60
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 Schneppe1-5/+35
2020-01-24use installreferrer libray instead of broadcast listenerChristian Schneppe4-77/+10
2020-01-24parse install referrer from gplayChristian Schneppe12-27/+148
2020-01-24make registration uris work with fixed usernamesChristian Schneppe5-31/+70
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 Schneppe8-51/+133
2020-01-24refactored xmpp uri parsing to expose all paramsChristian Schneppe1-71/+63
2020-01-24show number of participants in a MUCChristian Schneppe1-0/+1
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-02rework map view and update leaflet to 1.6.0Christian Schneppe2-16/+14
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
2020-01-02startup performance improvementsChristian Schneppe1-24/+31
2020-01-02reset file to normal message when attempting re-download after deleteChristian Schneppe1-0/+9
2020-01-02persist file size across abortsChristian Schneppe7-18/+43
2020-01-02make parts in Message.java finalChristian Schneppe1-1/+1
2020-01-02automatically set year in about messageChristian Schneppe1-0/+8
2019-12-24display '#' in generated channel avatarsChristian Schneppe1-7/+12
2019-12-24Implement download resumption for OMEMO encrypted filesChristian Schneppe2-22/+56
2019-12-24createOutputStream(): allow to disable decryptionChristian Schneppe2-15/+8
2019-12-24small contact details UI fixesChristian Schneppe1-42/+14
2019-12-23rework conference and contact detailsChristian Schneppe2-37/+91
2019-12-23small UI refresh changesChristian Schneppe2-3/+3