74e5317
Do not Strigprep JIDs from database
Mateusz "maxmati" Nowoty?ski created
74e5317
Do not Strigprep JIDs from database
Mateusz "maxmati" Nowoty?ski created
4ee4eeb
add context menu entries for geo uris
iNPUTmice created
db6a63b
open location directly from notification
iNPUTmice created
5132cd7
show geo uris as 'location' in overview
iNPUTmice created
1a5321e
Merge pull request #1022 from Boris-de/cipher_blacklist
disable all really weak cipher suites
Daniel Gultsch created
67f8ed4
disable all really weak cipher suites
With #959 all ciphers of the platform were enabled, but this also includes several suites that are considered as very weak, even down to NULL- and anon-ciphers which disable completely disable encryption and/or authentication. Especially the anon-ciphers could be easily used for a mitm-attack. To remove all weak ciphers a blacklist with patterns of cipher-names was added to Config.java. The blacklist is based on the "mandatory discards" that Mozilla suggests to not use for TLS-servers because they are weak or known to be broken. https://wiki.mozilla.org/Security/Server_Side_TLS#Mandatory_discards
Boris Wachtmeister created
87a048f
display geo uris as location. show 'send loction' in share menu if request location intent can be resolved
iNPUTmice created
cbca92d
fixed enter is send option
iNPUTmice created
44028a5
fixed npe in message parser
iNPUTmice created
16c6f8d
another teaser task for gsoc
iNPUTmice created
ce9aede
fixed markdown syntax in todo list
iNPUTmice created
a385b6c
added short todo list
iNPUTmice created
f25a824
avoid unnecessary thread creation
iNPUTmice created
c5230e0
added config option to disable string prep in jids
iNPUTmice created
e10c4e7
experimantal in memory jid caching
iNPUTmice created
fb3740f
Green led color is better with "full-green"
Quentin created
ac577fe
added methods to count number of unread messages
Daniel Gultsch created
ff86fa6
mark all sent messages up to a marker as displayed
Daniel Gultsch created
d318af0
merge messages with related status (unsend, send, send_received)
iNPUTmice created
4beb954
increment version code
iNPUTmice created
864c709
catching out of memory run time exception in hasEnabledAccounts()
iNPUTmice created
0d6907f
pulled new translations from transifex
iNPUTmice created
98df008
use conversations green in notification led
iNPUTmice created
c2ddd74
Merge pull request #1006 from QuentinC/development
Some changes to the LED color in notifications !
Daniel Gultsch created
f3be0d9
don't add users with null nicks to muc user list
iNPUTmice created
6ad4865
hide change password menu item if server feature is unavailable
iNPUTmice created
c67a481
Update NotificationService.java
Revert led light color
QuentinC created
71ce73a
- Update mBuilder in NotificationService.java to ensure that the led is displayed at the right color.
CF: http://stackoverflow.com/questions/14953793/android-notification-led-doesnt-use-my-color#comment20991762_14953793 - Changed led Color to green to remember the icon color and led times
Quentin created
a022e4b
reset error status in edit account when reconnecting
iNPUTmice created
1b579f5
version bump to 1.1.0
iNPUTmice created
9e10c38
check for null in jid parser
iNPUTmice created
fa45cea
initilize keys with jsonobject value on parse error
iNPUTmice created
b8bc70a
prevent next button from showing up too early on account setup
iNPUTmice created
0decd8a
version bump to 1.1.0-beta
iNPUTmice created
3e83144
pulled new translations from transifex
iNPUTmice created
8319446
reset incoming chat state when going into background
iNPUTmice created
37e9db3
Merge branch 'development' of github.com:siacs/Conversations into development
iNPUTmice created
7a62fbb
get rid of some useless debugging
iNPUTmice created
b8e21e5
Merge pull request #1000 from kriztan/patch-4
added XEP-0085: Chat State Notifications to docs
Daniel Gultsch created
bf9bf91
Update XEPs.md
added XEP-0085: Chat State Notifications
Christian S. created
eea6a87
Merge pull request #997 from betheg/otr4j_repository
otr4j has moved to Maven Central
Daniel Gultsch created
4458750
otr4j has moved to Maven Central
Michael created
da2da75
init mode (first start) for StartConversationActivity (no up button) and avoid being started multiple times. fixed #995
iNPUTmice created
7259e66
look at 5 muc users instead of 4 for tile cache clearing
iNPUTmice created
f52bc4f
properly remove invalid avatar
iNPUTmice created
3db5a48
clear muc tiles cache only when necessary
iNPUTmice created
7ee5e95
added typing notifications through XEP-0085. fixed #210
iNPUTmice created
3f248e0
version bump to 1.0.5
iNPUTmice created
f26f6e9
fixed #993
iNPUTmice created
2e596c0
launch edit account activity when starting Conversations for the first time (fixed regression)
iNPUTmice created