aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch12-17/+250
2016-02-11pulled translations from transifexDaniel Gultsch5-16/+768
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-09allow user to set MAM preferencesDaniel Gultsch5-16/+119
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 Gultsch9-17/+92
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 Gultsch5-5/+20
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 Gultsch4-86/+70
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 Gultsch5-11/+48
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
2016-01-23added FormWrapper and form field validationDaniel Gultsch8-4/+160
2016-01-23Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2-11/+98
2016-01-23Implement toJSON on ServiceDiscoveryResultStephen Paul Weber1-0/+34
2016-01-23Generate capHash from any discovery resultStephen Paul Weber1-4/+80
2016-01-23Factor out a representation of XEP-0030 resultsStephen Paul Weber2-47/+114
2016-01-23introduced boolean form field wrapperDaniel Gultsch6-14/+76
2016-01-23added support for field types jid-single and text-privateDaniel Gultsch4-4/+59
2016-01-23reset stanza queue when resetting xmppconnectionDaniel Gultsch1-0/+1
2016-01-23show fetch errors in trust keys activityDaniel Gultsch2-1/+15
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 Gultsch6-1/+161
2016-01-22added convenience method to extract account from intentDaniel Gultsch1-1/+13
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch4-5/+7
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch5-23/+43
2016-01-21increased padding in create contact/conference dialogDaniel Gultsch2-15/+21