aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* count muc participants correctlyChristian Schneppe2019-01-241-13/+0
|
* archive destoryed mucs when registering that bookmark has been removedChristian Schneppe2019-01-031-0/+12
|
* deduplicate disco responseChristian Schneppe2018-12-271-2/+2
| | | | fixes #283
* show warning snackbar before joining anon-non-private roomChristian Schneppe2018-12-141-1/+2
|
* implement self healing omemoChristian Schneppe2018-12-042-1/+16
| | | | | | 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.
* some code reorder for actionbar titlesChristian Schneppe2018-12-042-17/+0
|
* remove role=none participant when first online participant joinsChristian Schneppe2018-12-041-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.
* fixed cache cleaning of muc avatarsChristian Schneppe2018-11-301-1/+1
|
* transmit display name (nick) in subscription requestsChristian Schneppe2018-11-302-3/+5
|
* make password editable on auth errorChristian Schneppe2018-11-231-1/+1
|
* only show not stranger if messages are coming from quicksy domain not ↵Christian Schneppe2018-11-231-1/+1
| | | | quicksy contacts
* do not add self as crytpo target in MUCChristian Schneppe2018-11-231-1/+1
|
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-232-6/+28
|
* added interface to edit nickChristian Schneppe2018-11-231-1/+7
|
* use inContactList() instead inRoster() in the proper placesChristian Schneppe2018-11-233-6/+6
|
* quicksy server is not a strangerChristian Schneppe2018-11-231-0/+1
|
* show synced contacts in choose contact activityChristian Schneppe2018-11-233-8/+4
|
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-231-0/+8
|
* refresh synced contacts even if offlineChristian Schneppe2018-11-231-1/+1
|
* basic phone number syncChristian Schneppe2018-11-232-2/+28
|
* refactored phone contact loading in preperation for syncChristian Schneppe2018-11-231-18/+14
|
* implement message deletionChristian Schneppe2018-11-113-3/+28
| | | | fixed #208
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+1
|
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+1
|
* introduced error code for server not opening stream after auth or starttlsChristian Schneppe2018-10-011-193/+194
|
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-272-318/+312
|
* sync roster after setting pgp idChristian Schneppe2018-09-131-1/+4
|
* speed up DNSChristian Schneppe2018-09-131-4/+1
| | | | | | run queries in parallel decrease timeout do not fall back to google
* code cleanup for group chat user context menuChristian Schneppe2018-09-121-1/+0
|
* start new conversations by long press on avatarChristian Schneppe2018-09-121-0/+10
|
* do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2018-09-111-0/+1
|
* show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe2018-09-111-0/+7
| | | | is used
* do grace period calculation only on positive periodsChristian Schneppe2018-08-261-2/+4
|
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+31
|
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-0/+1
|
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+4
| | | | thanks @acw81
* do not add in_roster flag when restoring from diskChristian Schneppe2018-07-091-1/+0
|
* store own affiliation and role to diskChristian Schneppe2018-07-091-62/+47
|
* support mam:1Christian Schneppe2018-07-091-7/+7
|
* show snackbar for resource constraint in mucsChristian Schneppe2018-07-091-0/+1
|
* shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe2018-07-091-0/+6
|
* fixed MucOptions.getName()Christian Schneppe2018-07-091-5/+3
|
* reset subject and name on emptyChristian Schneppe2018-07-091-11/+12
|
* do not include white listed domains in room listChristian Schneppe2018-06-291-12/+12
|
* use TextInputLayout in quickedit dialogChristian Schneppe2018-06-291-0/+4
|
* code clean up in contact details presence handlingChristian Schneppe2018-06-291-1/+4
|
* fixed some extended muc info handling. match what ejabberd doesChristian Schneppe2018-06-292-13/+21
|
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-292-32/+48
|
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-1/+14
| | | | *show jid in group details (in advanced mode)