aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed some rare NPE caused by race for saveInstanceState()Christian Schneppe2018-12-141-2/+2
* version 2.1.5 beta (2018-12-04)Christian Schneppe2018-12-043-5/+13
* show context menu when long clicking avatar in 1:1Christian Schneppe2018-12-042-55/+95
* offer to start/install orbot for edit account screen.Christian Schneppe2018-12-043-15/+96
* implement self healing omemoChristian Schneppe2018-12-0413-21/+145
* open direct search after hitting + in share with screenChristian Schneppe2018-12-044-47/+84
* try to fix persistent export notificationsChristian Schneppe2018-12-042-21/+17
* some code reorder for actionbar titlesChristian Schneppe2018-12-043-19/+2
* remove role=none participant when first online participant joinsChristian Schneppe2018-12-041-1/+1
* fixed cache cleaning of muc avatarsChristian Schneppe2018-11-302-2/+5
* change audio attributes for notification channelChristian Schneppe2018-11-302-1/+3
* transmit display name (nick) in subscription requestsChristian Schneppe2018-11-304-7/+17
* set access model to open when publishing avatarChristian Schneppe2018-11-304-35/+84
* make sure that conversation is 1:1 before offering to select presence on file...Christian Schneppe2018-11-301-0/+1
* run expireOldMessages in background taskChristian Schneppe2018-11-301-4/+9
* fix apk name detectionChristian Schneppe2018-11-301-4/+5
* let the user forbid android from taking screenshotsChristian Schneppe2018-11-305-0/+35
* catch npe while detecting apk namesChristian Schneppe2018-11-301-7/+12
* don't refresh Blocklist if activity is finishingChristian Schneppe2018-11-301-0/+3
* also show invite button in ConferenceDetailsActivity if there were no users i...Christian Schneppe2018-11-301-5/+5
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2018-11-2726-10/+11
|\
| * Merge pull request #279 from licaon-kter/patch-3Christian Schneppe2018-11-272-6/+6
| |\
| | * Forgot linkLicaon_Kter2018-11-271-1/+1
| | * And DELicaon_Kter2018-11-271-3/+3
| | * Fix description per F-Droid quirksLicaon_Kter2018-11-271-3/+3
| |/
| * Merge pull request #270 from Echolon/patch-2Christian Schneppe2018-11-221-4/+5
| |\
| | * Update README.mdEcholon2018-11-161-0/+1
| | * Update README.mdEcholon2018-11-151-4/+4
| * | Merge pull request #272 from genofire/fdroid-updateChristian Schneppe2018-11-2225-0/+0
| |\ \
| | * | update screenshotsMartin/Geno2018-11-1625-0/+0
| | |/
* | | cancel magic mode attribute after changing password onceChristian Schneppe2018-11-231-1/+1
* | | removed unecessary code in time preferenceChristian Schneppe2018-11-231-7/+3
* | | catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe2018-11-234-18/+31
* | | refactor quite hours to make them time zone indepententChristian Schneppe2018-11-232-25/+20
* | | make password editable on auth errorChristian Schneppe2018-11-232-2/+2
* | | attempt to work around bugs in Chinese ROMsChristian Schneppe2018-11-233-3/+50
* | | show only file size if http upload is availableChristian Schneppe2018-11-234-4/+1
* | | remove now unused password has changed in magic modeChristian Schneppe2018-11-231-18/+1
* | | only show not stranger if messages are coming from quicksy domain not quicksy...Christian Schneppe2018-11-231-1/+1
* | | show 'show password' toggle for all magically created accountsChristian Schneppe2018-11-234-7/+13
* | | use toastcompat library to catch BadTokenExceptionChristian Schneppe2018-11-233-1/+4
* | | do not display toast if activity is finishingChristian Schneppe2018-11-231-4/+3
* | | offer to copy error message to clipboardChristian Schneppe2018-11-232-3/+10
* | | make change nick toast use showToast helper methodChristian Schneppe2018-11-231-3/+10
* | | provide option to reject subscription request when long pressing 'allow'Christian Schneppe2018-11-235-25/+34
* | | catch illegal state exception on fragment transactionChristian Schneppe2018-11-231-3/+7
* | | use startForegroundService compat from push message receiverChristian Schneppe2018-11-235-13/+39
* | | add versioning to sync namespaceChristian Schneppe2018-11-231-1/+1
* | | catch cursor window allocation exceptionChristian Schneppe2018-11-231-4/+10
* | | do not add self as crytpo target in MUCChristian Schneppe2018-11-231-1/+1