aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-15include name in locations received in MUCsDaniel Gultsch2-8/+12
2016-05-15log incoming iq requestsDaniel Gultsch2-0/+6
2016-05-15send caps hash in muc joinDaniel Gultsch1-6/+1
2016-05-13don't show duplicate status message in contact detailsDaniel Gultsch1-3/+3
2016-05-13only default to omemo when all our devices support itDaniel Gultsch1-0/+1
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
2016-05-13show presence of other resources as templateDaniel Gultsch6-6/+49
2016-05-12reset attempt count when reconnecting because of timeoutDaniel Gultsch1-0/+3
2016-05-12interrupt XMPPConnection ThreadDaniel Gultsch2-1/+15
2016-05-12prefer IPv4 DNS serversDaniel Gultsch1-3/+16
2016-05-12improve keyboard handling. fixes #1387Daniel Gultsch3-6/+51
2016-05-12use 'phone' or 'tablet' as default resourceDaniel Gultsch4-2/+10
2016-05-12make omemo default when all resources support itDaniel Gultsch5-15/+38
2016-05-12check if pgpengine is still bound before using itDaniel Gultsch3-2/+5
2016-05-12scroll to bottom after sending multi-line messageDaniel Gultsch1-2/+8
2016-05-10stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
2016-05-10don’t let attempt count fall below zeroDaniel Gultsch1-1/+1
2016-05-10add lock domain and magic create domain to known hostsDaniel Gultsch1-0/+6
2016-05-10always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-05-10report host-account as account state in UIDaniel Gultsch3-4/+14
2016-05-10do not show last-seen metric in UIDaniel Gultsch6-32/+7
2016-05-08fix logging wrong variable for failed resumeDaniel Gultsch1-1/+1
2016-05-08check for h attribute in 'failed' nonzaDaniel Gultsch1-3/+9
2016-05-07catch all exceptions thrown by xml pull parserDaniel Gultsch1-11/+2
2016-05-07handle invalid base64 is SASl SCRAM responseDaniel Gultsch1-5/+9
2016-05-05report bind failure as account stateDaniel Gultsch3-9/+14
2016-05-05log more information about HTTP’s max upload sizeDaniel Gultsch2-1/+8
2016-05-05Remove copy of innerkeySebastian1-1/+0
2016-05-05republish pgp signature when changing statusDaniel Gultsch10-25/+97
2016-05-05refactor captcha response handling to avoid network on main thread exceptionDaniel Gultsch3-35/+25
2016-05-04clear password field before setting new oneDaniel Gultsch1-0/+1
2016-05-04fixed npe when calling changepassword activity directlyDaniel Gultsch1-2/+4
2016-05-04pulled translations from transifexDaniel Gultsch4-2/+21
2016-05-04spelling fixesklemens4-5/+5
2016-05-03Renaming of variableSebastian1-6/+6
2016-05-03fixed presence template dedup for 'online' statusDaniel Gultsch1-1/+2
2016-05-03use app name in resource suggestionsDaniel Gultsch1-1/+1
2016-05-02ping all accounts at the same timeDaniel Gultsch1-5/+17
2016-05-02pulled translations from transifexDaniel Gultsch15-41/+353
2016-05-02show only username when registering account with magic createDaniel Gultsch2-13/+22
2016-04-30removed unnecessary loggingDaniel Gultsch1-1/+0
2016-04-29properly cancel avatar tasksDaniel Gultsch3-5/+8
2016-04-29catch ActivityNotFoundException when requesting battery opDaniel Gultsch3-2/+13
2016-04-29port all android drop down list items to our ownDaniel Gultsch3-10/+9
2016-04-29catch rare NPE when determining max http sizeDaniel Gultsch1-3/+3
2016-04-28synchronize around thumbnail cache to avoid loading images twiceDaniel Gultsch1-12/+21
2016-04-28cancel potential tasks when receiving image preview from cacheDaniel Gultsch1-3/+7
2016-04-28cleaned up captcha dialogDaniel Gultsch3-53/+69
2016-04-28don't request disco from selfDaniel Gultsch2-3/+1
2016-04-27removed unused config variablesDaniel Gultsch10-64/+14