Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pulled new translations from transifex | iNPUTmice | 2015-03-16 | 10 | -11/+348 |
| | |||||
* | updated changelong | iNPUTmice | 2015-03-11 | 1 | -0/+9 |
| | |||||
* | Do not Strigprep JIDs from database | Mateusz "maxmati" Nowoty?ski | 2015-03-11 | 4 | -11/+13 |
| | |||||
* | add context menu entries for geo uris | iNPUTmice | 2015-03-11 | 1 | -17/+33 |
| | |||||
* | open location directly from notification | iNPUTmice | 2015-03-10 | 6 | -0/+25 |
| | |||||
* | show geo uris as 'location' in overview | iNPUTmice | 2015-03-10 | 2 | -1/+9 |
| | |||||
* | Merge pull request #1022 from Boris-de/cipher_blacklist | Daniel Gultsch | 2015-03-08 | 2 | -0/+25 |
|\ | | | | | disable all really weak cipher suites | ||||
| * | disable all really weak cipher suites | Boris Wachtmeister | 2015-03-07 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | display geo uris as location. show 'send loction' in share menu if request ↵ | iNPUTmice | 2015-03-07 | 7 | -53/+230 |
|/ | | | | location intent can be resolved | ||||
* | fixed enter is send option | iNPUTmice | 2015-03-06 | 2 | -6/+10 |
| | |||||
* | fixed npe in message parser | iNPUTmice | 2015-03-06 | 1 | -4/+4 |
| | |||||
* | another teaser task for gsoc | iNPUTmice | 2015-03-06 | 1 | -0/+5 |
| | |||||
* | fixed markdown syntax in todo list | iNPUTmice | 2015-03-06 | 1 | -4/+7 |
| | |||||
* | added short todo list | iNPUTmice | 2015-03-06 | 1 | -0/+15 |
| | |||||
* | avoid unnecessary thread creation | iNPUTmice | 2015-03-05 | 3 | -17/+29 |
| | |||||
* | added config option to disable string prep in jids | iNPUTmice | 2015-03-05 | 2 | -3/+5 |
| | |||||
* | experimantal in memory jid caching | iNPUTmice | 2015-03-04 | 1 | -0/+15 |
| | |||||
* | added methods to count number of unread messages | Daniel Gultsch | 2015-03-02 | 2 | -0/+21 |
| | |||||
* | mark all sent messages up to a marker as displayed | Daniel Gultsch | 2015-03-01 | 2 | -13/+19 |
| | |||||
* | merge messages with related status (unsend, send, send_received) | iNPUTmice | 2015-03-01 | 1 | -1/+17 |
| | |||||
* | increment version code1.1.0 | iNPUTmice | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | catching out of memory run time exception in hasEnabledAccounts() | iNPUTmice | 2015-02-28 | 1 | -0/+2 |
| | |||||
* | pulled new translations from transifex | iNPUTmice | 2015-02-27 | 5 | -23/+191 |
| | |||||
* | use conversations green in notification led | iNPUTmice | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1006 from QuentinC/development | Daniel Gultsch | 2015-02-27 | 1 | -0/+1 |
|\ | | | | | Some changes to the LED color in notifications ! | ||||
| * | Update NotificationService.java | QuentinC | 2015-02-27 | 1 | -1/+1 |
| | | | | | | Revert led light color | ||||
| * | - Update mBuilder in NotificationService.java to ensure that the led is ↵ | Quentin | 2015-02-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | | don't add users with null nicks to muc user list | iNPUTmice | 2015-02-27 | 1 | -1/+1 |
| | | |||||
* | | hide change password menu item if server feature is unavailable | iNPUTmice | 2015-02-27 | 1 | -7/+8 |
|/ | |||||
* | reset error status in edit account when reconnecting | iNPUTmice | 2015-02-26 | 1 | -0/+4 |
| | |||||
* | version bump to 1.1.0 | iNPUTmice | 2015-02-26 | 1 | -2/+2 |
| | |||||
* | check for null in jid parser | iNPUTmice | 2015-02-26 | 2 | -0/+3 |
| | |||||
* | initilize keys with jsonobject value on parse error | iNPUTmice | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | prevent next button from showing up too early on account setup | iNPUTmice | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | version bump to 1.1.0-beta1.1.0-beta | iNPUTmice | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | pulled new translations from transifex | iNPUTmice | 2015-02-23 | 6 | -35/+84 |
| | |||||
* | reset incoming chat state when going into background | iNPUTmice | 2015-02-23 | 1 | -0/+3 |
| | |||||
* | Merge branch 'development' of github.com:siacs/Conversations into development | iNPUTmice | 2015-02-23 | 2 | -4/+2 |
|\ | |||||
| * | Merge pull request #1000 from kriztan/patch-4 | Daniel Gultsch | 2015-02-23 | 1 | -0/+1 |
| |\ | | | | | | | added XEP-0085: Chat State Notifications to docs | ||||
| | * | Update XEPs.md | Christian S. | 2015-02-23 | 1 | -0/+1 |
| |/ | | | | | added XEP-0085: Chat State Notifications | ||||
| * | Merge pull request #997 from betheg/otr4j_repository | Daniel Gultsch | 2015-02-22 | 1 | -4/+1 |
| |\ | | | | | | | otr4j has moved to Maven Central | ||||
| | * | otr4j has moved to Maven Central | Michael | 2015-02-22 | 1 | -4/+1 |
| |/ | |||||
* / | get rid of some useless debugging | iNPUTmice | 2015-02-23 | 1 | -3/+0 |
|/ | |||||
* | init mode (first start) for StartConversationActivity (no up button) and ↵ | iNPUTmice | 2015-02-22 | 4 | -14/+44 |
| | | | | avoid being started multiple times. fixed #995 | ||||
* | look at 5 muc users instead of 4 for tile cache clearing | iNPUTmice | 2015-02-22 | 1 | -2/+2 |
| | |||||
* | properly remove invalid avatar | iNPUTmice | 2015-02-22 | 2 | -0/+2 |
| | |||||
* | clear muc tiles cache only when necessary | iNPUTmice | 2015-02-21 | 2 | -1/+22 |
| | |||||
* | added typing notifications through XEP-0085. fixed #210 | iNPUTmice | 2015-02-21 | 14 | -53/+267 |
| | |||||
* | version bump to 1.0.5 | iNPUTmice | 2015-02-19 | 1 | -2/+2 |
| | |||||
* | fixed #993 | iNPUTmice | 2015-02-19 | 1 | -1/+2 |
| |