aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub1-2/+26
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
2016-01-04properly rotate avatarsDaniel Gultsch1-33/+38
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5
2016-01-03edit account activity was still showing the omemo key with leading 0x05. fixe...Daniel Gultsch1-2/+2
2015-12-27strip leading 0x05 off omemo fingerprintsDaniel Gultsch1-4/+7
2015-12-27register context menu long click listener on message text. fixes #1614Daniel Gultsch1-1/+1
2015-12-26made text selectable again unless text contains more than 1 linkDaniel Gultsch1-0/+11
2015-12-23code cleanupDaniel Gultsch1-3/+4
2015-12-23show certificate informationDaniel Gultsch4-5/+53
2015-12-19only offer plain and omemo encryption when x509 verification is enabledDaniel Gultsch1-2/+3
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch3-3/+3
2015-12-14make message text non-selectable. fixes #1606Daniel Gultsch1-3/+0
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-0/+1