index
:
conversations
BrianBlade-feature/swipe_out_conversation
CryptoNextAlpha
CryptoNextBeta
JingleFixes
MessageParserNext
UnreadCountBadge
cbe
delay_fixes
development
dnsfixes
feature/file_transfer
feature/foreground_service
feature/http_upload
feature/mam
feature/otr_verification
idn_fixes
issue921
lolipop_dns_server_discovery
master
more_logging_for_view_intent
muc_vcard_avatars
nfc
possible_copperhead_fixes
reworked_host_finder_loop
show_members_in_conference
show_send_button_in_softkeyboard
six_love
slack_workaround
tor_support
travis-fixes
travis_fixes
trz/emojicon-merge
trz/emojicon-new
trz/master
trz/merge_1.10.0
trz/merge_1.10.1
trz/merge_1.11.0
trz/merge_1.11.1
trz/merge_1.11.7
trz/merge_1.12.4
trz/merge_1.5.2
trz/merge_1.6.3
trz/merge_1.9.3
trz/merge_1.9.4
trz/rebase
trz/rename
trz/test
verbose_login_log
copy of conversations repo
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
thedevstack
/
conversationsplus
/
services
/
XmppConnectionService.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-11
Improved error handling for filetransfer:http:delete, Check for httpupload fe...
steckbrief
1
-4
/
+2
2016-05-29
FileTransfer reworked (first steps - functionality as is), HttpUpload
steckbrief
1
-95
/
+23
2016-05-09
XmppConnectionService.markMessage moved to MessageUtil
steckbrief
1
-84
/
+8
2016-04-23
Fixes FS#204: Observe all used directories
steckbrief
1
-40
/
+3
2016-04-17
DatabaseBackend updated to serve Conversatiosn Database version and Conversat...
steckbrief
1
-5
/
+0
2016-04-06
Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferences
steckbrief
1
-64
/
+32
2016-03-30
Logging for FS#80 to identify calling method
lookshe
1
-0
/
+1
2016-03-22
Fixes FS#87 - Crash on load messages after delete account
lookshe
1
-1
/
+5
2016-03-12
Fixes FS#155: Check FileHelper vs. FileUtils
steckbrief
1
-3
/
+2
2016-03-11
Fixes FS#139: Do not merge messages at all
steckbrief
1
-25
/
+15
2016-03-10
Fixes FS#157: Trigger loading messages from MAM in MUC does not end
steckbrief
1
-19
/
+21
2016-01-15
Moved all avatar related work to AvatarService
steckbrief
1
-61
/
+0
2016-01-13
Moved all avatar related work to AvatarService
steckbrief
1
-181
/
+9
2015-12-16
Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and dis...
steckbrief
1
-102
/
+23
2015-12-10
Moved logcat to a module, increased error robustness for loading last messages
steckbrief
1
-1
/
+2
2015-11-20
Implements FS#67: Introduce central logging class to use log prefix, new acti...
steckbrief
1
-45
/
+45
2015-11-06
FileBackend splitted into several util classes for separate concerns: AvatarU...
steckbrief
1
-142
/
+118
2015-11-03
Implements FS#26: Introduction of dialog to choose whether to resize a pictur...
steckbrief
1
-30
/
+88
2015-10-23
Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in values...
steckbrief
1
-2
/
+3
2015-10-21
Access to preferences moved to global utility class ConversationsPlusPreferen...
steckbrief
1
-127
/
+99
2015-10-15
Fixes FS#81 - avoid jumps after loading messages
steckbrief
1
-22
/
+32
2015-06-19
renaming eu.siacs.conversations to de.thedevstack.conversationsplus
steckbrief
1
-53
/
+53
2015-06-05
made i/o and memory intensive operations execute in serial order
Daniel Gultsch
1
-11
/
+18
2015-06-03
reworked handeling of system contacts
Daniel Gultsch
1
-3
/
+12
2015-05-26
removed unnecessary / inacurate debug logging
Daniel Gultsch
1
-2
/
+1
2015-05-26
update unread count badge only when necessary
Daniel Gultsch
1
-7
/
+11
2015-05-26
added default iq handler to print some iq error messages
Daniel Gultsch
1
-4
/
+16
2015-05-26
renamed OtrEngine to OtrService
Daniel Gultsch
1
-3
/
+3
2015-05-25
log connection age and reshedule ping check
Daniel Gultsch
1
-4
/
+11
2015-05-20
added ShortcutBadger as a dependency to create unread counts on launcher icon
Daniel Gultsch
1
-6
/
+18
2015-05-20
provide helper function for getting the content of a child directly
Daniel Gultsch
1
-2
/
+1
2015-05-16
let jingle connection and manager handle message status
Daniel Gultsch
1
-4
/
+0
2015-05-13
clear avatar cache when uploading new avatar
Daniel Gultsch
1
-0
/
+1
2015-05-12
handle conference invites differently to deal with killed activities. fixes #...
Daniel Gultsch
1
-0
/
+1
2015-05-08
config option to reset attempt counts when changing network (default=true)
Daniel Gultsch
1
-8
/
+18
2015-05-07
fixed npe when binval value of vcard avatar is null
Daniel Gultsch
1
-2
/
+3
2015-05-05
avoid fetching avatars multiple times in parallel
Daniel Gultsch
1
-8
/
+39
2015-05-05
r/o support for vcard avatars. pep avatars will be prefered
Daniel Gultsch
1
-9
/
+44
2015-04-23
send invite to other instanzes after creating ad hoc conference. fixes #1136
Daniel Gultsch
1
-0
/
+8
2015-04-21
OTR: Fix onContactStatusChanged & dont archive OTR
BrianBlade
1
-5
/
+15
2015-04-14
changed received and read confirmation setting to one list and put it to sett...
lookshe
1
-9
/
+1
2015-04-12
implementation for downloading only when enabled wlan
lookshe
1
-0
/
+20
2015-04-11
differ between received and read message
lookshe
1
-1
/
+5
2015-04-11
Add option to use MTM without default TrustManager
BrianBlade
1
-3
/
+16
2015-04-09
don't resume old session when changing resource
iNPUTmice
1
-0
/
+5
2015-04-08
Enable end-conversation by swipe gesture
BrianBlade
1
-0
/
+1
2015-03-18
# add delivery receipts for private muc msgs
BrianBlade
1
-1
/
+1
2015-03-07
display geo uris as location. show 'send loction' in share menu if request lo...
iNPUTmice
1
-0
/
+18
2015-03-05
avoid unnecessary thread creation
iNPUTmice
1
-16
/
+21
2015-03-02
added methods to count number of unread messages
Daniel Gultsch
1
-0
/
+8
[next]