aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-01reset muc options immediately befor joinDaniel Gultsch1-3/+2
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch1-8/+11
2015-09-15added missing type='submit' to mam queriesDaniel Gultsch1-2/+2
2015-09-06Only show that have sessions in fingerprint listAndreas Straub1-2/+2
2015-09-01added special error state for dns timeoutDaniel Gultsch1-2/+1
2015-08-30fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch1-0/+1
2015-08-26Only announce device after publishing bundleAndreas Straub1-2/+1
2015-08-26be more restrictive about marking messages as sent_received in muc parserDaniel Gultsch1-3/+2
2015-08-25remove unused imports.Michael1-1/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-8/+6
2015-08-23don't make subsequent iq request when original stanza returned an errorDaniel Gultsch1-21/+22
2015-08-19simulate old behaviour with messages being set to waiting while offlineDaniel Gultsch1-1/+0
2015-08-19fixed nasty 'stuck at sending' bug that got introduced in 32826ec29d28668b7f3...Daniel Gultsch1-0/+1
2015-08-15fully depend on smDaniel Gultsch1-26/+24
2015-08-15provide extra interface to close sockets. fixes #1330Daniel Gultsch1-2/+1
2015-08-12- Introduction of SwipeRefreshLayout for conversation viewsteckbrief1-31/+44
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-228/+388
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-4/+17
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch1-1/+1
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-1/+1
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-12/+8
2015-07-28set time on resend to current timeDaniel Gultsch1-1/+2
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-15/+16
2015-07-21bugfix: use sendIqPacket method in service instead of invoking XmppConnection...Daniel Gultsch1-3/+2
2015-07-20Refactor axolotl send processing/caching flowAndreas Straub1-4/+7
2015-07-20attempt to fix the delay problemDaniel Gultsch1-16/+20
2015-07-20Optimize importsAndreas Straub1-2/+2
2015-07-20Fix set/remove OnUpdateBlocklistListenerAndreas Straub1-5/+5
2015-07-19Ask for key trust when sending messagesAndreas Straub1-6/+40
2015-07-19Handle file transmission properly in axolotlAndreas Straub1-4/+12
2015-07-19Remove unneccessary codeAndreas Straub1-2/+1
2015-07-19Fix trust status for outgoing messagesAndreas Straub1-0/+4
2015-07-19Postpone initAccountService until roster loadedAndreas Straub1-3/+1
2015-07-19Fix asynchronous axolotl message sendingAndreas Straub1-2/+4
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-8/+5
2015-07-19Migrate to new PEP layoutAndreas Straub1-2/+1
2015-07-19Reformat code to use tabsAndreas Straub1-3/+3
2015-07-19Added axolotl activation code to UIAndreas Straub1-0/+9
2015-07-19Reworked axolotl protocol layerAndreas Straub1-1/+6
2015-07-19bugfix: use sendIqPacket method in service instead of invoking XmppConnection...Daniel Gultsch1-3/+2
2015-07-11only try to change affilations for known jidsDaniel Gultsch1-1/+1
2015-07-10renamed downloadable to transferableDaniel Gultsch1-5/+4
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-4/+44
2015-07-05refactored sendMessage and merged with resendMessageDaniel Gultsch1-148/+97
2015-07-03make sure unread count is initialized as 0. fixes #1270Daniel Gultsch1-1/+2
2015-07-03make sure unread count is initialized as 0. fixes #1270Daniel Gultsch1-1/+2
2015-07-02fixed share with activity to account for http file uploadDaniel Gultsch1-3/+4
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-3/+2
2015-06-29initial http upload supportDaniel Gultsch1-29/+37
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-2434/+0