cheogram/src/main/java/eu/siacs/conversations/entities
Stephen Paul Weber 49cbe7448e
Use a RecyclerView for list of gateway options
If there are no gateways in the current account's roster, just show the
old "Jabber ID" label.  Otherwise show a list of toggle buttons.  These
buttons show the type of their gateway and change the JID input to
not autocomplete and to show a hint matching the jabber🆔gateway
prompt.

This is just UI, submit behaviour is unchanged. List is not yet populated by
this code.
2022-03-09 15:31:18 -05:00
..
AbstractEntity.java added max history age (default 1w). automatically sort newly added mam messages 2014-12-10 14:08:06 +01:00
Account.java use androidx ExifInterface to parse rotation. fixes #4154 2021-09-05 16:29:24 +02:00
Blockable.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
Bookmark.java Unified Start Conversation activity 2022-03-02 19:05:54 -05:00
Contact.java Display phone number type/label as a tag where relevant 2022-02-23 14:10:51 -05:00
Conversation.java Merge branch 'feature/missed_call_notifications' of https://github.com/dmitry-markin/Conversations 2022-03-01 14:32:00 -05:00
Conversational.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
DownloadableFile.java rename method that expand filename 2022-02-22 12:29:40 +01:00
Edit.java properly restore LMC edits. switch to LMC v1.1 2019-12-04 19:20:24 +01:00
IndividualMessage.java Store oobUri and preserve message body 2022-03-08 10:54:15 -05:00
ListItem.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
Message.java Downloadable gets priority over emojis only 2022-03-08 16:12:41 -05:00
MTMDecision.java integrate trust manager into conversations 2018-03-07 22:30:33 +01:00
MucOptions.java Add handling of status code 333 2022-03-07 09:39:45 +01:00
Presence.java automated code clean up 2021-01-23 09:25:34 +01:00
Presences.java any means none means false (ie there exist) unless upstream reports a reason 2022-02-16 16:07:58 -05:00
PresenceTemplate.java wip: new status message dialog 2018-03-07 22:30:36 +01:00
RawBlockable.java set content description for all avatars 2020-08-31 13:05:10 +02:00
ReadByMarker.java use CoW data structure for read markers. fixes #3904 2020-11-13 20:37:32 +01:00
ReceiptRequest.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
Room.java set content description for all avatars 2020-08-31 13:05:10 +02:00
Roster.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
RtpSessionStatus.java Migrate from Android Support Library to AndroidX 2021-01-18 20:49:35 +01:00
ServiceDiscoveryResult.java Use a RecyclerView for list of gateway options 2022-03-09 15:31:18 -05:00
StubConversation.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
Transferable.java Transferables interface needs to differentiate between 0 and null file size 2021-05-17 15:51:21 +02:00
TransferablePlaceholder.java Transferables interface needs to differentiate between 0 and null file size 2021-05-17 15:51:21 +02:00