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
/
eu
/
siacs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
made constructor private in Account entity
Daniel Gultsch
2016-01-16
1
-5
/
+1
*
removed some unused methods from db backend
Daniel Gultsch
2016-01-16
1
-83
/
+0
*
hide prepare image toasts when attaching multiple images
Daniel Gultsch
2016-01-15
1
-11
/
+12
*
show toast when image cropper get oom
Daniel Gultsch
2016-01-15
1
-0
/
+7
*
catch exception when reading message id from database
Daniel Gultsch
2016-01-15
1
-8
/
+12
*
nimbuzz.com: don't wait for disco replies to set account to online
Daniel Gultsch
2016-01-15
2
-12
/
+27
*
fixed typo when reading battery_op setting
Daniel Gultsch
2016-01-14
1
-1
/
+1
*
show /me messages in conference notifications without the name of the sender
Daniel Gultsch
2016-01-13
1
-5
/
+10
*
show key fetch error in activity when there are no keys to be used
Daniel Gultsch
2016-01-13
1
-1
/
+8
*
check for file storage permission before selecting avatar
Daniel Gultsch
2016-01-13
3
-20
/
+40
*
use batch transactions when writing roster
Dheeraj CVR
2016-01-13
1
-0
/
+3
*
throw security exception instead of going to next srv entry
Daniel Gultsch
2016-01-12
1
-1
/
+3
*
move some ssl socket modifiers into a seperate helper class
Daniel Gultsch
2016-01-12
2
-56
/
+67
*
Implement XEP-0368: SRV records for XMPP over TLS
moparisthebest
2016-01-11
2
-104
/
+220
*
reworked that loop that iterates over various servers
reworked_host_finder_loop
Daniel Gultsch
2016-01-11
1
-16
/
+10
*
ask to be excluded from battery optimization
Daniel Gultsch
2016-01-11
4
-73
/
+144
*
let the user decide on whether or not to compress pictures
Daniel Gultsch
2016-01-09
1
-2
/
+8
*
automatically adjust image compression to keep files under 512MiB
Daniel Gultsch
2016-01-09
2
-8
/
+15
*
added Config.java variable to change the default notification behaviour to al...
Daniel Gultsch
2016-01-08
2
-1
/
+3
*
don't show snackbar when notifications are disabled or paused
Daniel Gultsch
2016-01-08
1
-10
/
+0
*
show per conference notification settings in details activity
Daniel Gultsch
2016-01-08
4
-9
/
+83
*
show icon in conversations overview when notifications are disabled
Daniel Gultsch
2016-01-08
1
-0
/
+12
*
Merge pull request #1641 from fiaxh/uuid-fix
Daniel Gultsch
2016-01-08
1
-1
/
+1
|
\
|
*
Correct uuid check according to RFC 4122
fiaxh
2016-01-05
1
-1
/
+1
*
|
avoid duplicate messages when sending files to mucs. fixes #1635
Daniel Gultsch
2016-01-06
1
-2
/
+10
*
|
added missing synchronize when pushing messages from mam backlog
Daniel Gultsch
2016-01-04
1
-1
/
+3
*
|
null check in getOriginalPath
Daniel Gultsch
2016-01-04
2
-1
/
+3
|
/
*
Allow entering a JID from 'choose contact'. thanks @singpolyma
Daniel Gultsch
2016-01-04
4
-61
/
+220
*
only report error after third unsuccesful attempt to connect
Daniel Gultsch
2016-01-04
1
-1
/
+1
*
properly rotate avatars
Daniel Gultsch
2016-01-04
3
-50
/
+46
*
show trust keys activties if own keys are undecided
Daniel Gultsch
2016-01-04
1
-4
/
+5
*
add obb url to unencrypted messages
Daniel Gultsch
2016-01-03
1
-0
/
+1
*
edit account activity was still showing the omemo key with leading 0x05. fixe...
Daniel Gultsch
2016-01-03
1
-2
/
+2
*
removed xhtml body. fixes #1594
Daniel Gultsch
2016-01-01
1
-12
/
+0
*
use actual message timestamp instead of delay when updating last seen. fixes ...
Daniel Gultsch
2015-12-31
2
-7
/
+8
*
Fix OMEMO session creating loggin
Andreas Straub
2015-12-31
1
-1
/
+1
*
handle null names in getColorForName
Daniel Gultsch
2015-12-29
1
-1
/
+1
*
strip leading 0x05 off omemo fingerprints
Daniel Gultsch
2015-12-27
1
-4
/
+7
*
lower case all fingerprints. fixes #1521
Daniel Gultsch
2015-12-27
1
-1
/
+2
*
dedublicate bookmarks
Daniel Gultsch
2015-12-27
1
-3
/
+7
*
fixed stuck at omemo encryption when x509 verification is being used
Daniel Gultsch
2015-12-27
1
-7
/
+7
*
register context menu long click listener on message text. fixes #1614
Daniel Gultsch
2015-12-27
1
-1
/
+1
*
made text selectable again unless text contains more than 1 link
Daniel Gultsch
2015-12-26
1
-0
/
+11
*
code cleanup
Daniel Gultsch
2015-12-23
2
-25
/
+4
*
show certificate information
Daniel Gultsch
2015-12-23
8
-10
/
+145
*
save certificate when verifying with x509
Daniel Gultsch
2015-12-23
3
-4
/
+39
*
store identity key in XmppAxolotlSession instead of the fingerprint
Daniel Gultsch
2015-12-19
2
-23
/
+27
*
use presence name not server name when verification is being used
Daniel Gultsch
2015-12-19
1
-3
/
+3
*
add more debugging to certificate checks after new omemo session was established
Daniel Gultsch
2015-12-19
1
-0
/
+4
*
only offer plain and omemo encryption when x509 verification is enabled
Daniel Gultsch
2015-12-19
2
-3
/
+13
[next]