aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* performance improvement of message expiryChristian Schneppe2019-06-223-8/+56
* shedule webpreview cache deletionChristian Schneppe2019-06-212-14/+21
* show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe2019-06-2013-13/+68
* ping muc after receiving not-acceptable errorChristian Schneppe2019-06-201-0/+12
* attempt to keep messages waiting until muc is connectedChristian Schneppe2019-06-202-3/+23
* small improvement of welcome screenChristian Schneppe2019-06-1812-11/+23
* self ping (xep-0410) after receiving invite to mucChristian Schneppe2019-06-184-5/+29
* syntax clean upChristian Schneppe2019-06-171-1/+1
* disallow subsequent session-acceptChristian Schneppe2019-06-171-13/+13
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-175-226/+207
* accept direct ibb jingle offersChristian Schneppe2019-06-172-15/+58
* don’t crash when attempting to publish bookmarks while offlineChristian Schneppe2019-06-171-1/+2
* handle some rare npeChristian Schneppe2019-06-172-6/+12
* MessageStyle notifications replace car extenderChristian Schneppe2019-06-171-21/+13
* use socks instead of http proxy for http uploadChristian Schneppe2019-06-173-7/+7
* fix some NPEChristian Schneppe2019-06-172-5/+14
* reduce image quality a bitChristian Schneppe2019-06-161-1/+1
* Networkstack - let OS decide IPv4 or IPv6 (#267)genofire2019-06-085-360/+23
* update translationsChristian Schneppe2019-06-085-436/+924
* fix some more NPEChristian Schneppe2019-06-085-7/+14
* put geo uri in attachment preview when sharedChristian Schneppe2019-06-083-5/+17
* show negative max files size (unknown/unlimited) simply as availableChristian Schneppe2019-06-081-2/+7
* fixed some NPEChristian Schneppe2019-06-081-3/+6
* synchronize around attributes in toContentValues()Christian Schneppe2019-06-081-1/+3
* show error messages in text layout not edittextChristian Schneppe2019-06-082-6/+16
* handle invalid canditates in jingleChristian Schneppe2019-06-081-0/+4
* double check that activity is not null in updateSend buttonChristian Schneppe2019-06-081-2/+2
* fixed NPE in channel discovery after race to create menuChristian Schneppe2019-06-081-1/+1
* set own omemo devices to inactive after 60 days of inactivityChristian Schneppe2019-06-081-1/+1
* change music volume during audio playbackChristian Schneppe2019-06-081-0/+1
* fix activity_media_viewer.xmlChristian Schneppe2019-06-081-1/+0
* change minimum timeout for uploads/downloadsChristian Schneppe2019-06-082-4/+4
* less connection delayChristian Schneppe2019-06-081-8/+8
* performance improvementsChristian Schneppe2019-06-082-3/+2
* separate received and sent filesChristian Schneppe2019-05-194-10/+47
* run postDelayed in background threadChristian Schneppe2019-05-191-1/+4
* always change music volumeChristian Schneppe2019-05-181-1/+1
* update translationsChristian Schneppe2019-05-1823-62/+1160
* performance improvementsChristian Schneppe2019-05-187-28/+43
* fix crash in RichPreviewChristian Schneppe2019-05-041-2/+2
* small UI changesChristian Schneppe2019-05-042-54/+9
* some bug fixesChristian Schneppe2019-05-042-9/+6
* set own omemo devices to inactive after 14 days of inactivity; was 7 daysChristian Schneppe2019-05-041-1/+1
* added language tag in channel search resultsChristian Schneppe2019-05-044-7/+64
* fixed rare NPE cause by raceChristian Schneppe2019-05-041-3/+7
* jingle: send canditate error before fallbackChristian Schneppe2019-05-042-3/+4
* go forward through cursor in message restoreChristian Schneppe2019-05-042-33/+21
* Make use of Namespace.REGISTER constantChristian Schneppe2019-05-042-5/+5
* fix export error for non-unicode numbersChristian Schneppe2019-05-041-1/+1
* do not synchronize twice when adding status and date bubblesChristian Schneppe2019-05-041-60/+50