aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-01-22added UI wrapper for (some) form fieldsDaniel Gultsch3-0/+123
2016-01-22added convenience method to extract account from intentDaniel Gultsch1-1/+13
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-1/+1
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch2-17/+32
2016-01-21add convenience to get an account object from a spinnerDaniel Gultsch1-15/+19
2016-01-20add intent!=null check in onActivityResultin PublishProfilePictureDaniel Gultsch1-1/+1
2016-01-16make ConversationsActivity more resistent against being restartedDaniel Gultsch1-3/+9
2016-01-16fixed PGP having to be selected twiceAdithya Abraham Philip1-1/+4
2016-01-15hide prepare image toasts when attaching multiple imagesDaniel Gultsch1-11/+12