index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
services
/
XmppConnectionService.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
do mam query after join
Daniel Gultsch
2015-10-06
1
-1
/
+3
*
Use MAM for MUC initial history retrieval
saqura
2015-10-06
1
-28
/
+54
*
Properly check for MUC MAM support
saqura
2015-10-06
1
-6
/
+8
*
don't put conference joins into pending on initial bind
Daniel Gultsch
2015-10-01
1
-11
/
+14
*
reset muc options immediately befor join
Daniel Gultsch
2015-10-01
1
-3
/
+2
*
only invoke MTM in interactive mode after direct user input
Daniel Gultsch
2015-09-29
1
-8
/
+11
*
added missing type='submit' to mam queries
Daniel Gultsch
2015-09-15
1
-2
/
+2
*
Only show that have sessions in fingerprint list
Andreas Straub
2015-09-06
1
-2
/
+2
*
added special error state for dns timeout
Daniel Gultsch
2015-09-01
1
-2
/
+1
*
fixed bug that prevented newly opened conversations to load the entire histor...
Daniel Gultsch
2015-08-30
1
-0
/
+1
*
Only announce device after publishing bundle
Andreas Straub
2015-08-26
1
-2
/
+1
*
be more restrictive about marking messages as sent_received in muc parser
Daniel Gultsch
2015-08-26
1
-3
/
+2
*
remove unused imports.
Michael
2015-08-25
1
-1
/
+1
*
Merge branch 'master' into development
Daniel Gultsch
2015-08-23
1
-8
/
+6
|
\
|
*
introduce special iq type for internal timeouts. always use != result to chec...
Daniel Gultsch
2015-08-23
1
-8
/
+6
*
|
Merge branch 'master' into development
Daniel Gultsch
2015-08-23
1
-21
/
+22
|
\
|
|
*
don't make subsequent iq request when original stanza returned an error
Daniel Gultsch
2015-08-23
1
-21
/
+22
*
|
simulate old behaviour with messages being set to waiting while offline
Daniel Gultsch
2015-08-19
1
-1
/
+0
*
|
Merge branch 'master' into development
Daniel Gultsch
2015-08-19
1
-0
/
+1
|
\
|
|
*
fixed nasty 'stuck at sending' bug that got introduced in 32826ec29d28668b7f3...
Daniel Gultsch
2015-08-19
1
-0
/
+1
*
|
fully depend on sm
Daniel Gultsch
2015-08-15
1
-26
/
+24
|
/
*
provide extra interface to close sockets. fixes #1330
Daniel Gultsch
2015-08-15
1
-2
/
+1
*
do not touch pictures that are already in the right format
Daniel Gultsch
2015-08-11
1
-4
/
+17
*
enable axolotl encryption for jingle supported file transfers
Daniel Gultsch
2015-08-01
1
-1
/
+1
*
Refactor axolotl message processing workflow
Andreas Straub
2015-07-31
1
-1
/
+1
*
improved 'next encryption' selection
Daniel Gultsch
2015-07-31
1
-12
/
+8
*
set time on resend to current time
Daniel Gultsch
2015-07-28
1
-1
/
+2
*
Add INACTIVE state for removed keys
Andreas Straub
2015-07-21
1
-15
/
+16
*
Refactor axolotl send processing/caching flow
Andreas Straub
2015-07-20
1
-4
/
+7
*
attempt to fix the delay problem
Daniel Gultsch
2015-07-20
1
-16
/
+20
*
Optimize imports
Andreas Straub
2015-07-20
1
-2
/
+2
*
Fix set/remove OnUpdateBlocklistListener
Andreas Straub
2015-07-20
1
-5
/
+5
*
Ask for key trust when sending messages
Andreas Straub
2015-07-19
1
-6
/
+40
*
Handle file transmission properly in axolotl
Andreas Straub
2015-07-19
1
-4
/
+12
*
Remove unneccessary code
Andreas Straub
2015-07-19
1
-2
/
+1
*
Fix trust status for outgoing messages
Andreas Straub
2015-07-19
1
-0
/
+4
*
Postpone initAccountService until roster loaded
Andreas Straub
2015-07-19
1
-3
/
+1
*
Fix asynchronous axolotl message sending
Andreas Straub
2015-07-19
1
-2
/
+4
*
Fetch bundles on-demand, encrypt in background
Andreas Straub
2015-07-19
1
-8
/
+5
*
Migrate to new PEP layout
Andreas Straub
2015-07-19
1
-2
/
+1
*
Reformat code to use tabs
Andreas Straub
2015-07-19
1
-3
/
+3
*
Added axolotl activation code to UI
Andreas Straub
2015-07-19
1
-0
/
+9
*
Reworked axolotl protocol layer
Andreas Straub
2015-07-19
1
-1
/
+6
*
bugfix: use sendIqPacket method in service instead of invoking XmppConnection...
Daniel Gultsch
2015-07-19
1
-3
/
+2
*
only try to change affilations for known jids
Daniel Gultsch
2015-07-11
1
-1
/
+1
*
renamed downloadable to transferable
Daniel Gultsch
2015-07-10
1
-5
/
+4
*
display toast in ui on failed http download
Daniel Gultsch
2015-07-10
1
-4
/
+44
*
refactored sendMessage and merged with resendMessage
Daniel Gultsch
2015-07-05
1
-148
/
+97
*
make sure unread count is initialized as 0. fixes #1270
Daniel Gultsch
2015-07-03
1
-1
/
+2
*
fixed share with activity to account for http file upload
Daniel Gultsch
2015-07-02
1
-3
/
+4
[next]