aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-13Fixes FS#105: XHTML par for images addedtrz/merge_1.9.3steckbrief1-0/+12
2016-02-13Fix flagging no more messages on server for conversationsteckbrief1-16/+18
2016-02-13Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+13
2016-02-13Partially implements FS#6: Conference ID changed to c+bugs@conference.thedevs...steckbrief1-2/+2
2016-02-13Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
2016-02-13Unused preference 'picture_compression'. This feature is configured in our va...steckbrief1-4/+0
2016-02-13Fixed overwriting of changes for fixing FS#70. Unused method removed from gen...steckbrief6-79/+5
2016-02-12Fixed settings synchronizationsteckbrief1-60/+66
2016-02-12Imports organizedsteckbrief73-293/+56
2016-02-12Simplification of DNS requests.steckbrief3-254/+130
2016-02-12green bubbles and setting to choose green or white bubbles removedsteckbrief3-20/+1
2016-02-12Fixed NPE while loading messages via MAMsteckbrief1-1/+1
2016-02-12database error while upgrading from db version 14 fixedsteckbrief1-1/+1
2016-02-11Compilation errors and merge mixups fixedsteckbrief24-728/+358
2016-02-11catch all axolotl parse exception at once. fixes #1692Daniel Gultsch1-5/+4
2016-02-10send muc messages after joinDaniel Gultsch1-1/+2
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief2-2/+2
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-6/+7
2016-02-09allow user to set MAM preferencesDaniel Gultsch2-1/+90
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2-2/+13
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch2-3/+8
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch7-17/+82
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch3-7/+21
2016-02-04removed unecessary logging when muc tiles updateDaniel Gultsch1-1/+0
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch3-2/+14
2016-02-03cache server capsDaniel Gultsch3-3/+36
2016-02-03count all messages in a queryDaniel Gultsch2-8/+3
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2-4/+16
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch6-43/+116
2016-02-02fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch1-1/+1
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch2-16/+4
2016-02-02re-read common name from certificates on startupDaniel Gultsch2-2/+32
2016-02-02avoid npe when accessing the pgp connection serviceDaniel Gultsch1-1/+1
2016-02-02catch a few NPE when parsing invalid pep nodesDaniel Gultsch1-3/+3
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 Gultsch3-5/+12
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 Gultsch3-86/+69
2016-01-31fixed false set of subject in conference with empty body tagDaniel Gultsch1-1/+1
2016-01-29prefer dns servers from networsk with the default routeDaniel Gultsch1-2/+17
2016-01-29be more careful with resetting the stream idDaniel Gultsch1-2/+1
2016-01-29try to make in-valid-session detection work for pgpDaniel Gultsch1-3/+10
2016-01-26show values in formfieldwrappers and allow form to be set to read onlyDaniel Gultsch6-7/+58
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 Gultsch3-11/+40
2016-01-24Do disco for caps hashes we have never seenStephen Paul Weber1-2/+23
2016-01-24Fetch cached caps result on new presenceStephen Paul Weber2-3/+14
2016-01-24Use a Presence class for presence informationStephen Paul Weber8-102/+121
2016-01-24changed FileBackend API to allow files instead of messages to be copied and r...Daniel Gultsch1-33/+34