aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief2-13/+1
2016-02-28Fixes FS#48 and FS#136lookshe2-14/+1
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-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2-5/+7
2016-02-24Unused imports / methods removedsteckbrief1-19/+0
2016-02-24Readded MessageDetailsDialog to message context menu after mergesteckbrief1-0/+4
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch1-1/+0
2016-02-23Retry decryption from message menufiaxh1-0/+13
2016-02-23Removed stupid message correctionsteckbrief4-69/+10
2016-02-23Removed useless 'button-message' to load more messages. Implementation alread...steckbrief2-45/+7
2016-02-23Changed access to presences according to new Presence representation in Csteckbrief1-5/+5
2016-02-23Removed non-existing member variablesteckbrief1-1/+1
2016-02-23Fix visibility of updateStatusMessages method that LoadMoreMessages can worksteckbrief1-1/+1
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-13Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+13
2016-02-13fixed compile bug in free versionDaniel Gultsch1-1/+1
2016-02-12Fixed settings synchronizationsteckbrief1-60/+66
2016-02-12Imports organizedsteckbrief20-110/+28
2016-02-12green bubbles and setting to choose green or white bubbles removedsteckbrief3-20/+1
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-0/+13
2016-02-11Compilation errors and merge mixups fixedsteckbrief8-140/+58
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
2016-02-02fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch1-1/+1
2016-02-01respect autojoin setting on newly created bookmarks as wellDaniel Gultsch1-1/+1
2016-02-01opt out handling of the autojoin flag. fixes #1666Daniel Gultsch2-2/+2
2016-02-01made create context menu call in StartConversationsActivity more failsafeDaniel Gultsch1-1/+1
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-1/+4
2016-01-26show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch5-4/+55
2016-01-26hide jid row in list item list when jid is nullDaniel Gultsch1-1/+2
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch1-7/+23
2016-01-24Use a Presence class for presence informationStephen Paul Weber2-35/+39
2016-01-23added FormWrapper and form field validationDaniel Gultsch6-4/+144
2016-01-23introduced boolean form field wrapperDaniel Gultsch4-13/+62
2016-01-23added support for field types jid-single and text-privateDaniel Gultsch4-4/+59
2016-01-23show fetch errors in trust keys activityDaniel Gultsch1-1/+2
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch13-70/+52