Conversations/src/main/java/eu/siacs/conversations/ui
Andreas Straub f76baa5658 Added multiple select to Choose Contact Activity
When passing the Choose Contact Activity a boolean called "multiple"
set to true, it now allows the user to select multiple contacts. Long
pressing a contact enters multiple selection mode and the selection is
confirmed using a button in the CAB. The Activity returns whether or not
multiple contacts were selected using the same boolean. If multiple
contacts were selected, an array of JID strings called "contacts" is
returned. The Choose Contact Activity now also honors "filter_contacts",
an array of strings containing JIDs that should not be displayed in
the picker.

The invite to conference dialog now uses this feature to enable inviting
multiple contacts at once. Additionally, Invite Contact uses
"filter_contacts" to only display contacts that are not yet
participating in the conversation
2015-03-18 17:11:50 +01:00
..
adapter display geo uris as location. show 'send loction' in share menu if request location intent can be resolved 2015-03-07 14:15:38 +01:00
AboutActivity.java Convert about dialog to activity 2014-11-04 12:48:46 -05:00
AboutPreference.java support for XEP-0092: Software Version 2015-02-16 10:06:09 +01:00
AbstractSearchableListItemActivity.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
BlockContactDialog.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
BlocklistActivity.java Add support for XEP-0191 (Blocking command) 2014-12-22 08:19:00 -05:00
ChangePasswordActivity.java migrated change password into separate activity 2015-01-03 00:11:02 +01:00
ChooseContactActivity.java Added multiple select to Choose Contact Activity 2015-03-18 17:11:50 +01:00
ConferenceDetailsActivity.java limit ui refresh rate 2015-02-17 14:18:35 +01:00
ContactDetailsActivity.java limit ui refresh rate 2015-02-17 14:18:35 +01:00
ConversationActivity.java display geo uris as location. show 'send loction' in share menu if request location intent can be resolved 2015-03-07 14:15:38 +01:00
ConversationFragment.java add context menu entries for geo uris 2015-03-11 15:48:43 +01:00
EditAccountActivity.java hide change password menu item if server feature is unavailable 2015-02-27 17:03:13 +01:00
EditMessage.java fixed enter is send option 2015-03-06 22:22:50 +01:00
ManageAccountActivity.java limit ui refresh rate 2015-02-17 14:18:35 +01:00
PublishProfilePictureActivity.java init mode (first start) for StartConversationActivity (no up button) and avoid being started multiple times. fixed #995 2015-02-22 13:24:29 +01:00
SettingsActivity.java avoid unnecessary thread creation 2015-03-05 15:46:33 +01:00
SettingsFragment.java fixed #544 2014-12-03 12:33:32 +01:00
ShareWithActivity.java fixed bug when sharing files from google drive 2015-01-18 20:27:16 +01:00
StartConversationActivity.java init mode (first start) for StartConversationActivity (no up button) and avoid being started multiple times. fixed #995 2015-02-22 13:24:29 +01:00
TimePreference.java Update summary in TimePreference change listener 2014-12-15 17:46:32 -05:00
UiCallback.java Make conversations the root project 2014-10-22 15:47:11 -04:00
VerifyOTRActivity.java limit ui refresh rate 2015-02-17 14:18:35 +01:00
XmppActivity.java Added multiple select to Choose Contact Activity 2015-03-18 17:11:50 +01:00