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
/
eu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-19
got rid of copyonwrite array list for messages
iNPUTmice
4
-20
/
+26
2014-10-19
force tls
iNPUTmice
1
-3
/
+5
2014-10-17
do not attempt to download images when not connected
iNPUTmice
7
-45
/
+59
2014-10-17
made grace period on a per account basis
iNPUTmice
6
-37
/
+30
2014-10-16
try all srv responses if necessary
Frank Zschockelt
1
-4
/
+17
2014-10-16
additonal safty net for disabling notifications
iNPUTmice
1
-0
/
+1
2014-10-16
simplified determination whether otr needs starting in a session
iNPUTmice
1
-7
/
+2
2014-10-16
log ending otr sessions on disconnect
iNPUTmice
2
-3
/
+10
2014-10-16
forground/background logging without csi
iNPUTmice
1
-4
/
+2
2014-10-16
make image download message to type=image only after completion
iNPUTmice
1
-3
/
+2
2014-10-16
added file observer to get notified when files are deleted: fixes #396
iNPUTmice
2
-3
/
+32
2014-10-15
detect deleted files on start up. got rid of lagecy image provider for perfor...
iNPUTmice
10
-191
/
+65
2014-10-15
refactored file download status. make image http download available for carbo...
iNPUTmice
23
-210
/
+265
2014-10-15
remove warning about <> cast
M. Dietrich
1
-4
/
+4
2014-10-15
synchronization for listeners
iNPUTmice
1
-43
/
+60
2014-10-15
synchronization for notification
iNPUTmice
1
-11
/
+17
2014-10-15
removed unecessary update
iNPUTmice
1
-1
/
+0
2014-10-15
changed pgp decoding mechanism
iNPUTmice
3
-36
/
+47
2014-10-14
don't show invalid file size
iNPUTmice
1
-1
/
+4
2014-10-14
recreate http connection after restart. fixes stale download button. better f...
iNPUTmice
4
-26
/
+95
2014-10-14
catch can't open database exception
iNPUTmice
1
-4
/
+9
2014-10-14
read image bounds on downloaded image
iNPUTmice
5
-31
/
+103
2014-10-14
possible work around for notification bug
iNPUTmice
1
-0
/
+17
2014-10-14
fixed rare npe
iNPUTmice
1
-2
/
+6
2014-10-14
renaming
iNPUTmice
15
-43
/
+39
2014-10-14
basic image over http downloading
iNPUTmice
20
-213
/
+429
2014-10-13
reworked muc details and contact details a bit
iNPUTmice
2
-7
/
+8
2014-10-13
use setAlpha(float) method, not the depricated one
M. Dietrich
1
-1
/
+1
2014-10-13
redesigned contact details a bit
iNPUTmice
1
-1
/
+9
2014-10-09
fixed npes
iNPUTmice
2
-5
/
+9
2014-10-08
remove this.this member
M. Dietrich
3
-18
/
+13
2014-10-08
bullet proofing some code
iNPUTmice
2
-8
/
+23
2014-10-08
fixed possible logout bugs
iNPUTmice
2
-2
/
+5
2014-10-07
refactored read marker
iNPUTmice
4
-28
/
+24
2014-10-07
made disabled notifications permanent across restarts
iNPUTmice
5
-17
/
+34
2014-10-07
refactored grace period
iNPUTmice
5
-17
/
+32
2014-10-07
fixed regression of not showing status message
iNPUTmice
1
-1
/
+4
2014-10-06
cleanung up the scroll fix a little
iNPUTmice
3
-4
/
+9
2014-10-06
fixed npe
iNPUTmice
1
-2
/
+5
2014-10-06
muc options clean up
iNPUTmice
2
-27
/
+28
2014-10-06
refactored muc bookmark to extend element. keep all elements the server or ot...
iNPUTmice
9
-93
/
+78
2014-10-05
only delivery get and set iq packets to unhandled iq listener. only create ji...
iNPUTmice
1
-10
/
+18
2014-10-05
fixed rare npe
iNPUTmice
1
-0
/
+4
2014-10-05
MUC: differentiated a few more errors.
Michael
2
-1
/
+36
2014-10-05
fixed #510
iNPUTmice
1
-2
/
+48
2014-10-05
end otr session instead of only resetting
iNPUTmice
1
-1
/
+1
2014-10-05
sending initial ping before going online after login/resume to ensure that al...
iNPUTmice
1
-2
/
+18
2014-10-04
fixed an 'activity has leaked window'
Michael
1
-1
/
+3
2014-10-04
no dns retry after nosrv error
iNPUTmice
2
-6
/
+7
2014-10-04
added missing status messages after message scroll
iNPUTmice
1
-0
/
+1
[next]