aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch1-2/+11
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6
2016-04-02don't ask for resource when server uses http upload v0.1Daniel Gultsch2-5/+4
2016-04-01check max http file size when attaching filesDaniel Gultsch3-6/+39
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-1/+1
2016-03-31save otr fingerprint in messageDaniel Gultsch2-3/+3
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-7/+25
2016-03-20be less strict when sharing EXTRA_TEXT intentsDaniel Gultsch1-1/+1
2016-03-20don't show v\omemo keys as such if not enabledDaniel Gultsch2-4/+5
2016-03-16made it possible to share text filesDaniel Gultsch1-7/+8
2016-03-16reworked sharewith activity to stay open during sharingDaniel Gultsch2-30/+66
2016-03-13added logging in case fragment wasn't attachedDaniel Gultsch1-0/+5
2016-03-13fixed recursive call instead of call to super in PublishProfileActivityDaniel Gultsch1-5/+1
2016-03-06don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch3-4/+17
2016-03-06warn in conversations when account is disabledDaniel Gultsch1-1/+14
2016-03-04show host in file size checkerDaniel Gultsch1-1/+14
2016-03-04don't automatically crop avatarDaniel Gultsch1-22/+40
2016-03-04allow to copy original url even while downloading. fixes #1743Daniel Gultsch1-6/+9
2016-03-03don't break with srcoll events on empty message listsDaniel Gultsch1-2/+7
2016-03-01expert option to treat vibrate as silent mode for XA. fixes #1530Daniel Gultsch1-6/+9
2016-03-01properly persist accepted crypto targetsDaniel Gultsch1-5/+1
2016-03-01let users confirm each member in a conference even if that contact is already...Daniel Gultsch2-16/+38
2016-02-29Fix Issue #1634 : Shows XMPP URI as links.Tarun1-0/+10
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-77/+100
2016-02-28rename purge keys positive button to 'purge keys'Daniel Gultsch1-1/+1
2016-02-27always search offline contacts as well. fixes #1653Daniel Gultsch1-0/+1
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch7-7/+28
2016-02-24hide add account icons when single_account is set to trueDaniel Gultsch1-0/+3
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch5-17/+39
2016-02-24Request WRITE_EXTERNAL_STORAGE for ExportLogsPreference in >= Mfiaxh2-0/+33
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2-5/+7
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch1-1/+0
2016-02-23Retry decryption from message menufiaxh1-0/+13
2016-02-22properly trigger show load more messages in mucsDaniel Gultsch1-2/+10
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-11/+16
2016-02-21show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch1-6/+10
2016-02-19skip avatar ui when pep is not available. fixes #1706Daniel Gultsch1-5/+5
2016-02-19don't reset whisper on reInit. fixes #1637Daniel Gultsch1-3/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-3/+6
2016-02-16made clear that archiving preferences are server sideDaniel Gultsch1-1/+1
2016-02-16added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch1-1/+2
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch3-15/+74
2016-02-15removed unnecessary conditions when sending read markerDaniel Gultsch1-5/+1
2016-02-14only show load more messages button when mam is availableDaniel Gultsch2-1/+6
2016-02-14fixed server info push not showing up when unavailableDaniel Gultsch1-2/+2
2016-02-13fixed compile bug in free versionDaniel Gultsch1-1/+1
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-0/+13
2016-02-09allow user to set MAM preferencesDaniel Gultsch1-1/+63
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch1-1/+6
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch3-9/+49