aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* warn in conversations when account is disabledDaniel Gultsch2016-03-061-1/+14
|
* Merge branch 'Mess' of https://github.com/tarun018/Conversations into ↵Daniel Gultsch2016-03-041-0/+10
|\ | | | | | | tarun018-Mess
| * Fix Issue #1634 : Shows XMPP URI as links.Tarun2016-02-291-0/+10
| | | | | | | | Shows XMPP URI as links, other than Web URL's and Email Addresses. Also performs respective actions on clicking XMPP URI.
* | show host in file size checkerDaniel Gultsch2016-03-041-1/+14
| |
* | don't automatically crop avatarDaniel Gultsch2016-03-041-22/+40
| |
* | allow to copy original url even while downloading. fixes #1743Daniel Gultsch2016-03-041-6/+9
| |
* | don't break with srcoll events on empty message listsDaniel Gultsch2016-03-031-2/+7
| |
* | expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch2016-03-011-6/+9
| |
* | properly persist accepted crypto targetsDaniel Gultsch2016-03-011-5/+1
| |
* | let users confirm each member in a conference even if that contact is ↵Daniel Gultsch2016-03-012-16/+38
| | | | | | | | already trusted
* | refactored omemo to take multiple recipientsDaniel Gultsch2016-02-292-77/+100
| |
* | rename purge keys positive button to 'purge keys'Daniel Gultsch2016-02-281-1/+1
| |
* | always search offline contacts as well. fixes #1653Daniel Gultsch2016-02-271-0/+1
| |
* | Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch2016-02-272-0/+33
|\ \
| * \ Merge pull request #1721 from fiaxh/export_logs_storage_permissionDaniel Gultsch2016-02-272-0/+33
| |\ \ | | | | | | | | Request WRITE_EXTERNAL_STORAGE for ExportLogsPreference in >= M
| | * | Request WRITE_EXTERNAL_STORAGE for ExportLogsPreference in >= Mfiaxh2016-02-242-0/+33
| | | |
* | | | changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-277-7/+28
|/ / /
* | | hide add account icons when single_account is set to trueDaniel Gultsch2016-02-241-0/+3
| | |
* | | optionally lock conference domains as well and hide known domains in uiDaniel Gultsch2016-02-245-17/+39
| | |
* | | made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-242-5/+7
| |/ |/|
* | Merge pull request #1715 from fiaxh/gpg_decryption_failedDaniel Gultsch2016-02-241-0/+13
|\ \ | | | | | | PGP Retry decryption from message menu
| * | Retry decryption from message menufiaxh2016-02-231-0/+13
| |/
* / set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch2016-02-231-1/+0
|/
* properly trigger show load more messages in mucsDaniel Gultsch2016-02-221-2/+10
|
* turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-11/+16
|
* show load more messages when auto loading is disabled and messages are still ↵Daniel Gultsch2016-02-211-6/+10
| | | | left on server
* skip avatar ui when pep is not available. fixes #1706Daniel Gultsch2016-02-191-5/+5
|
* don't reset whisper on reInit. fixes #1637Daniel Gultsch2016-02-191-3/+0
|
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-3/+6
|
* made clear that archiving preferences are server sideDaniel Gultsch2016-02-161-1/+1
|
* added setting to opt-out of message correction. renamed preferences and ↵Daniel Gultsch2016-02-161-1/+2
| | | | options to settings
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-153-15/+74
|
* removed unnecessary conditions when sending read markerDaniel Gultsch2016-02-151-5/+1
|
* only show load more messages button when mam is availableDaniel Gultsch2016-02-142-1/+6
| | | | also update ui after that button has been pressed. fixes #1695
* fixed server info push not showing up when unavailableDaniel Gultsch2016-02-141-2/+2
|
* fixed compile bug in free versionDaniel Gultsch2016-02-131-1/+1
|
* client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-0/+13
|
* allow user to set MAM preferencesDaniel Gultsch2016-02-091-1/+63
|
* fixed performance regression in on scroll listenerDaniel Gultsch2016-02-041-1/+6
|
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-043-9/+49
|
* Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations ↵Daniel Gultsch2016-02-022-35/+39
|\ | | | | | | into singpolyma-disco-caps
| * Use a Presence class for presence informationStephen Paul Weber2016-01-242-35/+39
| | | | | | | | Only has status for now, but doing it so I can add disco to it
* | fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch2016-02-021-1/+1
| |
* | respect autojoin setting on newly created bookmarks as wellDaniel Gultsch2016-02-011-1/+1
| |
* | opt out handling of the autojoin flag. fixes #1666Daniel Gultsch2016-02-012-2/+2
| |
* | made create context menu call in StartConversationsActivity more failsafeDaniel Gultsch2016-02-011-1/+1
| |
* | refactored user handling in conferences. show try again button when ↵Daniel Gultsch2016-02-011-1/+4
| | | | | | | | conference has errors
* | show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch2016-01-265-4/+55
| |
* | hide jid row in list item list when jid is nullDaniel Gultsch2016-01-261-1/+2
| |
* | expert setting to trigger extended connection optionsDaniel Gultsch2016-01-251-7/+23
| |