aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-12whatsapp-like smiley implemantationlookshe1-1/+2
2015-04-11Color choose dialogsteckbrief1-10/+2
2015-04-11show online status under avatar in same way for muc as the send button doeslookshe1-13/+18
2015-04-11differ between received and read messagelookshe3-6/+7
2015-04-11no trim of messages or passwordlookshe5-9/+11
check password with only spaces separately
2015-04-11correct parsing of led colorlookshe1-1/+1
2015-03-31timestamp parsing revertedsteckbrief1-5/+20
2015-03-31Configurable LED color (Attention: Expert setting because currently only ↵steckbrief1-1/+10
text input)
2015-03-31Changes for emoticon parser reactivatedsteckbrief2-6/+8
2015-03-21properly set chat states when receiving otr status messagesiNPUTmice1-1/+1
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice5-3/+42
2015-03-20wait for session iq to return sucessfully before sending other stanzas. ↵iNPUTmice1-26/+42
fixed #1017
2015-03-19don't update presence for muc messagesiNPUTmice1-5/+2
2015-03-18# add delivery receipts for private muc msgsBrianBlade4-8/+24
# enable update last-seen for muc-msgs
2015-03-18Added multiple select to Choose Contact ActivityAndreas Straub2-6/+121
When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation
2015-03-17Set file size also for cached avatarsHolger Weiß1-29/+31
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski4-11/+13
2015-03-11add context menu entries for geo urisiNPUTmice1-17/+33
2015-03-10open location directly from notificationiNPUTmice1-0/+25
2015-03-10show geo uris as 'location' in overviewiNPUTmice1-1/+7
2015-03-07disable all really weak cipher suitesBoris Wachtmeister2-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
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice5-48/+215
location intent can be resolved
2015-03-06fixed enter is send optioniNPUTmice2-6/+10
2015-03-06fixed npe in message parseriNPUTmice1-4/+4
2015-03-05avoid unnecessary thread creationiNPUTmice3-17/+29
2015-03-05added config option to disable string prep in jidsiNPUTmice2-3/+5
2015-03-04experimantal in memory jid cachingiNPUTmice1-0/+15
2015-03-04Green led color is better with "full-green"Quentin1-1/+1
2015-03-02added methods to count number of unread messagesDaniel Gultsch2-0/+21
2015-03-01mark all sent messages up to a marker as displayedDaniel Gultsch2-13/+19
2015-03-01merge messages with related status (unsend, send, send_received)iNPUTmice1-1/+17
2015-02-28catching out of memory run time exception in hasEnabledAccounts()iNPUTmice1-0/+2
2015-02-27use conversations green in notification lediNPUTmice1-1/+1
2015-02-27don't add users with null nicks to muc user listiNPUTmice1-1/+1
2015-02-27hide change password menu item if server feature is unavailableiNPUTmice1-7/+8
2015-02-27Update NotificationService.javaQuentinC1-1/+1
Revert led light color
2015-02-27- Update mBuilder in NotificationService.java to ensure that the led is ↵Quentin1-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
2015-02-26reset error status in edit account when reconnectingiNPUTmice1-0/+4
2015-02-26check for null in jid parseriNPUTmice2-0/+3
2015-02-26initilize keys with jsonobject value on parse erroriNPUTmice1-1/+1
2015-02-25prevent next button from showing up too early on account setupiNPUTmice1-1/+1
2015-02-23reset incoming chat state when going into backgroundiNPUTmice1-0/+3
2015-02-23get rid of some useless debuggingiNPUTmice1-3/+0
2015-02-22init mode (first start) for StartConversationActivity (no up button) and ↵iNPUTmice4-14/+44
avoid being started multiple times. fixed #995
2015-02-22look at 5 muc users instead of 4 for tile cache clearingiNPUTmice1-2/+2
2015-02-22properly remove invalid avatariNPUTmice2-0/+2
2015-02-21clear muc tiles cache only when necessaryiNPUTmice2-1/+22
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice12-53/+256
2015-02-21- Some comments to refer to the XEPs addedsteckbrief1-15/+28
- parseTimestamp method changed to use the XMLGregorianCalendar (refer to XEP-0082 and subsequently Date/DateTime definition of XML Schema Part 2, http://www.w3.org/TR/xmlschema-2/#date, http://www.w3.org/TR/xmlschema-2/#dateTime) a small test comparing the original implementation with the XMLGregorianCalendar implementation showed a significant performance improvement (about 0.1s on windows 7 64bit, AMD-A6 1.8GHz, 16GB RAM, Android Studio + Eclipse + Firefox running)
2015-02-19fixed #993iNPUTmice1-1/+2