aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04implement self healing omemoChristian Schneppe12-21/+144
after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
2018-12-04open direct search after hitting + in share with screenChristian Schneppe3-46/+82
2018-12-04try to fix persistent export notificationsChristian Schneppe2-21/+17
2018-12-04some code reorder for actionbar titlesChristian Schneppe3-19/+2
2018-12-04remove role=none participant when first online participant joinsChristian Schneppe1-1/+1
in anticipations for muc services using registered nicks (and putting nicks into the member list even if that user is offline) we need to remove that 'fake' user from the online list when the real user comes online.
2018-11-30fixed cache cleaning of muc avatarsChristian Schneppe2-2/+5
2018-11-30change audio attributes for notification channelChristian Schneppe2-1/+3
This may help on platforms that make a difference between ringtone volume and notification volume
2018-11-30transmit display name (nick) in subscription requestsChristian Schneppe4-7/+17
2018-11-30set access model to open when publishing avatarChristian Schneppe4-35/+84
2018-11-30make sure that conversation is 1:1 before offering to select presence on ↵Christian Schneppe1-0/+1
file resend
2018-11-30run expireOldMessages in background taskChristian Schneppe1-4/+9
2018-11-30fix apk name detectionChristian Schneppe1-4/+5
2018-11-30let the user forbid android from taking screenshotsChristian Schneppe2-0/+27
2018-11-30catch npe while detecting apk namesChristian Schneppe1-7/+12
2018-11-30don't refresh Blocklist if activity is finishingChristian Schneppe1-0/+3
2018-11-30also show invite button in ConferenceDetailsActivity if there were no users ↵Christian Schneppe1-5/+5
inside
2018-11-23cancel magic mode attribute after changing password onceChristian Schneppe1-1/+1
2018-11-23removed unecessary code in time preferenceChristian Schneppe1-7/+3
2018-11-23catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe2-8/+13
2018-11-23refactor quite hours to make them time zone indepententChristian Schneppe2-25/+20
2018-11-23make password editable on auth errorChristian Schneppe2-2/+2
2018-11-23attempt to work around bugs in Chinese ROMsChristian Schneppe1-0/+47
2018-11-23show only file size if http upload is availableChristian Schneppe1-1/+1
2018-11-23remove now unused password has changed in magic modeChristian Schneppe1-18/+1
2018-11-23only show not stranger if messages are coming from quicksy domain not ↵Christian Schneppe1-1/+1
quicksy contacts
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe1-5/+7
2018-11-23use toastcompat library to catch BadTokenExceptionChristian Schneppe1-1/+2
2018-11-23do not display toast if activity is finishingChristian Schneppe1-4/+3
2018-11-23offer to copy error message to clipboardChristian Schneppe1-3/+9
2018-11-23make change nick toast use showToast helper methodChristian Schneppe1-3/+10
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe3-25/+30
2018-11-23catch illegal state exception on fragment transactionChristian Schneppe1-3/+7
2018-11-23use startForegroundService compat from push message receiverChristian Schneppe2-2/+13
2018-11-23add versioning to sync namespaceChristian Schneppe1-1/+1
2018-11-23catch cursor window allocation exceptionChristian Schneppe1-4/+10
2018-11-23do not add self as crytpo target in MUCChristian Schneppe1-1/+1
2018-11-23use display name to generate own avatarChristian Schneppe2-1/+4
2018-11-23do not update foreground notification on error if it wasn’t enabledChristian Schneppe2-12/+15
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe5-12/+36
2018-11-23move default port to Resolver.javaChristian Schneppe2-11/+10
2018-11-23added interface to edit nickChristian Schneppe7-36/+77
2018-11-23fixed caching key not being calculated properlyChristian Schneppe1-1/+1
2018-11-23add suggested contacts to roster on first messageChristian Schneppe2-4/+11
2018-11-23always do contact sync in backgroundChristian Schneppe2-2/+2
2018-11-23avatar code changesChristian Schneppe3-19/+12
2018-11-23suggest sync on loginChristian Schneppe1-0/+1
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe6-9/+9
2018-11-23quicksy server is not a strangerChristian Schneppe2-1/+3
2018-11-23added count down latch to await account connect before going into publish ↵Christian Schneppe1-0/+3
profile activity
2018-11-23show synced contacts in choose contact activityChristian Schneppe6-13/+6