aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Daniel Gultsch1-1/+2
options to settings
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
also update ui after that button has been pressed. fixes #1695
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
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 ↵Daniel Gultsch1-1/+4
conference has errors
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
Only has status for now, but doing it so I can add disco to it
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
2016-01-15show toast when image cropper get oomDaniel Gultsch1-0/+7
2016-01-14fixed typo when reading battery_op settingDaniel Gultsch1-1/+1
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch1-1/+8
2016-01-13check for file storage permission before selecting avatarDaniel Gultsch3-20/+40
2016-01-12Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch1-26/+2
This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03.
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub1-2/+26
People continue to press the "don't press this" button. Maybe adding some warnings indicating that this button will not fix their problems will help...
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch3-46/+115
2016-01-08don't show snackbar when notifications are disabled or pausedDaniel Gultsch1-10/+0
2016-01-08show per conference notification settings in details activityDaniel Gultsch2-1/+67
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch1-0/+12
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch4-61/+220
fixes #1611 fixes #1602
2016-01-04properly rotate avatarsDaniel Gultsch1-33/+38
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5