aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | fixes #191
* small jingle fixesChristian Schneppe2020-01-311-2/+2
| | | | possibly fixes #417, but I couldn't check this, because I can't reproduce the problems. Feel free to reopen it with updated logs.
* release video player onStopChristian Schneppe2020-01-311-2/+4
|
* fix showing presence colored namesChristian Schneppe2020-01-312-26/+27
| | | | fixes #257
* 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 ↵Christian Schneppe2020-01-311-33/+27
| | | | | | | all encrypted files * added failure logging to http download * fixed download of previously deleted omemo files
* 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
|
* parse install referrer from gplayChristian Schneppe2020-01-2412-27/+148
|
* make registration uris work with fixed usernamesChristian Schneppe2020-01-245-31/+70
|
* preselect proper account in create contact dialog after following inviteChristian Schneppe2020-01-243-5/+8
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-245-20/+25
|
* support registration via pars tokensChristian Schneppe2020-01-248-51/+133
|
* refactored xmpp uri parsing to expose all paramsChristian Schneppe2020-01-241-71/+63
|
* show number of participants in a MUCChristian Schneppe2020-01-241-0/+1
|
* try to heal Huawei's energy saving methodsChristian Schneppe2020-01-241-0/+4
|
* show toast message on PN if user is not in room/channelChristian Schneppe2020-01-141-0/+5
|
* show avatar correctlyChristian Schneppe2020-01-142-0/+2
|
* switch volume control between earpiece and speaker while listening audioChristian Schneppe2020-01-142-2/+1
|
* rework map view and update leaflet to 1.6.0Christian Schneppe2020-01-022-16/+14
|
* don’t crash when long pressing invalid geo-urisChristian Schneppe2020-01-021-3/+7
|
* reset XmppConnection to parentChristian Schneppe2020-01-021-1/+1
|
* don't create conversation while watching ContactDetailsChristian Schneppe2020-01-022-19/+0
|
* startup performance improvementsChristian Schneppe2020-01-021-24/+31
|
* reset file to normal message when attempting re-download after deleteChristian Schneppe2020-01-021-0/+9
|
* persist file size across abortsChristian Schneppe2020-01-027-18/+43
|
* make parts in Message.java finalChristian Schneppe2020-01-021-1/+1
|
* automatically set year in about messageChristian Schneppe2020-01-021-0/+8
|
* display '#' in generated channel avatarsChristian Schneppe2019-12-241-7/+12
|
* Implement download resumption for OMEMO encrypted filesChristian Schneppe2019-12-242-22/+56
|
* createOutputStream(): allow to disable decryptionChristian Schneppe2019-12-242-15/+8
|
* small contact details UI fixesChristian Schneppe2019-12-241-42/+14
|
* rework conference and contact detailsChristian Schneppe2019-12-232-37/+91
| | | | | | | | | * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423