xmpp_client/src/main/java/eu/siacs/conversations/ui
Daniel Gultsch ec061bedc1 always show contact permission explain dialog on Quicksy
Until now Conversations and Quicksy would only disply the dialog that explains
why we want contact read permissions after the user rejected the request once

(following Android design guidelines and `shouldShowRequestPermissionRationale()`)

However for PlayStore policy this is no longer enough and the app needs to
explain and ask for consent before starting to upload the data.

This commit now displays the explain dialog immediately before asking for the
first time.
2021-04-24 08:20:30 +02:00
..
adapter optimize imports 2021-03-21 21:39:04 +01:00
forms automated code clean up 2021-01-23 09:25:34 +01:00
interfaces Migrate from Android Support Library to AndroidX 2021-01-18 20:49:35 +01:00
service automated code clean up 2021-01-23 09:25:34 +01:00
text automated code clean up 2021-01-23 09:25:34 +01:00
util migrate to OkHttp instead of HttpUrlConnection 2021-03-19 14:57:20 +01:00
widget automated code clean up 2021-01-23 09:25:34 +01:00
AboutActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
AboutPreference.java paramterize about activity title 2018-11-08 13:02:14 +01:00
AbstractSearchableListItemActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ActionBarActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
BlockContactDialog.java automated code clean up 2021-01-23 09:25:34 +01:00
BlocklistActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ChangePasswordActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ChannelDiscoveryActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ChooseAccountForProfilePictureActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ChooseContactActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ConferenceDetailsActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ContactDetailsActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ConversationActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ConversationFragment.java don’t show video call button if no camera is available 2021-03-26 14:04:36 +01:00
ConversationsActivity.java Add variable app name in res strings 2021-02-10 11:35:49 +00:00
ConversationsOverviewFragment.java automated code clean up 2021-01-23 09:25:34 +01:00
CreatePrivateGroupChatDialog.java automated code clean up 2021-01-23 09:25:34 +01:00
CreatePublicChannelDialog.java automated code clean up 2021-01-23 09:25:34 +01:00
EditAccountActivity.java migrate redirection urls to HttpUrl 2021-03-22 10:12:53 +01:00
EnterJidDialog.java automated code clean up 2021-01-23 09:25:34 +01:00
JoinConferenceDialog.java automated code clean up 2021-01-23 09:25:34 +01:00
LocationActivity.java optimize imports 2021-03-21 21:39:04 +01:00
MediaBrowserActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
MemorizingActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
MucUsersActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
OmemoActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
PublishGroupChatProfilePictureActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
PublishProfilePictureActivity.java do not compress images with alpha channels 2021-01-29 21:25:00 +01:00
RecordingActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
RtpSessionActivity.java Do not crash when receiving video call on device w/o camera 2021-03-26 12:54:26 +01:00
ScanActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
SearchActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
SettingsActivity.java show popup dialog when backup has been started. fixes #4031 2021-03-22 15:40:22 +01:00
SettingsFragment.java initial work toward api 26+ 2018-09-05 21:37:12 +02:00
ShareLocationActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ShareWithActivity.java Add variable app name in res strings 2021-02-10 11:35:49 +00:00
ShortcutActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
ShowLocationActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
StartConversationActivity.java always show contact permission explain dialog on Quicksy 2021-04-24 08:20:30 +02:00
TimePreference.java removed unecessary code in time preference 2018-11-22 10:07:10 +01:00
TrustKeysActivity.java Add variable app name in res strings 2021-02-10 11:35:49 +00:00
UiCallback.java attempt to unregister when receiving push for channel no longer joined 2019-06-26 17:40:12 +02:00
UiInformableCallback.java transcode videos before sharing. change storage location 2017-01-24 20:17:36 +01:00
UriHandlerActivity.java automated code clean up 2021-01-23 09:25:34 +01:00
XmppActivity.java Do not crash when receiving video call on device w/o camera 2021-03-26 12:54:26 +01:00
XmppFragment.java create interface for onBackendConnected 2018-03-13 22:44:08 +01:00