xmpp_client/src/main/java/eu/siacs/conversations/ui
Daniel Gultsch 47804205b6 clear pending photo uri only when also clearing activity result
on some phones the onBackendConnected finishes prior to the onActivityResult()
leading to the pending photo uri being cleared before processing the result.

this leads to 'Take photo' not working.

but we probably don’t need to clear the photo uri if there is to activiyResult
to clear as well
2020-06-17 17:58:25 +02:00
..
adapter rework quicksy domain checks 2020-06-13 08:26:32 +02:00
forms switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
interfaces show conversation media in contact/conference details 2018-09-15 19:38:45 +02:00
service control voice call volume when playing audio through earpiece. fixes #3705 2020-05-25 10:43:56 +02:00
text fixed links in privacy warning in channel discovery. fixes #3577 2019-11-02 17:00:23 +01:00
util fix feature discovery in jingle file transfer for empty resources 2020-06-13 22:53:24 +02:00
widget make list selection manager work with app compat 2019-09-26 23:47:55 +02:00
AboutActivity.java version bump to 2.5.7 + changelog 2019-08-29 12:14:01 +02:00
AboutPreference.java paramterize about activity title 2018-11-08 13:02:14 +01:00
AbstractSearchableListItemActivity.java open direct search after hitting + in share with screen 2018-12-01 13:27:00 +01:00
ActionBarActivity.java added a choose country activity 2018-10-31 13:33:55 +01:00
BlockContactDialog.java avoid unnecessary call to Jid.ofDomain() 2020-05-21 07:57:57 +02:00
BlocklistActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ChangePasswordActivity.java replace deprecated action bar with toolbar (#2872) 2018-03-18 09:30:22 +01:00
ChannelDiscoveryActivity.java use Jid.ofLocalAndDomainEscaped when transforming account with locked domain 2020-06-15 19:17:21 +02:00
ChooseAccountForProfilePictureActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ChooseContactActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ConferenceDetailsActivity.java use escaped jid in more places 2020-05-15 18:44:55 +02:00
ContactDetailsActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ConversationActivity.java added splash screen 2018-03-07 22:30:36 +01:00
ConversationFragment.java clear pending photo uri only when also clearing activity result 2020-06-17 17:58:25 +02:00
ConversationsActivity.java add record voice mail button to busy screen. fixes #3754 2020-05-30 10:30:57 +02:00
ConversationsOverviewFragment.java use styled warning for message error. fixes #3428 2019-04-08 16:32:41 +02:00
CreatePrivateGroupChatDialog.java provide the same fab submenu for both tabs. rename tab to bookmark 2019-02-06 14:45:51 +01:00
CreatePublicChannelDialog.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
EditAccountActivity.java avoid unnecessary call to Jid.ofDomain() 2020-05-21 07:57:57 +02:00
EnterJidDialog.java show escaped jids when it comes to account selection 2020-05-18 09:35:35 +02:00
JoinConferenceDialog.java channel search result long press to show join dialog 2019-09-24 17:29:34 +02:00
LocationActivity.java simplify osm attribution (#3613) 2020-01-11 15:25:58 +01:00
MediaBrowserActivity.java fix media browser for escapbed jids 2020-05-18 11:48:24 +02:00
MemorizingActivity.java made font size selectable 2018-04-01 21:37:21 +02:00
MucUsersActivity.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
OmemoActivity.java fixed typo. closes #3667 2020-03-31 11:18:16 +02:00
PublishGroupChatProfilePictureActivity.java avoid bundled source selection that comes with ImageCropper on Android 10 2020-03-05 13:17:18 +01:00
PublishProfilePictureActivity.java avoid bundled source selection that comes with ImageCropper on Android 10 2020-03-05 13:17:18 +01:00
RecordingActivity.java show call duration in audio calls. fixes #3708 2020-05-09 11:14:39 +02:00
RtpSessionActivity.java pass selected audio device to proximity sensor toggle 2020-06-14 16:22:53 +02:00
ScanActivity.java fixe scan in OmemoActivities 2018-03-07 22:30:35 +01:00
SearchActivity.java fixed media preview for file types other than images 2018-09-12 14:37:41 +02:00
SettingsActivity.java switch xmpp-addr to jxmpp-jid 2020-05-15 17:06:16 +02:00
SettingsFragment.java initial work toward api 26+ 2018-09-05 21:37:12 +02:00
ShareLocationActivity.java simplify osm attribution (#3613) 2020-01-11 15:25:58 +01:00
ShareWithActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
ShortcutActivity.java added work around to create 'actions' from nova launcher 2019-01-05 10:31:13 +01:00
ShowLocationActivity.java try to guess inital location in ShareLocation based on sim card 2018-12-11 17:25:59 +01:00
StartConversationActivity.java use escaped jid for EXTRA_ACCOUNT 2020-05-20 20:14:13 +02:00
TimePreference.java removed unecessary code in time preference 2018-11-22 10:07:10 +01:00
TrustKeysActivity.java use escaped jid in more places 2020-05-15 18:44:55 +02: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 avoid unnecessary call to Jid.ofDomain() 2020-05-21 07:57:57 +02:00
XmppActivity.java make presence selector work with empty resources (bare jid) 2020-06-13 09:59:39 +02:00
XmppFragment.java create interface for onBackendConnected 2018-03-13 22:44:08 +01:00